May 18, 2008 · General · 4 comments
Share
{lang: 'en-GB'}

QEMU is a generic and open source machine emulator and virtualizer.When used as a machine emulator, QEMU can run OSes and programs made for one machine (e.g. an ARM board) on a different machine (e.g. your own PC). By using dynamic translation, it achieves very good performances.

When used as a virtualizer, QEMU achieves near native performances by executing the guest code directly on the host CPU. A host driver called the QEMU accelerator (also known as KQEMU) is needed in this case. The virtualizer mode requires that both the host and guest machine use x86 compatible processors.

Continue reading →

Share
May 14, 2008 · General · 5 comments
Share
{lang: 'en-GB'}

Total newb. It took me days to find this solution so I thought it worth posting to improve somebody else’s chances of finding it.

Continue reading →

Share
May 11, 2008 · Package Mgmt · 14 comments
Share
{lang: 'en-GB'}

Am I doing something wrong?

My Update Manager is downloading at a rate of about 1Mb/day! The System Monitor shows that about 100 to 400 bytes are downloaded every 5 seconds or so. I have no trouble using e-mail or Firefox at normal speed.

Continue reading →

Share
May 10, 2008 · Backup, General · 9 comments
Share
{lang: 'en-GB'}

Conduit is a synchronization solution for GNOME which allows the user to take their emails, files, bookmarks, and any other type of personal information and synchronize that data with another computer, an online service, or even another electronic device.

Continue reading →

Share
May 10, 2008 · General · (No comments)
Share
{lang: 'en-GB'}

colordiff is a wrapper for diff and produces the same output as diff but with coloured syntax highlighting at the command line to improve readability. The output is similar to how a diff-generated patch might appear in Vim or Emacs with the appropriate syntax highlighting options enabled. The colour schemes can be read from a central configuration file or from a local user ~/.colordiffrc file.

Continue reading →

Share