PHP-APC Installation

13 years ago

The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a…

Video Codecs Installations: MPlayer+flvtool2+lame+ffmpeg-php+libogg+libvorbis

13 years ago

 Get all the source files wget http://www3.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2 wget http://rubyforge.org/frs/download.php/9225/flvtool2_1.0.5_rc6.tgz wget http://easynews.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz wget http://sourceforge.net/projects/ffmpeg-php/files/ffmpeg-php/0.6.0/ffmpeg-php-0.6.0.tbz2/download wget http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz wget http://downloads.xiph.org/releases/vorbis/libvorbis-1.1.2.tar.gz  Extract all the…

Nmap : What is it?

13 years ago

It is an open source security tool for network exploration, security scanning and auditing. However, nmap comes with lots of…

How to create an alias in linux

13 years ago

To create the alias use the following syntax: alias name=value alias name='command' alias name='command var1 var2' alias name='/path/to/script' alias name='/path/to/script.sh…

CPU limit: How it works?

13 years ago

Installation: root# cd /usr/src root# wget 'http://downloads.sourceforge.net/cpulimit/cpulimit-1.1.tar.gz' root# tar -zxvf cpulimit-1.1.tar.gz root# cd cpulimit-1.1 root# make root# cp cpulimit /usr/local/sbin/…

Assign Second IP in Linux

13 years ago

1. cp /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/sysconfig/network-scripts/ifcfg-eth0:1 2. In /etc/sysconfig/network-scripts/ifcfg-eth0:1 change DEVICE=eth0 to DEVICE=eth0:1 3. In /etc/sysconfig/network-scripts/ifcfg-eth0:1 modify IPADDR= to match the additional…

Disable open_basedir in plesk

13 years ago

How to disable open_basedir in plesk without breaking/commenting your current httpd.conf basedir lines. Create a new file, called vhost.conf This…

Iframe: How to remove it ?

13 years ago

For iFRME injection, first search the all domains on the server using following command which are infected then remove it…

Set scheduler task on windows server

13 years ago

To set scheduler task on windows server one need to perform below mentioned steps: 1) Click on Start -> Control…

Linux Server Security Cheklist.

13 years ago

1. Keep the system Updated with Latest Security Patches 2. Keep Yourself updated with latest vulnerabilities through mailing lists, forums…