<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.macgeekery.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>10.3</title>
 <link>http://www.macgeekery.com/os/10_3</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Use CUPS Classes to Elegantly Handle Different Locations</title>
 <link>http://www.macgeekery.com/tips/automation/use_cups_classes_elegantly_handle_different_locations</link>
 <description>	&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;CUPS&lt;/span&gt; is the name of the service that handles printing in Mac OS X 10.3 to 10.5.  It has a lot of features that aren&amp;#8217;t really pushed in the &lt;span class=&quot;caps&quot;&gt;GUI&lt;/span&gt; in Mac OS X, but users are able to get at those features by using the special administrative interface at &lt;a href=&quot;http://localhost:631/&quot;&gt;http://localhost:631/&lt;/a&gt;.&lt;/p&gt;

	&lt;p&gt;One of those features is classes.  A class, in this context, is a group of printers that can be made to look as if it were one printer.  This is great in lab settings where you have half a dozen printers of the same type as you can add them all to a class on a print server and have everyone print to that queue.  Then whichever printer is free (or round-robin) will print the job. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.macgeekery.com/tips/automation/use_cups_classes_elegantly_handle_different_locations&quot;&gt;There&#039;s more &amp;raquo;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

</description>
 <comments>http://www.macgeekery.com/tips/automation/use_cups_classes_elegantly_handle_different_locations#comments</comments>
 <category domain="http://www.macgeekery.com/tips/automation">Automation</category>
 <category domain="http://www.macgeekery.com/os/10_3">10.3</category>
 <category domain="http://www.macgeekery.com/os/10_4">10.4</category>
 <category domain="http://www.macgeekery.com/os/105">10.5</category>
 <category domain="http://www.macgeekery.com/difficulty/moderately_involved">Moderately Involved</category>
 <pubDate>Fri, 30 Nov 2007 23:53:41 -0600</pubDate>
 <dc:creator>Adam Knight</dc:creator>
 <guid isPermaLink="false">884 at http://www.macgeekery.com</guid>
</item>
<item>
 <title>For the Tooltip Guy</title>
 <link>http://www.macgeekery.com/hacks/software/tooltip_guy</link>
 <description>	&lt;p&gt;I went to the &lt;span class=&quot;caps&quot;&gt;GUI&lt;/span&gt; feedback session at &lt;span class=&quot;caps&quot;&gt;WWDC&lt;/span&gt; last year and in the midst of all the yelling and screaming over the new dock and menu bar there was one guy with a wholly different mission: be able to turn off tooltips.  His complaint (a valid one, I feel) is that every time he wants to sit and think about what&amp;#8217;s on-screen, a little yellow box comes up where the mouse is, and there&amp;#8217;s no real &amp;#8220;safe spot&amp;#8221; for the mouse that doesn&amp;#8217;t do this in most applications.&lt;/p&gt;

	&lt;p&gt;So, I present a little tip I discovered shortly afterwards and appear to have not written up.  I dedicate this to Tooltip Guy, wherever he is.&lt;/p&gt;

	&lt;p&gt;&lt;tt&gt;defaults write -g NSInitialToolTipDelay 99999&lt;/tt&gt;&lt;/p&gt;

	&lt;p&gt;You now have 99.999 seconds to think at a given time.  Replace &lt;code&gt;-g&lt;/code&gt; with the ID of any application to change it in that application.&lt;/p&gt;

</description>
 <comments>http://www.macgeekery.com/hacks/software/tooltip_guy#comments</comments>
 <category domain="http://www.macgeekery.com/hacks/software">Software</category>
 <category domain="http://www.macgeekery.com/os/10_3">10.3</category>
 <category domain="http://www.macgeekery.com/os/10_4">10.4</category>
 <category domain="http://www.macgeekery.com/os/105">10.5</category>
 <category domain="http://www.macgeekery.com/difficulty/easy">Easy</category>
 <pubDate>Wed, 14 Nov 2007 13:57:17 -0600</pubDate>
 <dc:creator>Adam Knight</dc:creator>
 <guid isPermaLink="false">881 at http://www.macgeekery.com</guid>
</item>
<item>
 <title>Change 10.4 Finder&#039;s &quot;Secure Empty Trash&quot; Options</title>
 <link>http://www.macgeekery.com/hacks/change_10_4_finders_secure_empty_trash_options</link>
 <description>&lt;p&gt;So I&amp;#8217;m paranoid, but not THAT paranoid.&lt;/p&gt;
