Categories
Tags
add areca backup command computer cpu CVS server delete dvds firewall flash flash player Gutsy Gibbon howto install IP iptables java k3b Linux memory monitor mp3 network nmap player programs rar reboot Security server service shell shutdown ssh sudo switch telnet terminal tips traceroute tricks Ubuntu upgrading userMeta
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 debain, fedora, kernel, Linux, redhat, security hole, Ubuntu
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 CVS server, install, server, Ubuntu
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
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 install, nmap, Ubuntu
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