Archive for the ‘Linux’ Category

Firefox Installation - Linux

Monday, April 14th, 2008
  1. First, download the latest release to your home directory with your browser or download manager.
  2. Remove the firefox Installation directory, usually: /usr/lib/firefox-<version>. For example, if using Firefox 1.0 it would be: /usr/lib/firefox-1.0
  3. Next, extract the contents with an archiving utility such as tar.
    $ tar zxf firefox-<version>.tar.gz
  4. Now you must select the installation directory. If you are the only user, the extracted files could stay where they are, but If this is a multi-user system, the firefox directory must be moved to a publicly accessible location such as /usr/local or /opt.
    $ su
    <password>
    # mv firefox /usr/local
    # chown -R root:root /usr/local/firefox
  5. The installation is more or less complete, but it’s recommended that the firefox script be available somewhere in your path to avoid the inconvenience of having to enter the full path. This can be accomplished by creating a symbolic link in the relative ‘bin’ directory.
  6. For the personal installation:
      $ mkdir bin
      $ cd bin
      $ ln -s ../firefox/firefox

Popularity: 22% [?]

KDE 4.0

Friday, April 4th, 2008

4th April 2008 - KDE and Wikimedia Collaborate
2nd April 2008 - KDE 4.0.3 Released
5th March 2008 - KDE 4.0.2 Released
5th February 2008 - KDE 4.0.1 Released
11th January 2008 - KDE 4.0 Released

KDE or the K Desktop Environment, is a network transparent contemporary desktop environment for UNIX workstations


Popularity: 19% [?]