chkrootkit
Jun 10th
Website: http://www.chkrootkit.org/
Download from DownloadSpot Here: chkrootkit.org
Or just follow these instructions from root:
wget http://www.downloadspot.com/downloads/chkrootkit.tar.gz
tar -xvzf chkrootkit.tar.gz
cd chkrootkit-0.49
make sense
to run simply type this after it’s installed:
./chkrootkit
Usage: ./chkrootkit [options] [testname ...] Options: -h show this help and exit -V show version information and exit -l show available tests -d debug -q quiet mode -x expert mode -r dir use dir as the root directory -p dir1:dir2:dirN path for the external commands used by chkrootkit -n skip NFS mounted dirs
Linux reader for windows
Apr 16th
If you want to read a Linux hard drive on a windows computer you need a special emulator.
We have tried many here at DWHS but the best one we have found is called Linux reader and is actually free. You will need a hard drive docking system like the Rosewill HD dock
You can download the program here Linux Reader | Website
Upgrading a realtech lan / nic driver
Apr 6th
On the SUPERMICRO SYS-5015A-H server , the nic driver by Centos is outdated already and causes slowdowns from rsync and other similar protocols. The fix is updating the driver as you can read about here: http://www.ezlinuxadmin.com/2010/04/upgrading-a-realtech-lan-nic-driver/
The required drive for upgrading the MOBO is here: http://www.downloadspot.com/downloads/r8168-8.018.00.tar.bz2
Install Zend
Dec 13th
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=</root/ZendOptimizer-3.3.9-linux-glibc23-i386/data/5_2_x_comp/ZendOptimizer.so>
Then copy the full path to the file php.ini file located in the /usr/local/lib/ folder:
zend_extension=</root/ZendOptimizer-3.3.9-linux-glibc23-i386/data/5_2_x_comp/ZendOptimizer.so>
Restart Apache
How To Install FFmpeg + FFmpeg-PHP + Mplayer + Mencoder + flv2tool + LAME MP3 Encoder
Oct 20th
This was taken from a thread off the DWHS Forum http://www.dwhs.net/hostingforum/viewtopic.php?p=101337
The file needed at the end of this thread is HERE
This process requires root access and a full dedicated server.
cd /usr/local/src/
DOWNLOAD MODULES
wget www3.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2 wget rubyforge.org/frs/download.php/9225/flvtool2_1.0.5_rc6.tgz wget easynews.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz wget superb-west.dl.sourceforge.net/sourceforge/ffmpeg-php/ffmpeg-php-0.5.1.tbz2 wget downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz wget downloads.xiph.org/releases/vorbis/libvorbis-1.1.2.tar.gz
EXTRACT MODULES
tar zxvf lame-3.97.tar.gz tar zxvf libogg-1.1.3.tar.gz tar zxvf libvorbis-1.1.2.tar.gz tar zxvf flvtool2_1.0.5_rc6.tgz tar jxvf essential-20061022.tar.bz2 tar jxvf ffmpeg-php-0.5.1.tbz2
mkdir /usr/local/lib/codecs/
yum install gcc gmake make libcpp libgcc libstdc++ gcc4 gcc4-c++ gcc4-gfortran subversion ruby ncurses-devel -y
DOWNLOAD FFMPEG and MPLAYER
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer cd /usr/local/src/mplayer
svn update
cd /usr/local/src/ mv /usr/local/src/essential-20061022/* /usr/local/lib/codecs/ chmod -R 755 /usr/local/lib/codecs/
LAME:
cd /usr/local/src/lame-3.97 ./configure make More >
