Posts Tagged ‘Linux’

Unix shell command to Detect DDoS attack

This item was filled under [ Linux, Networking ]

Have a server? Doubt it’s under DDoS attack? There is a simple code for you to check it’s under DDoS attack or not!
Run this command:
netstat -alpn | grep :80 | awk ‘{print $5}’ |awk -F: ‘{print $(NF-1)}’ |sort | uniq -c | sort -n
This is not exactly going to say YES your under attack, this [...]

Continue reading...

Installing Windows XP over Linux Fedora Core over Windows Vista

This item was filled under [ Tips ]

How to Fix Boot Loader after Installing Windows XP over Vista and Linux (Fedora Core)
Problem
I brought a New Laptop and it comes with Vista by Default. That’s not really a problem unless you want to install XP and / or Linux.
Since I had vista, it’s much easier to create a new partition using vistas Disk [...]

Continue reading...