Set Timezone on Linux Machine
ln -sf /usr/share/zoneinfo/Asia/Calcutta /etc/localtime Using TZ environment export TZ=Asia/Calcutta date
ln -sf /usr/share/zoneinfo/Asia/Calcutta /etc/localtime Using TZ environment export TZ=Asia/Calcutta date
for user in $(cut -f1 -d: /etc/passwd); do crontab -u [...]
service chkservd stop service httpd stop service mysql stop service [...]
I just found a great tutorial of plesk control panel. [...]
cd /usr/local/src wget http://www.python.org/ftp/python/3.1.1/Python-3.1.1.tar.bz2 tar -jxvf Python-3.1.1.tar.bz2 cd Python-3.1.1 ./configure [...]
1. Find.. to which IP address in the server is [...]
for y in `ls | grep .html`; do sed "s/abc/xyz/g" [...]
Reference : http://www.linux-noob.com/forums/index.php?/topic/2928-grub-single-boot-and-kernel-panic-reboot/ If for example your grub.conf looks like [...]
I just found a great article that discussed about the [...]
Login to WHM >> Main >> Service Configuration >> Exim [...]