<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JeremyPerson.com &#187; Open Source &amp; Linux</title>
	<atom:link href="http://www.jeremyperson.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeremyperson.com</link>
	<description>My Corner of the Web</description>
	<lastBuildDate>Thu, 09 Feb 2012 05:51:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Gnome 3 on Ubuntu 11.10</title>
		<link>http://www.jeremyperson.com/gnome-3-on-ubuntu-11-10/</link>
		<comments>http://www.jeremyperson.com/gnome-3-on-ubuntu-11-10/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 07:00:33 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Open Source & Linux]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=21294</guid>
		<description><![CDATA[Look how beautiful Gnome 3 is on Ubuntu 11.10.  I love it&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jeremyperson.com/wp-content/uploads/2011/12/Screenshot-at-2011-12-03-225023.png"><img class="alignnone size-large wp-image-21295" title="Screenshot at 2011-12-03 22:50:23" src="http://www.jeremyperson.com/wp-content/uploads/2011/12/Screenshot-at-2011-12-03-225023-1024x576.png" alt="" width="600" height="337" /></a></p>
<p><a href="http://www.jeremyperson.com/wp-content/uploads/2011/12/Screenshot-at-2011-12-03-225236.png"><img class="alignnone size-large wp-image-21296" title="Screenshot at 2011-12-03 22:52:36" src="http://www.jeremyperson.com/wp-content/uploads/2011/12/Screenshot-at-2011-12-03-225236-1024x576.png" alt="" width="600" height="337" /></a></p>
<p>Look how beautiful Gnome 3 is on Ubuntu 11.10.  I love it&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/gnome-3-on-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Install Bluefish 2.0.3 The Newest Version Of Bluefish For Ubuntu</title>
		<link>http://www.jeremyperson.com/how-to-install-bluefish-2-0-3-the-newest-version-of-bluefish-for-ubuntu/</link>
		<comments>http://www.jeremyperson.com/how-to-install-bluefish-2-0-3-the-newest-version-of-bluefish-for-ubuntu/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 16:21:12 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Open Source & Linux]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=19997</guid>
		<description><![CDATA[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 &#160; Next download some compiling tools and dependencies: Code: [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-22" title="Bluefish Icon" src="http://www.jeremyperson.com/wp-content/uploads/2008/04/bluefishicon.png" alt="" width="128" height="128" /></p>
<p>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:</p>
<div>
<div><strong>Code:</strong></div>
<pre dir="ltr">sudo apt-get remove bluefish</pre>
</div>
<p>&nbsp;<br />
Next download some compiling tools and dependencies:</p>
<div>
<div><strong>Code:</strong></div>
<pre dir="ltr">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</pre>
</div>
<p>&nbsp;<br />
Next download the source code, open the tarball and compile and install it with the following single command:</p>
<div>
<div><strong>Code:</strong></div>
<pre dir="ltr">cd $HOME &amp;&amp; \
wget http://bluefish.mrball.net/stable/source/bluefish-2.0.3.tar.bz2 &amp;&amp; \
tar xjvf bluefish-2.0.3.tar.bz2 &amp;&amp; cd bluefish-2.0.3 &amp;&amp; \
./configure &amp;&amp; make &amp;&amp; \
sudo checkinstall --fstrans=no --pakdir "$HOME/Desktop" --backup=no \
  --deldoc=yes --deldesc=yes --delspec=yes --default --pkgversion "2.0.3" &amp;&amp; \
make distclean</pre>
</div>
<p>&nbsp;</p>
<p>Source: <a href="http://ubuntuforums.org/showthread.php?t=1426958">http://ubuntuforums.org/showthread.php?t=1426958</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/how-to-install-bluefish-2-0-3-the-newest-version-of-bluefish-for-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Story of Linux: Commemorating 20 Years</title>
		<link>http://www.jeremyperson.com/the-story-of-linux-commemorating-20-years/</link>
		<comments>http://www.jeremyperson.com/the-story-of-linux-commemorating-20-years/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 06:34:08 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Open Source & Linux]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=18280</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><iframe title="YouTube video player" width="600" height="368" src="http://www.youtube.com/embed/5ocq6_3-nEw" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/the-story-of-linux-commemorating-20-years/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XKCD Open Source Ninjas</title>
		<link>http://www.jeremyperson.com/xkcd-open-source-ninjas/</link>
		<comments>http://www.jeremyperson.com/xkcd-open-source-ninjas/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 06:38:38 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Open Source & Linux]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=17811</guid>
		<description><![CDATA[I don&#8217;t know how I missed this but it is hilarious if you are an open source geek.  ;)]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-17812" title="open_source" src="http://www.jeremyperson.com/wp-content/uploads/2011/01/open_source.png" alt="" width="576" height="384" /></p>
<p>I don&#8217;t know how I missed <a href="http://xkcd.com/225/" target="_blank">this</a> but it is hilarious if you are an open source geek.  ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/xkcd-open-source-ninjas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pithos: A Pandora Player For The GNOME Desktop</title>
		<link>http://www.jeremyperson.com/pithos-a-pandora-player-for-the-gnome-desktop/</link>
		<comments>http://www.jeremyperson.com/pithos-a-pandora-player-for-the-gnome-desktop/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 05:42:12 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Open Source & Linux]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=16963</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-16964" href="http://www.jeremyperson.com/pithos-a-pandora-player-for-the-gnome-desktop/pithos/"><img class="alignnone size-full wp-image-16964" title="pithos" src="http://www.jeremyperson.com/wp-content/uploads/2010/11/pithos.jpg" alt="" width="600" height="502" /></a></p>
<p>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.</p>
<p><strong>Features currently supported:</strong></p>
<ul>
<li>Play / Pause / Next Song</li>
<li>Switching stations</li>
<li>Remembering user name and password</li>
<li>Cover Art</li>
<li>Thumbs Up / Thumbs Down / Tired of this song</li>
<li>Notification popup with song info</li>
<li>Launching Pandora.com song info page and station page</li>
<li>Reconnecting when Pandora session times out</li>
</ul>
<p>To install it type the following in terminal:</p>
<p><code>sudo add-apt-repository ppa:kevin-mehall/pithos-daily</code><br />
<code>sudo apt-get update</code><br />
<code>sudo apt-get install pithos</code></p>
<p>Source: <a href="http://blog.kevinmehall.net/2010/pithos" target="_blank">http://blog.kevinmehall.net/2010/pithos</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/pithos-a-pandora-player-for-the-gnome-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Fix Firefox When It Stops Playing Sound In Ubuntu</title>
		<link>http://www.jeremyperson.com/how-to-fix-firefox-when-it-stops-playing-sound-in-ubuntu/</link>
		<comments>http://www.jeremyperson.com/how-to-fix-firefox-when-it-stops-playing-sound-in-ubuntu/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 16:30:25 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Open Source & Linux]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=11838</guid>
		<description><![CDATA[I was having problems with Firefox in Ubuntu where sound would stop playing (Flash videos in particular) if I had the browser open for 10+ hours.  To fix the issue try the following: Open terminal sudo aptitude install alsa-oss sudo gedit /etc/firefox/firefoxrc Type (or copy/paste) FIREFOX_DSP=”aoss” Save and restart Firefox]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jeremyperson.com/wp-content/uploads/2008/05/panasonicheadphones.jpg"><img class="alignnone size-medium wp-image-580" title="panasonicheadphones" src="http://www.jeremyperson.com/wp-content/uploads/2008/05/panasonicheadphones-300x300.jpg" alt="" width="300" height="300" /></a></p>
<p>I was having problems with Firefox in Ubuntu where sound would stop playing (Flash videos in particular) if I had the browser open for 10+ hours.  To fix the issue try the following:</p>
<ul>
<li>Open terminal</li>
<li>sudo aptitude install alsa-oss</li>
<li>sudo gedit /etc/firefox/firefoxrc</li>
<li>Type (or copy/paste) FIREFOX_DSP=”aoss”
<ul>
<li>Save and restart Firefox</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/how-to-fix-firefox-when-it-stops-playing-sound-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Install Open Office 3.2 In Ubuntu</title>
		<link>http://www.jeremyperson.com/how-to-install-open-office-3-2-in-ubuntu/</link>
		<comments>http://www.jeremyperson.com/how-to-install-open-office-3-2-in-ubuntu/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 07:51:41 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Open Source & Linux]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=11827</guid>
		<description><![CDATA[I&#8217;m a big fan of open source and love the new Open Office 3.2.  The start-up times for each of the programs is now lightening fast now and there are several new features added.  If you are like me and are running Ubuntu, you can follow the instructions below to install it. Download the Deb [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jeremyperson.com/wp-content/uploads/2010/02/openOffice.jpg"><img class="alignnone size-medium wp-image-11831" title="openOffice" src="http://www.jeremyperson.com/wp-content/uploads/2010/02/openOffice-570x350.jpg" alt="" width="570" height="350" /></a></p>
<p>I&#8217;m a big fan of open source and love the new Open Office 3.2.  The start-up times for each of the programs is now lightening fast now and there are several <a href="http://www.openoffice.org/dev_docs/features/3.2/" target="_blank">new features added</a>.  If you are like me and are running Ubuntu, you can follow the instructions below to install it.</p>
<p>Download the Deb files <a href="http://download.services.openoffice.org/files/stable/3.2.0/OOo_3.2.0_LinuxIntel_install_wJRE_en-US_deb.tar.gz" target="_blank">here</a>.</p>
<ul>
<li>Open terminal and type the following commands and hit enter after each:
<ul>
<li>tar nameOfYourFile.gz</li>
<li>cd nameOfFolder/</li>
<li>cd RPMS/</li>
<li>sudo apt-get install alien</li>
<li>sudo apt-get remove openoffice*</li>
<li>sudo alien &#8211;scripts &#8211;keep-version *.rpm</li>
<li>sudo dpkg -i *.deb</li>
<li>cd desktop-integration/</li>
<li>sudo dpkg -i *.deb</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/how-to-install-open-office-3-2-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu: Convert Video Using FFmpeg</title>
		<link>http://www.jeremyperson.com/ubuntu-convert-video-using-ffmpeg/</link>
		<comments>http://www.jeremyperson.com/ubuntu-convert-video-using-ffmpeg/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 08:09:17 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Open Source & Linux]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=11398</guid>
		<description><![CDATA[I needed to create a .FLV file in Ubuntu from a .MOV for the Jungle Jim&#8217;s video and learned about FFmpeg which allows you to use the command line to convert files.  Open terminal and copy/paste one of the following commands below.  Replace the original and final file names and press the enter key.  Depending [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-5645" title="ubuntu-logo217" src="http://www.jeremyperson.com/wp-content/uploads/2009/03/ubuntu-logo217.gif" alt="" width="217" height="250" /></p>
<p>I needed to create a .FLV file in Ubuntu from a .MOV for the <a href="http://www.jeremyperson.com/jungle-jims-international-market/">Jungle Jim&#8217;s video</a> and learned about FFmpeg which allows you to use the command line to convert files.  Open terminal and copy/paste one of the following commands below.  Replace the original and final file names and press the enter key.  Depending on the size of your video it could take several minutes for the video to encode.</p>
<p><strong>Convert a FLV file to a MPG</strong><br />
 ffmpeg -i original_file.flv new_file.mpg</p>
<p><strong>Convert a MPG file to a FLV</strong><br />
 ffmpeg -i original_file.flv new_file.mpg</p>
<p><strong>Make a MP3 from a MPG</strong><br />
 ffmpeg -i input.mpg -vn output.mp3</p>
<p><strong>Convert a WAV file to a MP3<br />
 </strong> ffmpeg -i son_original_file.avi -vn -ar 44100 -ac 2 -ab 192 -f mp3 new_file.mp3</p>
<p><strong>Extract Sound from a Video and Make it a MP3</strong><br />
 ffmpeg -i source_video_here.avi -vn -ar 44100 -ac 2 -ab 192 -f mp3 soundHere.mp3</p>
<p><strong>Extracting Sound from a Video and Save it as a Mp3</strong><br />
 ffmpeg -i source_video_here.avi -vn -ar 44100 -ac 2 -ab 192 -f mp3 videoSoundHere.mp3</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/ubuntu-convert-video-using-ffmpeg/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu/GNOME Templates</title>
		<link>http://www.jeremyperson.com/ubuntugnome-templates/</link>
		<comments>http://www.jeremyperson.com/ubuntugnome-templates/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 06:13:10 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Open Source & Linux]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=11275</guid>
		<description><![CDATA[I didn&#8217;t learn this until yesterday but after doing some Googling I found out you can setup GNOME within Ubuntu to have templates setup for new file types.  In Windows at work I&#8217;m used to navigating to a directory and right-clicking to add a new Word or Excel document to a directory.  In Ubuntu I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-11276" title="ubuntuTemplates" src="http://www.jeremyperson.com/wp-content/uploads/2010/01/ubuntuTemplates.jpg" alt="" width="560" height="484" /></p>
<p>I didn&#8217;t learn this until yesterday but after doing some Googling I found out you can setup GNOME within Ubuntu to have templates setup for new file types.  In Windows at work I&#8217;m used to navigating to a directory and right-clicking to add a new Word or Excel document to a directory.  In Ubuntu I was missing that so I learned you can save a blank file in the Templates directory of your home folder and then when you right-click you will have under your &#8220;Create Document&#8221; category the templates you already have setup.  Very slick&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/ubuntugnome-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google: The Meaning Of Open</title>
		<link>http://www.jeremyperson.com/google-the-meaning-of-open/</link>
		<comments>http://www.jeremyperson.com/google-the-meaning-of-open/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 04:04:05 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Open Source & Linux]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=11011</guid>
		<description><![CDATA[I liked one of Google&#8217;s recent blog posts about &#8220;The Meaning of Open&#8220;. Below is a summary of that article: At Google we believe that open systems win. They lead to more innovation, value, and freedom of choice for consumers, and a vibrant, profitable, and competitive ecosystem for businesses. There are two components to our [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-2677" title="google-logo" src="http://www.jeremyperson.com/wp-content/uploads/2008/09/google-logo-300x119.jpg" alt="" width="300" height="119" /></p>
<p>I liked one of Google&#8217;s recent blog posts about &#8220;<em><a href="http://googleblog.blogspot.com/2009/12/meaning-of-open.html" target="_blank">The Meaning of Open</a></em>&#8220;.</p>
<p><strong>Below is a summary of that article:</strong></p>
<ul>
<li>At Google we believe that open systems win.</li>
<li>They lead to more innovation, value, and freedom of choice for consumers, and a vibrant, profitable, and competitive ecosystem for businesses.</li>
<li>There are two components to our definition of open: open technology and open information.
<ul>
<li>Open technology includes open source, meaning we release and actively support code that helps grow the Internet, and open standards, meaning we adhere to accepted standards and, if none exist, work to create standards that improve the entire Internet (and not just benefit Google). </li>
<li>Open information means that when we have information about users we use it to provide something that is valuable to them, we are transparent about what information we have about them, and we give them ultimate control over their information.</li>
</ul>
</li>
<li>The conventional wisdom goes that companies should lock in customers to lock out competitors.</li>
<li>There are different tactical approaches — razor companies make the razor cheap and the blades expensive, while the old IBM made the mainframes expensive and the software &#8230; expensive too.There are different tactical approaches — razor companies make the razor cheap and the blades expensive, while the old IBM made the mainframes expensive and the software &#8230; expensive too.
<ul>
<li>They can also deliver well-designed products in the short run — the iPod and iPhone being the obvious</li>
<li> examples — but eventually innovation in a closed system tends towards being incremental at best (is a four blade razor really that much better than a three blade one?)</li>
</ul>
</li>
<li>In an open system, a competitive advantage doesn&#8217;t derive from locking in customers, but rather from understanding the fast-moving system better than anyone else and using that knowledge to generate better, more innovative products.</li>
<li>Open systems have the potential to spawn industries. They harness the intellect of the general population and spur businesses to compete, innovate, and win based on the merits of their products and not just the brilliance of their business tactics. The race to map the human genome is one example.</li>
<li>Networks have always depended on standards to flourish. When railroad tracks were first being laid across the U.S. in the early 19th century, there were seven different standards for track width. The network didn&#8217;t flourish and expand west until the different railway companies agreed upon a standard width of 4&#8242; 8.5&#8243;. (In this case the standards war was an actual war: Southern railroads were forced to convert over 11,000 miles of track to the new standard after the Confederacy lost to the Union in the Civil War.)</li>
<li>Next, we need to make it easy for users to find out what information we gather and store about them across all of our products.</li>
<li>Finally, we must always give control to the user.</li>
<li>Closed systems are well-defined and profitable, but only for those who control them.</li>
<li>Open systems are chaotic and profitable, but only for those who understand them well and move faster than everyone else. Closed systems grow quickly while open systems evolve more slowly, so placing your bets on open requires the optimism, will, and means to think long term.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/google-the-meaning-of-open/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boxee Rules</title>
		<link>http://www.jeremyperson.com/boxee-rules/</link>
		<comments>http://www.jeremyperson.com/boxee-rules/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 07:20:08 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Open Source & Linux]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=10554</guid>
		<description><![CDATA[I&#8217;ve tried Boxee in the past but their latest release is outstanding.  I took some screenshots of it for you and on my 24&#8243; monitor it looks amazing!  Ladies and gentlemen, welcome to the future of television!  You can get videos, pictures, applications, and music (digital media) all in one handy place.  Not to mention [...]]]></description>
			<content:encoded><![CDATA[
<a href='http://www.jeremyperson.com/boxee-rules/cbs/' title='cbs'><img width="150" height="84" src="http://www.jeremyperson.com/wp-content/uploads/2009/12/cbs-150x84.png" class="attachment-thumbnail" alt="CBS" title="cbs" /></a>
<a href='http://www.jeremyperson.com/boxee-rules/education/' title='education'><img width="150" height="84" src="http://www.jeremyperson.com/wp-content/uploads/2009/12/education-150x84.png" class="attachment-thumbnail" alt="Open Courseware" title="education" /></a>
<a href='http://www.jeremyperson.com/boxee-rules/dignnation/' title='dignnation'><img width="150" height="84" src="http://www.jeremyperson.com/wp-content/uploads/2009/12/dignnation-150x84.png" class="attachment-thumbnail" alt="Diggnation in HD" title="dignnation" /></a>
<a href='http://www.jeremyperson.com/boxee-rules/music-3/' title='music'><img width="150" height="84" src="http://www.jeremyperson.com/wp-content/uploads/2009/12/music-150x84.png" class="attachment-thumbnail" alt="Boxee Music" title="music" /></a>
<a href='http://www.jeremyperson.com/boxee-rules/homescreen/' title='homeScreen'><img width="150" height="84" src="http://www.jeremyperson.com/wp-content/uploads/2009/12/homeScreen-150x84.png" class="attachment-thumbnail" alt="Boxee Home Screen" title="homeScreen" /></a>
<a href='http://www.jeremyperson.com/boxee-rules/familyties/' title='familyTies'><img width="150" height="84" src="http://www.jeremyperson.com/wp-content/uploads/2009/12/familyTies-150x84.png" class="attachment-thumbnail" alt="Family Ties!" title="familyTies" /></a>
<a href='http://www.jeremyperson.com/boxee-rules/applications/' title='applications'><img width="150" height="84" src="http://www.jeremyperson.com/wp-content/uploads/2009/12/applications-150x84.png" class="attachment-thumbnail" alt="Applications" title="applications" /></a>
<a href='http://www.jeremyperson.com/boxee-rules/boxeevideos/' title='boxeeVideos'><img width="150" height="84" src="http://www.jeremyperson.com/wp-content/uploads/2009/12/boxeeVideos-150x84.png" class="attachment-thumbnail" alt="Boxee Videos" title="boxeeVideos" /></a>

<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="571" height="379" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=7606492&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=8dc541&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="571" height="379" src="http://vimeo.com/moogaloop.swf?clip_id=7606492&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=8dc541&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object>
</p>
<p>I&#8217;ve tried <a href="http://www.boxee.tv/" target="_blank">Boxee </a>in the past but their latest release is outstanding.  I took some screenshots of it for you and on my 24&#8243; monitor it looks amazing!  Ladies and gentlemen, welcome to the future of television!  You can get videos, pictures, applications, and music (digital media) all in one handy place.  Not to mention it has a super slick interface with an Internet back end to pull new content (you can also browse your local media).  Not to mention they just recently announced in 2010 they will be releasing the <a href="http://www.boxee.tv/box" target="_blank">Boxee Box</a> which will allow you to purchase hardware that will allow you to easily view Boxee content on your television for those who don&#8217;t want to run a cable to their TV from a computer (or view it using a computer screen).  I highly recommend you get an account, download the free (and open source) software, and <a href="http://www.boxee.tv/go/jeremyperson" target="_blank">follow me</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/boxee-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.04 Fix for Software Update Issue</title>
		<link>http://www.jeremyperson.com/ubuntu-9-04-fix-for-software-update-issue/</link>
		<comments>http://www.jeremyperson.com/ubuntu-9-04-fix-for-software-update-issue/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 06:06:49 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Open Source & Linux]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=9815</guid>
		<description><![CDATA[I had been having a problem with receiving updates in Ubuntu 9.04 (Jaunty Jackalope).  I could receive a list of updates just fine but upon attempting to install the updates the window would completely disappear.  I was able to fix the issue by opening terminal and typing the following: sudo apt-get update sudo apt-get dist-upgrade]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jeremyperson.com/wp-content/uploads/2009/03/ubuntu-logo217.gif"><img class="alignnone size-full wp-image-5645" title="ubuntu-logo217" src="http://www.jeremyperson.com/wp-content/uploads/2009/03/ubuntu-logo217.gif" alt="ubuntu-logo217" width="217" height="250" /></a></p>
<p>I had been having a problem with receiving updates in Ubuntu 9.04 (Jaunty Jackalope).  I could receive a list of updates just fine but upon attempting to install the updates the window would completely disappear.  I was able to fix the issue by opening terminal and typing the following:</p>
<pre style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 570px; height: 35px; text-align: left;">sudo apt-get update
sudo apt-get dist-upgrade</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/ubuntu-9-04-fix-for-software-update-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10</title>
		<link>http://www.jeremyperson.com/ubuntu-9-10/</link>
		<comments>http://www.jeremyperson.com/ubuntu-9-10/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 03:50:37 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Open Source & Linux]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=9807</guid>
		<description><![CDATA[Ubuntu 9.10 is being released in 2 more days (10/29) and already people are saying it is going to be a game changer for business.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jeremyperson.com/wp-content/uploads/2009/03/ubuntu-logo217.gif"><img class="alignnone size-full wp-image-5645" title="ubuntu-logo217" src="http://www.jeremyperson.com/wp-content/uploads/2009/03/ubuntu-logo217.gif" alt="ubuntu-logo217" width="217" height="250" /></a></p>
<p>Ubuntu 9.10 is being released in 2 more days (10/29) and already people are saying it is going to be a <a href="http://blogs.techrepublic.com.com/10things/?p=1122" target="_blank">game changer for business</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Help Us Internet Superheros</title>
		<link>http://www.jeremyperson.com/help-us-internet-superheros/</link>
		<comments>http://www.jeremyperson.com/help-us-internet-superheros/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 22:57:26 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Open Source & Linux]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=9737</guid>
		<description><![CDATA[Dear Internet Superheros (from left: Gary Vaynerchuk, Kevin Rose, Tim Ferriss, Jason Calacanis, Leo Laporte, and Ashton Kutcher), My name is Jeremy Person and like Gary Vaynerchuk (you are awesome) I have a last name which gets slaughtered (it is Person like a human).  OK now that we have that out of the way I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jeremyperson.com/wp-content/uploads/2008/05/garyvaynerchuck.jpg"><img class="alignnone size-thumbnail wp-image-962" title="garyvaynerchuck" src="http://www.jeremyperson.com/wp-content/uploads/2008/05/garyvaynerchuck-118x150.jpg" alt="garyvaynerchuck" width="75" height="90" /></a> <a href="http://www.jeremyperson.com/wp-content/uploads/2009/01/kevinrose.jpg"><img class="alignnone size-full wp-image-4928" title="kevinrose" src="http://www.jeremyperson.com/wp-content/uploads/2009/01/kevinrose.jpg" alt="kevinrose" width="90" height="90" /></a> <a href="http://www.jeremyperson.com/wp-content/uploads/2009/10/tim-ferriss.jpg"><img class="alignnone size-thumbnail wp-image-9738" title="tim-ferriss" src="http://www.jeremyperson.com/wp-content/uploads/2009/10/tim-ferriss-128x150.jpg" alt="tim-ferriss" width="75" height="90" /></a> <a href="http://www.jeremyperson.com/wp-content/uploads/2008/07/jasoncalacanis.jpg"><img class="alignnone size-thumbnail wp-image-1873" title="jasoncalacanis" src="http://www.jeremyperson.com/wp-content/uploads/2008/07/jasoncalacanis-112x150.jpg" alt="jasoncalacanis" width="65" height="88" /></a> <a href="http://www.jeremyperson.com/wp-content/uploads/2009/10/leoLaporte.jpg"><img class="alignnone size-thumbnail wp-image-9740" title="leoLaporte" src="http://www.jeremyperson.com/wp-content/uploads/2009/10/leoLaporte-150x135.jpg" alt="leoLaporte" width="98" height="88" /></a> <a href="http://www.jeremyperson.com/wp-content/uploads/2009/10/Ashton-Kutcher-thumb-500x625.jpg"><img class="alignnone size-thumbnail wp-image-9745" title="Ashton-Kutcher-thumb-500x625" src="http://www.jeremyperson.com/wp-content/uploads/2009/10/Ashton-Kutcher-thumb-500x625-120x150.jpg" alt="Ashton-Kutcher-thumb-500x625" width="69" height="87" /></a></p>
<p>Dear Internet Superheros (from left: Gary Vaynerchuk, Kevin Rose, Tim Ferriss, Jason Calacanis, Leo Laporte, and Ashton Kutcher),</p>
<p>My name is Jeremy Person and like Gary Vaynerchuk (you are awesome) I have a last name which gets slaughtered (it is Person like a human).  OK now that we have that out of the way I wanted to let you know that I&#8217;ve been watching you.  No, not in a weird way, but rather in a heroic, idolizing sort of way.  I’m a fan of yours but why I’m a fan might surprise you.  I’m a fan because I love your passion, your knowledge, your ideas, your love to share knowledge and ideas, your passion to help, and your love to connect with others.  I too share many of your same passions and want to thank you for all that you have done to share your ideas with the world.</p>
<p>Let me first say I love what you have been able to do in the technology space over the years and I appreciate everything you have done for us.  I can&#8217;t speak for the rest of the world but I can speak for myself.  I think the world needs Internet Superheros who will stand up for our digital rights.  For instance look at <a href="http://calacanis.com/2009/10/09/why-startups-shouldnt-have-to-pay-to-pitch-angel-investors/" target="_blank">what Jason Calacanis is doing</a> for individuals looking for Angel Investment money.  Calacanis has been threatened with legal action and what does he say?  He says <a href="http://calacanis.com/2009/10/13/and-now-some-smoking-guns-or-part-two-of-angels-that-charge/" target="_blank">bring it on</a>, even if it means selling his Tesla to do it.  That is guts and I love it.</p>
<p>Internet Superheroes we&#8217;ve failed you because we aren&#8217;t asking you for help in the right areas in life.  At the end of your life are you going to be more proud of making money with a company, or knowing that you helped change the world with your company or service?  More than likely you&#8217;ll be more proud of the fact that you helped change the world.  We need Internet Superheros who will support and promote open source.  We need a radical shift in the way the world thinks and operates. The world is in such desperate need for help we need a Legion of Superheros to join forces because as great as you are, you aren&#8217;t powerful enough to fight proprietary companies and old school ways of digital thinking on your own.  I could get into what powers you each posses but the key message is put together, you would be a force to be reckoned with.  Yeah I guess I think about some really strange things don&#8217;t I?</p>
<div id="attachment_9747" class="wp-caption alignnone" style="width: 310px"><a href="http://www.jeremyperson.com/wp-content/uploads/2009/10/The1stLegion.JPG"><img class="size-full wp-image-9747" title="The1stLegion" src="http://www.jeremyperson.com/wp-content/uploads/2009/10/The1stLegion.JPG" alt="The1stLegion" width="300" height="225" /></a><p class="wp-caption-text">Legion of Superheros</p></div>
<p>I love social networks as much  as the next person but what I don’t love is how we don’t own our  own data.  Facebook is 350 million users strong and has become  a giant in the social media space.  Open source has grown in popularity over the last 5 years and much of that is because of Firefox.   However what many people don’t know is there are many other  open source applications which are more secure, provide better performance,  and offer much more functionality/extensibility.</p>
<p>Much of what makes open source  great is also part of its downfall which is it doesn’t have a marketing  machine behind it mostly because it isn’t nearly as profitable as proprietary software.  For instance you aren’t going to see any Firefox  commercials any time soon asking Internet Explorer users to make a switch  to Firefox.  The reason I’m telling you this is because I think  this is where Internet Superheroes such as yourself come in.  Since  open source is largely a grassroots effort we need help from people with a large  following to help show the world that open source is not only an option  but in many instances, a superior option.  Anything you can do to spread the word about open source software and services would be greatly appreciated.  I know what you are thinking, I&#8217;m not an open source guy, I&#8217;m a &#8220;insert something here&#8221; guy.  That is fine but look at what George Foreman was able to do with a grill right?  Look at what Bono was able to do with his humanitarian efforts.  As someone once told me &#8220;can&#8217;t never could until it tried&#8221;.</p>
<p>As you know, open source software comes in many forms.  With the move from the client to the cloud, so do our applications and the most popular of those are social networks.  As we ask our friends and relatives  to join us on these social networks we are essentially asking them to  give their experiences, digital assets, and knowledge to companies that  don’t let us export our data from one platform to the next.   Whether we are talking about YouTube, Vimeo, Facebook, MySpace, Digg (still love you Kevin),  Mahalo (Calacanis, still love you too and you are paying some contributors&#8230;yes I know) etc you are giving your content and time away to others and in many  instances for free.  It makes me think of the way the pyramids were built but instead of forced slavery it is voluntary which boggles my mind.</p>
<p>To me Facebook is like 350  million humans going to GM and saying I want my family, friends and  relatives to ride in your car.  Your car is going to allow us to  see and share things but everything we take from those experiences has  to stay in that car.  When we grow tired of your car we won’t  be able to transfer the things that we have taken from our experiences over  the years, instead we will have to leave them in the car and with your company.  Worse, if the company folds, so do all of our assets.</p>
<p>We love social networks don’t we?  They are the modern day equivalent  of a bar or a party and what I mean by that is we go there to meet and  connect with people.  I’m a blogger so I rely on many social  networks to help drive traffic to my website so I can connect,  learn from, and tell others what I am thinking. Essentially our social media platforms are like  modern day parties.  You meet people at the party and if you find them interesting you might exchange information to get to know one another better.  We rely on these huge social networks  to drive traffic to our sites.  So us normal &#8220;folk&#8221; go to parties and we may meet people but we are in awe of you as you have most of the mind-share right?</p>
<p>With that said, search engines are modern day celebrities  who we invite to our parties.  Think about  this, if you are a club owner and you get Paris Hilton to visit your  club, I can guarantee you it will drive traffic and hype to your “site” in huge ways right?  Well  Google, Yahoo, and Bing are modern day celebrities  with Google being the Paris Hilton of them all.  We need open source search but nobody has done it yet.  Relying on these companies is ultimately going to hurt us in the end as we rely on them for our traffic which doesn&#8217;t feel right to me.  We are sick of  Hollywood celebrities aren’t we?  We say nasty things about them but the ironic thing is they have some strange spell over us.  That strange spell is over millions and millions of people in the world and we need your help to stop it.  We need an Internet celebrity to help us promote open web standards, open data standards, and give us freedom  from our information jail cells.</p>
<p>Here is what we need from you:</p>
<ul>
<li>Develop open social media platforms (for example BuddyPress instead of Facebook, WordPress instead of Blogger)</li>
<li>Let us export our data (not many platforms are doing that)</li>
<li>Promote open source software and services (besides the Linux crowd we don&#8217;t have an advocate)</li>
</ul>
<p>Help us Internet Superheroes because as Princess Leia said in Star Wars: you’re our only hope.  Oh and if you are a superhero or if you know of a superhero, send them this request.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/help-us-internet-superheros/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whitehouse.gov Now Using Drupal</title>
		<link>http://www.jeremyperson.com/whitehouse-gov-now-using-drupal/</link>
		<comments>http://www.jeremyperson.com/whitehouse-gov-now-using-drupal/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 16:20:43 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Open Source & Linux]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=9721</guid>
		<description><![CDATA[I try but haven&#8217;t been too successful at refraining from getting too deep into politics (I sure do miss talking about Ron Paul), but when politics and technology come together I especially can&#8217;t help myself.  For the first time it appears we have a technologically savvy President who is fighting for net neutrality and whos [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jeremyperson.com/wp-content/uploads/2009/10/whitehouseDrupal.jpg"><img class="alignnone size-full wp-image-9722" title="whitehouseDrupal" src="http://www.jeremyperson.com/wp-content/uploads/2009/10/whitehouseDrupal.jpg" alt="whitehouseDrupal" width="500" height="328" /></a></p>
<p>I try but haven&#8217;t been too successful at refraining from getting too deep into politics (I sure do miss talking about <a href="http://www.youtube.com/watch?v=FG2PUZoukfA" target="_blank">Ron Paul</a>), but when politics and technology come together I especially can&#8217;t help myself.  For the first time it appears we have a <a href="http://www.techcrunch.com/2009/01/24/how-obama-will-use-web-technology/" target="_blank">technologically savvy President</a> who is <a href="http://www.savetheinternet.com/blog/09/05/29/obama-firmly-committed-net-neutrality" target="_blank">fighting for net neutrality</a> and whos media team is now using an open source platform for his <a href="http://www.whitehouse.gov" target="_blank">whitehouse.gov</a> website.  On the <a href="http://buytaert.net/whitehouse-gov-using-drupal" target="_blank">Buytaert.net</a> website Dries Buytaert (the original creator and project lead for the Drupal open source web publishing platform) says the following about the decision for <a href="http://www.whitehouse.gov" target="_blank">whitehouse.gov</a> to go open source:</p>
<p>&#8220;First of all, I think Drupal is a perfect match for President Barack Obama&#8217;s push for an open and transparent government &#8212; Drupal provides a great mix of traditional web content management features and social features that enable open communication and participation. This combination is what we refer to as <em>social publishing</em> and is why so many people use Drupal. Furthermore, I think Drupal is a great fit in terms of President Barack Obama&#8217;s desire to reduce cost and to act quickly. Drupal&#8217;s flexibility and modularity enables organizations to build sites quickly at lower cost than most other systems. In other words, Drupal is a great match for the U.S. government.</p>
<p>Second, this is a clear sign that governments realize that Open Source does not pose additional risks compared to proprietary software, and furthermore, that by moving away from proprietary software, they are not being locked into a particular technology, and that they can benefit from the innovation that is the result of thousands of developers collaborating on Drupal. It takes time to understand these things and to bring this change, so I congratulate the Obama administration for taking such an important leadership role in considering Open Source solutions.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/whitehouse-gov-now-using-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Video Converter</title>
		<link>http://www.jeremyperson.com/ubuntu-video-converter/</link>
		<comments>http://www.jeremyperson.com/ubuntu-video-converter/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 05:44:27 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Open Source & Linux]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=8987</guid>
		<description><![CDATA[I&#8217;m such a Linux fanboy but man do I ever love Linux.  YouTube was down for maintenance for a few hours tonight so I couldn&#8217;t upload any videos (see the Samuel Adams video below).  I needed a way to convert a .mov file to .flv and saw you can use the command line and use [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jeremyperson.com/wp-content/uploads/2009/09/ubuntuVideo.gif"><img class="alignnone size-full wp-image-8986" title="ubuntuVideo" src="http://www.jeremyperson.com/wp-content/uploads/2009/09/ubuntuVideo.gif" alt="ubuntuVideo" width="311" height="517" /></a></p>
<p>I&#8217;m such a Linux fanboy but man do I ever love Linux.  YouTube was down for maintenance for a few hours tonight so I couldn&#8217;t upload any videos (see the Samuel Adams video below).  I needed a way to convert a .mov file to .flv and saw you can use the command line and use FFMPEG but who wants to do that?  Yeah not me so I found a great little program (open source of course) which sits on top of FFMPEG as a GUI to convert your videos to whatever format you want.  It even has the ability to compress your videos down for web use.  It took my original 8MB file down to just under 2MBs.  If you use Ubuntu, simply type &#8220;video converter&#8221; in your Add/Remove search.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/ubuntu-video-converter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synchronizing Facebook &amp; Gmail</title>
		<link>http://www.jeremyperson.com/synchronizing-facebook-gmail/</link>
		<comments>http://www.jeremyperson.com/synchronizing-facebook-gmail/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 02:14:59 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Open Source & Linux]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=8607</guid>
		<description><![CDATA[+ = ! OK I won&#8217;t get on my open source soap box too much but this is yet another example of what open source allows us to do (innovate)!  Brad Fitzpatrick has a great post over on his site about enabling manual synchronization of your contacts between Facebook and Gmail.  It basically looks at [...]]]></description>
			<content:encoded><![CDATA[<table border="0">
<tbody>
<tr>
<td><a href="../wp-content/uploads/2009/08/facebookLogo.jpg"><img title="facebookLogo" src="../wp-content/uploads/2009/08/facebookLogo-150x56.jpg" alt="facebookLogo" width="150" height="56" /></a></td>
<td><span style="font-size: xx-large;">+</span></td>
<td><a href="../wp-content/uploads/2009/08/gmail-logo1.jpg"><img title="gmail-logo" src="../wp-content/uploads/2009/08/gmail-logo1-150x50.jpg" alt="gmail-logo" width="150" height="50" /></a></td>
<td><span style="font-size: xx-large;">=</span></td>
<td><span style="font-size: xx-large;"><a href="../wp-content/uploads/2009/08/heart.jpg"><img title="heart" src="../wp-content/uploads/2009/08/heart-150x135.jpg" alt="heart" width="59" height="53" /></a></span></td>
<td><span style="font-size: xx-large;">!</span></td>
</tr>
</tbody>
</table>
<p><span style="font-size: xx-large;"> </span></p>
<p>OK I won&#8217;t get on my open source soap box too much but this is yet another example of what open source allows us to do  (innovate)!  Brad Fitzpatrick has a great post over on <a href="http://brad.livejournal.com/2398409.html" target="_blank">his site</a> about enabling manual synchronization of your contacts between Facebook and Gmail.  It basically looks at all of your friend&#8217;s contact information within Facebook and then compares that information to what you have in Gmail and synchronizes it for you in just a few easy clicks.  The good news is you have to use <a href="http://www.mozilla.com/firefox" target="_blank">Firefox</a> so you can&#8217;t use Internet Explorer you Microsoft lovers you!  The other prerequisite is you need to have the <a href="https://addons.mozilla.org/en-US/firefox/addon/748" target="_blank">Greasemonkey extension</a> installed within Firefox in order for it to work (try doing this with proprietary software).  OK so once you have Firefox and Greasemonkey installed (Firefox restart required), click the link below from Brad&#8217;s site and GreaseMonkey should ask you to automatically install it.</p>
<p><a href="http://bradfitz.com/greasemonkey/facebook_phonebook_export.user.js">http://bradfitz.com/greasemonkey/facebook_phonebook_export.user.js</a></p>
<p>Follow the instructions and then go to  your <a href="http://www.facebook.com/mobile/?phonebook">Facebook Phonebook</a>.  Then within Firefox click Tools &gt; GreaseMonkey &gt; User Script Commands&#8230; &gt;  and you&#8217;ll see Export Facebook Phonebook (you have to be on the Facebook Phonebook page in order for it to not be grayed out&#8230;took me a while to figure that out). That will then page through your phone book (you should probably start on page 1: it&#8217;s kinda flaky) and extract the data, and then POST it to <a href="http://addressbooker.appspot.com/" target="_blank">AddressBooker</a> for you, which will then guide you through merging it into your Google Contacts.  Be sure to thank Brad for his time over at his site via this <a href="http://brad.livejournal.com/2398409.html" target="_blank">link</a> if you found this helpful (I did).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/synchronizing-facebook-gmail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gimp Users: Save for Web Plug-in</title>
		<link>http://www.jeremyperson.com/gimp-users-save-for-web-plug-in/</link>
		<comments>http://www.jeremyperson.com/gimp-users-save-for-web-plug-in/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 19:16:10 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Open Source & Linux]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=8599</guid>
		<description><![CDATA[I am a big fan of open source software so at home I use Gimp which is an open source alternative to Photoshop.  One of my favorite features of Photoshop is its &#8220;save for web&#8221; feature which lets you downsize images so they will load more quickly on websites you support.  I found a plug-in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jeremyperson.com/wp-content/uploads/2008/10/gimp-logo1.jpg"><img class="alignnone size-medium wp-image-2980" title="gimp-logo1" src="http://www.jeremyperson.com/wp-content/uploads/2008/10/gimp-logo1-300x222.jpg" alt="gimp-logo1" width="191" height="141" /></a></p>
<p>I am a big fan of open source software so at home I use Gimp which is an open source alternative to Photoshop.  One of my favorite features of Photoshop is its &#8220;save for web&#8221; feature which lets you downsize images so they will load more quickly on websites you support.  I found a plug-in today for Gimp which allows that capability so I thought I would share it in hope that those who also use Gimp could benefit if you happen to be reading this blog.  If you don&#8217;t have Gimp you can grab a copy over at <a href="http://www.gimp.org/" target="_blank">gimp.org</a>.  Also note that if you aren&#8217;t using Linux like I am it is OK because Gimp is also available for Windows systems.  The directions below are for installing the plug-in for Linux but if you have Windows you can download the zip file <a href="http://registry.gimp.org/files/save_for_web_0.28.6_win32.zip" target="_blank">here</a>.</p>
<p><strong>If you are using Linux, follow the instructions below and let me know if you have any problems.</strong></p>
<ol>
<li>Download the plug-in <a href="http://registry.gimp.org/files/gimp-save-for-web-0.28.6.tar.bz2" target="_blank">here</a>.</li>
<li>Open terminal (Applications &gt; Accessories &gt; Terminal)</li>
<li>Unzip the .tar.gz in ~/.gimp-2.6/plug-ins/ (note you can right click on it and select &#8220;extract here via a GUI and copy/paste it into the folder)</li>
<li>In terminal type $ &#8220;<strong>sudo apt-get install libgimp2.0-dev</strong>&#8221; (needed to compile the files)</li>
<li>In terminal type $ &#8220;<strong>cd ~/.gimp-2.6/plug-ins/gimp-save-for-web-0.28.6/</strong>&#8221; (navigate to where you extracted the files)
<ol>
<li>If this doesn&#8217;t work for you, go to your Home directory and press Cntrl + H to show your system&#8217;s hidden files</li>
<li>Double Click Gimp-2.6 directory</li>
<li>Then double click the Plug-ins directory</li>
<li>Paste the folder into the directory if you are more comforable with a GUI</li>
</ol>
</li>
<li>Go back to terminal and navigate to the directory and again if you don&#8217;t like using command line you can drag the folder into your terminal window and press the enter key.  Once you do that type $ ./configure make and press enter</li>
<li>Next type $ &#8220;<strong>sudo make install</strong>&#8221; into the terminal window</li>
<li>Restart Gimp</li>
<li>A new option is created via File&gt;Save for web!</li>
</ol>
<p><a href="http://www.jeremyperson.com/wp-content/uploads/2009/08/saveForWebGimp.png"><img class="alignnone size-full wp-image-8600" title="saveForWebGimp" src="http://www.jeremyperson.com/wp-content/uploads/2009/08/saveForWebGimp.png" alt="saveForWebGimp" width="500" height="348" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/gimp-users-save-for-web-plug-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenShot Video Editor for Linux</title>
		<link>http://www.jeremyperson.com/openshot-video-editor-for-linux/</link>
		<comments>http://www.jeremyperson.com/openshot-video-editor-for-linux/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 02:20:57 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Open Source & Linux]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=7838</guid>
		<description><![CDATA[I finally found a video editor I like which is open source and available for Linux called OpenShot.  You can download the files here and then perform the following steps (note it took a good 3 minutes to install on my PC). Extract to a folder named ~/openshot_wizard/ Open a terminal window $ cd ~/openshot_wizard/ [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jeremyperson.com/wp-content/uploads/2009/07/openshot.jpg"><img class="alignnone size-medium wp-image-7839" title="openshot" src="http://www.jeremyperson.com/wp-content/uploads/2009/07/openshot-500x457.jpg" alt="openshot" width="500" height="457" /></a></p>
<p>I finally found a video editor I like which is open source and available for Linux called OpenShot.  You can download the files <a href="https://launchpad.net/openshot/+download" target="_blank">here</a> and then perform the following steps (note it took a good 3 minutes to install on my PC). <span><a href="https://launchpad.net/openshot/+download"></a><br />
 </span></p>
<ol>
<li><span> Extract to a folder named ~/openshot_wizard/</span></li>
<li>Open a terminal window</li>
<li>$ cd ~/openshot_wizard/<span></span></li>
<li><span>$ python install.py</span></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/openshot-video-editor-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3.5</title>
		<link>http://www.jeremyperson.com/firefox-3-5/</link>
		<comments>http://www.jeremyperson.com/firefox-3-5/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 13:31:45 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Open Source & Linux]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=7356</guid>
		<description><![CDATA[I don&#8217;t know if it is available where you are but I was just able to upgrade to Firefox 3.5!  This is exciting news for geeks people, exciting stuff!  I have been running release candidate 1 for about a week and am loving it.  It is much faster and they added in some nice features [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jeremyperson.com/wp-content/uploads/2008/04/firefoxicon.png"><img class="alignnone size-full wp-image-63" title="Firefox Icon" src="http://www.jeremyperson.com/wp-content/uploads/2008/04/firefoxicon.png" alt="Firefox Icon" width="128" height="128" /></a></p>
<p>I don&#8217;t know if it is available where you are but I was just able to upgrade to Firefox 3.5!  This is exciting news for geeks people, exciting stuff!  I have been running release candidate 1 for about a week and am loving it.  It is much faster and they added in some <a href="http://lifehacker.com/5295655/top-10-firefox-35-features" target="_blank">nice features</a> (I like the HTML 5 stuff).  I checked the websites and can&#8217;t find it but try checking for updates in your browser by going to Help &gt; Check for Updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/firefox-3-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Straight from Google: What You Need to Know</title>
		<link>http://www.jeremyperson.com/straight-from-google-what-you-need-to-know/</link>
		<comments>http://www.jeremyperson.com/straight-from-google-what-you-need-to-know/#comments</comments>
		<pubDate>Sat, 30 May 2009 20:37:06 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Open Source & Linux]]></category>

		<guid isPermaLink="false">http://www.jeremyperson.com/?p=6953</guid>
		<description><![CDATA[Matt Cutt&#8217;s WordCamp San Francisco 2009 presentation: &#62; Straight_From_Google_What_You_Need_to_Know]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jeremyperson.com/wp-content/uploads/2009/05/mattcutts.jpg"><img class="alignnone size-full wp-image-6954" title="mattcutts" src="http://www.jeremyperson.com/wp-content/uploads/2009/05/mattcutts.jpg" alt="mattcutts" width="319" height="240" /></a></p>
<p>Matt Cutt&#8217;s WordCamp San Francisco 2009 presentation:<br />
 &gt; <a rel="attachment wp-att-6955" href="http://www.jeremyperson.com/straight-from-google-what-you-need-to-know/straight_from_google_what_you_need_to_know/">Straight_From_Google_What_You_Need_to_Know</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremyperson.com/straight-from-google-what-you-need-to-know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