&lt;p&gt;Sometimes I feel like using &amp;#8220;Secure Empty Trash&amp;#8221;, but that uses &amp;#8217;/usr/bin/srm&amp;#8217; with the &amp;#8217;-m&amp;#8217; option (7 passes), which can take a while to complete. Most of the time, I only care about what might turn up with simple file recovery tools in case my drive gets stolen (as opposed to covering my tracks from say law enforcement or a foreign government) so really, a single pass should be plenty for my needs. I could always use &amp;#8217;srm&amp;#8217; directly, but the convenience the built-in tool offers in handling the Trashes on various volumes, and having a built-in menu item is nice.&lt;/p&gt;
&lt;p&gt;It turns out the &amp;#8217;srm&amp;#8217; option used by &amp;#8220;Secure Empty Trash&amp;#8221; in Tiger is specified in the file: &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.macgeekery.com/hacks/change_10_4_finders_secure_empty_trash_options&quot;&gt;There&#039;s more &amp;raquo;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Resources/Locum&lt;/pre&gt;</description>
 <comments>http://www.macgeekery.com/hacks/change_10_4_finders_secure_empty_trash_options#comments</comments>
 <category domain="http://www.macgeekery.com/hacks">Hacks</category>
 <category domain="http://www.macgeekery.com/os/10_3">10.3</category>
 <category domain="http://www.macgeekery.com/os/10_4">10.4</category>
 <category domain="http://www.macgeekery.com/difficulty/easy">Easy</category>
 <pubDate>Fri, 12 Oct 2007 20:44:33 -0500</pubDate>
 <dc:creator>biovizier</dc:creator>
 <guid isPermaLink="false">874 at http://www.macgeekery.com</guid>
</item>
<item>
 <title>Managing the Startup of Unixy Services</title>
 <link>http://www.macgeekery.com/gspot/2007-06/managing_the_startup_of_unixy_services</link>
 <description></description>
 <comments>http://www.macgeekery.com/gspot/2007-06/managing_the_startup_of_unixy_services#comments</comments>
 <category domain="http://www.macgeekery.com/tips/cli">CLI</category>
 <category domain="http://www.macgeekery.com/sections/tips/quickie">Quickie</category>
 <category domain="http://www.macgeekery.com/os/10_3">10.3</category>
 <category domain="http://www.macgeekery.com/os/10_4">10.4</category>
 <category domain="http://www.macgeekery.com/difficulty/easy">Easy</category>
 <pubDate>Fri, 01 Jun 2007 11:20:54 -0500</pubDate>
 <dc:creator>Adam Knight</dc:creator>
 <guid isPermaLink="false">844 at http://www.macgeekery.com</guid>
</item>
<item>
 <title>Adding Items to Login Items From the CLI</title>
 <link>http://www.macgeekery.com/tips/cli/adding_items_to_login_items_from_the_cli</link>
 <description>	&lt;p&gt;It&amp;#8217;s a question we get every now and again that simply doesn&amp;#8217;t have an easy answer: &amp;#8220;How do I add items to the Login Items from the Terminal?&amp;#8221;&lt;/p&gt;

	&lt;p&gt;Well, that&amp;#8217;s hard, and mainly because the &lt;code&gt;defaults&lt;/code&gt; command is limited in that it cannot nest collections and the folks that made the plist for &lt;code&gt;loginwindow&lt;/code&gt; decided on an array of dictionaries, thus tossing that command out the window as a solution.&lt;/p&gt;

	&lt;p&gt;==&lt;tt&gt;$ defaults write foo test -array-add -dict Hide 1 Path /Applications/TextEdit.app&lt;/tt&gt; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.macgeekery.com/tips/cli/adding_items_to_login_items_from_the_cli&quot;&gt;There&#039;s more &amp;raquo;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
 <comments>http://www.macgeekery.com/tips/cli/adding_items_to_login_items_from_the_cli#comments</comments>
 <category domain="http://www.macgeekery.com/tips/cli">CLI</category>
 <category domain="http://www.macgeekery.com/os/10_3">10.3</category>
 <category domain="http://www.macgeekery.com/os/10_4">10.4</category>
 <category domain="http://www.macgeekery.com/difficulty/church_of_the_bearded_unix_god">Church of the Bearded Unix God</category>
 <pubDate>Tue, 10 Apr 2007 13:50:04 -0500</pubDate>
 <dc:creator>Adam Knight</dc:creator>
 <guid isPermaLink="false">824 at http://www.macgeekery.com</guid>
