<?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>Computer Plumber &#187; Unix</title>
	<atom:link href="http://computerplumber.com/tag/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://computerplumber.com</link>
	<description></description>
	<lastBuildDate>Sat, 21 Jan 2012 02:54:22 +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>Adjust What the History Command Shows</title>
		<link>http://computerplumber.com/2009/02/adjust-what-the-history-command-shows/</link>
		<comments>http://computerplumber.com/2009/02/adjust-what-the-history-command-shows/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 03:41:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[Leopard Server]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=389</guid>
		<description><![CDATA[By default on OS X, the history command (accessed via the terminal) shows the last 500 commands including multiple entries that are the exact same. Just to find an old useful command, you may have to sort through 100&#8242;s of ls and cd commands. Wouldn&#8217;t it be nice to show only unique commands, and remove [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/02/adjust-what-the-history-command-shows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Never Download a Codec Again</title>
		<link>http://computerplumber.com/2009/01/never-download-a-codec-again/</link>
		<comments>http://computerplumber.com/2009/01/never-download-a-codec-again/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 01:23:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=286</guid>
		<description><![CDATA[Windows Media Player is a real pain since it will not play DIVX and XVID out of the box, you can get video but no audio or vice versa. There are so many codecs out there, that you end up installing more than you need in order to play most downloaded content, is it really [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/01/never-download-a-codec-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Warning: Cannot modify header information &#8211; headers already sent&#8230;</title>
		<link>http://computerplumber.com/2009/01/warning-cannot-modify-header-information-headers-already-sent/</link>
		<comments>http://computerplumber.com/2009/01/warning-cannot-modify-header-information-headers-already-sent/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 20:41:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[webpage]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=289</guid>
		<description><![CDATA[When moving a PHP application between servers or hosts, or updating your PHP, you may run into an error similar to something like this: Warning: Cannot modify header information - headers already sent by (output started at /path/to/site/public_html/config.php:517) in /path/to/application/public_html/somepage.php on line 153 This is often referred to as a PHP whitespace problem, meaning somewhere [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/01/warning-cannot-modify-header-information-headers-already-sent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the SCP command</title>
		<link>http://computerplumber.com/2009/01/using-the-scp-command/</link>
		<comments>http://computerplumber.com/2009/01/using-the-scp-command/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 22:02:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[file sharing]]></category>
		<category><![CDATA[Leopard Server]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=208</guid>
		<description><![CDATA[SCP aka secure copy or ssh copy is just about the easiest way to quickly transfer files and folders on X based systems without the need to setup FTP servers and accounts. The scp command we use most often just for single files is: scp -P port file1 user@server2:~/ This will simply copy file1 to [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/01/using-the-scp-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What To Do If Force Quit Fails</title>
		<link>http://computerplumber.com/2009/01/what-to-do-if-force-quit-fails/</link>
		<comments>http://computerplumber.com/2009/01/what-to-do-if-force-quit-fails/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 17:02:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=152</guid>
		<description><![CDATA[So you have an application on your MAC that does not want to shutdown at all. You try to force quit the application just to have it continue to hang on you giving you the lovely little rainbow of death. You want to shutdown but you cannot since the hanging application prevents you from doing [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/01/what-to-do-if-force-quit-fails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the CHMOD command effectively</title>
		<link>http://computerplumber.com/2009/01/using-the-chmod-command-effectively/</link>
		<comments>http://computerplumber.com/2009/01/using-the-chmod-command-effectively/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 04:10:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=137</guid>
		<description><![CDATA[Can&#8217;t remember how to calculate which CHMOD command you want to use. Below you will find every possible CHMOD command and the file permissions they will set.  Along with a simple explanation, every possible combination is listed below. The permission mode is computed by adding up the following values for the user, the file group, [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/01/using-the-chmod-command-effectively/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Script to Backup Smaller MYSQL Databases remotely</title>
		<link>http://computerplumber.com/2008/12/simple-script-to-backup-smaller-mysql-databases/</link>
		<comments>http://computerplumber.com/2008/12/simple-script-to-backup-smaller-mysql-databases/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 02:35:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=117</guid>
		<description><![CDATA[Here is a simple script you can use to add as a job that you can use to backup smaller remote MYSQL DB&#8217;s.  This script will take a mysql dump, date it, then add it to an archive (with the date), then the uncompressed file is deleted.  It is perfect to use as a daily [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2008/12/simple-script-to-backup-smaller-mysql-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

