How can I access awstats from outside cpanel?

Step 1. Download awstats from https://awstats.sourceforge.net Step 2. Uncompress awstats-5.6.tgz Step 3. Copy the contents of the uncompressed cgi-bin folder from your hard drive to the user cgi-bin directory (this includes awstats.pl, awstats.model.conf, and the lang, lib and plugins sub-directories). Step 4. If necessary (should not be needed with most

How to enable update now button awstats?

There are two different ways to enable this option: 1] First method is Via WHM control panel 2] Second method is Via SSH Root Login First method: Via WHM control panel Step 1: Login to your server using the root password. Step 2: Go to Server Configuration >> Tweak Settings

How to Change/Set Date, Time, & Timezone on a Linux Server

The date, time, and timezone are important aspects of a Linux system that affect how it operates and interacts with other systems. There are different ways to describe and change these settings in Linux, depending on the distribution and the tools available. Below you will find information on how to

How to protect /tmp on your server?

Normally you get the following error Error or warning message : Check /var/tmp is mounted as a filesystem WARNING /var/tmp should either be symlinked to /tmp or mounted as a filesystem. In that case , you protect your /tmp in one step , by firing the following command :- mount

How to install Webmin?

Webmin is an open source, web-based interface designed to be used as a managing tool In Unix and Linux environment. It allows you to setup user accounts , DNS and other services from any web browser that has support for forms and tables. Following steps could be referred:- a. Login

How to Enable SSH for Dedicated Server on Linux ?

Following steps could be referred : a.You will have to generate ssh key pairs for your connection . b. You can do so using the ssh-keygen command. You should run it on the command prompt. You will be asked for a file where the key should be saved .And also

How to Change the Hostname of a Server

In Linux, a hostname is a unique name that identifies a device on a network, and is used to identify the device in various network protocols and systems. A hostname can be set during the installation of the operating system or later using various commands. There are several reasons why

How can one combine PHP5 with PHP 4 ?

We have to compile php4 with apache and need to install php5 but do not compile it with apache. Normal configure commands could be used to compile php4 with apache. Now PHP5 Installation. a) You can download the version of pHP5 you would like to install from https://php.net/ REMOVE the

How to increase the size of /tmp partition?

Following steps could be referred for the same:- a.. First stop MySQL, Apache, and cPanel to prevent writing to the /tmp partition b. Take a backup of the current /tmp folder. c. Umount /tmp partition. If you’re unable to, you can do an lsof to see what processes are still

How to backup and restore the database via phpmyadmin?

Following are the steps which could be referred a. Open phpMyAdmin. b. Select your database by clicking the database name in the list on the left of the screen. c. Click the Export link. This should bring up a new screen that says View dump of database (or something similar).