Clamav Upgrade error

13 years ago

Following error occurred while upgrading the clamav :- #make ............... ............... ............... cdiff.o(.text+0x1a37): In function `cdiff_apply': ../shared/cdiff.c:984: undefined reference to…

Uninstall CLAMAV : How to?

13 years ago

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…

CentOS RPM or Repos URLs

13 years ago

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/    

UPGRADE BUGZILA

13 years ago

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

Blank PHP Pages

13 years ago

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

Auditd crashing

13 years ago

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

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…