Tutorials

:: PHP : Installing JSON extention

:: How to installing php json extention on Linux CentOS + installing php yum install php php-pear php-devel gcc make +...
Sysadmin.ID
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...
Sysadmin.ID
19 sec read

:: PHP : apc.shm_size now uses M/G suffixes

:: PHP error php -v PHP Warning: PHP Startup: apc.shm_size now uses M/G suffixes, please update your ini files in Unknown...
Sysadmin.ID
15 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...
Sysadmin.ID
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...
Sysadmin.ID
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;...
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