Tutorials

:: 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...
Sysadmin.ID
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...
Sysadmin.ID
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...
Sysadmin.ID
14 sec read

:: NGINX: [emerg] directive "rewrite" is not terminated by ";"

:: Error when reload / restart nginx nginx -s reload nginx: directive "rewrite" is not terminated by ";" /etc/nginx/vhost/blackonsole.org.conf:15 in...
Sysadmin.ID
20 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 {...
Sysadmin.ID
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 >...
Sysadmin.ID
16 sec read

:: PHP: Unable to load dynamic library json.so

:: Error PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/lib/php/modules/json.so’ – /usr/lib/php/modules/json.so: undefined symbol: ZVAL_DELREF in Unknown on line...
Sysadmin.ID
16 sec read