Ubuntu 12.04 Server LTS (Precise Pangolin) UFW Firewall

How to use $ sudo ufw allow ssh/tcp $ sudo ufw enable $ sudo ufw status numbered $ sudo ufw delete 2 $ sudo ufw allow from 10.0.0.0/8 to any port 8080/tcp sudo ufw allow proto tcp from 192.168.0.0/16 to any port 8080 sudo ufw allow in on eth0 from 10.8.0.0/24 to any port 22… Read More »

VMWare Virtual Console Keyboard Repeating

Linux seems to often have a problem with the keys randomly repeating when using the virtual console before VMWare Tools has been installed. Unfortunately this can make it a nightmare to install the OS because you need to use the keyboard to set things like the root password. To solve this problem follow the following: Edit… Read More »