howto

WordPress :: Using OS cron job

:: How to change wp cron to os cron job + add cron job on os cron crontab -e # add...
SysadminID
12 sec read

:: WP MU :: Slow After Upgrade

:: How to fix WordPress MU slowly after upgrade try to upgrade database table for wordpress using this url: //domainname.tld/wp-admin/upgrade.php  ...
SysadminID
6 sec read

CentOS :: Open port 80 on iptables

:: How to open http port on iptables + edit iptables rules vi /etc/sysconfig/iptables + add this line -A INPUT -m...
SysadminID
9 sec read

CentOS:: Install and configure LAMP

:: How to install LAMP on CentOS yum install httpd httpd-devel mysql mysql-server mysql-devel php php-mysql php-common php-gd php-mbstring php-mcrypt php-devel...
SysadminID
14 sec read

PHP:: enable pcntl extension from source

:: Compile pcntl extension wget //museum.php.net/php5/php-5.3.6.tar.gz tar xvf php-5.3.6.tar.gz cd php-5.3.6/ext/pcntl phpize ./configure make && make install :: Configure pcntl extension...
SysadminID
13 sec read

:: PHP : Installing APC from source

:: How to install APC from source wget //pecl.php.net/get/APC tar xzf APC cd APC phpize ./configure --enable-apc --enable-apc-mmap make && make...
SysadminID
20 sec read

:: CentOS: Apache2 worker MPM, FCGI, APC

:: Installing Apache2, FCGI, APC yum install httpd php-cgi mod_fcgid php-pecl-apc   :: Enable worker MPM on Apache2 vi /etc/sysconfig/httpd #...
SysadminID
45 sec read