OpenSolaris 2008.05

Sun Microsystems and the OpenSolaris community just launched the first ever release of the open-source OpenSolaris operating system. The OpenSolaris 2008.05 release was a result of Sun’s Project Indiana which seeks to combine Sun’s innovation, enterprise-class capabilities and backward compatibility with Linux free, open-source, and efficient distribution model.
The main goal of Project Indiana is to [...]

No Comments

Filezilla in Ubuntu 8.04 Linux

If you are looking for an excellent Gnome-based FTP client for Ubuntu, take a close look at the Filezilla, a free, open-source, GNU General Public License FTP client software.
FileZilla is a fast and reliable cross-platform FTP, FTPS and SFTP client, with lots of useful features and an intuitive interface.
Filezilla has both client and server [...]

2 Comments

Ubuntu 8.04 Hardy Heron

Ubuntu is a community developed, Linux-based operating system that is perfect for laptops, desktops and servers. It contains all the applications you need - a web browser, document, spreadsheet and presentation software, instant messaging and much more.
The latest Ubuntu version is Hardy Heron 8.04. There are two more days before Hardy Heron is released to [...]

2 Comments

Installing VMWare Server in Ubuntu 7.10

Installing VMWare in Ubuntu 7.10 was much simpler than I thought.
Install
Open Terminal from the Applications - Accessories menu.

Update the sources.list file. Enter password when prompted.

# sudo vi /etc/apt/sources.list

Add this line with “gutsy partner” to the end of file:

deb http://archive.canonical.com/ubuntu gutsy partner

Save or :wq
Run an update.

# sudo apt-get update

Now install VMWare.

# sudo apt-get install vmware-server

Wait for [...]

3 Comments

SubVersion Basic Commands

I started using Subversion for a web programming project. Just sharing a typical work cycle when using Subversion. For an in-depth look at each command, just visit Subversion’s documentation online.
Updating your working copy:
svn update
Making changes:
svn add, svn delete, svn copy, svn move
Examining your changes:
svn status, svn diff
Undoing changes:
svn revert
Resolving Conflicts (Merging):
svn update, svn resolved
Committing your [...]

No Comments

How to Setup a DNS Server in Ubuntu

Overview
Would you like to setup a DNS Server in Ubuntu? How about setting up a private internal domain name at home? Well, you’ve come to the right place. There are number of tutorials on the internet showing you how to setup a DNS Server with Ubuntu using Bind 9. So, why another how-to document? That’s [...]

21 Comments

Driving My Ubuntu Desktop

Pictured above is how I drive my Ubuntu Desktop. It’s clean, fast and it’s brown all over. That’s Ubuntu for sure. Some people don’t really care for the earthy tones, but I don’t mind. My screen resolution is set to 1280 x 1024 pixels. I’ve decided to use this background for a bit of a [...]

5 Comments

WordPress Subversion Checkout

I finally converted several of my blogs to use the WordPress Subversion Checkout. This means any future upgrades are directly taken from the WordPress Repository using the Subversion checkout command. Future upgrades are going to be fast, easy and convenient. No more downloading and FTPing of files. It takes just a simple command to upgrade [...]

2 Comments

Compiz Fusion Keyboard Shortcuts

For Linux users who are fortunate enough to be playing with the Desktop Effects on their favorite Linux distribution - mine is Ubuntu, here’s a list of keyboard shortcuts for the Compiz Fusion Desktop Effects that you may have been looking for. I have put together a list mainly because I’ve had a hard time [...]

15 Comments

Ubuntu 7.10

I recently upgraded my Linux desktop to Ubuntu 7.10. The upgrade process took a little over an hour considering the number of packages that were being downloaded and installed. Moving from Ubuntu 7.04 Fiesty Fawn to 7.10 Gutsy Gibbon as they are known to the Ubuntu community, is an extremely easy process. All it takes [...]

3 Comments