Speed up Your Windows Vista Computer with ReadyBoost

Turning this feature on couldn’t be simpler. Just stick the flash drive, SD card, or whatever flash gear you want into your system. Note that this will only work with USB 2.0 devices or SD cards.

January 8, 2007 · 1 min · 36 words · Mrs. Taylor Hill

Create a Samba User on Ubuntu

There’s a very simple command structure on how to do so. I’m assuming that you’ve alreadyinstalled Samba Serverat this point. There are two steps to creating a user. First we’ll initiate the smbpasswd utility to create a samba password for the user. sudo smbpasswd -a Next, we’ll add that username to the smbusers file. The format is = “”.

January 7, 2007 · 1 min · 59 words · Russell Casey

Disable Windows Sidebar in Vista

Thankfully it’s also easy to disable.

January 7, 2007 · 1 min · 6 words · Eric Vargas

Install Samba Server on Ubuntu

This will require a Unix account# in this server for every user accessing the server. See# /usr/share/doc/samba-doc/htmldocs/Samba-HOWTO-Collection/ServerType.html# in the samba-doc package for details. First we’ll trigger the smbpasswd utility to create a samba password for the user. sudo smbpasswd -a Next, we’ll add that username to the smbusers file. The format is = “”.

January 7, 2007 · 1 min · 54 words · Brian Boone

Set Windows as Default OS when Dual Booting Ubuntu

There’s an easy way to switch back to using Windows as the default. You will need to change that number 0 to match the Windows boot section. Typically it’s always going to be 4 on a default dual-boot configuration. Change this value to 4, and then save and reboot your machine. You should go into Windows instead of Ubuntu automatically. Note: The blocks at the bottom of the file match the items in the menu....

January 7, 2007 · 1 min · 75 words · Karen Thompson

Share Ubuntu Home Directories using Samba

Samba Server allows you to share the home directories of users automatically. This can be useful so that you don’t have to manually create every share for every user. First, check that that you’veinstalled Samba server. Change next parameter to ‘yes’ if you want to be able to write to them.

January 7, 2007 · 1 min · 51 words · David Martinez

Stop an Application from Running at Startup in Windows Vista

You had to check the registry in more than one place, as well as your start menu. With Windows Vista, there’s a built-in panel that handles all that for you. The link for “Stop a program from running at startup” shows up immediately. Now you’re able to see the Windows Defender screen that lets you manage the startup programs.

January 3, 2007 · 1 min · 59 words · Gina Rodriguez

Add Home Directory Icon to the Desktop in Windows 7 or Vista

To do this, smack the Start button, and then right tap on your User name.

January 2, 2007 · 1 min · 15 words · Joseph Jones

Change Internet Explorer in Windows Vista to Search Google by Default

Here’s the easy steps to make Google the default search engine instead. check that you check the default search provider box. This will also work in IE7 on XP as well.

January 2, 2007 · 1 min · 31 words · Ms. Nicole Brown

Display your Google Calendar in Windows Calendar

In Google Calendar, go to tweaks \ Calendars and then select your calendar in the list. I also chose a friendlier name. That’s all there is to it. Notice the blue appointments are the ones that came from Google Calendar:

January 2, 2007 · 1 min · 40 words · Jesse Ward

Enable Additional Clocks in Windows 7 or Vista

Windows 7 and Vista include an enhancement to the system clock that lets you display 2 additional clocks when you hover your mouse over the system clock. Here’s an example of the London clock in Vista: And here’s the hover clock in Windows 7: Adding these additional clocks is extremely easy. First right-go for the clock in the system tray, and choose Adjust Date/Time: tap the Additional Clocks tab, and go for the options and time zone as shown:...

January 2, 2007 · 1 min · 107 words · Joshua Reid

Change your Network Card MAC Address on Ubuntu

There are a lot of reasons you might want to manually set your MAC address for your connection card. I won’t ask you what your reason is. To change this setting, we’ll need to edit the /etc/web connection/interfaces file. you could choose to use a different editor if you’d like. sudo gedit /etc/web link/interfaces You should see the line for your web link interface, which is usually eth0. sudo /etc/init.d/networking restart...

December 31, 2006 · 1 min · 82 words · Mandy Mclean

Install MySQL Server 5 on Ubuntu

Installing MySQL 5 Server on Ubuntu is a quick and easy process. It almost feels like it should be more difficult.

December 28, 2006 · 1 min · 21 words · Tyler Thomas