</item>
<item>
 <title>Creating a &quot;Power Users&quot; group in OS X</title>
 <link>http://www.macgeekery.com/tips/customization/creating_a_power_users_group_in_os_x</link>
 <description>	&lt;p&gt;One of the great dillemas of Mac admins is how to give users the ability to actually &lt;span class=&quot;caps&quot;&gt;USE&lt;/span&gt; their machines, without the monkeys gumming up the works constantly. One of the easiest ways to do this is by using Open Directory. But what if you don&amp;#8217;t have an Open Directory server?&lt;/p&gt;

	&lt;p&gt;Create a Power Users group. It gives users the ability to install the applications they want, without letting them modify things like network settings.&lt;/p&gt;

	&lt;p&gt;Working off of &lt;A HREF=&quot;http://www.macosxhints.com/article.php?story=20040321115235296&amp;query=managed%2Badmin&quot;&gt;this tip&lt;/A&gt; from Mac OS X Hints, I created this method: &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.macgeekery.com/tips/customization/creating_a_power_users_group_in_os_x&quot;&gt;There&#039;s more &amp;raquo;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

	&lt;ol&gt;
		&lt;li&gt;Download the server tools, and put Workgroup Manager either local on your machine or on an external drive (I use my Shuffle)&lt;/li&gt;
		&lt;li&gt;Open Workgroup Manager and edit the local directory&lt;/li&gt;
	&lt;/ol&gt;</description>
 <comments>http://www.macgeekery.com/tips/customization/creating_a_power_users_group_in_os_x#comments</comments>
 <category domain="http://www.macgeekery.com/tips/customization">Customization</category>
 <category domain="http://www.macgeekery.com/tips/security">Security</category>
 <category domain="http://www.macgeekery.com/os/10_3">10.3</category>
 <category domain="http://www.macgeekery.com/os/10_4">10.4</category>
 <category domain="http://www.macgeekery.com/difficulty/easy">Easy</category>
 <pubDate>Tue, 10 Apr 2007 13:19:19 -0500</pubDate>
 <dc:creator>Sketch</dc:creator>
 <guid isPermaLink="false">821 at http://www.macgeekery.com</guid>
</item>
<item>
 <title>Sneakily Killing the Trackpad</title>
 <link>http://www.macgeekery.com/gspot/2007-04/sneakily_killing_the_trackpad</link>
 <description></description>
 <comments>http://www.macgeekery.com/gspot/2007-04/sneakily_killing_the_trackpad#comments</comments>
 <category domain="http://www.macgeekery.com/hacks/hardware">Hardware</category>
 <category domain="http://www.macgeekery.com/os/10_3">10.3</category>
 <category domain="http://www.macgeekery.com/os/10_4">10.4</category>
 <category domain="http://www.macgeekery.com/difficulty/moderately_involved">Moderately Involved</category>
 <pubDate>Sat, 07 Apr 2007 12:26:53 -0500</pubDate>
 <dc:creator>Adam Knight</dc:creator>
 <guid isPermaLink="false">823 at http://www.macgeekery.com</guid>
</item>
<item>
 <title>Software Update and Package Installation From the CLI</title>
 <link>http://www.macgeekery.com/tips/cli/software_update_and_package_installation_from_the_cli</link>
 <description>	&lt;p&gt;For those of you that didn&amp;#8217;t know (and it&amp;#8217;s an honest omission of knowledge) Apple&amp;#8217;s Installer and Software Update tools have &lt;span class=&quot;caps&quot;&gt;CLI&lt;/span&gt; tools that do their dirty work for them, and you can use them to remotely administer your machine (or do so more directly than the &lt;span class=&quot;caps&quot;&gt;GUI&lt;/span&gt; lets you).&lt;/p&gt;

	&lt;p&gt;The Installer&amp;#8217;s &lt;span class=&quot;caps&quot;&gt;CLI&lt;/span&gt; command is, shockingly, &lt;code&gt;installer&lt;/code&gt;.  The basic syntax is:&lt;/p&gt;

