Archive for December, 2007
Posted by
Damien in December 31st 2007
File under:
Linux
If you found a 3D screensaver that you like, won’t it be nice if you can set it as your wallpaper?


The screenshots above show my desktop where I set the xscreensaver EndGame as my desktop.
Requirement:
- Gnome desktop
- xscreensaver
Here is how you can do it:
In your terminal:
gconftool-2 –type bool –set /apps/nautilus/preferences/show_desktop false
This will stop the Nautilus from drawing your desktop.
/usr/lib/xscreensaver/endgame -root
Your screen will now show the endgame screensaver. To resume back to your original desktop:
gconftool-2 -s /apps/nautilus/preferences/show_desktop -t bool true && nautilus
Popularity: 7% [?]
Remembering one password is easy. Remembering hundreds of passwords is not easy. Even though I have discussed the way to remember thousands of passwords easily, plenty of people still balk at the idea of having to remember so many passwords. So what is the alternative solution? The answer is using a password manager.
Continue reading …
Popularity: 14% [?]
WordPress is really an excellent blogging software which anyone can just plug and play. It is easy to install and use and plenty of useful features to aid in anyone blogging needs. One of the great feature is its dynamic sidebar that allows you to add plenty of widgets with just a few clicks in the Admin page. Great as it is, there is an limitation: It is static throughout the blog. What appears on the front page will also appear on every single page. There is no way to configure which widget to appear on which page. If you are happy with a static sidebar, then this shouldn’t be a problem with you. However, if you want to show a specific ad on a specific post, then this will going to be a limitation to you.
Continue reading …
Popularity: 10% [?]
Have you ever need to send large file to someone? If you have, you will know that it is not an easy task to accomplish. Most emails only allow file attachment up to 20MB and if you have a file of over hundred megabytes, this is not a viable method.
There are a few ways that you can you use to send large files easily:
Continue reading …
Popularity: 8% [?]
This is really one of the most frustrating thing that can happen when dealing with Google - the Google 403 Forbidden Error
While trying to download an application from Google Code, I was shown the unfriendly 403 forbidden page that totally shut down the download.
Continue reading …
Popularity: 13% [?]
I always advise my friends and customers to keep a copy of the Linux Live CD. The reason is that in the event that your Windows crashes (Well, they often do), you can boot up the Linux Live CD and rescue all your data.
Most Linux distribution comes with a Live CD. The purpose is to allow the user to test drive the OS before installing on the PC. This bootable Live CD contains the entire Linux Operating System and it doesn’t require any installation. Thus, if your Windows has died, crashes, or refuse to boot up, there is no need to moan over the loss of data and blame yourself for not backing up. You just need to pop in the Live CD and you’ve got a simple, user-friendly Linux OS that you can use to access your data and even surf the Internet.
Continue reading …
Popularity: 11% [?]
Posted by
Damien in December 21st 2007
File under:
Mac
Apple’s Mac OS is still the safest operating system in the World, but that doesn’t mean you should let your guard down. Just this year alone, there have been quite a number of viruses targeting the Mac OS and most of them require social engineering to succeed.
While Apple does its part to release security update and patches, you can also do your part as a proud Mac user to make sure everything is in good hands. Here is what you can do:
Continue reading …
Popularity: 7% [?]
Can’t stand the lengthy process to start each application, or looking for more efficient way to increase your productivity? Here are some Windows Vista shortcut keys that might be useful (most of them work in Windows XP as well):
For writing or creating office document, press:
Continue reading …
Popularity: 7% [?]
Have you ever wondered why you need to press Start to shut down the Windows? Until now, I still can’t find any logic to this. In Vista, this is even worst - the power button does not turn off your Windows, it put it into sleep mode.
Anyway, throwing logic aside, shutting down Windows has always been a lengthy process. You need to press Start -> Shut down, then choose Shut Down from the popup window. In Vista, you have to navigate to the small arrow at the bottom right of the Start menu and select Shut Down.
Continue reading …
Popularity: 7% [?]
Posted by
Damien in December 17th 2007
File under:
Linux
After installing Windows Vista on Ubuntu using VMware, one of the problems that you’re likely to face is that your virtual machine has completely no access to your host folder. This means you cannot view/edit your favorite photos (or any other files) in your Vista VM. Come to think of it, what is the use of installing a VM if you can’t access your local hard disk where all your documents are kept?
Luckily, there are several solutions to this.
Continue reading …
Popularity: 20% [?]