<?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/language/bash/tags/mac</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 16 Oct 2008 03:17:40 GMT</pubDate>
<item>
<title>(Bash) Fush DNS Cache In Mac OSX Leopard - rastersize</title>
<link>http://snipplr.com/view/9035/fush-dns-cache-in-mac-osx-leopard/</link>
<description><![CDATA[ <p>`lookupd` doens't exist in Leopard, instead `dscacheutil` should be used.</p> ]]></description>
<pubDate>Wed, 15 Oct 2008 13:27:06 GMT</pubDate>
<guid>http://snipplr.com/view/9035/fush-dns-cache-in-mac-osx-leopard/</guid>
</item>
<item>
<title>(Bash) Flush dns cache os x - therobot</title>
<link>http://snipplr.com/view/9026/flush-dns-cache-os-x/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 15 Oct 2008 06:15:37 GMT</pubDate>
<guid>http://snipplr.com/view/9026/flush-dns-cache-os-x/</guid>
</item>
<item>
<title>(Bash) Make hidden Dock icons transparent - sudarkoff</title>
<link>http://snipplr.com/view/7984/make-hidden-dock-icons-transparent/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 22 Aug 2008 15:46:10 GMT</pubDate>
<guid>http://snipplr.com/view/7984/make-hidden-dock-icons-transparent/</guid>
</item>
<item>
<title>(Bash) macosxhints.com - Prevent .DS_Store file creation on network volumes - crazylion</title>
<link>http://snipplr.com/view/6086/macosxhintscom--prevent-dsstore-file-creation-on-network-volumes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 01 May 2008 20:31:01 GMT</pubDate>
<guid>http://snipplr.com/view/6086/macosxhintscom--prevent-dsstore-file-creation-on-network-volumes/</guid>
</item>
<item>
<title>(Bash) MacPorts fixer-upper - cczona</title>
<link>http://snipplr.com/view/5394/macports-fixerupper/</link>
<description><![CDATA[ <p>Forces a recalcitrant port to install by *uninstalling* it completely first</p> ]]></description>
<pubDate>Wed, 12 Mar 2008 20:33:25 GMT</pubDate>
<guid>http://snipplr.com/view/5394/macports-fixerupper/</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>(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) check swap memory usage - cczona</title>
<link>http://snipplr.com/view/4407/check-swap-memory-usage/</link>
<description><![CDATA[ <p>To find out how much swap you are using at any given time.
If there's more than 1 swapfile you could benefit from more RAM.</p> ]]></description>
<pubDate>Sat, 22 Dec 2007 01:48:47 GMT</pubDate>
<guid>http://snipplr.com/view/4407/check-swap-memory-usage/</guid>
</item>
<item>
<title>(Bash) port (Update outdated ports in macports) - rhockens</title>
<link>http://snipplr.com/view/3654/port-update-outdated-ports-in-macports/</link>
<description><![CDATA[ <p>After:

sudo port -v selfupdate

Update outdated ports with:

sudo port upgrade outdated</p> ]]></description>
<pubDate>Sun, 09 Sep 2007 04:26:08 GMT</pubDate>
<guid>http://snipplr.com/view/3654/port-update-outdated-ports-in-macports/</guid>
</item>
<item>
<title>(Bash) port (Update outdated portfiles) - rhockens</title>
<link>http://snipplr.com/view/3653/port-update-outdated-portfiles/</link>
<description><![CDATA[ <p>After installing MacPorts, try running a selfupdate to grab all the latest MacPorts Portfiles (Portfiles contain information about how to install MacPorts software "ports"). You will need to run this command as an administrator, and it requires root access, so you'll need to "sudo":

sudo port selfupdate

Running MacPorts commands, you can add the -v command for more verbose ("v" for "verbose") output if you'd like more detail about what MacPorts is attempting to do:

sudo port -v selfupdate

If you are a developer and would like even more specific accounting of what MacPorts is doing, add the -d flag.</p> ]]></description>
<pubDate>Sun, 09 Sep 2007 04:23:48 GMT</pubDate>
<guid>http://snipplr.com/view/3653/port-update-outdated-portfiles/</guid>
</item>
<item>
<title>(Bash) Screen Saver Background - capitalist</title>
<link>http://snipplr.com/view/3478/screen-saver-background/</link>
<description><![CDATA[ <p>Run this in a terminal on mac to set your screensaver as your background. (hint: use rss visualizer for a neat effect)
Ctrl+C to stop.</p> ]]></description>
<pubDate>Mon, 06 Aug 2007 16:27:19 GMT</pubDate>
<guid>http://snipplr.com/view/3478/screen-saver-background/</guid>
</item>
<item>
<title>(Bash) clipboard commands for OSX - noah</title>
<link>http://snipplr.com/view/3350/clipboard-commands-for-osx/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 23 Jul 2007 11:44:20 GMT</pubDate>
<guid>http://snipplr.com/view/3350/clipboard-commands-for-osx/</guid>
</item>
<item>
<title>(Bash) Rails on Mac - ctran</title>
<link>http://snipplr.com/view/3307/rails-on-mac/</link>
<description><![CDATA[ <p>Setting up rails on a new Mac.  You need to install Xcode first.</p> ]]></description>
<pubDate>Mon, 16 Jul 2007 23:11:09 GMT</pubDate>
<guid>http://snipplr.com/view/3307/rails-on-mac/</guid>
</item>
<item>
<title>(Bash) Optimize Mac OS X Mail.app - jonhenshaw</title>
<link>http://snipplr.com/view/3305/optimize-mac-os-x-mailapp/</link>
<description><![CDATA[ <p>Over time, your Mac's Mail program can start to feel sluggish because, like any database, over time it needs to optimized.</p> ]]></description>
<pubDate>Sun, 15 Jul 2007 11:15:17 GMT</pubDate>
<guid>http://snipplr.com/view/3305/optimize-mac-os-x-mailapp/</guid>
</item>
<item>
<title>(Bash) clean up crufty log files on mac osx - noah</title>
<link>http://snipplr.com/view/3153/clean-up-crufty-log-files-on-mac-osx/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 06 Jul 2007 11:27:40 GMT</pubDate>
<guid>http://snipplr.com/view/3153/clean-up-crufty-log-files-on-mac-osx/</guid>
</item>
<item>
<title>(Bash) Eject CD From OS X Command Line - tylerhall</title>
<link>http://snipplr.com/view/3059/eject-cd-from-os-x-command-line/</link>
<description><![CDATA[ <p>This command ejects a CD or DVD from the command line.</p> ]]></description>
<pubDate>Wed, 27 Jun 2007 15:31:19 GMT</pubDate>
<guid>http://snipplr.com/view/3059/eject-cd-from-os-x-command-line/</guid>
</item>
<item>
<title>(Bash) Enable Safari Debug Menu - tylerhall</title>
<link>http://snipplr.com/view/2610/enable-safari-debug-menu/</link>
<description><![CDATA[ <p>Run this command in a terminal window to turn on Safari's debug menu.</p> ]]></description>
<pubDate>Mon, 07 May 2007 13:23:12 GMT</pubDate>
<guid>http://snipplr.com/view/2610/enable-safari-debug-menu/</guid>
</item>
<item>
<title>(Bash) Unmount All AFP Network Shares - tylerhall</title>
<link>http://snipplr.com/view/2601/unmount-all-afp-network-shares/</link>
<description><![CDATA[ <p>This command will force all mounted AFP network drive to disconnect. I've set this to run automatically each time my laptop sleeps so that if I wake it up on a different network Finder won't freak out.</p> ]]></description>
<pubDate>Fri, 04 May 2007 15:01:18 GMT</pubDate>
<guid>http://snipplr.com/view/2601/unmount-all-afp-network-shares/</guid>
</item>
<item>
<title>(Bash) Change OS X Hostname - tylerhall</title>
<link>http://snipplr.com/view/2424/change-os-x-hostname/</link>
<description><![CDATA[ <p>This command changes the hostname for a machine running OS X.</p> ]]></description>
<pubDate>Mon, 02 Apr 2007 08:33:32 GMT</pubDate>
<guid>http://snipplr.com/view/2424/change-os-x-hostname/</guid>
</item>
<item>
<title>(Bash) printing at ITU - jonathanbp</title>
<link>http://snipplr.com/view/2210/printing-at-itu/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 26 Feb 2007 02:51:51 GMT</pubDate>
<guid>http://snipplr.com/view/2210/printing-at-itu/</guid>
</item>
</channel>
</rss>