Would you like to upgrade from Ubuntu LTS to Ubuntu standard release? The below command will do the trick: vi /etc/update-manager/release-upgrades # default behavior for the release upgrader # [DEFAULT] # default prompting behavior, valid options: #  never  - never prompt for a new distribution version #  normal - prompt if a new version of the distribution… Read More


I think the best method to securely access remote X sessions is with the NX Protocol. It does delegate the auth to the good 'ol openssh server, then wraps all up and sends back-and-forth graphics goodness between two proxy hosts. My scenario is the following: 1) a windows xp rig. 2) an ubuntu lan host with… Read More


Intro. Sometimes the easiness to add/remove hardware components with virtualization brings plenty of confusion with Linux ethX interfaces. Someday, I removed a network interface from a VM, then I added another I/F and what happened was that my new I/F got the "eth1" name tag (instead of the expected eth0). The Easy solution. To prevent… Read More