In the next version of Ubuntu, codenamed Jaunty Jackalope, the users will be prestented with new looks. Softpedia has already posted screenshots of the new login screen, themes, and USplash theme. Though no new background has been selected yet, there are already some great ones.
Archive for March 2009
How to setup vsftpd FTP on Ubuntu Linux
vsftpd is a GPL licensed FTP server for UNIX systems, including Linux. It is secure and extremely fast.
Using this instructions, you can set up vsftpd on variuos linux distros. This tutorial will show you how to set up your own ftp in Ubuntu Linux.
1. Install vsftpd
sudo apt-get install vsftpd
2. Change the configurations file
Open the vsftpd.conf [...]