Tag Archives: linux

Slitaz Linux, quick and lightweight distro

Another Linux distro has been released, this time emphasising speed and low space. I reckon it’ll be perfect for netbooks. Lots of improvements needed, but the potential is there. See Slitaz Linux.

Read more

Google Chrome for Linux

After a long hiatus, Google has finally spoken up and released a (beta) version of Chrome for Linux. As ever with the techies, it’s accompanied by xkcd-style comic. Visit this link.
Quick facts from the Google Team about Chrome for Linux that they sent to me via email:
60,000 lines of Linux-specific code written
23 developer builds
2,713 Linux-specific [...]

Read more

Backing up your Linux home directory in a flash

This is a quick and dirty method of backing up each and every directory that you have in your home folder. Most of you would probably know this anyway, but I thought I might just repost it here.
tar cvpf backup.tar `ls`
Perhaps a better way is to create an incremental backup each time.
tar cvpf backup.tar -g [...]

Read more

Slapping in Karmic’s kernel into Jaunty, flawlessly

Warning: Jaunty might no longer detect your webcam after the installation. That was what happened to me. If you’re a heavy webcam user and can’t give up video chatting in Skype or Empathy, you can safely skip this post.
Here’s the latest hybrid I’ve done. If for one reason or another you’re still refusing to upgrade [...]

Read more
Page 1 of 1 1