Category Archives: Security

Linux Security Hole Goes Back Eight Years

Here’s another deep chink in the armor of the braindead zealots who claim Linux is inherently more secure than Windows. Julien Tinnes and Tavis Ormandy have found what could be the widest ranging vulnerability yet discovered in the Linux kernel. … Continue reading

Posted in Linux, Open Source, Security | Tagged , , , , , , | Leave a comment

CVS server on Ubuntu

Install CVS files: sudo apt-get install cvs Install the CVS server: sudo apt-get install cvsd When prompted in the cvsd installation process for Repository, type in “/cvsrepo”. Now that the cvsd installation in complete goto /var/lib/cvsd or seeking for a … Continue reading

Posted in Linux, Open Source, Security, Software, Tips - Tricks, Ubuntu | Tagged , , , | 1 Comment

Securing Linux Server with IPKungfu

Ipkungfu or linuxkungfu is an iptables firewall script. With ipkungfu, you can easily configure as to which port of the server will be opened for connection, restrict who can access the server plus other security features. You can refer to … Continue reading

Posted in Linux, Open Source, Security, Tips - Tricks, Ubuntu | Tagged , , , , | 1 Comment

How to install nmap into ubuntu

open a terminal and enter: apt-get install nmap

Posted in Linux, Open Source, Security, Tips - Tricks, Ubuntu | Tagged , , | 2 Comments

How to use sudo without a password

sudo visudo Find: root ALL= (ALL) ALL Replace with: root ALL=(ALL) NOPASSWD: ALL Save that file.

Posted in Linux, Security, Tips - Tricks, Ubuntu | Leave a comment