hack-linux.blogspot.com
Hacking Linux (Tips, Tricks and Installations)
http://hack-linux.blogspot.com/2008/06/installation-of-eaccelerator.html
Thursday, June 19, 2008. EAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times. To install eAccelerator on a Server just follow the following steps:. Installation of Mo...
hack-linux.blogspot.com
Hacking Linux (Tips, Tricks and Installations)
http://hack-linux.blogspot.com/2008/07/hotsanic-hotsanic-is-very-nice-tool.html
Monday, July 07, 2008. I built this guide on a cPanel server but it will work fine on an ensim box as well. I don't recall the plesk mailserver off the top of my head but changing that small part will make it work great fine plesk. This guide is also posted on my website. First, we will need to install RRDtool. Wget http:/ oss.oetiker.ch/rrdtool/pub/rrdtool-1.0.x/rrdtool-1.0.48.tar.gz. Tar -zxvf rrdtool-1.0.48.tar.gz. Cd rrdtool-1.0.48. Now we will install and configure HotSaNIC. Module found: SYSTEM Do ...
hack-linux.blogspot.com
Hacking Linux (Tips, Tricks and Installations)
http://hack-linux.blogspot.com/2008/08/error-rpmdb-unable-to-join-environment.html
Saturday, August 23, 2008. ERROR:- rpmdb: unable to join the environment. You get following or error while Rebuilding RPM database:. Root@www root]# rpm –rebuilddb. Rpmdb: unable to join the environment. Error: db4 error(11) from dbenv- open: Resource temporarily unavailable. Error: cannot open Packages index. Root@www root]# rm -f /var/lib/rpm/ db*. Root@www root]# echo “% dbi cdb create private cdb mpool mp mmapsize=16Mb mp size=1Mb” /etc/rpm/macros. Root@www root]# rpm –rebuilddb. Subscribe in a reader.
hack-linux.blogspot.com
Hacking Linux (Tips, Tricks and Installations)
http://hack-linux.blogspot.com/2008/07/tripwire-open-source-tripwire-software.html
Tuesday, July 01, 2008. Open Source Tripwire software is a security and data integrity tool useful for monitoring and alerting on specific file change(s) on a range of systems. 1) Download tripwire latest stable version from:. Http:/ sourceforge.net/project/showfiles.php? 2) tar –xvf tripwire-2.4.1.2-src.tar. 3) cd tripwire-2.4.1.2-src. 4) /configure - prefix=/usr/local/. 5) make and make install. Posted by Milind Koyande. Subscribe to: Post Comments (Atom). Font Definitions */ @font-face {font-famil.
hack-linux.blogspot.com
Hacking Linux (Tips, Tricks and Installations)
http://hack-linux.blogspot.com/2008/06/installing-modbandwidth-modbandwidth-is.html
Wednesday, June 18, 2008. Mod bandwidth" is a module for the Apache webserver that enable the setting of server-wide or per connection bandwidth limits, based on the directory, size of files and remote IP/domain. Following are the steps to install mod bandwidth. 1 Login to your server via SSH as root. 2 Type: mkdir /root/mod bw. 3 Type: cd /root/mod bw. 4 Type: wget ftp:/ ftp.cohprog.com/pub/apache/module/1.3.0/mod bandwidth.c. 6 Type: mkdir /usr/local/apache/bw limit. 10 Locate the following Line:.
hack-linux.blogspot.com
Hacking Linux (Tips, Tricks and Installations)
http://hack-linux.blogspot.com/2008/06/install-ruby-on-rails-ruby-on-rails-is.html
Friday, June 20, 2008. Install Ruby on Rails. Ruby on Rails is an open-source web framework. Ruby is a language, Rails is a framework. Rails is fast becoming a preferred development framework eating into PHP share. Wget http:/ www.fastcgi.com/dist/mod fastcgi-2.4.2.tar.gz. Tar -zxf mod fastcgi-2.4.2.tar.gz. Cd mod fastcgi-2.4.2. Wget http:/ rubyforge.org/frs/download.php/7858/ruby-1.8.4.tar.gz. Wget http:/ rubyforge.org/frs/download.php/5207/rubygems-0.8.11.tgz. Tar -zxf fcgi-2.4.0.tar.gz. Installing Mod...
hack-linux.blogspot.com
Hacking Linux (Tips, Tricks and Installations)
http://hack-linux.blogspot.com/2008/06/installation-of-modevasive-modevasive.html
Wednesday, June 18, 2008. Installation of Mod Evasive. Mod Evasive is an apache module which helps protecting against people sending too many requests to the web server in an attempt to flood it. If it detects too many connections the offending ip will be blocked from the accessing apache for this is especially useful when the server is continuously getting attacked. Following are the steps to install and configure it on a Linux Machine:. Login to the server as root and execute. For apache 2.0.x. Gr8 Adm...
hack-linux.blogspot.com
Hacking Linux (Tips, Tricks and Installations)
http://hack-linux.blogspot.com/2008/06/how-to-install-ffmpeg-ffmpeg-php.html
Thursday, June 26, 2008. How To Install FFmpeg FFmpeg-PHP Mplayer Mencoder flv2tool LAME MP3 Encoder. Following are the steps to install FFmpeg FFmpeg-PHP Mplayer Mencoder flv2tool LAME MP3 Encoder Libog on a Linux server or VPS Manually. These steps also include the common fixes for such errors. Wget www3.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2. Wget rubyforge.org/frs/download.php/9225/flvtool2 1.0.5 rc6.tgz. Tar zxvf lame-3.97.tar.gz. Tar zxvf libogg-1.1.3.tar.gz. Configure & ma...
hack-linux.blogspot.com
Hacking Linux (Tips, Tricks and Installations)
http://hack-linux.blogspot.com/2008/06/install-turck-mmcache-turck-mmcache-is.html
Tuesday, June 17, 2008. Turck MMCache is a free open source PHP accelerator, optimizer, encoder and dynamic content cache for PHP. It increases performance of PHP scripts by caching them in compiled state, so that the overhead of compiling is almost completely eliminated. Also it uses some optimizations to speed up execution of PHP scripts. Turck MMCache typically reduces server load and increases the speed of your PHP code by 1-10 times. Following are the steps to install Turck MMCache on Linux Machine.
hack-linux.blogspot.com
Hacking Linux (Tips, Tricks and Installations): October 2006
http://hack-linux.blogspot.com/2006_10_01_archive.html
Friday, October 27, 2006. How to build Firefox RPM package for Fedora Core. This article covers building Firefox 1.5 RPM for Fedora Core 4. Yum install fedora-rpmdevtools -y. 2) Create rpmbuild directory. 3) Download Firefox RPM build files. Wget http:/ releases.mozilla.org/pub/mozilla.org/firefox/releases/1.5/linux-i686/en-US/firefox-1.5.tar.gz. Download firefox.spec, firefox.desktop, firefox.png from http:/ fedoranews.org/tchung/firefox/1.5/. 4) Build Firefox RPM binary. 5) Install Firefox RPM binary.