<?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>Markus Zeller Blog &#187; sleep</title>
	<atom:link href="http://www.markuszeller.com/tag/sleep/feed" rel="self" type="application/rss+xml" />
	<link>http://www.markuszeller.com</link>
	<description>Life is just a game</description>
	<lastBuildDate>Sat, 31 Dec 2011 22:09:13 +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>Closed lid with open eyes</title>
		<link>http://www.markuszeller.com/closed-lid-with-open-eyes</link>
		<comments>http://www.markuszeller.com/closed-lid-with-open-eyes#comments</comments>
		<pubDate>Thu, 21 Jan 2010 08:32:56 +0000</pubDate>
		<dc:creator>Markus Zeller</dc:creator>
				<category><![CDATA[Coole Mac OS X Apps]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[sleep]]></category>

		<guid isPermaLink="false">http://www.markuszeller.com/?p=1487</guid>
		<description><![CDATA[A MacBook can close it&#8217;s lid and then it is going to sleep. On some situations it could be useful your Mac would stay awake instead of using it magic power LED hypnotizing you. One of those moments could be &#8230; <a href="http://www.markuszeller.com/closed-lid-with-open-eyes">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://semaja2.net/insomniaxinfo"><img class="alignright size-full wp-image-1489" style="margin: 8px;" title="InsomniaX" src="http://www.markuszeller.com/wp-content/uploads/InsomniaX.png" alt="" width="193" height="258" /></a>A MacBook can close it&#8217;s lid and then it is going to sleep. On some situations it could be useful your Mac would stay awake instead of using it magic power LED hypnotizing you.</p>
<p>One of those moments could be</p>
<ul>
<li>A party and your MacBook is serving some music, but you don&#8217;t want anybody to touch it and to see what is on your screen.</li>
<li>It is bedtime and you want to listen to <a href="http://www.itunes.com/podcast?id=323879840">my podcast</a> or some other music and set your sleep timer, but the display is too bright.</li>
<li>You have a time intensive task like defragmenting harddrive, backup or downloading and want to prevent dust getting on the keys.</li>
<li>The screen is no longer used while watching a movie on an external monitor.</li>
<li>Just you want it!</li>
</ul>
<p>A tiny freeware tool called <a href="http://semaja2.net/insomniaxinfo">InsomniaX</a> puts some matches into the menubar to simply enable or disable the sleep functions.</p>
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.
]]></content:encoded>
			<wfw:commentRss>http://www.markuszeller.com/closed-lid-with-open-eyes/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Safe Sleep</title>
		<link>http://www.markuszeller.com/safe-sleep</link>
		<comments>http://www.markuszeller.com/safe-sleep#comments</comments>
		<pubDate>Tue, 06 Jan 2009 09:45:54 +0000</pubDate>
		<dc:creator>Markus Zeller</dc:creator>
				<category><![CDATA[Coole Mac OS X Tricks]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[sleep]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.markuszeller.com/?p=607</guid>
		<description><![CDATA[Usually, I do not turn off any of my Macs, because the sleep mode works so well. With a Mac Book it is just easy to close the lid. But I ever wondered what would happen if the battery goes &#8230; <a href="http://www.markuszeller.com/safe-sleep">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_610" class="wp-caption alignright" style="width: 280px"><img class="size-full wp-image-610" title="Safe Sleep" src="http://www.markuszeller.com/wp-content/uploads/safesleep.jpg" alt="Safe Sleep on wake up" width="270" height="202" /><p class="wp-caption-text">Safe Sleep on wake up</p></div>
<p>Usually, I do not turn off any of my Macs, because the sleep mode works so well. With a Mac Book it is just easy to close the lid.</p>
<p>But I ever wondered what would happen if the battery goes too low while beeing in sleep mode.</p>
<p>Since Tiger, there is a mode called &#8220;Safe sleep&#8221;. This is the pendant to the Windows hibernate mode. The content of the RAM is written to the harddisk, then the device is powered off.</p>
<p>To have this mode could be intersting if you travel a long time without using your Mac Book.</p>
<p>With help of the Terminal it is no big deal. You can enable the Safe sleep by entering</p>
<blockquote><p>sudo pmset -a hibernatemode 1</p></blockquote>
<p>Then, if you close the lid or use the Apple menu bar it will safe sleep.</p>
<p>If you need secure and encrypted memory content stored, then take the 5 instead of number 1.</p>
<p>To reverse it to the normal sleep, where the RAM is still is active set the number to 0.</p>
<p>Have nice dreams!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markuszeller.com/safe-sleep/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Restart, Sleep and Shutdown</title>
		<link>http://www.markuszeller.com/restart-sleep-and-shutdown</link>
		<comments>http://www.markuszeller.com/restart-sleep-and-shutdown#comments</comments>
		<pubDate>Sun, 09 Nov 2008 09:00:01 +0000</pubDate>
		<dc:creator>Markus Zeller</dc:creator>
				<category><![CDATA[Coole Mac OS X Tricks]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[sleep]]></category>

		<guid isPermaLink="false">http://www.markuszeller.com/?p=137</guid>
		<description><![CDATA[The mac can be restarted, shut down or sent to sleep. To achive that there are several ways. If you own a MacBook or MacBook Pro you just can close the lid to make it sleep. But on a iMac &#8230; <a href="http://www.markuszeller.com/restart-sleep-and-shutdown">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The mac can be restarted, shut down or sent to sleep. To achive that there are several ways.</p>
<p>If you own a MacBook or MacBook Pro you just can close the lid to make it sleep. But on a iMac or MacPro you would like to make it sleep, too.</p>
<p>All methods can be chosen by using the Menu bar clicking on the apple.</p>
<div>
<div id="attachment_138" class="wp-caption alignnone" style="width: 216px"><a href="http://www.markuszeller.com/wp-content/uploads/restart-menu.jpg"><img class="size-full wp-image-138" title="Restart Menu" src="http://www.markuszeller.com/wp-content/uploads/restart-menu.jpg" alt="Restart options menu" width="206" height="156" /></a><p class="wp-caption-text">Restart options menu</p></div>
</div>
<div>The other geeky way is to use the keyboard. Hold down control and eject. Then you will get a dialog where you can easily select one option from.</div>
<table border="0">
<tbody>
<tr style="vertical-align:top">
<td>
<p><div id="attachment_139" class="wp-caption alignnone" style="width: 210px"><a href="http://www.markuszeller.com/wp-content/uploads/ctrl-eject.jpg"><img class="size-full wp-image-139" title="CTRL+Eject" src="http://www.markuszeller.com/wp-content/uploads/ctrl-eject.jpg" alt="CTRL+Eject" width="200" height="266" /></a><p class="wp-caption-text">CTRL+Eject</p></div></td>
<td>
<p><div id="attachment_140" class="wp-caption alignnone" style="width: 238px"><a href="http://www.markuszeller.com/wp-content/uploads/restart-dialog.jpg"><img class="size-full wp-image-140" title="Restart Dialog" src="http://www.markuszeller.com/wp-content/uploads/restart-dialog.jpg" alt="Restart Dialog" width="228" height="74" /></a><p class="wp-caption-text">Restart Dialog</p></div></td>
</tr>
</tbody>
</table>
<p>You can either use a direct shortcut to activate each function without a dialog:</p>
<p><strong>Control-Command-Eject:</strong> Restart with asking for closing documents.<br />
<strong>Control-Option-Command-Eject:</strong> Shut down with asking for closing documents.<br />
<strong>Command-Option-Eject:</strong> Sleep</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markuszeller.com/restart-sleep-and-shutdown/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

