When it comes to software development, one of the key steps in making sure that your code transforms into a working application is the “build process.” Every software platform, be it Unix, Windows, or something else, offers its own way to script this process. You might have heard of Unix shell scripts, Windows batch files, or make files that serve as build scripts. These scripts are essentially a checklist that the computer follows to compile your code into an executable program.
OpenSuse 11.4 [screenshots]

A Simple Guide to Installing Both Firefox 4 and Firefox 3 on Ubuntu
Step 1: Add the Mozilla Daily PPA Repository#
First, open up your terminal window. Once it’s up, type in the command below to add the Ubuntu Mozilla Daily PPA repository to your system:
sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppaYou’ll be prompted to enter your password. Go ahead and do that, then hit Enter to confirm the addition of the repository.
Step 2: Update Your Package List#
After adding the repository, it’s crucial to update the package list to ensure you get the latest software. Type the following command: