-
The Tengine Web Server –
The Tengine Web Server –
#Server #Linux #Nginx #webserver -
Install Sphinx 2.0.4 on CentOS 6.2 –
Install Sphinx 2.0.4 on CentOS 6.2 –
#CentOS #Database #Linux #MYSQL #PHP #rpm #search #Sphinx #sqlInstall Sphinx 2.0.4 on CentOS 6.2 :: GadElKareemgadelkareem.com
- Make sure to check CentOS, PHP-FPM, Nginx, memcached and MYSQL posts. – Get fresh RPM from sphinxsearch.com – Install Sphinx rpm -Uhv
-
Watch log files on Linux server with Swatch 3.2.3 –
Watch log files on Linux server with Swatch 3.2.3 –
#CentOS #error #Linux #log #nginx #PHP #server #swatch #linuxWatch log files on Linux server with Swatch 3.2.3 :: GadElKareemgadelkareem.com
- Make sure to check CentOS, PHP-FPM, memcached and MYSQL posts. – get a fresh package from Swatch project wget
-
Easy, proactive monitoring of processes, programs, files and filesystems on Linux/Unix | Monit –
Easy, proactive monitoring of processes, programs, files and filesystems on Linux/Unix | Monit –
#Linux #Tech -
Install Nginx 1.0.12 for PHP-FPM on CentOS 6.2 –
Install Nginx 1.0.12 for PHP-FPM on CentOS 6.2 –
#ab #apache #benchmark #cache #CentOS #Linux #nginx #PHP #php-fpmInstall Nginx 1.0.12 for PHP-FPM on CentOS 6.2 :: GadElKareemgadelkareem.com
- Make sure to check PHP-FPM, memcached and MYSQL posts. – get the latest package from wiki.nginx.org mkdir nginx cd nginx wget
-
install memcached 1.4.13 on CentOS 6.2 –
install memcached 1.4.13 on CentOS 6.2 –
#bash #CentOS #Database #Linux #memcached #MYSQL #PHPinstall memcached 1.4.13 on CentOS 6.2 :: GadElKareemgadelkareem.com
- Make sure to check PHP-FPM and MYSQL posts. – One of the dependencies of memcache is libevent, get latest version from libevent.org mkdir libevent cd
-
Install PHP 5.3.10 with php-fhm on CentOS 6.2 64-bit –
Install PHP 5.3.10 with php-fhm on CentOS 6.2 64-bit –
#bash #CentOS #curl #Linux #MYSQL #PHP #php-fhm #sapiInstall PHP 5.3.10 with PHP-FPM on CentOS 6.2 64-bit :: GadElKareemgadelkareem.com
- Make sure to check Nginx, memcached and MYSQL posts. – remove old version #find installed packages rpm -qa | grep php #remove php packages yum
-
install curl 7.24 on CentOS 6.2
- Make sure to check PHP-FPM post.
- install from source
wget http://curl.haxx.se/download/curl-7.24.0.tar.bz2 tar xfj curl-7.24.0.tar.bz2 cd curl-7.24.0 ./configure --prefix=/usr make make install #check version curl -V
-
Install MySQL 5.5.21 64-bit RPM on CentOS 6.2 x86_64 :: GadElKareem –
Install MySQL 5.5.21 64-bit RPM on CentOS 6.2 x86_64 :: GadElKareem –
#bash #CentOS #Database #Linux #MYSQLInstall MySQL 5.5.21 64-bit RPM on CentOS 6.2 x86_64 :: GadElKareemgadelkareem.com
Check Installing CentOS 6.2 on VMware, Install PHP 5.3.10 with PHP-FPM on CentOS 6.2 64-bit, Install Nginx 1.0.12 for PHP-FPM on CentOS 6.2 and install
-
Configuring vsFTPd on CentOS with different port :: GadElKareem –
Configuring vsFTPd on CentOS with different port :: GadElKareem –
#bash #CentOS #files #ftp #Linux #vsftpdConfiguring vsFTPd on CentOS with different port :: GadElKareemgadelkareem.com
Check Installing CentOS 6.2 on VMware post. – make sure SELINUX is disabled and iptables is configured for FTP – add ftp user adduser ftpuser -g ftp -s
