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 MoreTag: web hosting cheap
How 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 MoreBlock IP Range using CSF
To block a particular IP range csf -d 45.0.0.0/8 csf -d 45.213.0.0/16 csf -d 45.213.100.0/24 Then, restart csf. csf -r
See More