Monthly Archives: December 2009

ldconfig command

ldconfig creates the necessary links and cache (for use by the run-time linker, ld.so) to the most recent shared libraries found in the direc- tories specified on the command line, in the file /etc/ld.so.conf, and in the trusted directories (/usr/lib … Continue reading

Share
Posted in Important for LPI 117-101 | Leave a comment

Winter Sale from uCertify – An Incredible Deal

  Hi Readers, Lets pass our desired certification with maximum knowledge and minimum efforts. uCertify, a leading provider of exam preparation software for IT certification exams, announced this winter a big discount on the entire range of its practice tests. … Continue reading

Share
Posted in Reviews | Leave a comment

How to remove files

“find /var/ -name core.* -exec rm {} \; find /home/dwhs/public_html/ -name core.* -exec rm {} \; find /home/dwhs/ -name core.* -exec rm {} \; find /home/dwhs/ -name error_log -exec rm {} \; find /home/dwhs/ -name error_log -exec rm {} \;”ezlinuxadmin.com

Share
Posted in Linux How to | Leave a comment

Services kill command

“ps aux (shows all processes) kill (pid #) to remove service For example kill 12435 (this kills pid 12435)”ezlinuxadmin.com

Share
Posted in About LPI | Leave a comment

Install ffmpeg

“yum -y install dialog cd /usr/src wget http://scriptmantra.info/scripts/AAST_ffmpeg_installer_5.0.3b chmod +x AAST_ffmpeg_installer_5.0.3b ./AAST_ffmpeg_installer_5.0.3b FFmpeg-PHP”ezlinuxadmin.com

Share
Posted in About LPI | Leave a comment

Install image magik

“mkdir /home/src cd /home/src wget http://www.downloadspot.com/downloads/ImageMagick-6.3.4-7.tar.gz tar xvzf ImageMagick-6.3.4-7.tar.gz cd ImageMagick-6.3.4 ./configure make make install cd PerlMagick perl Makefile.PL make make install”ezlinuxadmin.com

Share
Posted in About LPI | Leave a comment

Install zend optimizer

“Download Zend Optimizer from the command line of the server. wget http://downloadspot.com/downloads/ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz Then untar tar xvfz ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz Then enter the Zend directory cd ZendOptimizer-3.3.9-linux-glibc23-i386/data/ Then find the phpversion match .so file Copy the full patch to the file: zend_extension= Then … Continue reading

Share
Posted in About LPI | Leave a comment

Cpanel scripts

“/scripts/securetmp – secures tmp folders /scripts/fixcommonproblems – cleans up common issues /scripts/fixeverything – cleans up the server /scripts/runlogsnow – Force a webalizer/analog update /scripts/upcp – Update Cpanel /scripts/quicksecure – Shuts down ovious security holes /scripts/remdefssl – Delete Nasty SSL entry … Continue reading

Share
Posted in About LPI | Leave a comment

Manual backup of Cpanel

“To instantly run your existing back up settings in cpanel run: (You will need backups turned on in your WHM for this to work) /scripts/cpbackup To instantly run a packaged account backup for any account run: (Keep in mind this … Continue reading

Share
Posted in About LPI | 1 Comment

Cpanel restart services

“/scripts/restartsrv mysql /scripts/restartsrv httpd /scripts/restartsrv bind (proftpd,exim,sshd,cppop,bind,mysql) /etc/rc.d/init.d/cpanel restart /scripts/reswhostmgr /etc/rc.d/init.d/portsentry start /etc/rc.d/init.d/network restart /etc/sysconfig/network-scripts (where ip’s are stored) /etc/init.d/exim restart services exim stop”ezlinuxadmin.com

Share
Posted in About LPI | Leave a comment