server

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

:: 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...
SysadminID
16 sec read

:: PHP : Installing JSON extention

:: How to installing php json extention on Linux CentOS + installing php yum install php php-pear php-devel gcc make +...
SysadminID
14 sec read

:: CentOS 5 : installing php-fpm

:: How to install php-fpm on CentOS 5.8 + installing repository rpm -Uvh //rpms.famillecollet.com/enterprise/remi-release-5.rpm yum install yum-priorities + add priority=10 on...
SysadminID
19 sec read

:: Nginx: wordpress permalinks

:: How to setup wordpress permalinks on nginx + edit virtualhost file vi /etc/nginx/vhost/blackonsole.org.conf + add wordpress permalink setup on location...
SysadminID
9 sec read

:: MySQL: reset root password

:: How to reset root password MySQL + stop mysqld /etc/init.d/mysqld stop + starting mysql with skip grant table on background...
SysadminID
14 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;...
SysadminID
17 sec read