<?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>Tequila Fish &#187; OS X</title>
	<atom:link href="http://www.tequilafish.com/category/tech/apple/os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tequilafish.com</link>
	<description>Ran-dumb ramblings of me...</description>
	<lastBuildDate>Thu, 26 Jan 2012 23:30:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to increase bash shell history length in OS X</title>
		<link>http://www.tequilafish.com/2010/08/11/how-to-increase-bash-shell-history-length-in-os-x/</link>
		<comments>http://www.tequilafish.com/2010/08/11/how-to-increase-bash-shell-history-length-in-os-x/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 04:52:28 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[histfilesize]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.tequilafish.com/?p=534</guid>
		<description><![CDATA[I do a lot of command line work on my OS X machine, so the history saves me a lot of time running repeat commands and also refreshing my memory on commands that I haven't run in a while. Unfortunately, the default history length in OS X is 500 commands. That seems like a lot, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tequilafish.com%2F2010%2F08%2F11%2Fhow-to-increase-bash-shell-history-length-in-os-x%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tequilafish.com%2F2010%2F08%2F11%2Fhow-to-increase-bash-shell-history-length-in-os-x%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I do a lot of command line work on my OS X machine, so the history saves me a lot of time running repeat commands and also refreshing my memory on commands that I haven't run in a while.  Unfortunately, the default history length in OS X is 500 commands.  That seems like a lot, but when you're running 50+ commands a day it can push older commands off the list pretty quickly.  This is easily solved by setting the <tt>HISTFILESIZE</tt> in your <tt>.bash_profile</tt> file.</p>
<p>First, to find out what <tt>HISTFILESIZE</tt> is currently set at, run the following command from Terminal:</p>
<p><code>echo $HISTFILESIZE</code></p>
<p>To change this value, simply add the following line to your <tt>.bash_profile</tt> file (found in <tt>/Users/yourname/</tt>):</p>
<p><code>HISTFILESIZE=2000</code></p>
<p>This increases your bash history to 2000 items.  It will take effect next time you open a Terminal window.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tequilafish.com/2010/08/11/how-to-increase-bash-shell-history-length-in-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X Snow Leopard Bugs: Audio gets reset to mute on reboot.</title>
		<link>http://www.tequilafish.com/2009/09/01/os-x-snow-leopard-bugs-audio-gets-reset-to-mute-on-reboot/</link>
		<comments>http://www.tequilafish.com/2009/09/01/os-x-snow-leopard-bugs-audio-gets-reset-to-mute-on-reboot/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 16:46:19 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.tequilafish.com/?p=402</guid>
		<description><![CDATA[While my upgrade to OS x 10.6 Snow Leopard has been mostly smooth, there are a few annoying bugs I've come across. This one has to do with audio - upon reboot, audio gets set to mute no matter what settings I had the volume on before. Not a big problem, but annoying none the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tequilafish.com%2F2009%2F09%2F01%2Fos-x-snow-leopard-bugs-audio-gets-reset-to-mute-on-reboot%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tequilafish.com%2F2009%2F09%2F01%2Fos-x-snow-leopard-bugs-audio-gets-reset-to-mute-on-reboot%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>While my upgrade to OS x 10.6 Snow Leopard has been mostly smooth, there are a few annoying bugs I've come across.  This one has to do with audio - upon reboot, audio gets set to mute no matter what settings I had the volume on before.  Not a big problem, but annoying none the less.  Here's how to fix it:</p>
<ol>
<li>In Finder, navigate to <strong>Macintosh HD &gt; Library &gt; Preferences &gt; Audio</strong></li>
<li>Delete the following files:
<ul>
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>com.apple.audio.DeviceSettings.plist</strong></li>
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>com.apple.audio.SystemSettings.plist</strong></li>
</ul>
</li>
<li>Open <strong>System Preferences &gt; Sound</strong></li>
<li>Set your sound to your preferred settings</li>
<li>Exit System Preferences and Reboot</li>
</ol>
<p>There you go!  After deleting those files, they will be re-created when you go into System Preferences and your audio will no longer be muted upon reboot.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tequilafish.com/2009/09/01/os-x-snow-leopard-bugs-audio-gets-reset-to-mute-on-reboot/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

