once bitten

words and things from Edd Dumbill 
Filed under

ubuntu

 

Transport your Ubuntu desktop anywhere

Recently I moved back to doing my main work on an Ubuntu machine and, while working remotely, have wanted to get access to the desktop. Fortunately, it's pretty easy to transport the Ubuntu graphical desktop using VNC. Here's how I do it.

On my Mac laptop, I run a VNC server (in my case, the peculiarly-named "Chicken of the VNC") in listen mode, then connect back to the office with the VPN, and execute x11vnc on my desktop like this:

x11vnc -display :0 -xkb --connect mylaptop.local

You will have to install the x11vnc package first, it's not part of the default install. Some explanation of the command line options:

  • -display :0 – when I ssh in, it will make the display forwarded to my local machine, which isn't what I want. The ":0" is the name of the default running display on Ubuntu
  • -xkb – unless you use this, you'll have problems with keyboard mapping, such as the shift key not working
  • --connect mylaptop.local – substitute mylaptop.local for the name or IP address of your machine

Filed under  //   tips   ubuntu   vnc  

Comments [1]

Linux netbook recommendations

Wanting to investigate the Ubuntu Lucid release, I asked on identi.ca for recommendations of modern netbooks. Here's the collected replies:

@gabe suggested

Get an HP Mini 210. Very solid unit, newest Pine Trail chipset. 6-cell battery gets me 6-8 hours of battery life, everything works. It even runs desktop effects smoothly. Easy to upgrade the RAM too, and there's an internal bay for an HSPA modem if that's your thing.

Best part: Keyboard is 97% of full size. One caveat: the clickpad is supported as a PS/2 mouse in Ubuntu. See LP Bug 516329.

@cmsj said

I like the HP mini and later Acer Aspires, but maybe an Ubuntu Dell Mini would be best? Just avoid GMA500!

and @toros suggested Toshiba

Maybe the Toshiba NB200? Intel Atom N280+Intel GMA 945, certified for Ubuntu 9.10. Here are the certified machines: http://ur1.ca/rd2w

In the meantime, I've refreshed my little EeePC with the Lucid netbook beta, but it's definitely lacking the CPU power to make the best of it.

Filed under  //   linux   netbook   ubuntu  

Comments [0]