centos

:: update centos 5.5 to 5.6

:: how to update linux centos 5.5 to 5.6 # yum update :: checking centos version # cat /etc/issue CentOS release...
Sysadmin.ID
13 sec read

Disable SELinux

|| what is selinux please take a look this || how to disable selinux | temporary # echo 0 > /selinux/enforce...
Sysadmin.ID
9 sec read

Install pcre 7.6 on Centos 5.5

|| downloading pcre 7.6 package # wget //sourceforge.net/projects/pcre/files/pcre/7.6/pcre-7.6.tar.gz/download || extract and build pcre on Linux Centos # tar -xzf pcre-7.6.tar.gz #...
Sysadmin.ID
17 sec read

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

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

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