<?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/"
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
> <channel><title>jappler.com &#187; defaults-write</title> <atom:link href="http://jappler.com/blog/archive/tag/defaults-write/feed" rel="self" type="application/rss+xml" /><link>http://jappler.com</link> <description>random and opinionated thoughts by Jennifer Zelazny</description> <lastBuildDate>Fri, 10 Feb 2012 15:25:47 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator><itunes:summary>random and opinionated thoughts by Jennifer Zelazny</itunes:summary> <itunes:author>jappler.com</itunes:author> <itunes:explicit>no</itunes:explicit> <itunes:image href="http://jappler.com/wp-content/plugins/powerpress/itunes_default.jpg" /> <itunes:subtitle>random and opinionated thoughts by Jennifer Zelazny</itunes:subtitle> <image><title>jappler.com &#187; defaults-write</title> <url>http://jappler.com/wp-content/plugins/powerpress/rss_default.jpg</url><link>http://jappler.com</link> </image> <item><title>fun with defaults write in Mac OS X.</title><link>http://jappler.com/blog/archive/2006/04/27/fun-with-defaults-write-in-mac-os-x</link> <comments>http://jappler.com/blog/archive/2006/04/27/fun-with-defaults-write-in-mac-os-x#comments</comments> <pubDate>Fri, 28 Apr 2006 01:37:23 +0000</pubDate> <dc:creator>Jen</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[General]]></category> <category><![CDATA[HOWTOs]]></category> <category><![CDATA[defaults-write]]></category> <category><![CDATA[Finder]]></category> <category><![CDATA[Mac-OS-X]]></category> <guid
isPermaLink="false">http://www.jappler.com/archive/2006/04/27/fun-with-defaults-write-in-mac-os-x/</guid> <description><![CDATA[Ever since yesterday&#8217;s defaults write question and then post, I have been doing some fun research on what else is possible with defaults write Note:Most of these changes require you to restart the finder after entering these into Terminal.app killall Finder. change your screenshot file format: defaults write NSGlobalDomain AppleScreenShotFormat JPEG or TIFF or PNG or PICT Disable outlines around icon names on the desktop: defaults write NSGlobalDomain Desktop.HasDarkBackground 0 Show trash on the desktop:... <a
href="http://jappler.com/blog/archive/2006/04/27/fun-with-defaults-write-in-mac-os-x">Read More &#187;</a>]]></description> <content:encoded><![CDATA[<p>Ever since yesterday&#8217;s <code>defaults write</code> question and then post, I have been doing some fun research on what else is possible with <code>defaults write</code><br
/> <b>Note:</b>Most of these changes require you to restart the finder after entering these into Terminal.app <code>killall Finder</code>.</p><ul><li>change your screenshot file format: <code>defaults write NSGlobalDomain AppleScreenShotFormat JPEG or TIFF or PNG or PICT</code></li><li>Disable outlines around icon names on the desktop: <code>defaults write NSGlobalDomain Desktop.HasDarkBackground 0</code></li><li>Show trash on the desktop: <code>defaults write com.apple.finder Desktop.HasTrash 1</code></li><li><a
href="http://docs.info.apple.com/article.html?artnum=25758">Configure AFP to exclusively use SSH</a></li><li><a
href="http://docs.info.apple.com/article.html?artnum=301446">Create a login hook</a></li><li>Finally&#8230;when someone is driving you completely insane and it is time to show them not to mess with tech support&#8230;<code>defaults write com.apple.Finder AllowCutForItems true</code> This neat trick takes everything you cut but not paste.  Everything you cut goes into the trash and not to the clipboard.  April Fools!</li></ul><p>As you can see, there are endless cool things you can do with defaults write.  Check out the <a
href="http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/defaults.1.html">defaults man pages!</a><br
/> [tags]defaults write, Finder, Mac OS X[/tags]</p> ]]></content:encoded> <wfw:commentRss>http://jappler.com/blog/archive/2006/04/27/fun-with-defaults-write-in-mac-os-x/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Show Hidden Files in Mac OS X</title><link>http://jappler.com/blog/archive/2006/04/26/show-hidden-files-in-mac-os-x</link> <comments>http://jappler.com/blog/archive/2006/04/26/show-hidden-files-in-mac-os-x#comments</comments> <pubDate>Wed, 26 Apr 2006 22:55:41 +0000</pubDate> <dc:creator>Jen</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[HOWTOs]]></category> <category><![CDATA[defaults-write]]></category> <category><![CDATA[Hidden-Files]]></category> <category><![CDATA[Mac-OS-X]]></category> <guid
isPermaLink="false">http://www.jappler.com/archive/2006/04/26/show-hidden-files-in-mac-os-x/</guid> <description><![CDATA[A Mac OS X/UNIX newbie asked me if there was any way to show all the hidden files in Mac OS X so that he could browse the UNIX directories when using the Finder. Since there may be others out there that have the same need/want I thought I would share an easy way to show and then hide all hidden files within the Finder. To show hidden files: open the Terminal application and type:... <a
href="http://jappler.com/blog/archive/2006/04/26/show-hidden-files-in-mac-os-x">Read More &#187;</a>]]></description> <content:encoded><![CDATA[<p>A Mac OS X/UNIX newbie asked me if there was any way to show all the hidden files in Mac OS X so that he could browse the UNIX directories when using the Finder.  Since there may be others out there that have the same need/want I thought I would share an easy way to show and then hide all hidden files within the Finder.<br
/> <img
src="/wp-content/uploads/2005/terminal.jpg" class="alignleft" /><br
/> <b>To show hidden files</b>: open the Terminal application and type: <code>defaults write com.apple.finder AppleShowAllFiles TRUE</code>.  In order for the Finder to recognize the change, restart the Finder by then typing: <code>killall Finder</code>.<br
/> <b>To hide hidden files</b>: open the Terminal application and type: <code>defaults write com.apple.finder AppleShowAllFiles FALSE</code>.  In order for the Finder to recognize the change, restart the Finder by then typing: <code>killall Finder</code>.</p> ]]></content:encoded> <wfw:commentRss>http://jappler.com/blog/archive/2006/04/26/show-hidden-files-in-mac-os-x/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
