If you can not see user’s account in WHM >> List account, please use following steps to fix it. Check the following files : 1. Check if the domain is present in this list /etc/userdomains 2.Username should be replaced by the actual username ls /var/cPanel/users/username 3. Check if this file exists /var/cpanel/users/username If all the […]
See MoreTag: hostripples
How to use RPM command
To install and uninstall RPMs, use RPM command as follows. rpm -qa | grep pakage-name rpm -e pkgname rpm -ivh pkgname You can also use YUM to install/uninstall rmp pkgs yum remove bind* yum install bind*
See MoreHow to change server time zone
To change server time use following commnds. date -s ‘Sun JUN 12 00:30:00 PST 2012’ OR date –set=”2 SEP 2013 12:00:00″
See More