howto

:: Apache: Change Prefork MPM to Worker MPM

:: Determine which MPM running in apache apachectl -l if you see worker.c, your apache running worker mpm, if you see...
SysadminID
18 sec read

:: Sudo without password

:: How to setup sudo without password prompt visudo add this line for setup sudoer without password your_username ALL=(ALL) NOPASSWD: ALL...
SysadminID
5 sec read

:: Setup XFileSharing on NGINX

:: How to setup XFileSharing with NGINX + installing and setup fcgiwrap for nginx wget //github.com/gnosek/fcgiwrap/tarball/master tar -xzf master cd gnosek-fcgiwrap-1328862...
SysadminID
1 min read

:: Debian: Upgrade php 5.3

:: How to upgrade php 5.3 on Debian + setup php5.3 repo vi /etc/apt/source.list add these line: deb //php53.dotdeb.org stable all...
SysadminID
9 sec read

:: CentOS : Installing WebMin

:: How to installing WebMin on CentOS + create webmin.repo vi /etc/yum.repos.d/webmin.repo add these line: name=Webmin Distribution Neutral #baseurl=//download.webmin.com/download/yum mirrorlist=//download.webmin.com/download/yum/mirrorlist...
SysadminID
14 sec read

:: NGINX : Redirect to external URL

:: How to redirect to external url on NGINX + create configure file vi /etc/nginx/vhosts/blackonsole.org.conf added configuration like these: server {...
SysadminID
11 sec read

:: Cron: Auto restart daemon if it down

:: How to create script for auto restart daemon if it down + create auto restart daemon script (nginx) cat >...
SysadminID
16 sec read