Uncategorized

How To Check FTP Logs – Linux server?

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 :)

HOW TO Restart cPanel Service via SSH

I thought I would post some friendly how-tos around here to help newcomers, and even experienced users that hit bumps along the road

This tutorial will show you how to restart cPanel.

1) Login to SSH as ROOT User.

2) Run this command:

/etc/rc.d/init.d/cpanel3 restart

3) Sometimes init.d does not restart all of cPanels services, so for a full restart we are going to run two commands just like that.
Run:

service cpanel restart

4) Apache is not covered by service cpanel restart, so for apache use:

service httpd restart

That should clarify it for many users

Help Us to give more knowledge to all people about webhosting!

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

What is Bandwidth? ~WebHosting Server~

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

What is Web Hosting?

What is Web Hosting?
Web hosting refers to a housing site. When creating a website content on this site, including music videos, content writing, flash animation, banners, borders, pictures, etc., will be placed in storage provided by the seller. Every website needs a hosting service Web, so that will be available online for visitors to see.

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.

How to install wget via SSH on Linux

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.

  1. log into SSH on your  server.
  2. Run this command

yum install wget

That all. Happy trying!

Powered by Yahoo! Answers