How to Resolve ‘passwd: Authentication token manipulation error’ for cPanel

passwd: Authentication token manipulation error At times, a user may find themselves unable to update their password via cPanel. If your attempt to change the password fails, you should see a message that looks something like this: Error: Changing password for user status. Changing password for status (current) UNIX password:

How to update apache to the latest version?

Check the current version of apache by running httpd –v Then execute the following commands: cd /usr/local/directadmin/customapache ./build clean ./build update ./build apache_mod_ssl This should update both the configure options and the version of apache to the most recent version. Once the update is completed, restart apache: RedHat:/sbin/service httpd restart

Common Linux Log Files and Their Uses

List of Linux Log Files The following is a list of commonly found log files within Linux, alongside a short description of what kind of information each file contains. Typically, all log files on linux servers are located under the /var/log directory. Depending on the setup of your server though,

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