Re-map keyboard keys

Many computer keyboards have an Fn key. It allows adding a second function to an existing key. An example is the F11 key. In combination with the Fn key it acts as a Volume Down: Fn + F11 = Volume Down Some other keyboards have this the opposite way – F11 acts as a Volume … Read more

OpenVPN client in Ubuntu

I wanted to connect to an OpenVPN server from my Ubuntu on a stick. There are different clients but the one I liked was the Linux Network-Manager GUI for OpenVPN. To install it you need to enable the Universe repository first: sudo add-apt-repository universe sudo apt-get update and then type: sudo apt-get install network-manager-openvpn After … Read more