How to Install iftop on RedHat 6 64 bits, CentOS. iftop is a very very cool tool. It displays what connections are made and their usage etc… Script to Install #!/bin/bash #Install iftop RedHat 6 #by Felipe Ferreira http://felipeferreira.netconf July/2011 […]
How to install varnish
How to install varnish This is a step-by-step on howto setup and run varnish web cache. This was done for Linux RedHat 6 64bits, same works for CentOS 5.5 64bits with varnish 3.0 This install is made of Varnish and […]
How to install snort on centos 5.5
How to install snort on centos 5.5 This guide is a step by step on how to install from source snort-2.9.0.5 on CentOS 5.5 64bits it should work the same way for RedHat. Also with the mysql option enabled. The […]
How to create linux quota
How to create quota: 1. Remount the with quota options the quota options are: grpquota,usrquota vi /etc/fstab /dev/VolGroup00/LogVol02 /home ext3 defaults,usrquota,grpquota 1 2 2. Remount mount -o remount /home 3. Define quota setquota user 512 1024 40 50 /home 4. […]
How to Install GlassFish on CentOS
How to Install GlassFish ESB on CentOS / Red Hat / Fedora I did my installation on a CentOS 5.4 and I confirm all works, just follow step-by-step. Download JDK 6u12 # cd /usr # wget http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/VerifyItem-Start/jdk-6u12-linux-i586.bin?BundledLineItemUUID=wFlIBe.lB8gAAAElzSEadwyv&OrderID=8fxIBe.lQPoAAAEluyEadwyv&ProductID=1O1IBe.pLl4AAAEerDlTv_an&FileName=/jdk-6u12-linux-i586.bin Download GlassFish 2.1 […]
HOW TO INSTALL CENTREON on CENTOS 5.4
***************************************************** HOW TO INSTALL NAGIOS 3.2.0 CENTREON 2 on CENTOS 5.4 ***************************************************** Author: Felipe Ferreira / www.felipeferreira.net Date: 17/11/2009 The perfect Network System Monitoring Solution is a comination of powerfull tools like Nagios/Centreon/NagVis/Dokuwiki. This howto will teach step by step […]
Upgrade nagios 3.0.3 to 3.0.6
Upgrading From Previous Nagios 3.x Releases As newer alpha, beta, and stable releases of Nagios 3.x are released, you should strongly consider upgrading as soon as possible. Newer releases usually contain critical bug fixes, so its important to stay up […]