configuration

:: phpMyAdmin : Enabe / Disable Root Login

:: How to enable root login in phpMyAdmin vi config.inc.php on /* Authentication type */ add this line: $cfg = TRUE;...
sysadmin.id
10 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...
sysadmin.id
1 min 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

:: 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

:: Nginx: enable gzip compression

:: How to enable gzip compression on nginx + configure nginx.conf vi /etc/nginx/nginx.conf add / setup compression for nginx: gzip on;...
sysadmin.id
17 sec read

:: BIND : setup spf record

:: How to setup SPF record for domain on BIND/named + add spf record on zone file vi /var/named/blackonsole.org.zone added line...
sysadmin.id
12 sec read