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…
System Administrator
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 …
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 …
How to setup sshguard
Using Iptables and centos or redhat
(another option is to use fail2ban, checkout my howto here )
1.Download sshguard source and compile it (could also …
Bash script to run post installation of CentOS or RedHat.
#/bin/bash # post installation script # # #set -x echo ". Post installation script" # # /etc/hosts # echo ".…
Glassfish can not disable the trace method witch is a security problem!
This is what the Oracle support wrote me:
I did some testing using the following CLI method because …