12Sep/0911
Installing vsftpd using text file for virtual users
vsftpd is a secure, fast and stable FTP server. In this tutorial we'll install the server and make it check in a flat text file for virtual users allowed to login.
1. Install required packages
sudo apt-get install vsftpd libpam-pwdfile
8Jul/090
Installing VMware tools
1. Install kernel headers and some tools used to install VMware tools:
sudo apt-get install build-essential linux-headers-$(uname -r)
2. Mount the cdrom drive. Make sure you have mounted the VMware tools virtual cd from the host before moving on.
sudo mount /dev/cdrom /mnt/