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 , , , , , , | 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

Posted in Linux, Open Source, Tips - Tricks, Ubuntu | 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