JeremyPerson.com
-My Corner of the Web
User's Online 
4 People Online Now

Gnome 3 on Ubuntu 11.10

December 3rd, 2011 by Jeremy

Look how beautiful Gnome 3 is on Ubuntu 11.10.  I love it…

Posted in Open Source & Linux | No Comments »

How To: Install Bluefish 2.0.3 The Newest Version Of Bluefish For Ubuntu

August 28th, 2011 by Jeremy

In February 2011 Bluefish 2.0.3 was released. This mini-guide demonstrates how to build this version from source under Ubuntu and has been tested most recently under Natty Narwhal. First we need to remove the repository version if it has been installed:

Code:
sudo apt-get remove bluefish

 
Next download some compiling tools and dependencies:

Code:
sudo apt-get install build-essential checkinstall libart-2.0-dev libaspell-dev \
libbonobo2-dev libbonoboui2-dev libgail-dev libgnome-keyring-dev libgnome2-dev \
libgnomecanvas2-dev libgnomeui-dev libpcre3-dev libpcrecpp0 libpopt-dev \
libgvfscommon-dev libgucharmap2-dev libenchant-dev intltool

 
Next download the source code, open the tarball and compile and install it with the following single command:

Code:
cd $HOME && \
wget http://bluefish.mrball.net/stable/source/bluefish-2.0.3.tar.bz2 && \
tar xjvf bluefish-2.0.3.tar.bz2 && cd bluefish-2.0.3 && \
./configure && make && \
sudo checkinstall --fstrans=no --pakdir "$HOME/Desktop" --backup=no \
  --deldoc=yes --deldesc=yes --delspec=yes --default --pkgversion "2.0.3" && \
make distclean

 

Source: http://ubuntuforums.org/showthread.php?t=1426958

Posted in Open Source & Linux | No Comments »

The Story of Linux: Commemorating 20 Years

April 6th, 2011 by Jeremy

Posted in Open Source & Linux | No Comments »

XKCD Open Source Ninjas

January 25th, 2011 by Jeremy

I don’t know how I missed this but it is hilarious if you are an open source geek.  ;)

Posted in Open Source & Linux | No Comments »

Pithos: A Pandora Player For The GNOME Desktop

November 4th, 2010 by Jeremy

Pithos is a Pandora client for the GNOME Desktop.  It is extremely lightweight and best of all it allows me to skip as many songs as I want on Ubuntu.

Features currently supported:

  • Play / Pause / Next Song
  • Switching stations
  • Remembering user name and password
  • Cover Art
  • Thumbs Up / Thumbs Down / Tired of this song
  • Notification popup with song info
  • Launching Pandora.com song info page and station page
  • Reconnecting when Pandora session times out

To install it type the following in terminal:

sudo add-apt-repository ppa:kevin-mehall/pithos-daily
sudo apt-get update
sudo apt-get install pithos

Source: http://blog.kevinmehall.net/2010/pithos

Posted in Open Source & Linux | No Comments »

 

Page 1 of 14123456789Last »