<?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>Program &#38; Design &#187; Ubuntu</title>
	<atom:link href="http://programanddesign.com/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://programanddesign.com</link>
	<description>Tips, tricks, tutorials, and tools on programming &#38; web design</description>
	<lastBuildDate>Sat, 24 Dec 2011 21:44:44 +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>Find where executable is installed to</title>
		<link>http://programanddesign.com/ubuntu/find-where-executable-is-installed-to/</link>
		<comments>http://programanddesign.com/ubuntu/find-where-executable-is-installed-to/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 00:24:49 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[command-line]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://programanddesign.com/?p=383</guid>
		<description><![CDATA[Often when writing a script, I want to put a hashbang (#!) at the top so that I can execute the file, but I can never remember where the binary for python or php is installed to. An easy way to find out is to use the which command: mark-ubuntu$ which python /usr/local/bin/python Another nice [...]]]></description>
		<wfw:commentRss>http://programanddesign.com/ubuntu/find-where-executable-is-installed-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Player 10 on Ubuntu 64-bit</title>
		<link>http://programanddesign.com/ubuntu/flash-player-10-on-ubuntu-64-bit/</link>
		<comments>http://programanddesign.com/ubuntu/flash-player-10-on-ubuntu-64-bit/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 05:58:38 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://programanddesign.com/?p=228</guid>
		<description><![CDATA[There's a wad of tutorials out there on how to to install this plugin, but I've found they either don't work, or over complicate things. If you haven't already found it, download the Flash Player 10 64-bit plugin for linux. Then, tar xvzf libflashplayer-10.0.22.87.linux-x86_64.so sudo cp libflashplayer.so /usr/lib/firefox-3.0.10/plugins You might be running a different version [...]]]></description>
		<wfw:commentRss>http://programanddesign.com/ubuntu/flash-player-10-on-ubuntu-64-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extract (almost) any archive type</title>
		<link>http://programanddesign.com/ubuntu/extract-almost-any-archive-type/</link>
		<comments>http://programanddesign.com/ubuntu/extract-almost-any-archive-type/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 21:05:45 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[extract]]></category>

		<guid isPermaLink="false">http://programanddesign.com/?p=179</guid>
		<description><![CDATA[After getting tired of trying to remember "tar xvzf", I wrote a little script for extracting almost any file type via the linux command-line. You can copy and paste this script into a text editor like gedit and save it to "/usr/local/bin" for convenience. I called mine "untar" since it doesn't seem to be taken. [...]]]></description>
		<wfw:commentRss>http://programanddesign.com/ubuntu/extract-almost-any-archive-type/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

