I recently managed to get 3D acceleration working with Virtualbox 3.0.x running a Windows guest.
I can’t lay claim to figuring this out myself, all credit goes to the guide at Dedoimedo.com, “DirectX in VirtualBox 3.0.0 – Pure joy is here”.
In a nutshell:
Install a Windows guest under Virtualbox, as you normally would.
Shutdown the virtual machine, and [...]
[Read more →]
Tags:directx·Linux·opengl·virtualbox·virtualization·windows
I know, I know, this post might seem a little dated already, considering the release of Ubuntu 9.10 (Karmic Koala) is imminent. My fault .. I sort of … um .. just forgot to press publish about four months ago …
I’ve previously documented my experiences with installing Ubuntu 7.10, and then an upgrade [...]
[Read more →]
Tags:dell·Ubuntu·vostro·vostro 1500
You may remember I had some issues on my Dell Vostro 1500 with a scary sounding periodic hard disk ‘click’, related to a bug in the pm-utils package. In brief: this bug effectively puts the disk into powersaving mode far too often, drastically reducing it’s working lifespan.
Well, good news … it looks like the hard [...]
[Read more →]
Tags:bugfix·dell·Linux·Ubuntu·vostro·vostro 1500
Quick tip … want to hide all the icons cluttering up your Gnome Desktop ?
Run gconf-editor (Alt-F2, type gconf-editor, Press “Run”) and navigate the tree to find /apps/nautilus/preferences/show_desktop. Set the value to false (uncheck the checkbox), and your Desktop icons should disappear.
You can still access any files on the Desktop using the file manager (eg, [...]
[Read more →]
Tags:gnome·tips·Ubuntu
I recently got an Asus Eee PC 4G so I could avoid lugging around a heavy notebook when traveling. The Xandros distro which came preinstalled was cute and booted very fast (~17 secs), but ultimately I felt I needed something a bit more versatile (oh, the stock Xandro also lacked WPA2 wireless support, which was [...]
[Read more →]
Tags:asus·eee·Eee PC·howto
Previously, I have posted about my experiences installing and testing Ubuntu Gutsy (7.10) on my Dell Vostro 1500 laptop. Since I set it up, I’ve been happily using it every day. At the time everything generally went pretty smoothly, but being a fairly new piece of hardware, there were a few hiccups that required some [...]
[Read more →]
Tags:Linux·Ubuntu·upgrade·vostro
I recently discovered a handy script for Nautilus to mount an ISO image using the right click context menu. It’s a handy feature that lets you quickly peek inside an iso CD/DVD image (in read-only mode), without messing around typing the typical command line (sudo mount -o loop -t iso9660 myimage.iso /media/iso).
[Read more →]
Tags:bash·gnome·howto·Linux·nautilus·scripts·Ubuntu
GVim, one of the graphical versions of vim for X11, has a handy feature … you can edit remote files over ssh. Launch GVim, and issue the command:
:e scp://username@someremotehost/./path/to/file
where username is your username on the remote server, someremote host is the hostname or ip of the server and /./path/to/file is just that … the path [...]
[Read more →]
Tags:gvim·Linux·ssh·tips·vi·vim
TomboyBlogposter plugin
It’s a plugin that allows simple posting of a Gnome Tomboy note to a Wordpress, Blogger or LiveJournal blog (or anything else that supports the Atom Publishing Protocol). It doesn’t allow setting of Wordpress tags, categories or basically anything else except the title and the body text. But it is a convenient way to [...]
[Read more →]
Tags:Linux·software·Ubuntu
I sometimes need to remind myself how to edit that crontab file … today I found a great little graphic on the Linuxconfig wiki that sums it up nicely:
Sometimes, I also pipe the stdout and stderr somewhere (like “/usr/local/sbin/backup.sh >>/var/logs/backups.log 2>/var/logs/backups.err“) if I want to avoid getting emails with the output from cron … (although [...]
[Read more →]
Tags:cron·howto·Linux