LurveTech Dot Com
Sharing and Caring
Sharing and Caring
Jul 17th
Hi. This my 11st post today.
In order to check FTP Logs from shell access of Linux server one need to perform below mentioned steps:
1) Login into shell access of the server.
2) Go to below mentioned path:
/var/log/messages
3) Open the desired FTP logs file and search the contents with grep command.
if you run Plesk on Linux, the FTP log path is
/usr/local/psa/var/log/xferlog
That only.. Let share all knowledge we hav and use it for the right way
Jul 17th
Hi all..
We are searching for who want to help to give more knowledge to all people about webhosting, server configuration and all about hosting world. We happy if you want to help us. Please sent your article to admin@lurvehosting.com with your profile and we will look for it to add your article in LurveHosting blog.
Thanks and regards,
Lurve Hosting admin
Jul 17th

Most hosting companies offer a variety of bandwidth options in their plans. So exactly what is bandwidth as it relates to web hosting? Put simply, bandwidth is the amount of traffic that is allowed to occur between the web site and the rest of the Internet. The amount of bandwidth a hosting company can provide is determined by their network connections, both internal to their data center and external to the public Internet. A very simple analogy to use to understand bandwidth and traffic is to think of highways and cars. Bandwidth is the number of lanes on the highway and traffic is the number of cars on the highway. If one is the only car on a highway, one can travel very quickly. If one is stuck in the middle of rush hour, one may travel very slowly since all of the lanes are being used up.
How Much Bandwidth Is Enough?
It depends. Since bandwidth is a significant determinant of hosting plan
prices, one should take time to determine just how much is right. Almost all hosting plans have bandwidth requirements measured in months, so one needs to estimate the amount of bandwidth that will be required by the site on a monthly basis
If one does not intend to provide file download capability from the site, the formula for calculating bandwidth is fairly straightforward:
Average Daily Visitors x Average Page Views x Average Page Size x 31 x Fudge Factor
If one intends to allow people to download files from one’s site, the bandwidth calculation should be:
[(Average Daily Visitors x Average Page Views x Average Page Size) +
(Average Daily File Downloads x Average File Size)] x 31 x Fudge Factor
Each item in the formula is as follows:
Average Daily Visitors – The number of people you expect to visit your site, on average, each day. Depending upon how you market your site, this number could be from 1 to 1,000,000.
Average Page Views – On average, the number of web pages you expect a person to view. If you have 50 web pages in your web site, an average person may only view 5 of those pages each time they visit.
Average Page Size – The average size of your web pages, in Kilobytes (KB). If you have already designed your site, you can calculate this directly.
Average Daily File Downloads – The number of downloads you expect to occur on your site. This is a function of the numbers of visitors and how many times a visitor downloads a file, on average, each day.
Average File Size – Average file size of files that are downloadable from your site. Similar to your web pages, if you already know which files can be downloaded, you can calculate this directly.
Fudge Factor – A number greater than 1. Using 1.5 would be safe, which assumes that your estimate is off by 50%. However, if you were very unsure, you could use 2 or 3 to ensure that your bandwidth requirements are more than met.
Usually, hosting plans offer bandwidth in terms of Gigabytes (GB) per month. This is why the formula takes daily averages and multiplies them by 31.
Most personal or small business sites will not need more than 1GB of bandwidth per month. If one has a web site that is composed of static web pages and one expects little traffic to the site on a daily basis, low bandwidth plan should be opted. If one goes over the amount of bandwidth allocated in the plan, the hosting company could charge over usage fees, so if one thinks the traffic to the site will be significant, one may want to go through the calculations above to estimate the amount of bandwidth required in a hosting plan.
credit: Articlebase
Jul 17th
If you create a website, you can make your own computer at home, but if you want to see on the internet you can upload to a server, a powerful engine that all your pages are stored. From here, each with your own website you can find and view the pages. The company provides the server that will host your web. After the signing of the supplier, when the installation is fairly easy to update for the content of the site. This can only be done by sending information on the mechanism, which makes the changes appear on the site.
Web Hosting is a process that includes providing paid for a computer room and storage sites pages. It also includes the possibility that the pages and files to be downloaded by visitors to your site. This service is known as the supply of bandwidth. “When a user visits your site, that person is the only access to data stored in the storage provider, namely the storage of files (more specifically server) is being downloaded. Therefore, the data transfer. It an act of the file called “bandwidth”. Bandwidth is only one measure of the speed of data transfer for some time.
There is a direct cost associated with storing your pages and allow them to go, so will the web hosts charge you and pricing is based on the amount of storage and data transfer required. There are several web hosting packages available in many locations, with various options, including varying amounts of disk space (storage) and bandwidth (data transfer).
Different types of Web Hosting:
Shared Hosting
Dedicated Hosting
The most popular shared web hosting server space where multiple users share. But it also has shortcomings, such as a user of the majority of users of resources can affect the quality of accommodation.
The website for private home
is another kind of web hosting, also called management or turnkey. For each user a specific server and individual hired help is also provided through the URL. The quality of services also depends on the service provider.
Jul 17th
Hi, Now I will show u how to install wget on your Linux server. This is tested on redhat fedora and centos.. you can try it.
yum install wget
That all. Happy trying!
Jul 17th
Prelude:
Hello. I am writing this tutorial because this is a solid method I have used in the past for easily migrating cPanel accounts from one server to another. Using this method, you can transfer accounts from an old server, to a new one, help customers from another host move to your host, etc. This method is very simple, and does not even require root access on one end of the migration. I have found the “Transfer Account from another Server” tool in WHM to not work so well, and break often, so I have used this method.
Requirements:
-cPanel on both servers
-WHM access on the new server (one that the accounts are being moved to)
-root access on the new server
Throughout the instructions I will refer to the server your are transfering the accounts from as the “old server“, and the server to are transfering the accounts to as the “new server“.
Instructions:
1. Log into WHM of your new server and create a new account called “restore“, or anything you like for that matter. Remember the FTP address, username (’restore’, in this example), and account password. We will need these for later.
2. Log into the cPanel account you are wanting to transfer on the old server.
3. Click on “Backup >> Generate/Download a Full Backup“.
4. Once here, select the backup destination to be “Remote FTP Server“.
5. Enter your email address for verification, follwed by all of the FTP account information for “restore”, which we created on the new server.
-Remote Server: new server’s address
-Remote User: restore
-Remote Password: restore’s password
-Port: 21

Generate/Download a Full Backup
Then, click “Generate Backup“. This may take some time to backup the files, depending on how large the account is. You should receive an email provided in the above info once it is complete.
6. Now, log into SSH on your new server.
7. Type in the following commands:
cd /home/restore/public_html
ls
After running the list command above (ls), you should see the tar file of the account on the old server. This means that you have successfully sent the file via FTP to your new server.
8. Now move the tar file to your new server’s /home directory with the following command:
mv tar_file_name /home
9. Now, log into WHM on your new server and navigate to “Backup >> Restore a Full Backup/cpmove file”
Once here, you should see the old account’s username under “Possible cpmove archives found:“.
If you do not, log back into SSH and be sure that the account’s tar file has been moved into /home.
10. Type in the account name in the text field in WHM, which is proceeded by “Enter the username for the account you wish to restore:“.
11. Click “Restore“.
12. Repeate process for additional accounts.
That’s all there is to it! I have found this way to work alot more sufficiently for moving accounts from one server to another. Hope you all enjoyed!
Powered by Yahoo! Answers