<?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>Skivinator &#187; Terminal</title>
	<atom:link href="http://steveandmccall.com/steve/tag/terminal/feed/" rel="self" type="application/rss+xml" />
	<link>http://steveandmccall.com/steve</link>
	<description>Light a man on fire and he'll be warm for the rest of his life.</description>
	<lastBuildDate>Mon, 07 Dec 2009 17:06:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Disable Dock Scaling in OS X</title>
		<link>http://steveandmccall.com/steve/disable-dock-scaling-in-os-x/</link>
		<comments>http://steveandmccall.com/steve/disable-dock-scaling-in-os-x/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 01:44:41 +0000</pubDate>
		<dc:creator>skivy</dc:creator>
				<category><![CDATA[Nerd!]]></category>
		<category><![CDATA[Wow that's cool]]></category>
		<category><![CDATA[Dock]]></category>
		<category><![CDATA[Dock Magnification]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Scaling]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://steveandmccall.com/steve/?p=151</guid>
		<description><![CDATA[How to disable Dock Scaling in OS X. ]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">**WARNING: VERY NERDY**</p>
<p>Recently I have found the need to take more control of the Dock in OS X.  There are basic functions of the Dock that can be changed by System Preferences built into OS X, but there are tons of options that aren&#8217;t available by a built in Graphical User Interface (ie. the pretty window).</p>
<p>While there are some awesome third party apps like <a title="Onyx" href="http://www.titanium.free.fr/pgs/english.html" target="_blank">Onyx</a> and <a title="TinkerTool" href="http://www.bresink.de/osx/TinkerTool.html" target="_blank">TinkerTool</a> that give you access to these preferences the downside is you have to install an app. While I have both of these installed on my personal machine I do not want them installed on my Labs in the schools I work for. Yet, I need some of the power they offer to keep my Labs uniform and running.</p>
<p>So to do this I have been trying to learn how to manipulate these preferences though the command line.</p>
<p>The function that kids always seem to find and mess with is the size of the dock. Even with Parental Controls enabled (which I have had quite a bad time with anyway) there is no way to lock this functionality down in System Preferences. So I present to you the ability to do it through Terminal, and in so doing through Apple Remote Desktop as well.</p>
<p> </p>
<div id="attachment_152" class="wp-caption aligncenter" style="width: 610px"><a href="http://steveandmccall.com/steve/wp-content/uploads/2009/02/picture-2.png"><img class="size-full wp-image-152 " title="picture-2" src="http://steveandmccall.com/steve/wp-content/uploads/2009/02/picture-2.png" alt="Too little for me to see!!!" width="600" height="60" /></a><p class="wp-caption-text">Too little for me to see!!!</p></div>
<p>And if you are going to push this out, to lets say, a lab of computers you may want to make all of the uniform first. If not, skip this step.</p>
<p>Resize dock to uniform level:</p>
<p>       defaults write com.apple.Dock tilesize -integer 32</p>
<p style="text-align: center;"><strong>Ok now the meat and potatoes.</strong></p>
<p><strong>Lock down ability to scale dock:</strong></p>
<p><strong> </strong></p>
<p>       defaults write com.apple.Dock size-immutable -bool true</p>
<p>       killall Dock</p>
<p><strong>Unlock ability to scale dock:</strong></p>
<p>       defaults delete com.apple.Dock size-immutable</p>
<p>       killall Dock</p>
<div id="attachment_154" class="wp-caption aligncenter" style="width: 610px"><a href="http://steveandmccall.com/steve/wp-content/uploads/2009/02/picture-1.png"><img class="size-full wp-image-154 " title="picture-1" src="http://steveandmccall.com/steve/wp-content/uploads/2009/02/picture-1.png" alt="Much better. " width="600" height="79" /></a><p class="wp-caption-text">Much better.</p></div>
<p>This is tested and works in OS X 10.5.6.</p>
<p style="text-align: left;">**Thank you <a title="TinkerTool" href="http://www.bresink.de/osx/TinkerTool.html" target="_blank">TinkerTool</a>, <a title="Ronin" href="http://www.todaywasawesome.com/" target="_blank">Daniel</a>, and <a title="Justinator!" href="http://justinhileman.com/" target="_blank">Justin</a>.</p>
<p style="text-align: left;">**Update 2/27/09: Here is the command to lock the contents of the Dock as well.</p>
<p style="text-align: left;"><strong>Lock Dock Contents:</strong></p>
<p style="text-align: left;">        defaults write com.apple.Dock contents-immutable -bool true</p>
<p style="text-align: left;">        killall Dock</p>
<p style="text-align: left;"><strong>Unlock Dock Contents:</strong></p>
<p style="text-align: left;">        defaults delete com.apple.Dock contents-immutable </p>
<p style="text-align: left;">        killall Dock</p>
]]></content:encoded>
			<wfw:commentRss>http://steveandmccall.com/steve/disable-dock-scaling-in-os-x/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

