<?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>Krypted.com</title>
	<atom:link href="http://krypted.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://krypted.com</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 14:17:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Receipts &amp; Bills of Material in 10.8</title>
		<link>http://krypted.com/mac-os-x/receipts-bills-of-material-in-10-8/</link>
		<comments>http://krypted.com/mac-os-x/receipts-bills-of-material-in-10-8/#comments</comments>
		<pubDate>Sat, 18 May 2013 13:00:18 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Mac Security]]></category>
		<category><![CDATA[Mass Deployment]]></category>
		<category><![CDATA[bill of material]]></category>
		<category><![CDATA[bom]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Installer]]></category>
		<category><![CDATA[mpkg]]></category>
		<category><![CDATA[package]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=41507</guid>
		<description><![CDATA[When installing a package OS X makes a list of what it installs in /Library/Receipts/InstallHistory.plist. The dictionaries show each package installed, along with the installation date, the name displayed during installation, the version of the package being installed, the identifier of the package and the process name used to install the package. This information, along <a href="http://krypted.com/mac-os-x/receipts-bills-of-material-in-10-8/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
				<content:encoded><![CDATA[<p>When installing a package OS X makes a list of what it installs in /Library/Receipts/InstallHistory.plist. The dictionaries show each package installed, along with the installation date, the name displayed during installation, the version of the package being installed, the identifier of the package and the process name used to install the package. This information, along with the file name of the actual package is stored in corresponding property lists in /private/var/db/receipts. Each bill of material is also stored there, in .bom file.</p>
<p>The lsbom command is used to see a list of objects installed by the package. You can also see the options such as the permissions assigned to files by the package as they&#8217;re installed. For example, that Twitter app from the app store; to see what it installs:</p>
<p><code>lsbom /private/var/db/receipts/com.twitter.twitter-mac.bom</code></p>
<p>This package is installed by the Mac App Store. When run, packages installed by the Mac App Store should only contain objects within that applications .app bundle. That&#8217;s a pretty good bit of information, so you can also use the -s option to constrain the output to only see the paths of files (relative paths, of course). I&#8217;m usually a fan of getting more information than less, so I usually run it adding the -m option, which shows me those permissions.</p>
<p><code>lsbom /private/var/db/receipts/com.twitter.twitter-mac.bom</code></p>
<p><em>Note: You can also use the mkbom command to create new .bom files. As the man page for bom indicates, this goes back to NeXTSTEP and was extended for 10.0 and again in 10.3.</em><strong>Similar Articles:</strong>
<ul class="similar-posts">
<li><a href="http://krypted.com/mac-os-x/deploy-final-cut-pro-fast/" rel="bookmark" title="January 11, 2010">Deploy Final Cut Pro Fast</a></li>
<li><a href="http://krypted.com/mac-os-x/mass-deploy-parallels/" rel="bookmark" title="June 27, 2009">Mass Deploy Parallels</a></li>
<li><a href="http://krypted.com/mac-os-x/mac-os-x-using-the-command-line-to-install-a-pkg/" rel="bookmark" title="July 14, 2007">Mac OS X: Using the Command Line to Install a pkg</a></li>
<li><a href="http://krypted.com/mac-os-x-server/mac-os-x-server-installing-the-os/" rel="bookmark" title="November 4, 2008">Mac OS X Server: Installing the OS</a></li>
<li><a href="http://krypted.com/mac-os-x/whats-a-metapackage/" rel="bookmark" title="March 5, 2008">What&#039;s a Metapackage?</a></li>
</ul>
<p><!-- Similar Posts took 6.348 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://krypted.com/mac-os-x/receipts-bills-of-material-in-10-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who Needs Root When You Can Have Simple Finder</title>
		<link>http://krypted.com/mac-os-x/41330/</link>
		<comments>http://krypted.com/mac-os-x/41330/#comments</comments>
		<pubDate>Fri, 17 May 2013 13:00:41 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Mac Security]]></category>
		<category><![CDATA[Mass Deployment]]></category>
		<category><![CDATA[com.apple.finder]]></category>
		<category><![CDATA[defaults]]></category>
		<category><![CDATA[DELETE]]></category>
		<category><![CDATA[enable simple finder]]></category>
		<category><![CDATA[Finder]]></category>
		<category><![CDATA[interfacelevel]]></category>
		<category><![CDATA[killall]]></category>
		<category><![CDATA[parental controls]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[windows 8]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=41330</guid>
		<description><![CDATA[Here&#8217;s the thing: I&#8217;m not very good with computers. So to keep me from hurting myself too badly, I need the simplest interface available that allows me to run multiple applications. But most of the command keys shouldn&#8217;t work in this interface and I should only have Finder, file and Help menus. Luckily for my <a href="http://krypted.com/mac-os-x/41330/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Here&#8217;s the thing: I&#8217;m not very good with computers. So to keep me from hurting myself too badly, I need the simplest interface available that allows me to run multiple applications. But most of the command keys shouldn&#8217;t work in this interface and I should only have Finder, file and Help menus.</p>
<p>Luckily for my poor MacBook Airs, Apple thought of people like me when they wrote the Finder and invented something called Simple Finder which makes OS X even simpler than it is by default to use. To enable Simple Finder, just go to Parental controls, enable controls for a user and then check the box for Simple Finder. Or, if you have an entire population of users like me, who simply can&#8217;t be trusted with a full operating environment, you can send the InterfaceLevel key with the contents of simple (easy to remember for those of us who resemble said key) to com.apple.finder and restart our friendly neighborhood Finder:</p>
<p><code>defaults write com.apple.finder InterfaceLevel simple; killall Finder</code></p>
<p>Come to think of it, maybe I&#8217;m not so awful. Let&#8217;s say I want to turn that whole Simple Finder thing right back off. Well, all we have to do is delete that key we created and then restart the Finder:</p>
<p><code>defaults delete com.apple.finder InterfaceLevel; killall Finder</code></p>
<p>Actually, I am terrible with these things. So much so that it&#8217;s not appropriate for me to use a computer. Therefore, just take it away. I&#8217;ll be better off using that Samsung with Windows 8 for awhile. At least there, I won&#8217;t be able to get any of my apps open or find any of the administrative tools that could damage the computer!<strong>Similar Articles:</strong>
<ul class="similar-posts">
<li><a href="http://krypted.com/mac-os-x/disable-the-go-to-folder-menu-item/" rel="bookmark" title="November 11, 2012">Disable the Go To Folder Menu Item</a></li>
<li><a href="http://krypted.com/mac-os-x/mac-os-x-showing-invisible-files/" rel="bookmark" title="June 20, 2007">Mac OS X: Showing Invisible Files</a></li>
<li><a href="http://krypted.com/mac-os-x/finder-i-just-cant-quit-you/" rel="bookmark" title="December 20, 2009">Finder: I Just Can&#8217;t Quit You</a></li>
<li><a href="http://krypted.com/iphone/itunes-high-contrast-mode/" rel="bookmark" title="April 9, 2011">iTunes High Contrast Mode</a></li>
<li><a href="http://krypted.com/mac-os-x/selecting-text-in-quicklook/" rel="bookmark" title="June 23, 2012">Selecting Text in QuickLook</a></li>
</ul>
<p><!-- Similar Posts took 8.084 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://krypted.com/mac-os-x/41330/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minnebar Presentations Available On YouTube</title>
		<link>http://krypted.com/business/minnebar-presentations-available-on-youtube/</link>
		<comments>http://krypted.com/business/minnebar-presentations-available-on-youtube/#comments</comments>
		<pubDate>Thu, 16 May 2013 13:00:05 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[public speaking]]></category>
		<category><![CDATA[minnebar]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=41294</guid>
		<description><![CDATA[I was supposed to give a presentation at MinneBar a few weeks ago, but I ended up having to be out of town. I was pretty bummed as I really wanted to see a few of the presentations. But, lucky me, MinneBar has actually started posting presentations to YouTube. Woohoo, they&#8217;re available at http://www.youtube.com/user/MinneStarMedia. The <a href="http://krypted.com/business/minnebar-presentations-available-on-youtube/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I was supposed to give a presentation at MinneBar a few weeks ago, but I ended up having to be out of town. I was pretty bummed as I really wanted to see a few of the presentations. But, lucky me, MinneBar has actually started posting presentations to YouTube. Woohoo, they&#8217;re available at <a href="http://www.youtube.com/user/MinneStarMedia">http://www.youtube.com/user/MinneStarMedia</a>.</p>
<p>The one I think I was most interested in seeing is available right here, and I can embed it into my own site and watch it from here.</p>
<p><iframe src="http://www.youtube.com/embed/wnVB1JtWIgA" height="225" width="400" allowfullscreen="" frameborder="0"></iframe></p>
<p>I will try and make the next one to do the presentation I&#8217;d planned on giving. This is a community I am very supportive of and love contributing to (although the next time someone uses &#8220;serial entrepreneur&#8221; as their job title I might not be able to suppress the eye roll + flutter combination &#8211; sry).<strong>Similar Articles:</strong>
<ul class="similar-posts">
<li><a href="http://krypted.com/iphone/apple-finally-finds-youtube/" rel="bookmark" title="January 30, 2010">Apple Finally Finds YouTube</a></li>
<li><a href="http://krypted.com/mac-os-x/imovie-publishing-projects-to-youtube/" rel="bookmark" title="March 11, 2007">iMovie: Publishing Projects to YouTube</a></li>
<li><a href="http://krypted.com/uncategorized/fun-with-youtube-thru-you/" rel="bookmark" title="March 4, 2009">Fun with YouTube: Thru-you</a></li>
<li><a href="http://krypted.com/personal/one-last-minnedemo-for-the-year-in-minneapolis/" rel="bookmark" title="November 17, 2012">One Last MinneDemo For The Year In Minneapolis</a></li>
<li><a href="http://krypted.com/personal/robcop-vs-terminator/" rel="bookmark" title="March 24, 2009">Robcop vs. Terminator</a></li>
</ul>
<p><!-- Similar Posts took 5.455 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://krypted.com/business/minnebar-presentations-available-on-youtube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aerohive Status Color Codes</title>
		<link>http://krypted.com/network-infrastructure/aerohive-status-color-codes/</link>
		<comments>http://krypted.com/network-infrastructure/aerohive-status-color-codes/#comments</comments>
		<pubDate>Wed, 15 May 2013 13:01:29 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Network Infrastructure]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=41290</guid>
		<description><![CDATA[Ever wonder what those color codes on on all your devices mean while they&#8217;re booting up? In the IT industry we went from having beep tones and green lights to now having all kinds of methods including touch screens on printers that are as nice as my iPhone practically, computers with touch screens that indicate <a href="http://krypted.com/network-infrastructure/aerohive-status-color-codes/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Ever wonder what those color codes on on all your devices mean while they&#8217;re booting up? In the IT industry we went from having beep tones and green lights to now having all kinds of methods including touch screens on printers that are as nice as my iPhone practically, computers with touch screens that indicate POST status and of course LEDs that change colors. The LEDs that change colors can be extra special, because we assume yellow is bad, green is good, blue is good and red is really bad. Aerohive uses a different color scheme, which can be a little confusing at first. So what do their LEDs mean? Here goes:</p>
<ul>
<li>Blue: The access point is booting</li>
<li>Green: The access point has a valid IP address over the Ethernet interface and has a valid connection to HiveManager</li>
<li>Yellow: The access point has an IP address over the Ethernet interface but is not yet connected to HiveManager</li>
<li>White: The access point is connected to HiveManager and is in normal operating mode. All configurations, updates are applied. This should be the normal state of the device.</li>
<li>Purple: The access point&#8217;s HiveOS has a software image that is in the process of being update.</li>
</ul>
<p><strong>Similar Articles:</strong>
<ul class="similar-posts">None Found
</ul>
<p><!-- Similar Posts took 1.443 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://krypted.com/network-infrastructure/aerohive-status-color-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Sleep Patterns of a Migratory Nerd</title>
		<link>http://krypted.com/personal/10-sleep-patterns-of-a-migratory-nerd/</link>
		<comments>http://krypted.com/personal/10-sleep-patterns-of-a-migratory-nerd/#comments</comments>
		<pubDate>Tue, 14 May 2013 13:00:29 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[coffee]]></category>
		<category><![CDATA[dr pepper and cigarettes]]></category>
		<category><![CDATA[jagermeister]]></category>
		<category><![CDATA[sleep]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=41250</guid>
		<description><![CDATA[Here&#8217;s the thing, I&#8217;m wrong most of the time. I&#8217;ve long held fast that I do my best work after midnight. I&#8217;ve long felt that caffeine and sugar would keep me going deep into the night when I really hit my stride. I&#8217;ve also maintained that nicotine helped me stay focused because it gave me <a href="http://krypted.com/personal/10-sleep-patterns-of-a-migratory-nerd/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Here&#8217;s the thing, I&#8217;m wrong most of the time. I&#8217;ve long held fast that I do my best work after midnight. I&#8217;ve long felt that caffeine and sugar would keep me going deep into the night when I really hit my stride. I&#8217;ve also maintained that nicotine helped me stay focused because it gave me an excuse to get up and walk away from my computer for a little while and made me more social. Walking away from my computer to grab a smoke seemed like the perfect amount of exearcise too. Finally, I figured if I didn&#8217;t eat for 48 hours that it was no big deal.</p>
<p>That lifestyle worked for me for a long time. It kept me focused on work and learning. I bought into the notion that your brain gets imprinted a certain way when you learn things all hopped up on caffeine and nicotine. So I believed that I had to maintain.</p>
<p>I was wrong (don&#8217;t worry, I still believe in Jarmusch, despite how Ghost Dog turned out). Which is nothing new mind you. But this is a deeper, more long-term wrong. One that was decades in the making. How do I know I was wrong? Let me count the ways:</p>
<ul>
<li>One one-thousand: The soda doesn&#8217;t affect me. First of all, that&#8217;s in direct opposition to why you do it. And I still do, although I&#8217;ve managed to cut back and continue to do so. Second of all, the second I stopped drinking any soda after 5pm my sleep problems disappeared immediately. Oddly, Dr. Pepper stock has dropped&#8230;<a href="http://i2.wp.com/krypted.com/wp-content/uploads/2013/05/dr-pepper1.jpg" rel="lightbox[41250]"><img class="aligncenter size-medium wp-image-41257" alt="dr-pepper1" src="http://i2.wp.com/krypted.com/wp-content/uploads/2013/05/dr-pepper1.jpg?resize=300%2C300" data-recalc-dims="1" /></a></li>
<li>Two one-thousand: I&#8217;m a night owl. No, I&#8217;m actually not. After I dropped caffeine after 5pm I am in bed earlier and up earlier. I enjoy being up earlier in the morning. I am less grumpy when I wake up naturally and I have more time so I can go work out, have a more relaxed exit from the house with my daughter (she&#8217;s much less ornery in the morning when she isn&#8217;t rushed &#8211; OR AM I?!?!).</li>
<li>Three one-thousand: Smoking makes me more social. No. Smoking makes me less social. I put a barrier around myself by smoking, seemingly unaware of the impact on propinquity with others. Or not consciously aware. Smoking also causes me to want to vacate my chair and to be honest, I do my best work in my chair, not outside smoking. And while I do occasionally meet people outside smoking, I meet far more when not smoking.</li>
<li>Four one-thousand: I do my best work at night. Again, I have hit a new stride of sorts. You see, no one knows when I write my posts. They all go up at 6am or whatever time I want and they usually get released daily rather than in a burst of 10 one day and none for a week like I write them. Sure, I&#8217;ll go weeks without, especially while I&#8217;m working on me and not computers. But the beauty of a CMS is that I get to future post. I don&#8217;t write after midnight any more. In fact, I&#8217;m writing this post on an exercise bike.</li>
<li>Five one-thousand: I don&#8217;t need to work out. Yes, I said exercise bike. You can re-read this section 10 times, but it will still say the same thing. Yes, getting up earlier and going to the gym or yoga every day of the week actually makes me happy. Clearly pacing while smoking is stoking the Fitbit Flex, but it&#8217;s not really doing me any good.<a href="http://i1.wp.com/krypted.com/wp-content/uploads/2013/05/fitbit.png" rel="lightbox[41250]"><img class="aligncenter size-full wp-image-41258" alt="fitbit" src="http://i1.wp.com/krypted.com/wp-content/uploads/2013/05/fitbit.png?resize=196%2C170" data-recalc-dims="1" /></a></li>
<li>Six one-thousand:  Trust the tech. Sure, the Fitbit and Nike+ can see that I&#8217;m taking steps which is probably why I don&#8217;t weigh 4 times what I do. But Fitbit tells me my sleep sucks when I have caffeine after 5 and that I feel much better when I burn more calories.</li>
<li>Seven one-thousand: I don&#8217;t need food if I drink soda or coffee for breakfast. After 30 minutes on the elliptical the other day I had only burned half the calories in a can of Dr. Pepper. When I eat earlier in the day I feel better at bed time. Who cares what I can reason to myself, I actually feel better&#8230;</li>
<li>Eight one-thousand: I need to stop reasoning crap to myself. When your alarm goes off in the morning and you hit snooze, you&#8217;re reasoning to yourself that you have a little more time. When you decide to eat that last slice of pizza knowing that even if you have Lactaid that you&#8217;ll have heartburn tonight you&#8217;re reasoning yourself into some good old fashioned acid reflux. When you work an extra 10 minutes rather than go buy flowers for your significant other, you&#8217;re reasoning yourself into divorce.</li>
<li>Nine one-thousand: Focus. If I&#8217;m not staying up as much or getting into that laser focus at night then I can&#8217;t do my job or write books or write articles. Poppycock. When I drop the multi-threading that is induced by what I&#8217;ve come to look at as practically a caffeine driven mania then I have focus. And I&#8217;ll pit one hour of focus against 10 hours of delusional multi-tasking any day. I now want to do one task. It gets knocked out in a fraction of the time it used to. Then I want to do another. I want each task done well. See, I don&#8217;t have a context switch or hardware interrupts like a CPU does&#8230; Without that focus I haven&#8217;t grown in a long time. I&#8217;m glad to have it back. Now to set some boundaries on others to try and keep it&#8230;<a href="http://i0.wp.com/krypted.com/wp-content/uploads/2013/05/lotus.png" rel="lightbox[41250]"><img class="aligncenter size-medium wp-image-41259" alt="lotus" src="http://i0.wp.com/krypted.com/wp-content/uploads/2013/05/lotus.png?resize=300%2C300" data-recalc-dims="1" /></a></li>
<li>Ten one-thousand: But your concurrent computing techniques may be way better than mine. Your mind may be able to time share while still having plenty of memory protection. More power to your multithreaded self. I&#8217;m not saying anyone should mimic me or do as I say. I&#8217;m not even saying I won&#8217;t smoke tomorrow or that I won&#8217;t end up drinking 3 Dr. Peppers. I&#8217;m cutting back, being better, being happier and feeling better. That certainly doesn&#8217;t mean anyone else needs to. Yes, I live in the midwest now; no, I haven&#8217;t picked up a mean dose of the judgmentals. In fact, just because I wrote this, I think I&#8217;ll grab a Juicy Lucy tomorrow, for lunch, along with a milkshake!
<p><div id="attachment_41253" class="wp-caption aligncenter" style="width: 310px"><a href="http://i2.wp.com/krypted.com/wp-content/uploads/2013/05/juicy.jpg" rel="lightbox[41250]"><img class="size-medium wp-image-41253" alt="juicy" src="http://i2.wp.com/krypted.com/wp-content/uploads/2013/05/juicy.jpg?resize=300%2C225" data-recalc-dims="1" /></a><p class="wp-caption-text">Yes, that is a burger with super fatty Wisconsin cheddar cooked in the meat and sometimes then with cheese and onions that have been sautéed in grease on top! In fact, the bun of one of these all by itself has enough butter to probably cost you a thousand calories!!! I like to focus on the lettuce. Iceberg is really good for you, right!?!?! If I can find a partner in crime I might even get a big order of friend onion rings or pickles! Nom nom nommer flippin&#8217; nommers!</p></div></li>
</ul>
<p>Thanks for reading my site. I suspect I&#8217;ll be writing it for a little longer than I&#8217;d previously thought. Unless the Juicy Lucy gives me a heart attack on the spot. In which case know I died a very happy man who was ironically a little more healthy than I was 2 months ago!</p>
<p><em>Note: This is one of those posts that is for me, not you. I am happy you stuck with it until the end. But I also fear that in having done so I may have actually reduced your IQ. Sorry about that. I&#8217;ll make it up to ya&#8217; in Jägermeister.</em></p>
<p><div id="attachment_41254" class="wp-caption aligncenter" style="width: 310px"><a href="http://i1.wp.com/krypted.com/wp-content/uploads/2013/05/jager.jpg" rel="lightbox[41250]"><img class="size-medium wp-image-41254" alt="jager" src="http://i1.wp.com/krypted.com/wp-content/uploads/2013/05/jager.jpg?resize=300%2C240" data-recalc-dims="1" /></a><p class="wp-caption-text">&#8216;Cause Jäger makes ya&#8217; smarter!</p></div><strong>Similar Articles:</strong>
<ul class="similar-posts">
<li><a href="http://krypted.com/personal/rfc2324/" rel="bookmark" title="January 23, 2010">RFC2324</a></li>
<li><a href="http://krypted.com/interviewing/interviewing-99-for-sysadmins/" rel="bookmark" title="November 15, 2011">Interviewing 99 for SysAdmins</a></li>
<li><a href="http://krypted.com/mac-os-x/upgrading-to-mountain-lion-server/" rel="bookmark" title="July 28, 2012">Upgrading to Mountain Lion Server</a></li>
<li><a href="http://krypted.com/mac-os-x/a-well-caffeinated-command-line/" rel="bookmark" title="January 16, 2013">A Well Caffeinated Command Line</a></li>
</ul>
<p><!-- Similar Posts took 8.469 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://krypted.com/personal/10-sleep-patterns-of-a-migratory-nerd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using sysdiagnose to Capture Performance Data In OS X</title>
		<link>http://krypted.com/mac-os-x/using-sysdiagnose-to-capture-performance-data-in-os-x/</link>
		<comments>http://krypted.com/mac-os-x/using-sysdiagnose-to-capture-performance-data-in-os-x/#comments</comments>
		<pubDate>Mon, 13 May 2013 13:00:45 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac Security]]></category>
		<category><![CDATA[Command line]]></category>
		<category><![CDATA[Control-Option-Command-Shift-Period]]></category>
		<category><![CDATA[fs_usage]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[spindump]]></category>
		<category><![CDATA[sysctl]]></category>
		<category><![CDATA[sysdiagnose]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=41126</guid>
		<description><![CDATA[&#8220;My computer sometimes just runs slow,&#8221; &#8220;the fan on my laptop won&#8217;t turn off sometimes,&#8221; and &#8220;my network connection keeps dropping.&#8221; These are amongst the most annoying off problems to solve for our users because they are intermittent. And to exacerbate things, many of these users have these problems at home or at remote locations, <a href="http://krypted.com/mac-os-x/using-sysdiagnose-to-capture-performance-data-in-os-x/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
				<content:encoded><![CDATA[<p>&#8220;My computer sometimes just runs slow,&#8221; &#8220;the fan on my laptop won&#8217;t turn off sometimes,&#8221; and &#8220;my network connection keeps dropping.&#8221; These are amongst the most annoying off problems to solve for our users because they are intermittent. And to exacerbate things, many of these users have these problems at home or at remote locations, making it difficult for systems administrators to see them.<br />
<a href="http://i1.wp.com/krypted.com/wp-content/uploads/2013/05/Screen-Shot-2013-05-10-at-11.31.17-AM.png" rel="lightbox[41126]"><img class="aligncenter size-medium wp-image-41127" alt="Screen Shot 2013-05-10 at 11.31.17 AM" src="http://i1.wp.com/krypted.com/wp-content/uploads/2013/05/Screen-Shot-2013-05-10-at-11.31.17-AM.png?resize=300%2C119" data-recalc-dims="1" /></a><br />
There is something I use in these cases, though, that has helped isolate these problems from time to time. Simply tell users to Control-Option-Command-Shift-Period when they have these problems. Doing so will run the sysdiagnose command and then open a Finder window with the output of the command. Sysdiagnose takes a quick snapshot of many common logs and performance data, zips it up and opens a Finder window, pointing to where it is (/var/tmp with the filename containing a date stamp of when the command was run). This file contains output from <a href="http://krypted.com/mac-os-x/using-allmemory-to-test-memory-in-os-x/">allmemory</a>, lsof, top, netstat, sysctl, spindump, fs_usage, <a href="http://krypted.com/mac-os-x/command-line-system-information/">system_profiler</a>, mount, <a href="http://krypted.com/mac-os-x/extended-wireless-information-in-os-x/">airport</a>, <a href="http://krypted.com/active-directory/directory-services-scripting-changes-in-lion/">odutil</a> and many others. Each is in its own log and easy to navigate.</p>
<p>When running /usr/sbin/sysdiagnose from the command line there are a couple of options. My favorite is -f (which I think must be short for favorite) which allows me to write to my file to a directory I specify rather than some random object in a tmp directory. You can also get even more output using -t. Verbose logging is obtained using -h and passing a pid will also provide information about the pid. So let&#8217;s say that process 10883 is giving me some problems. I could run the following to get some good output on my desktop:</p>
<p>sysdiagnose -h -t -f ~/Desktop</p>
<p>Anyway, hope you enjoy!<strong>Similar Articles:</strong>
<ul class="similar-posts">
<li><a href="http://krypted.com/mac-os-x/vnode/" rel="bookmark" title="January 12, 2005">vnode</a></li>
<li><a href="http://krypted.com/mac-os-x/core-dumps-in-mac-os-x/" rel="bookmark" title="July 13, 2012">Core Dumps in Mac OS X</a></li>
<li><a href="http://krypted.com/mac-os-x/opening-a-terminal-window-from-well-terminal/" rel="bookmark" title="December 21, 2011">Opening a Terminal Window From, Well, Terminal</a></li>
<li><a href="http://krypted.com/mac-os-x/4544/" rel="bookmark" title="August 27, 2009">Kickstarting ARD</a></li>
<li><a href="http://krypted.com/mac-os-x/the-itunes-alarm-clock/" rel="bookmark" title="July 17, 2009">The iTunes Alarm Clock</a></li>
</ul>
<p><!-- Similar Posts took 8.227 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://krypted.com/mac-os-x/using-sysdiagnose-to-capture-performance-data-in-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple ID Bulk Importer</title>
		<link>http://krypted.com/iphone/apple-id-bulk-importer/</link>
		<comments>http://krypted.com/iphone/apple-id-bulk-importer/#comments</comments>
		<pubDate>Sun, 12 May 2013 13:00:22 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Apple ID]]></category>
		<category><![CDATA[AppleID]]></category>
		<category><![CDATA[create Apple IDs]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[iCloud]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[redeem codes]]></category>
		<category><![CDATA[vpp]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=41119</guid>
		<description><![CDATA[Some iOS and/or OS X deployments require us to create a boatload of Apple IDs. This could be to redeem VPP codes, to do iOS backups, to configure Messages, now giving the ability for OS X Server users to password reset for themselves, etc. I have sat and manually created Apple IDs for a number of <a href="http://krypted.com/iphone/apple-id-bulk-importer/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Some iOS and/or OS X deployments require us to create a boatload of Apple IDs. This could be to redeem VPP codes, to do iOS backups, to configure Messages, now giving the ability for OS X Server users to password reset for themselves, etc. I have sat and manually created Apple IDs for a number of clients. I&#8217;ve created dozens at a single sitting and there are some serious annoyances and challenges with doing so manually. For example, you&#8217;re gonna&#8217; fat finger something. If you type 10 things in for 50 accounts then it&#8217;s hard to imagine you&#8217;re not gonna&#8217; mess something up in one of those 500 fields. It&#8217;s also time consuming and well, just annoying.<br />
<a href="http://i2.wp.com/krypted.com/wp-content/uploads/2013/05/AppIcon.png" rel="lightbox[41119]"><img class="aligncenter size-full wp-image-41120" alt="AppIcon" src="http://i2.wp.com/krypted.com/wp-content/uploads/2013/05/AppIcon.png?resize=256%2C256" data-recalc-dims="1" /></a></p>
<p>Then, along came a script. That script allowed us to create loads of IDs on the fly. Now, we have a very nice GUI tool called the Apple ID Automation Builder that can be used to batch create a number of Apple IDs on the fly. Brought to us by Greg Moore and <a href="http://enterpriseios.com/wiki/Apple_ID_Automation_Builder">hosted by enterpriseios.com</a>, this is one of those rare finds that is a serious time saver and very valuable when you need it in your bat belt. Great little tool, well worth the money and I look forward to providing Greg with plenty of accolades should we ever meet!<strong>Similar Articles:</strong>
<ul class="similar-posts">
<li><a href="http://krypted.com/certifications/new-3rd-party-apple-certification-exams-now-available/" rel="bookmark" title="May 1, 2013">New 3rd Party Apple Certification Exams Now Available</a></li>
<li><a href="http://krypted.com/iphone/talking-a-look-under-apple-configurators-hood/" rel="bookmark" title="March 28, 2012">Talking A Look Under Apple Configurator&#8217;s Hood</a></li>
<li><a href="http://krypted.com/iphone/apple-configurator-1-0-1-released/" rel="bookmark" title="April 18, 2012">Apple Configurator 1.0.1 Released</a></li>
<li><a href="http://krypted.com/iphone/using-apple-configurator-to-automate-casper-mdm-enrollment/" rel="bookmark" title="August 8, 2012">Using Apple Configurator To Automate Casper MDM Enrollment</a></li>
<li><a href="http://krypted.com/articles-and-books/apples-customer-facing-systemstatus/" rel="bookmark" title="December 14, 2012">Apple&#8217;s Customer Facing SystemStatus</a></li>
</ul>
<p><!-- Similar Posts took 7.867 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://krypted.com/iphone/apple-id-bulk-importer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instant Apple iBooks Review</title>
		<link>http://krypted.com/articles-and-books/instant-apple-ibooks-review/</link>
		<comments>http://krypted.com/articles-and-books/instant-apple-ibooks-review/#comments</comments>
		<pubDate>Sat, 11 May 2013 13:00:23 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Articles and Books]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=41113</guid>
		<description><![CDATA[I just finished reading Instant Apple iBooks, by Zeeshan Chawdhary., available at Packt at http://link.packtpub.com/irY6CN. As with mine and TJ&#8217;s Instant Apple Configurator book, it&#8217;s a nice, quick read. It has very specific recipes for getting your iBook written quickly. The thing I like about this book is that it allowed me to focus on my content <a href="http://krypted.com/articles-and-books/instant-apple-ibooks-review/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I just finished reading<a href="http://www.amazon.com/Instant-Apple-iBooks-Zeeshan-Chawdhary/dp/1849694028/ref=sr_1_1?ie=UTF8&amp;qid=1367576830&amp;sr=8-1&amp;keywords=Instant+Apple+iBooks+How-to"> Instant Apple iBooks</a>, by Zeeshan Chawdhary., available at Packt at <a href="http://link.packtpub.com/irY6CN">http://link.packtpub.com/irY6CN</a>. As with mine and TJ&#8217;s <a href="http://www.amazon.com/Instant-Apple-Configurator-How--Charles/dp/1849694060/ref=sr_1_1?ie=UTF8&amp;qid=1368194549&amp;sr=8-1&amp;keywords=instant+apple+configurator">Instant Apple Configurator</a> book, it&#8217;s a nice, quick read. It has very specific recipes for getting your iBook written quickly. The thing I like about this book is that it allowed me to focus on my content rather than thinking so much about how to technically put the words, images and other elements I wanted where I wanted them. I also have to say that while iBooks is pretty easy, using a book like this will get you up to speed much quicker than just knocking around the system hoping to find that one button that allows you to insert a video at just the right size in just the right spot.</p>
<p><a href="http://i0.wp.com/krypted.com/wp-content/uploads/2013/05/4025OT.jpg" rel="lightbox[41113]"><img class="aligncenter size-medium wp-image-41114" alt="4025OT" src="http://i0.wp.com/krypted.com/wp-content/uploads/2013/05/4025OT.jpg?resize=243%2C300" data-recalc-dims="1" /></a></p>
<p>I also like the fact that the layout allowed me to read only the parts that mattered to me. For example, I have used the iBooks app for awhile, so I really just wanted to jump straight into writing. While some of the book is very specific to shopping on the iBookstore much of it is also dedicated to writing. I like it when I can pick something up and have no dependencies looking at earlier elements of the book.</p>
<p>Overall, it&#8217;s a nice quick read and very practical. Even if you&#8217;ve been using iBooks, check it out; you may learn something new (I did).<strong>Similar Articles:</strong>
<ul class="similar-posts">None Found
</ul>
<p><!-- Similar Posts took 5.004 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://krypted.com/articles-and-books/instant-apple-ibooks-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing Good Test Questions</title>
		<link>http://krypted.com/certifications/writing-good-test-questions/</link>
		<comments>http://krypted.com/certifications/writing-good-test-questions/#comments</comments>
		<pubDate>Fri, 10 May 2013 13:00:51 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[certifications]]></category>
		<category><![CDATA[certification testing]]></category>
		<category><![CDATA[exam authoring]]></category>
		<category><![CDATA[technical tests]]></category>
		<category><![CDATA[test writing]]></category>
		<category><![CDATA[writing certification exams]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=41061</guid>
		<description><![CDATA[Over the years I&#8217;ve written a lot of test questions for a lot of purposes. Some are for my company to test our employees, some for other companies to test candidates and still others for 3rd parties to do certification exams. If you&#8217;ve taken enough exams, I&#8217;m sure you&#8217;ve seen a question or two of <a href="http://krypted.com/certifications/writing-good-test-questions/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Over the years I&#8217;ve written a lot of test questions for a lot of purposes. Some are for my company to test our employees, some for other companies to test candidates and still others for 3rd parties to do certification exams. If you&#8217;ve taken enough exams, I&#8217;m sure you&#8217;ve seen a question or two of mine. And over the years I&#8217;ve developed my own process for writing questions that works pretty well for me.</p>
<p>I&#8217;ve also taken a lot of certification exams. And along the way I&#8217;ve definitely developed a feeling for what I think are good and what I think are bad questions. I feel for anyone that actually reads the feedback left on most certification exams, although I sincerely doubt anyone actually does. So what are those tips:</p>
<ol>
<li>Start with an outline. Just like when you&#8217;re writing text, know what you want to accomplish ahead of time. Use each question to accomplish a goal from the outline.</li>
<li>Know your audience. Certification testing should have no humor. It&#8217;s too bad, but when people fail the test the last thing you want is them punching you in the face and then repeating your humor back to you. It can happen&#8230;</li>
<li>Given your audience the test should be passable. If you&#8217;re writing a test for desktop administration you likely shouldn&#8217;t be asking questions about the structure of a bdb file in an Open Directory database or for specific methods for managing the schema within Active Directory. You may know all that and be awesome, but you&#8217;re not taking the test, you&#8217;re writing it.</li>
<li>Build questions based on fact rather than opinion. Also keep in mind that different people consider certain things opinion. For example, evolution, things Rush Limbaugh spews and whether or not an Apple computer is better than Windows. To many these are facts and to others they are opinions. Doesn&#8217;t matter here, as they don&#8217;t belong on a test. Think of Jeremy Piven in PCU. That&#8217;s NOT you.</li>
<li>Don&#8217;t ask negative questions. Yes, I moved this one below #3 because of the word NOT. Don&#8217;t do that. Asking which port is not used on a mail server is better done by either using a matching question that matches each port with the port number or by asking which protocol does a specific function. Maybe a bad example, but this article is about writing tests, not articles&#8230; Either way, keep in mind &#8220;accentuate the positive, eliminate the negative.&#8221;</li>
<li>Be technically correct. Nothing worse than either not having any correct answers or knowing that the author has no idea what they&#8217;re talking about.</li>
<li>With multiple choice questions, it&#8217;s best to have one answer. If you have multiple answers you might be jumping around on the outline or simply withholding points from users where not needed. Note that all of the above or none of the above are answers that are multiple answers on their own. I don&#8217;t like using those.</li>
<li>Be relevant. If you are writing a test about OS X Server then a question about how Active Directory builds service records for Exchange is definitely misplaced. If you&#8217;re writing a question about Solaris and ask how to install an msi en masse via SCCM then that too is pretty darn misplaced. These are egregious examples, but every question should have a point and that point should go into your outline.</li>
<li>Scenario based questions are awesome for technical exams. Yes, if you put someone in a situation with all the relevant facts and you ask them a simple question that gets to the root of whether they know a product then that is probably amongst the best ways to test a skill.</li>
<li>Don&#8217;t try and compound multiple questions into one question. If you&#8217;re following an outline then each question should match up with an objective. You will only confuse many a test taker with compound questions.</li>
<li><span style="line-height: 13px;">True/False questions are stupid. Yup, I said it, even though I&#8217;ve written them in the past. But I won&#8217;t write them again in the future. </span></li>
<li>Edge cases are irrelevant. Yes, I&#8217;m irrelevant. But more to the point if you ask someone a question that came up once in your twenty year career and when it came up no one else in your field had any clue what you were talking about then it&#8217;s probably a crappy question that maybe a few people get right by accident.</li>
<li>Trick questions suck. This goes into the edge cases comment. The fact that someone can or cannot see through some weird way to phrase a question isn&#8217;t telling you whether they know the product you&#8217;re testing on.</li>
<li>Always pose questions in an active voice.</li>
<li>Don&#8217;t include a bunch of random facts. For example, if you&#8217;re asking a test taker how to use awk, don&#8217;t include 10 facts that have nothing to do with what awk is supposed to accomplish. Don&#8217;t try to hide what you&#8217;re trying to figure out. Put it out there right at the beginning.</li>
<li>But don&#8217;t answer the question within the question. It&#8217;s easy to give an answer away, but you don&#8217;t have to.</li>
<li>If every answer (incorrect and correct) start with the same few words, move those into the question. Looks better, uses less energy because less bits have to be in databases and therefore saves the world from disaster (if you believe in global warming &#8211; reread #2 at this point).</li>
<li>Do not use past tense.</li>
<li>Spell out your acronyms. Yes, plenty if not most in many exams should be common knowledge. That doesn&#8217;t mean you shouldn&#8217;t do it anyway.</li>
<li>All of your answers (incorrect and correct) should be consistent with regards to structure and grammar on a per-question basis. If one has a period they all should. If one has a subject and an adverb then they all should, if one lacks a pronoun at the beginning then they all should, etc.</li>
<li>Don&#8217;t ask the same question twice. Sure, you might phrase it differently but if you stick with an outline you won&#8217;t end up hitting the same area twice. Unless you&#8217;re planning an adaptive testing experience. Then you can hammer in on areas of weakness. But that&#8217;s kinda&#8217; rare.</li>
<li>Don&#8217;t use really big words that have nothing to do with the subject you&#8217;re testing on. Keep in mind that you&#8217;re not writing an English test (unless you are), so the objective for the test is to determine if someone has a given skill or understands a concept. By using overly complex grammar and vocabulary you will be testing a skill that maybe you&#8217;re not supposed to be testing for.</li>
<li>Don&#8217;t have your incorrect choices be too different. They should be within the realm of reason, use real industry terminology and be possible for a different question maybe, but wrong for the question you&#8217;re asking. The correct choice should not be absurdly longer or shorter than the incorrect choices either, so structure and appearance actually play into this. I&#8217;ve found some test writers will actually have their correct choices always be three or four words or a line longer than incorrect choices. These incorrect choices should also not be extremely different from one another.</li>
<li>Leave your ego out of it. Many of the above items are perhaps derived from this one. Sure, we get it, you have seen some really weird things. And you have great grammar. And you can pick out things that have nothing to do with the topic to find the right answer. And your critical thinking skills are awesome. But don&#8217;t put things that have nothing to do with your subject matter on the test because in 99.9% of testing scenarios no one knows who you are&#8230;</li>
<li>I&#8217;m going to #1. Start with an outline. I know I said don&#8217;t repeat yourself, but I&#8217;m doing so here. The outline will be your guide. You can be open to alterations to the outline as you write questions. Figure out what you want to ask about before you write your first question. You will be glad you did!</li>
</ol>
<p>I hope that just reading through these helps you pass your next tests, write tests, etc. Good luck in whatever your endeavors are!<strong>Similar Articles:</strong>
<ul class="similar-posts">None Found
</ul>
<p><!-- Similar Posts took 12.715 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://krypted.com/certifications/writing-good-test-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using allmemory To Test Memory in OS X</title>
		<link>http://krypted.com/mac-os-x/using-allmemory-to-test-memory-in-os-x/</link>
		<comments>http://krypted.com/mac-os-x/using-allmemory-to-test-memory-in-os-x/#comments</comments>
		<pubDate>Thu, 09 May 2013 13:00:52 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Mac Security]]></category>
		<category><![CDATA[Mass Deployment]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[allmemory]]></category>
		<category><![CDATA[memtest]]></category>
		<category><![CDATA[noframework]]></category>
		<category><![CDATA[noprocess]]></category>
		<category><![CDATA[proc]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=41055</guid>
		<description><![CDATA[Earlier I wrote an article on testing memory using memtest. Memtest actually looks at the memory in a system and checks it for errors. But what about checking the systems use of memory for problems? Well, OS X has a built-in tool call allmemory that can check system or per process memory. In its most <a href="http://krypted.com/mac-os-x/using-allmemory-to-test-memory-in-os-x/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Earlier I wrote an article on <a href="http://krypted.com/mac-os-x/testing-memory-on-apple-computers/">testing memory using memtest</a>. Memtest actually looks at the memory in a system and checks it for errors. But what about checking the systems use of memory for problems? Well, OS X has a built-in tool call allmemory that can check system or per process memory. In its most simple incantation allmemory can just be run with no options:</p>
<p><code>allmemory</code></p>
<p>This is going to result in a few errors if only because allmemory is getting a little long in the tooth. But you can also scan on a per-process basis. To do so, run allmemory with a -proc option and then the pid for the process:</p>
<p><code>allmemory -proc 13727</code></p>
<p>You can also use the following options:</p>
<ul>
<li><span style="line-height: 13px;">-noframework: doesn&#8217;t show data that comes from frameworks (otherwise it does), so this option would only show the spcific process and not dependencies</span></li>
<li>-noprocess: doesn&#8217;t show the process, so more looking at framework utilization</li>
<li>-32bit: only show 32-bit processes</li>
<li>-64bit: only show 64-bit processes</li>
<li>-v: show address space utilization on a per process basis</li>
<li>-f: show segment utilization on a per framework basis</li>
<li>-i: show data from a previous run of the tool, which uses a path after the -i to load that data from</li>
<li>-o: outputs the data to a specific directory (otherwise it defaults to /tmp/allmemoryDataFiles). Note, when called from other Apple tools, the output is normally set within a dmg or zip in /var/tmp</li>
<li>-d: loads data from /tmp/allmemoryDataFiles if it exists</li>
<li>-P: shows information about VM regions used</li>
</ul>
<p>There are a few other options, but those are the only ones I can remember using. Overall, allmemory is a pretty cool tool and I think that if nothing else it&#8217;s helped me to prove to vendors when I have issues with their software. I&#8217;m maybe not always happy with their responses but it&#8217;s good to prove that there&#8217;s a problem&#8230; Finally, output can look something like the following:</p>
<p><a href="http://i0.wp.com/krypted.com/wp-content/uploads/2013/05/Screen-Shot-2013-05-08-at-4.44.23-PM.png" rel="lightbox[41055]"><img class="aligncenter size-medium wp-image-41058" alt="Screen Shot 2013-05-08 at 4.44.23 PM" src="http://i0.wp.com/krypted.com/wp-content/uploads/2013/05/Screen-Shot-2013-05-08-at-4.44.23-PM.png?resize=300%2C171" data-recalc-dims="1" /></a><strong>Similar Articles:</strong>
<ul class="similar-posts">None Found
</ul>
<p><!-- Similar Posts took 11.795 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://krypted.com/mac-os-x/using-allmemory-to-test-memory-in-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
