tips

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 icinga web on Linux Debian

|| what is icinga web Icinga Web is an online portal to view Icinga monitoring results and send commands to the...
Sysadmin.ID
1 min 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

Install jdownloader on linux debian

|| what is jdownloader please take a look this || how to install jdownloader on linux debian | installing openjdk-6-jdk #...
Sysadmin.ID
18 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