everything is about Open Source…knowledge is sharing

New look for Sourceforge.net

Posted: July 3rd, 2009 | Author: adq890 | Filed under: general | Tags: | No Comments »

source

SourceForge is your location to download and develop free open-source software.


Install PDF printer - Ubuntu

Posted: July 2nd, 2009 | Author: adq890 | Filed under: ubuntu | Tags: , | No Comments »

Get cups-pdf installed. Open up a terminal session (or use Synaptic) and type the following:

sudo apt-get install cups-pdf

Finished install. Then  cups-PDF is  automatic load into your printer list.

pdf


Install Firefox 3.5 - Ubuntu

Posted: July 2nd, 2009 | Author: adq890 | Filed under: general, internet, ubuntu | Tags: , | No Comments »

firefox

To install the latest Firefox 3.5

Add to repositories list : /etc/apt/source.list

sudo sh -c “echo ‘deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main’ >> /etc/apt/sources.list”
sudo sh -c “echo ‘deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main’ >> /etc/apt/sources.list”

Then add the Launchpad PPA GPG key:

sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys 247510BE

And finally, install Firefox 3.5 :

sudo apt-get update && sudo apt-get install firefox-3.5