Installing LAMP – Ubuntu 14.04 !

LAMP is a group of open source which is deployed usually to host websites. In LAMP ‘L’ stands for Linux, the OS which provides the platform, ‘A’ stands for Apache, the webserver, ‘M’ stands for MySQL, the database server and...

DDoS protection guide – Part 2

We have discussed about DDoS hitting Webservers in this post. It can also attack the DNS servers, which is often called as DNS Amplification Attacks. In Simple words, the attack can be explained as follows : Someone makes an inquiry to you, on how to reach a...

Error – /bin/rm: Argument list too long !

When trying to delete the files of a folder ( using # rm ) with lots of contents in it , you might get this error : /bin/rm : Argument list too long The traditional # rm command will not be able to delete too many files in a directory. To get around this, use the...