NETFILTER PACKET FLOW (kernel): DROP will not warn REJECT will let them know its closed example: (RULE CHECK CHAIN) (THE RULE, WHAT TO DO) iptables -t filter -A INPUT -s 192.168.0.1 -j DROP Notes: The default for -t is filter […]
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 […]
yum to use DVD
Howto use yum CentOS DVD To install packages directly from the DVD one must do: # vi /etc/yum.repos.d/CentOS-Media.repo enabled=1 # mkdir /media/cdrom # mount /dev/cdrom /media/cdrom # yum –disablerepo=* –enablerepo=c5-media install pacakge-name
Howto Setup Varnish
Updated Version of this howto Varnish is a awesome Reverse Proxy, for caching websites and improves its performance in a polish varnish way. To setup follow the instructions (tested on CentOS yum update yum install ncurses-devel make clean mkdir /usr/local/src/varnish-2.0.5 […]
How to flash htc diamond
I finally installed a new ROM on my HTC Diamond, its a considerable old phone, but since my older one broke I have to use it. I hate to waste time on this but it was done in a few […]
Setup HP Insight Manager on VMWare ESX 4
Setup HP Insight Manager on VMWare ESX 4 1. Download the file: http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=US&swItem=MTX-54e9417b70db4823aff1cefbc0 2. Copy it to the ESX server using the tool WinSCP to /tmp 3. Uncompress and install software Inside the ESX # mv /tmp hpmgmt-8.3.1-vmware4x.tgz /usr/local # […]
IIS with storage
How to Configure IIS 6.0 with Storage 1. Create a limited permissions account on the Domain Controller or the same name and password in all web servers. 2. Add your newly created account to the IIS_WPG Local security group. 3. […]