Aug 24
Posted by Jason on August 24th, 2008
Firefox, by default, makes an annoying sound everytime you type an additional letter in the “Find” field which it cannot find. A quick trip to about:config will easily resolve this problem.

Type about:config into the URL bar and in the Filter, type the following:
accessibility.typeaheadfind.enablesound
One entry should show up, and the value should by default be true. Double click it to change the value to false. Restart your browser, and changes have been applied.
Aug 20
Posted by Jason on August 20th, 2008
Sandboxie, a free application, creates a virtual layer on your computer where you can run and install various software applications without actual changes to your true hard disk.
Simply, Sandboxie forces applications to write to the layer instead of the hard disk, and is able to wipe everything clean afterwards, perfect for demoing software. In this post we’ll be explaining the very basic usage of Sandboxie so you can run and install programs into a layer (sandbox). Download and install from here. [read more...]
Aug 15
Posted by Jason on August 15th, 2008
In this tutorial, we’re going to show you how to quickly deploy a local WAMP (Windows Apache MySQL PHP) server in a few minutes using XAMPP. Using a local webserver, you can install PHP web applications on your local computer (such as a personal wiki, chat, forum, etc).
For this tutorial, we’ll be showing you how to setup XAMPP using the self extracting 7-Zip file. [read more...]
Aug 14
Posted by Jason on August 14th, 2008

As a follow up to our seamless Ubuntu in Windows tutorials, we’re going to show you how to sync a Windows (host) folder to a folder in the Ubuntu (guest). You’ll need to have guest additions installed on the guest OS for this one.
For this tutorial we’ll be syncing the H: drive on Windows (yours will probably be C:) with /home/jason/windows in Ubuntu. [read more...]
Aug 13
Posted by Jason on August 13th, 2008

In this tutorial we’re going to explain the setup of the Synergy server on Ubuntu. If you haven’t already installed it, open Terminal and type the following:
sudo apt-get install synergy [read more...]