<?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>mac &#8211; 天地一沙鸥</title>
	<atom:link href="https://haoluobo.com/tag/mac/feed/" rel="self" type="application/rss+xml" />
	<link>https://haoluobo.com</link>
	<description>to be continue....</description>
	<lastBuildDate>Thu, 16 Dec 2021 03:29:18 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>让Mac启用休眠模式</title>
		<link>https://haoluobo.com/2013/02/%e8%ae%a9mac%e5%90%af%e7%94%a8%e4%bc%91%e7%9c%a0%e6%a8%a1%e5%bc%8f/</link>
		
		<dc:creator><![CDATA[vicalloy]]></dc:creator>
		<pubDate>Thu, 14 Feb 2013 14:57:46 +0000</pubDate>
				<category><![CDATA[软件推荐]]></category>
		<category><![CDATA[mac]]></category>
		<guid isPermaLink="false">/?p=10949</guid>

					<description><![CDATA[在windows下除关机外还支持待机和休眠两种“关机”模式。考虑到有人可能并不了解待机和休眠的区别，这里简单的 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>在windows下除关机外还支持待机和休眠两种“关机”模式。考虑到有人可能并不了解待机和休眠的区别，这里简单的介绍下。</p>
<ul>
<li>待机<br />
计算机在待机状态时，内存中的信息未存入硬盘中，计算机可以被迅速唤醒。如果断电，内存数据将丢失无法常唤醒。 </li>
<li>休眠<br />
计算机在关闭前首先将内存中的信息存入硬盘，唤醒时将硬盘上的数据重写回内存。休眠状态下的唤醒速度比待机慢，好处是休眠后可以断电。</li>
</ul>
<p>在Mac中就只有睡眠一种待机模式了。默认情况下Mac的睡眠相当于windows的待机模式。虽然Mac mini的待机功耗非常低，不过长期待机浪费的电加起来也不少，对产品寿命也会有些影响。实际上Mac已经提供了对休眠功能的支持，稍微做些设置即可将睡眠的默认行为由“待机”改为“休眠”。<br />
Mac的睡眠方式说明：</p>
<ul>
<li>0 (quick): Default sleep  behavior on most Apple computers. RAM is still powered on while<br />
sleeping. Wake up is fast. Safe sleep is disabled.</li>
<li>1 (deep): Hibernation behavior. System is totally shut down while sleeping. RAM contents<br />
are dumped to disk. Wake up is slow.</li>
<li>3 (safe): Default behavior on Powerbook HD and later computers. RAM is still powered<br />
on while sleeping. Wake up is fast. Safe sleep  is enabled, so RAM contents are<br />
also dumped to disk before going to sleep.</li>
<li>5 (deep): Same as mode 1 for systems with encrypted virtual memory.</li>
<li>7 (safe): Same as mode 3 for systems with encrypted virtual memory</li>
<li><strong>注：</strong> 我使用5的时候无法正常唤醒，因此不建议使用5&amp;7</li>
</ul>
<p>查看当前的睡眠模式： <code>pmset -g | grep hibernatemode</code><br />
修改睡眠模式： <code>sudo pmset -a hibernatemode X</code></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Mac初体验</title>
		<link>https://haoluobo.com/2013/01/hello-mac/</link>
					<comments>https://haoluobo.com/2013/01/hello-mac/#comments</comments>
		
		<dc:creator><![CDATA[vicalloy]]></dc:creator>
		<pubDate>Sun, 27 Jan 2013 15:17:21 +0000</pubDate>
				<category><![CDATA[无责任乱评]]></category>
		<category><![CDATA[mac]]></category>
		<guid isPermaLink="false">/?p=10915</guid>

					<description><![CDATA[经不住身边苹果迷们的忽悠，入手了个Mac mini。此前一直混用windows、ubuntu，初次使用Mac下 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>经不住身边苹果迷们的忽悠，入手了个Mac mini。此前一直混用windows、ubuntu，初次使用Mac下倒也没感到什么太多的不适应。如果说真有什么不适应，主要还是一些windows下的软件没有Mac版，或是Mac版的功能要比windows版的简陋很多。<br>下面推荐些Mac下的软件</p>



<ul class="wp-block-list"><li><a href="http://totalterminal.binaryage.com/">TotalTerminal</a><br>命令行增强工具。增加多Tab功能，多个配色方案可选。</li><li>启用命令行颜色显示<br>在linux下不同类型的文件会以不同颜色显示，Mac下没有默认开启该功能。</li></ul>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: plain; title: ; notranslate">
# 在~/.bash_profile 中增加
export CLICOLOR=1
</pre></div>


<ul class="wp-block-list"><li>安装 <a href="https://github.com/mxcl/homebrew">brew</a> 为Mac增加类似apt-get的功能</li><li>下面这个脚本，大家应当都懂的</li></ul>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: plain; title: ; notranslate">
#!/usr/bin/env bash
while true
do
    ssh -D 7070 -C xx@haoluobo.com
done
</pre></div>]]></content:encoded>
					
					<wfw:commentRss>https://haoluobo.com/2013/01/hello-mac/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>我的第一个&#8220;苹果&#8221;</title>
		<link>https://haoluobo.com/2010/10/%e6%88%91%e7%9a%84%e7%ac%ac%e4%b8%80%e4%b8%aa%e8%8b%b9%e6%9e%9c/</link>
					<comments>https://haoluobo.com/2010/10/%e6%88%91%e7%9a%84%e7%ac%ac%e4%b8%80%e4%b8%aa%e8%8b%b9%e6%9e%9c/#comments</comments>
		
		<dc:creator><![CDATA[vicalloy]]></dc:creator>
		<pubDate>Fri, 01 Oct 2010 11:05:05 +0000</pubDate>
				<category><![CDATA[无责任乱评]]></category>
		<category><![CDATA[路过]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[mac]]></category>
		<guid isPermaLink="false">/index.php/2010/10/%e6%88%91%e7%9a%84%e7%ac%ac%e4%b8%80%e4%b8%aa%e8%8b%b9%e6%9e%9c/</guid>

					<description><![CDATA[从iPod、iPhone再到iPad，苹果一再的引领着电子消费市场的潮流。你可以说苹果的东西都是样子货物，没啥 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>从iPod、iPhone再到iPad，苹果一再的引领着电子消费市场的潮流。你可以说苹果的东西都是样子货物，没啥性价比。但不可否非，苹果的工业设计非常的出色。</p>
<p>经不住苹果的诱惑，终于买了第一个“苹果”，新款的iPod shuffle。</p>
<p>对我来说，我希望mp3。</p>
<ul>
<li>个头要小，方便携带。口袋里揣个老大的mp3，实在不爽。而且个头太大的话，不如直接用手机听了。
<ul>
<li>shuffle的个头比较小，夹子设计很贴心。 </li>
</ul>
</li>
<li>功能不需要太强。不太习惯在小屏幕上看视频，而且现在的手机都可以放视频。实在是没有视频的必要。 </li>
</ul>
<p>另外相比老款shuffle，新版虽然个头稍大，但多出了播放按键。在方便使用的同时也方便了耳塞的更换。苹果耳塞效果实在一般，价格还不含糊。</p>
<p>shuffle的详细介绍还是到官方去看吧：<a title="http://www.apple.com.cn/ipodshuffle/" href="http://www.apple.com.cn/ipodshuffle/">http://www.apple.com.cn/ipodshuffle/</a></p>
<p>&#160;</p>
<p>最后给我的iPod上张PP（注：本想多拍几张，不过一手相机，一手电筒还真累啊）</p>
<p><a href="/wp-content/uploads/2010/10/ipod.jpg"><img fetchpriority="high" decoding="async" style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ipod" border="0" alt="ipod" src="/wp-content/uploads/2010/10/ipod_thumb.jpg" width="550" height="433" /></a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://haoluobo.com/2010/10/%e6%88%91%e7%9a%84%e7%ac%ac%e4%b8%80%e4%b8%aa%e8%8b%b9%e6%9e%9c/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
	</channel>
</rss>
