server

Install PHP 5.3 on Centos 5.5

|| add PHP 5.3 Webtatic repository # rpm -Uvh //repo.webtatic.com/yum/centos/5/latest.rpm || installing PHP 5.3 # yum --enablerepo=webtatic install php or ||...
Sysadmin.ID
7 sec read

upstream sent too big header – nginx error

|| if you get nginx error like: upstream sent too big header while reading response header from upstream || how to...
Sysadmin.ID
14 sec read

Setup DNS using Bind / named

|| what is bind please take a look this || install bind (debian) # aptitude install bind9 || setting bind |...
Sysadmin.ID
39 sec read

Block / deny ip on nginx

|| what is nginx please take a look this || how to blocking ip address on nginx | configure nginx.conf #...
Sysadmin.ID
14 sec read

rsync over ssh

|| what is rsync please take a look this.. || how to using rsync over ssh # rsync -e ssh -goptrWlzuv...
Sysadmin.ID
7 sec read

Repair db / table mysql on centos

|| what is mysql please take a look this.. || how to repair db mysql on linux centos # /etc/init.d/mysqld stop...
Sysadmin.ID
14 sec read

Disable icmp / ping respond on linux

|| what is ping please take a look this || how to disable icmp / ping respond # echo 1 >...
Sysadmin.ID
18 sec read