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: Tips – Tricks
add delete and switch user in ubuntu by command lines
First, I want to add a user. So how to do it? + To add user: sudo adduser <username> to add password for your user sudo passwd <username> + How can i switch from one user to another one? In … Continue reading
Posted in Linux, Open Source, Tips - Tricks, Ubuntu
Tagged add, command, delete, sudo, switch, Ubuntu, user
Leave a comment
Ubuntu Linux enable telnet service
What is telnet? Telnet is a user command and an underlying TCP/IP protocol for accessing remote computers. Through Telnet, an administrator or another user can access someone else’s computer remotely. On the Web, HTTP and FTP protocols allow you to … Continue reading
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