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: Ubuntu
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
Auto login in Ubuntu
I know that I’m the only user in my system and no one else will have access to it. I don’t see a point to have a login screen. With Windows, I know we can set to auto login using … Continue reading
Posted in Linux, Open Source, Tips - Tricks, Ubuntu
Tagged auto login, gdmsetup, sudo, Ubuntu, userid
Leave a 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
Upgrading to Ubuntu 7.10
When Ubuntu’s Gutsy Gibbon (7.10) is released on Thrusday there will be a mad rush to download updates and ISOs from Ubuntu’s servers. This article will explain various ways to upgrade to the latest and greatest by avoiding to download … Continue reading
Posted in Linux, Open Source, Tips - Tricks, Ubuntu
Tagged Gutsy Gibbon, Ubuntu, upgrading
Leave a comment
HOWTO: Playing DVDs in Ubuntu Edgy Eft
To play most DVDs you’ll need the libdvdread3 package installed. Install it, and then run the following: sudo /usr/share/doc/libdvdread3/install-css.sh In other distros the install-css.sh perhaps is inside the examples directory like this: sudo /usr/share/doc/libdvdread3/examples/install-css.sh