bloody error
hope something here may help you...
  • Home
  • Apache
  • C++
  • Linux
  • Mac OS X
  • Networking
  • PHP
  • Tips
  • Windows
Browse: Home / Linux

Linux

Unix shell command to Detect DDoS attack

By Jeevan on July 18, 2009

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 [...]

Posted in Linux, Networking | Tagged administrator, DDoS, Detect DDoS, Linux, Linux Command, netstat, Security, server, shell command | 1 Response

Installing Windows XP over Linux Fedora Core over Windows Vista

By Jeevan on May 29, 2009

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 [...]

Posted in Tips | Tagged boot loader, command, Dual boot, Fedora Core, GRUB, installation, Linux, MBR, Rescue, shell, Vista, Windows, XP | 1 Response



Recent Comments

  • Lola on Split & Concat Snow Leopard Error : (-2753) The variable thePanel is not defined
  • fares on Object doesn’t support this property or method
  • ashish on Installing Windows XP over Linux Fedora Core over Windows Vista
  • Cameron on Split & Concat Snow Leopard Error : (-2753) The variable thePanel is not defined
  • Jeevan on Unix shell command to Detect DDoS attack

Tags

.htaccess administrator Apache Apple Mac bootloader boot loader C++ command Dual boot Error Fedora Core GRUB hosts httpd IE8 install installation Internet Explorer Leopard Linux Mac OS X MBR MFC Microsoft moving domain network OS X PHP programming redirect RegEdit RegEx Rescue server shell Snow Leopard URL validate URL validator Vista Visual Studio VS VS 2005 Windows Wizard XP

Copyright © 2010 bloody error.