Varnish security.vcl

How to setup Security.vcl on Varnish 3.0 Download it wget https://github.com/KristianLyng/varnish/tree/my2.1/varnish-tools/security.vcl # cd vcl/ # make # cp -a vcl/ /etc/varnish/security.vcl/ (alternatively you could symlink it, of course). Now all it has to be done is edit your normal VCL […]

Tags: , , , , , , , , ,

How to install NTOP on CentOS 5.5 64bits

Quick and easisest way: wget http://apt.sw.be/redhat/el5/en/x86_64/rpmforge/RPMS//rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm rpm -Uvh rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm yum install ntop # Get yum ready yum clean all yum update # Install Development Tools yum groupinstall “Development Tools” # Install more ntop Dependencies yum install libpcap-devel libpcap # Install […]

Tags: , , , , , , ,

install nagios on centos 5.5

Howto install Nagios Centreon on CentOS 5.5 64bits updated/fast version Install Nagios on CentOS +————–————–——+ | INSTALL OS                 | +————–————–——+ 1.Install CentOS Select only Server option, witch has already lots of packets also too many Updates system # yum -y […]

Tags: , , , , ,