<?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>Everything is Crap &#187; osx</title>
	<atom:link href="http://everythingiscrap.com/tag/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://everythingiscrap.com</link>
	<description>Notes on the crap we&#039;ve been subjected to</description>
	<lastBuildDate>Wed, 11 Jan 2012 21:10:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Simple way to add static routes to mac xserve</title>
		<link>http://everythingiscrap.com/simple-way-to-add-static-routes-to-mac-xserve/</link>
		<comments>http://everythingiscrap.com/simple-way-to-add-static-routes-to-mac-xserve/#comments</comments>
		<pubDate>Wed, 12 May 2010 17:10:32 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://everythingiscrap.com/?p=435</guid>
		<description><![CDATA[I have an AppleScript (saved as an application) that runs each time the xserve starts. In that AppleScript I have this code: do shell script "echo `cat /etc/security/admin_password` &#124; sudo -S route -nq add 192.168.10.0/24 192.168.0.1" It works for me. (I know, this is a convoluted way to do this, but I could not figure [...]]]></description>
			<content:encoded><![CDATA[<p>I have an AppleScript (saved as an application) that runs each time the xserve starts. In that AppleScript I have this code:</p>
<blockquote><p>do shell script "echo `cat /etc/security/admin_password` | sudo -S route -nq add 192.168.10.0/24 192.168.0.1"</p></blockquote>
<p>It works for me. (I know, this is a convoluted way to do this, but I could not figure out what I was doing wrong with launchd and I already had this mechanism in place, so I did it the wrong way.)</p>
]]></content:encoded>
			<wfw:commentRss>http://everythingiscrap.com/simple-way-to-add-static-routes-to-mac-xserve/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can&#039;t push &quot;Apply to enclosed items&quot; button</title>
		<link>http://everythingiscrap.com/cant-push-apply-to-enclosed-items-button/</link>
		<comments>http://everythingiscrap.com/cant-push-apply-to-enclosed-items-button/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 14:34:31 +0000</pubDate>
		<dc:creator>kris</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://everythingiscrap.com/?p=323</guid>
		<description><![CDATA[If  the "Apply to enclosed items" button is grayed out on a mac (OSX) it is probably an ACL problem. To fix it &#8211; turn off ACLs on the troubled drive. sudo fsaclctl -p /Volumes/volumename -d]]></description>
			<content:encoded><![CDATA[<p><a href="http://everythingiscrap.com/wp-content/uploads/2010/04/apply.jpg"><img class="alignleft size-full wp-image-326" title="apply" src="http://everythingiscrap.com/wp-content/uploads/2010/04/apply.jpg" alt="" width="164" height="19" /></a>If  the "Apply to enclosed items" button is grayed out on a mac (OSX) it is probably an ACL problem.<br />
To fix it &#8211; turn off ACLs on the troubled drive.</p>
<blockquote><p>sudo fsaclctl -p /Volumes/volumename -d</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://everythingiscrap.com/cant-push-apply-to-enclosed-items-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pay no attention to that man at the terminal!</title>
		<link>http://everythingiscrap.com/pay-no-attention-to-that-man-at-the-terminal/</link>
		<comments>http://everythingiscrap.com/pay-no-attention-to-that-man-at-the-terminal/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 16:57:46 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://everythingiscrap.com/?p=317</guid>
		<description><![CDATA[Pay no attention to that man at the terminal! He's not doing anything! (To clear Apple OSX terminal history) history -c]]></description>
			<content:encoded><![CDATA[<p><img src="http://everythingiscrap.com/wp-content/uploads/2010/04/wizard-of-oz-300x225.jpg" alt="" title="wizard-of-oz" width="300" height="225" class="alignnone size-medium wp-image-321" /><br />
Pay no attention to that man at the terminal! He's not doing anything!<br />
(To clear Apple OSX terminal history)</p>
<blockquote><p>history -c</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://everythingiscrap.com/pay-no-attention-to-that-man-at-the-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Launchd is the new cron, says Apple (iCal ain&#039;t so great at scheduled tasks)</title>
		<link>http://everythingiscrap.com/launchd-is-the-new-cron-says-apple-ical-aint-so-great-at-scheduled-tasks/</link>
		<comments>http://everythingiscrap.com/launchd-is-the-new-cron-says-apple-ical-aint-so-great-at-scheduled-tasks/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 16:53:38 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://everythingiscrap.com/?p=311</guid>
		<description><![CDATA[One of our Apple servers is running an app that goes haywire if you don't reboot it periodically. So, I wrote an AppleScript to reboot the server, and created a recurring task in iCal to run the AppleScript every night. This worked fine for a few months but suddenly stopped working. A quick glance at [...]]]></description>
			<content:encoded><![CDATA[<p>One of our Apple servers is running an app that goes haywire if you don't reboot it periodically. So, I wrote an AppleScript to reboot the server, and created a recurring task in iCal to run the AppleScript every night. This worked fine for a few months but suddenly stopped working. A quick glance at the logs told me that the AppleScript I had created hadn't been run. When I opened iCal to see if something had happened to the recurring task, POOF! My script was run, and the server was restarted (during the day, which is what I was trying to avoid with the script to begin with!). After that the nightly iCal task ran fine.</p>
<p>Over the course of a year I figured out that the iCal glitch happens every few months; iCal forgets that it has scheduled tasks and doesn't run them. Why does this happen? I have no idea.</p>
<p>I've finally gotten around to fixing it and figured I should create a cron job, but Apple says "cron is so 1980's. You should use launchd!"</p>
<p>Creating a launchd job is not as easy as cron, but the concepts are pretty simple. Basically, this is how you do it:</p>
<ol>
<li>Create a plist, <a href="http://developer.apple.com/macosx/launchd.html">according to the specs,</a> that describes your job. I found that using Apple's Property List Editor, included with the Apple Dev Tools, made the task much simpler and helped me avoid some syntax mistakes that I was sure to make otherwise.</li>
<li>Place the plist in the appropriate folder. In my case I put it in /Library/LaunchAgents (<a href="http://developer.apple.com/macosx/launchd.html">check the spec</a> to determine the appropriate location according to the task you're trying to perform)</li>
<li>Load your job like this: launchctl load /path/to/your.plist</li>
</ol>
<p>That was it. In the end I was able to get it to work by launching a bash script from launchd. In turn, the bash script launched my original AppleScript. It's kinda crazy and convoluted but it worked. <a href="http://www.afp548.com/article.php?story=20050620071558293">AFP458.com has a great tutorial on launchd</a> that helped me more than the apple document.</p>
]]></content:encoded>
			<wfw:commentRss>http://everythingiscrap.com/launchd-is-the-new-cron-says-apple-ical-aint-so-great-at-scheduled-tasks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>imac restarting</title>
		<link>http://everythingiscrap.com/imac-restarting/</link>
		<comments>http://everythingiscrap.com/imac-restarting/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 13:50:36 +0000</pubDate>
		<dc:creator>kris</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[imac]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://everythingiscrap.com/?p=281</guid>
		<description><![CDATA[The other day I had an aluminum imac that was restarting(rebooting) itself out of the blue.  After a while it got so bad it couldn't even start up any longer.  It would start to boot and then restart and start to boot again.  So here's some Apple magic that fixed it. Reset PRAM and NVRAM: [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I had an aluminum imac that was restarting(rebooting) itself out of the blue.  After a while it got so bad it couldn't even start up any longer.  It would start to boot and then restart and start to boot again.  So here's some Apple magic that fixed it.</p>
<blockquote><p>Reset PRAM and NVRAM:  Hold down Command, Option, P and R at boot up (hold till you hear the startup sound for the second time.</p>
<p>Reset SMC: Unplug the power.  Press and hold the power button for 5 seconds. Release the power button.  Plug it back in and boot it up.</p></blockquote>
<p>So far, everything is fine now.</p>
<p>(<a href="http://support.apple.com/kb/HT1379">http://support.apple.com/kb/HT1379</a> &amp;  <a href="http://support.apple.com/kb/HT3964">http://support.apple.com/kb/HT3964</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://everythingiscrap.com/imac-restarting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac: Doesn&#039;t play well with others. Doesn&#039;t Share. *UPDATED</title>
		<link>http://everythingiscrap.com/mac-doesnt-play-well-with-others-doesnt-share-updated/</link>
		<comments>http://everythingiscrap.com/mac-doesnt-play-well-with-others-doesnt-share-updated/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 23:58:00 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://piotrouble.wordpress.com/2009/02/27/mac-doesnt-play-well-with-others-doesnt-share-updated</guid>
		<description><![CDATA[Vista cannot authenticate when trying to attach to a file share (SMB) on our old 10.2 Mac Xserve. Fixing the problem involves weakening the security of Vista file sharing, but we're all friends here behind the firewall, right? I stole these instructions from z3r010 on vistax64.com: 1. Open the Start Menu. 2. In the white [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-259" title="im_a_mac" src="http://everythingiscrap.com/wp-content/uploads/2009/02/im_a_mac-197x300.jpg" alt="" width="197" height="300" /></p>
<p>Vista cannot authenticate when trying to attach to a file share (SMB) on our old 10.2 Mac Xserve. Fixing the problem involves weakening the security of Vista file sharing, but we're all friends here behind the firewall, right?</p>
<p>I stole these instructions from <a href="http://www.vistax64.com/tutorials/83931-workgroup-password.html">z3r010 on vistax64.com</a>:</p>
<blockquote><p>1. Open the Start Menu.<br />
2. In the white line (Start Search) area, type  regedit and press Enter.<br />
3. Click Continue for UAC prompt.<br />
4. In regedit,  go to:-HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlLsa</p>
<p>5. In the  right pane, right click LmCompatibilityLevel and click Modify.<br />
NOTE: If it  doesn't already exist, create a DWORD value named LmCompatibilityLevel</p>
<p>6.  Set the value to 1<br />
7. Reboot</p>
<p>*UPDATE 8-25-2009 &#8211; I just had this same problem in Windows 7 and this solution fixed it.  -Kris-</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://everythingiscrap.com/mac-doesnt-play-well-with-others-doesnt-share-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quickly lock a mac</title>
		<link>http://everythingiscrap.com/quickly-lock-a-mac/</link>
		<comments>http://everythingiscrap.com/quickly-lock-a-mac/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 21:47:00 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://piotrouble.wordpress.com/2009/01/23/quickly-lock-a-mac</guid>
		<description><![CDATA[I have access to all sorts of secure devices at work. Therefore, I always lock my computer when I step away from it. In Windows I just press WIN+L. Macs lack that quick key combo. Here's my solutions: Set a hot corner to start you screen saver (and make sure the "Require password to wake&#8230;" [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-270" title="picture1" src="http://everythingiscrap.com/wp-content/uploads/2009/01/picture1.png" alt="" width="84" height="75" /><br />
<span style="text-decoration: underline;"><br />
</span>I have access to all sorts of secure devices at work. Therefore, I always lock my computer when I step away from it. In Windows I just press WIN+L. Macs lack that quick key combo. Here's my solutions:</p>
<ul>
<li>Set a hot corner to start you screen saver (and make sure the "Require password to wake&#8230;" is checked in the Security preference pane)</li>
<li>Open Keychain Access &gt; Preferences and check "Show Status in Menu Bar." Now you have a menu bar button that allows you to quickly lock your mac.</li>
</ul>
<p>Neither option is as good as WIN+L, but it's good enough for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://everythingiscrap.com/quickly-lock-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Share individual folders in Mac OS X using SharePoints</title>
		<link>http://everythingiscrap.com/share-individual-folders-in-mac-os-x-using-sharepoints/</link>
		<comments>http://everythingiscrap.com/share-individual-folders-in-mac-os-x-using-sharepoints/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 20:44:00 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[utilities]]></category>

		<guid isPermaLink="false">http://piotrouble.wordpress.com/2009/01/21/share-individual-folders-in-mac-os-x-using-sharepoints</guid>
		<description><![CDATA[Hooray for SharePoints! OS X (workstation) does not allow you to share individual folders. So if the folder you want to share doesn't reside in your profile directory, you're out of luck. SharePoints allows you to share individual folders regardless of their location on your mac. It support AFP (Mac sharing) and SMB (Windows sharing), [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-272" title="sharepoints" src="http://everythingiscrap.com/wp-content/uploads/2009/01/sharepoints.jpg" alt="" width="128" height="128" /><br />
Hooray for <a href="http://www.hornware.com/sharepoints/">SharePoints</a>!</p>
<p>OS X (workstation) does not allow you to share individual folders. So if the folder you want to share doesn't reside in your profile directory, you're out of luck. <a href="http://www.hornware.com/sharepoints/">SharePoints</a> allows you to share individual folders regardless of their location on your mac. It support AFP (Mac sharing) and SMB (Windows sharing), and it's free!</p>
]]></content:encoded>
			<wfw:commentRss>http://everythingiscrap.com/share-individual-folders-in-mac-os-x-using-sharepoints/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leopard has VNC built-in</title>
		<link>http://everythingiscrap.com/leopard-has-vnc-built-in/</link>
		<comments>http://everythingiscrap.com/leopard-has-vnc-built-in/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 01:35:00 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[vnc]]></category>

		<guid isPermaLink="false">http://piotrouble.wordpress.com/2008/11/26/leopard-has-vnc-built-in</guid>
		<description><![CDATA[As I went looking for a VNC client for mac I found a super-long tutorial about OS X Leopard's screen sharing. Apparently VNC is built into Leopard! To use it you just go to Finder and choose Go &#62; Connect to Server&#8230; and then type&#8230; "vnc://[IP of your server goes here]" &#8230;and it'll connect you. [...]]]></description>
			<content:encoded><![CDATA[<p>As I went looking for a VNC client for mac I found a <a href="http://www.macfixit.com/article.php?story=20071102122311545">super-long tutorial about OS X Leopard's screen sharing</a>. Apparently VNC is built into Leopard!</p>
<p>To use it you just go to Finder and choose Go &gt; Connect to Server&#8230; and then type&#8230;<br />
<blockquote>"vnc://[IP of your server goes here]" </p></blockquote>
<p>&#8230;and it'll connect you. That was easy!</p>
]]></content:encoded>
			<wfw:commentRss>http://everythingiscrap.com/leopard-has-vnc-built-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Illustrator Opening/Saving Files Very Slowly</title>
		<link>http://everythingiscrap.com/illustrator-openingsaving-files-very-slowly/</link>
		<comments>http://everythingiscrap.com/illustrator-openingsaving-files-very-slowly/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 00:49:00 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[cs3]]></category>
		<category><![CDATA[illustrator]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://piotrouble.wordpress.com/2008/11/04/illustrator-openingsaving-files-very-slowly</guid>
		<description><![CDATA[One of our designers was having a problem with Illustrator CS3 opening and saving files very, very slowly on her brand-new Intel iMac. After Googling for about an hour I found the answer hidden in a cached forum on Google. I wish I could link to the original post but I'm afraid the page is [...]]]></description>
			<content:encoded><![CDATA[<div>One of our designers was having a problem with Illustrator CS3 opening and saving files very, very slowly on her brand-new Intel iMac. After Googling for about an hour I found the answer hidden in a cached forum on Google. I wish I could link to the original post but I'm afraid the page is gone. So, here's an except from Google's cached page&#8230;</div>
<div></div>
<blockquote><div>Matthew Kivett &#8211; 12:36pm Jul 25, 07 PST (#35 of 56)</div>
<div>Alright, I believe I have found the solution to this issue&#8230;.</div>
<div></div>
<div>The slow performance is due to a bloated/corrupted preference file: com.adobe.mediabrowser.plist which is located in the user preferences at username/Library/Preferences/com.adobe.mediabrowser.plist</div>
<div></div>
<div>Since this is a preference file, it can safely be deleted. Illustrator will generate a fresh copy upon relaunching. </div>
</blockquote>
<div>That fixed the problem. Thanks Matthew!</div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://everythingiscrap.com/illustrator-openingsaving-files-very-slowly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

