New look for Sourceforge.net
Posted: July 3rd, 2009 | Author: adq890 | Filed under: general | Tags: Sourceforge.net | No Comments »
SourceForge is your location to download and develop free open-source software.

SourceForge is your location to download and develop free open-source software.
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.


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