Hostripples Featured

Uninstall CLAMAV : How to?

To uninstall ClamAV, use following steps, /bin/rm -Rfv /usr/bin/clam* /bin/rm -Rfv /usr/sbin/clam* /bin/rm -Rfv /usr/lib/libclam* /bin/rm -Rfv /usr/share/clam* /bin/rm -Rfv…

12 years ago

CentOS RPM or Repos URLs

http://mirror.centos.org/centos/4/os/i386/CentOS/RPMS/ http://mirror.centos.org/centos/5/os/i386/CentOS/ http://httpupdate.cpanel.net/mysqlinstall/4.1.22-0/64/centos/4.3/ http://downloads.mysql.com/archives/mysql-4.1/ http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/    

12 years ago

UPGRADE BUGZILA

========== TO UPGRADE  BUGZILA DO AS FOLLOWS ============== bash$ cd /var/www/html bash$ wget http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.22.1.tar.gz (Output omitted) bash$ tar xzvf bugzilla-2.22.1.tar.gz…

12 years ago

Blank PHP Pages

Blank PHP Pages You go to a .php page, but it’s blank. The scope of what can cause blank pages…

12 years ago

Auditd crashing

Auditd crashing recent problem with RHEL and cPanel causes some servers to crash on a daily or every couple of…

12 years ago

PHP-APC Installation

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

12 years ago

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

 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…

12 years ago

Nmap : What is it?

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

12 years ago

How to create an alias in linux

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…

12 years ago

CPU limit: How it works?

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/…

12 years ago