&lt;pre&gt;
$ installer -pkg GoshIHopeItsNotATrojan.pkg -target /
&lt;/pre&gt;

	&lt;p&gt;You can also have a little fun with it with its &lt;a href=&quot;x-man-page://installer&quot;&gt;myriad options&lt;/a&gt;.&lt;/p&gt;

	&lt;p&gt;Software Update is similarly called &lt;code&gt;softwareupdate&lt;/code&gt; and you can get a list of suggested updates with:&lt;/p&gt;

&lt;pre&gt;
$ softwareupdate -l
&lt;/pre&gt;

	&lt;p&gt;Or install all pending updates with: &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.macgeekery.com/tips/cli/software_update_and_package_installation_from_the_cli&quot;&gt;There&#039;s more &amp;raquo;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;pre&gt;
$ sudo softwareupdate -i -a
&lt;/pre&gt;

</description>
 <comments>http://www.macgeekery.com/tips/cli/software_update_and_package_installation_from_the_cli#comments</comments>
 <category domain="http://www.macgeekery.com/tips/cli">CLI</category>
 <category domain="http://www.macgeekery.com/sections/tips/quickie">Quickie</category>
 <category domain="http://www.macgeekery.com/os/10_3">10.3</category>
 <category domain="http://www.macgeekery.com/os/10_4">10.4</category>
 <category domain="http://www.macgeekery.com/difficulty/church_of_the_bearded_unix_god">Church of the Bearded Unix God</category>
 <pubDate>Sat, 17 Mar 2007 00:33:23 -0500</pubDate>
 <dc:creator>Adam Knight</dc:creator>
 <guid isPermaLink="false">811 at http://www.macgeekery.com</guid>
</item>
<item>
 <title>Tips for Using Windows-Centric Keyboards in Mac OS X</title>
 <link>http://www.macgeekery.com/gspot/2007-02/tips_for_using_windows_centric_keyboards_in_mac_os_x</link>
 <description></description>
 <comments>http://www.macgeekery.com/gspot/2007-02/tips_for_using_windows_centric_keyboards_in_mac_os_x#comments</comments>
 <category domain="http://www.macgeekery.com/tips/customization">Customization</category>
 <category domain="http://www.macgeekery.com/os/10_3">10.3</category>
 <category domain="http://www.macgeekery.com/os/10_4">10.4</category>
 <category domain="http://www.macgeekery.com/difficulty/trivial">Trivial</category>
 <pubDate>Tue, 27 Feb 2007 17:18:36 -0600</pubDate>
 <dc:creator>Adam Knight</dc:creator>
 <guid isPermaLink="false">797 at http://www.macgeekery.com</guid>
</item>
<item>
 <title>Adding Items To The Dock</title>
 <link>http://www.macgeekery.com/tips/cli/adding_items_to_the_dock</link>
 <description>	&lt;p&gt;As an admin, sometimes you want to tweak the dock a bit when you can&amp;#8217;t sit at the Mac or &lt;span class=&quot;caps&quot;&gt;VNC&lt;/span&gt; in to it. Luckily, the Dock is governed by a plist that&amp;#8217;s a bit cryptic, but is otherwise fairly easy to tweak. I used this quite a bit, back in the day, but when a friend asked me for it recently, I had to dig around quite a bit to find the darn thing. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.macgeekery.com/tips/cli/adding_items_to_the_dock&quot;&gt;There&#039;s more &amp;raquo;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

</description>
 <comments>http://www.macgeekery.com/tips/cli/adding_items_to_the_dock#comments</comments>
 <category domain="http://www.macgeekery.com/tips/cli">CLI</category>
 <category domain="http://www.macgeekery.com/tips/customization">Customization</category>
 <category domain="http://www.macgeekery.com/os/10_3">10.3</category>
 <category domain="http://www.macgeekery.com/os/10_4">10.4</category>
 <category domain="http://www.macgeekery.com/difficulty/complicated">Complicated</category>
 <pubDate>Mon, 29 Jan 2007 20:27:12 -0600</pubDate>
 <dc:creator>JC</dc:creator>
 <guid isPermaLink="false">768 at http://www.macgeekery.com</guid>
</item>
</channel>
</rss>
