<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/osx</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 04 Jul 2008 17:39:46 GMT</pubDate>
<item>
<title>(AppleScript) Get Desktop Resolution - mikegreen</title>
<link>http://snipplr.com/view/6418/get-desktop-resolution/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 22 May 2008 10:53:34 GMT</pubDate>
<guid>http://snipplr.com/view/6418/get-desktop-resolution/</guid>
</item>
<item>
<title>(Bash) Creating a Simple Alias in Terminal - chrisaiv</title>
<link>http://snipplr.com/view/6210/creating-a-simple-alias-in-terminal/</link>
<description><![CDATA[ <p>I use terminal for SFTP because I'm cheap and I don't want to purchase Transmit. SFTP works just fine but the problem is that I get tired of having to type [bash]$ sftp chrisaiv@blah.com:/directory/subdirectory/ so instead I've made an alias.  First things first, in terminal using Textmate, type [bash]$ mate ~/.bash_alias.  Next paste the code below.  After you save the file, type [bash]$ ~/.bash_profile and past the second line of code.  After you restart your terminal, you should only have to type the alias nickname and whala!</p> ]]></description>
<pubDate>Tue, 13 May 2008 14:37:46 GMT</pubDate>
<guid>http://snipplr.com/view/6210/creating-a-simple-alias-in-terminal/</guid>
</item>
<item>
<title>(Objective C) Filesystem - Testing FS Type - zingo</title>
<link>http://snipplr.com/view/6193/filesystem--testing-fs-type/</link>
<description><![CDATA[ <p>This can be used to test FS type.</p> ]]></description>
<pubDate>Mon, 12 May 2008 21:54:23 GMT</pubDate>
<guid>http://snipplr.com/view/6193/filesystem--testing-fs-type/</guid>
</item>
<item>
<title>(Ruby) Get OSX Leopard Battery Stats For Your Laptop - gtcaz</title>
<link>http://snipplr.com/view/5758/get-osx-leopard-battery-stats-for-your-laptop/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 09 Apr 2008 15:08:02 GMT</pubDate>
<guid>http://snipplr.com/view/5758/get-osx-leopard-battery-stats-for-your-laptop/</guid>
</item>
<item>
<title>(Ruby) Irb power tricks with Wirble &amp;amp; Utility-Belt - cczona</title>
<link>http://snipplr.com/view/5597/irb-power-tricks-with-wirble--utilitybelt/</link>
<description><![CDATA[ <p>Note: most of these will be available to the shell and Rails' console too.</p> ]]></description>
<pubDate>Fri, 28 Mar 2008 12:24:12 GMT</pubDate>
<guid>http://snipplr.com/view/5597/irb-power-tricks-with-wirble--utilitybelt/</guid>
</item>
<item>
<title>(Other) ports bulk install command for OSX - sou</title>
<link>http://snipplr.com/view/5581/ports-bulk-install-command-for-osx/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 27 Mar 2008 20:33:10 GMT</pubDate>
<guid>http://snipplr.com/view/5581/ports-bulk-install-command-for-osx/</guid>
</item>
<item>
<title>(Bash) Emulating a Slow Internet Link for HTTP - zingo</title>
<link>http://snipplr.com/view/5552/emulating-a-slow-internet-link-for-http/</link>
<description><![CDATA[ <p>recover to normal speed with 
/sbin/ipfw delete 100
/sbin/ipfw delete 200
... or reboot</p> ]]></description>
<pubDate>Mon, 24 Mar 2008 22:51:35 GMT</pubDate>
<guid>http://snipplr.com/view/5552/emulating-a-slow-internet-link-for-http/</guid>
</item>
<item>
<title>(Bash) removing .DS_Store files from a git checkout - jachin</title>
<link>http://snipplr.com/view/5206/removing-dsstore-files-from-a-git-checkout/</link>
<description><![CDATA[ <p>This command will not delete the .DS_Store files from the file system, just take them out of version control.

Before doing this it would be a good idea to setup the repository to ignore .DS_Store files.</p> ]]></description>
<pubDate>Tue, 26 Feb 2008 16:59:38 GMT</pubDate>
<guid>http://snipplr.com/view/5206/removing-dsstore-files-from-a-git-checkout/</guid>
</item>
<item>
<title>(Bash) Recursively unlock files in Mac OS X - wbowers</title>
<link>http://snipplr.com/view/5202/recursively-unlock-files-in-mac-os-x/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 25 Feb 2008 22:42:02 GMT</pubDate>
<guid>http://snipplr.com/view/5202/recursively-unlock-files-in-mac-os-x/</guid>
</item>
<item>
<title>(Objective C) Testing Regular Expressions for NSString - zingo</title>
<link>http://snipplr.com/view/5165/testing-regular-expressions-for-nsstring/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 23 Feb 2008 22:16:42 GMT</pubDate>
<guid>http://snipplr.com/view/5165/testing-regular-expressions-for-nsstring/</guid>
</item>
<item>
<title>(Objective C) Saving Data to File - zingo</title>
<link>http://snipplr.com/view/5138/saving-data-to-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 21 Feb 2008 01:50:59 GMT</pubDate>
<guid>http://snipplr.com/view/5138/saving-data-to-file/</guid>
</item>
<item>
<title>(Bash) Get Infos on WLAN on OSX - zingo</title>
<link>http://snipplr.com/view/5050/get-infos-on-wlan-on-osx/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 13 Feb 2008 18:14:57 GMT</pubDate>
<guid>http://snipplr.com/view/5050/get-infos-on-wlan-on-osx/</guid>
</item>
<item>
<title>(Bash) Get Infos on Battery on OSX - zingo</title>
<link>http://snipplr.com/view/5049/get-infos-on-battery-on-osx/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 13 Feb 2008 18:11:53 GMT</pubDate>
<guid>http://snipplr.com/view/5049/get-infos-on-battery-on-osx/</guid>
</item>
<item>
<title>(AppleScript) Get the Count of unread Messages in Vienna (RSS-Reader) - zingo</title>
<link>http://snipplr.com/view/4991/get-the-count-of-unread-messages-in-vienna-rssreader/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 11 Feb 2008 14:35:45 GMT</pubDate>
<guid>http://snipplr.com/view/4991/get-the-count-of-unread-messages-in-vienna-rssreader/</guid>
</item>
<item>
<title>(Bash) Get Temperature on OSX - zingo</title>
<link>http://snipplr.com/view/4966/get-temperature-on-osx/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 09 Feb 2008 13:31:27 GMT</pubDate>
<guid>http://snipplr.com/view/4966/get-temperature-on-osx/</guid>
</item>
<item>
<title>(Objective C) Macro for ASL Log like NSLog - zingo</title>
<link>http://snipplr.com/view/4684/macro-for-asl-log-like-nslog/</link>
<description><![CDATA[ <p>Macro to give an asl_log-like NSLog.</p> ]]></description>
<pubDate>Sun, 20 Jan 2008 20:19:32 GMT</pubDate>
<guid>http://snipplr.com/view/4684/macro-for-asl-log-like-nslog/</guid>
</item>
<item>
<title>(Bash) Apache 'Forbidden' error on Mac ~/Sites files - cczona</title>
<link>http://snipplr.com/view/4665/apache-forbidden-error-on-mac-sites-files/</link>
<description><![CDATA[ <p>When Apache under OS X throws 'Forbidden' errors on files under the ~/Sites path, and the error log report 'Permission denied: access to /somefile/blah failed because search permissions are missing on a component of the path', check a missing Other Execute permission along the entire path.

"If you want someone to have access to a file in a particular folder, that user must have "search" permission (the "x") on all of the folders along the path from the top of the drive down to the folder where the file is. And then the file itself must have "read" permission for that user. And if you want someone to be able to see what files are in a particular folder, that folder must have "read" permission for that user."</p> ]]></description>
<pubDate>Sat, 19 Jan 2008 14:36:23 GMT</pubDate>
<guid>http://snipplr.com/view/4665/apache-forbidden-error-on-mac-sites-files/</guid>
</item>
<item>
<title>(Bash) Dynamic BASH Prompt - robh</title>
<link>http://snipplr.com/view/4651/dynamic-bash-prompt/</link>
<description><![CDATA[ <p>A very dynamic and flexible bash prompt. Personally I find this to have everything needed. It shows exit status, shortens itself for long directories, and shows bash history for easy referencing.

Hopefully it doesn't get messed up.</p> ]]></description>
<pubDate>Fri, 18 Jan 2008 19:40:17 GMT</pubDate>
<guid>http://snipplr.com/view/4651/dynamic-bash-prompt/</guid>
</item>
<item>
<title>(Perl) battery - pham</title>
<link>http://snipplr.com/view/4525/battery/</link>
<description><![CDATA[ <p>battery is a Perl script that concisely displays your battery status.</p> ]]></description>
<pubDate>Sun, 13 Jan 2008 12:03:00 GMT</pubDate>
<guid>http://snipplr.com/view/4525/battery/</guid>
</item>
<item>
<title>(Objective C) Macro for VERBOSE_DEBUG_OUTPUT - zingo</title>
<link>http://snipplr.com/view/4235/macro-for-verbosedebugoutput/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 01 Dec 2007 19:28:07 GMT</pubDate>
<guid>http://snipplr.com/view/4235/macro-for-verbosedebugoutput/</guid>
</item>
</channel>
</rss>