Migrating Your Ubuntu Machine to a SSD Drive
https://radu.cotescu.com/migrating-your-ubuntu-machine-to-a-ssd-drive/ http://ubuntuforums.org/showthread.php?t=2053134 http://www.howtogeek.com/howto/19141/clone-a-hard-drive-using-an-ubuntu-live-cd/
https://radu.cotescu.com/migrating-your-ubuntu-machine-to-a-ssd-drive/ http://ubuntuforums.org/showthread.php?t=2053134 http://www.howtogeek.com/howto/19141/clone-a-hard-drive-using-an-ubuntu-live-cd/
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
After installing Ubuntu on a stick the system will let you in without asking for a password. What happens is that the display manager LightDM will auto-login the built-in ubuntu user. While for many people it may seems convenient and fast I would like to have the system protected by a password. If you think … Read more
Get Entity Framework This is a selection of videos about Entity Framework. Entity Framework 5.0 – Intro to Model First – Part 1 of 2 Entity Framework 5.0 – Intro to Model First – Part 2 of 2 Entity Framework 5 – Database First
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