sysadmin.id

  https://sysadmin.id

   



228 Stories by sysadmin.id

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 # cd pcre-7.6 #...
1 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 || update PHP 53...
0 7 sec read

wp-db fatal error – allowed memory size exhausted

|| fatal error wp-db.php on wordpress Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 137535 bytes) in /home/websitep/public_html/wp-includes/wp-db.php on line...
0 11 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 fix nginx error...
0 14 sec read

Install jdownloader on linux debian

|| what is jdownloader please take a look this || how to install jdownloader on linux debian | installing openjdk-6-jdk # aptitude install openjdk-6-jdk...
11 18 sec read

Setup DNS using Bind / named

|| what is bind please take a look this || install bind (debian) # aptitude install bind9 || setting bind | setup file named.conf...
0 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 # vi /etc/nginx/nginx.conf ###...
0 14 sec read