January 3, 2013
June 19, 2012
———- install ruby ——————– /scripts/installruby ———- install libpcap ——————– yum install libpcap-devel libpcap I removed from /etc/yum.conf : ruby and perl from the exclude list vi […]
April 16, 2012
in /usr/local/apache/conf/includes/post_virtualhost_global.conf add LogFormat "%{X-Forwarded-For}i %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
April 16, 2012
Bellow I describe how to avoid some denial of service attacks TCP syn flood attacks This kind of attack assumes that an attacker is sending syn […]
October 27, 2011
1. yum install memcached 2a. wget http://pecl.php.net/get/memcache-3.0.6.tgz 2b. tar -xvf memcache-3.0.6.tgz here is a little storry, we need to use phpize to prepare the imagick php […]
August 22, 2011
I am doing some tests to prepare a new version of PHP on which I needed the xsl library. Everything was going ok after the ./configure […]
July 27, 2011
The fix is pretty simple, run the following commands and afterwards reenter your previous ./configure command ln -s /usr/lib64/libmysqlclient.so /usr/lib/libmysqlclient.so ln -s /usr/lib64/libmysqlclient.so /usr/local/libmysqlclient.so
June 22, 2011
1. stop all services /etc/init.d/httpd stop ; /etc/init.d/exim stop ; /etc/init.d/pure-ftpd stop ; /etc/init.d/dovecot stop ; /etc/init.d/cpanel stop ; /etc/init.d/lfd stop ; /etc/init.d/munin-node stop ; /etc/init.d/crond […]
June 8, 2011
I’ll describe the installation process for Centos as this is my server’s operating system, the installation is very similar for any linux flavour. In order to […]