Allow Access to a VMware Virtual Machine(NAT) From Another Computer

We’re going to use port 8080 on the host machine. We enter the ip address for the ubuntu virtual machine, and port 80. These ports could be any ports. We should be able to test this out by going tohttp://localhost:8080on our host pc. We can give out the url to our host machine by replacing localhost with the host computer IP address.

December 7, 2006 · 1 min · 62 words · Raymond Hamilton

Change the DHCP IP Address Range for VMware NAT

VMware Workstation includes a web connection utility that allows you to manage the virtual networks. you might change this address range to anything you like easily. Note that you should not have virtual machines running during this. VMnet8 is the default NAT adapter for VMware.

December 7, 2006 · 1 min · 45 words · Christine Martin

Install the Firestarter Firewall on Ubuntu Linux

Firestarter is an easy to use firewall for Ubuntu that includes a GUI administration tool. Installation of this firewall is as easy as using it. In this HowTo we will cover how to roll out the firewall.

December 7, 2006 · 1 min · 37 words · Cathy Holmes

Installing Ruby on Rails on Ubuntu Dapper or Edgy

Ruby on Rails is a popular new framework for developing web applications. Open up a surfing app, and go tohttp://localhost:3000

December 7, 2006 · 1 min · 20 words · Emily Hoover

Clear the Auto-Complete Email Address Cache in Outlook

To fix this problem, there are two ways around this.

December 6, 2006 · 1 min · 10 words · Yvette Cruz

How To Fix System Tray Tooltips Not Displaying in Windows XP

This is really annoying when you want to use a tooltip. There’s not a known perfect solution to the problem. Update: Neosmart has created a small software that will fix this problem.

December 6, 2006 · 1 min · 32 words · Alejandra Ayers

When to Use Protect Tab vs Lock Tab in Firefox

There is also another extension called tab web client extensions that provides similar functionality. There are two options that provide similar but possibly confusing functionality. you’re able to see in the screenshot below the Protect Tab and Lock Tab on the menu.

December 6, 2006 · 1 min · 42 words · Jennifer Sutton

Change the Default Editor From Nano on Ubuntu Linux

It’s really easy to set the default editor using the update-alternatives command. You should see the editor that you chose, instead of the default.

December 5, 2006 · 1 min · 24 words · Holly Reed

Close Tab Quickly with a Shortcut Key in Firefox

Firefox has a ton of shortcut keys, but this is one of the most useful. Today I was wondering how I could quickly close a tab that I had opened.

December 5, 2006 · 1 min · 30 words · Christina Ayers

Set gFTP as the Default Command Line FTP Client on Ubuntu

There’s an easy way to switch between using the default ftp client and using gftp-text. First you’ll want to verify that you’veinstalled gFTP. We’ll use the update-alternatives command to change the setting.

December 5, 2006 · 1 min · 32 words · Samantha Trevino

Set the Default Browser on Ubuntu From the Command Line

To change this setting, we’ll use the update-alternatives command. sudo update-alternatives –config x-www-web app You should see something similar to this. You’ll notice that konqueror is the default web client on my computer right now.

December 5, 2006 · 1 min · 35 words · Timothy Brooks

Sync Your System Clock with Internet Time Servers in Ubuntu

Ubuntu has an easy way to keep your system synchronized with the internet time servers. This is especially useful on older computers that may have problems with the system clock losing time. pick the Install NTP support button to install it. Your system should now start synchronizing the time with the time servers.

December 5, 2006 · 1 min · 53 words · Melissa Klein

Install and Use the gFTP Client on Ubuntu Linux

Using ftp from the command line can get tedious after a while. There’s a client for Ubuntu called gFTP that gives you a GUI based ftp experience. Uploading files is as simple as dragging and dropping them. It’s really a great tool. you might even use it to change file permissions.

December 4, 2006 · 1 min · 51 words · Michael Torres