<?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>Leeiio Chaos Made. &#187; Mac二三事</title>
	<atom:link href="http://leeiio.me/category/mac234/feed/" rel="self" type="application/rss+xml" />
	<link>http://leeiio.me</link>
	<description>The site is redesigning,please be patient  :P</description>
	<lastBuildDate>Sun, 29 Jan 2012 16:40:23 +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>zsh &#8211; 给你的Mac不同体验的Terminal！</title>
		<link>http://leeiio.me/bash-to-zsh-for-mac/</link>
		<comments>http://leeiio.me/bash-to-zsh-for-mac/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 17:32:51 +0000</pubDate>
		<dc:creator>Leeiio</dc:creator>
				<category><![CDATA[Mac二三事]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Zsh]]></category>

		<guid isPermaLink="false">http://leeiio.me/?p=2260</guid>
		<description><![CDATA[看到@sofish同学写了一篇关于把Mac下的bash换成zsh的文章，那么我也来说说我用zsh的体验以及一些小经验。 大部分人都偏爱使用bash，或许说偏爱有点不恰当，因为很多系统比如绝大部分的Linux发行版或者Mac OS系统都是自带的bash，而一般人也就当做terminal来使用了，并没有什么太大的差别。Bash其实已经比Csh之流好用太多了，但是Bash也有很多不尽人意的地方比如像自动补全的功能不够强大，切换到较长路径下不太方便等问题。后来我用了zsh，因为zsh有强大的自动补全功能，能自动补全命令、参数、文件名、进程、用户名、变量、权限符等。而且能自定义最前面的提示符，比如我图中的&#8221;$&#8221;，是的，我爱US Dollar，我爱美元&#8230;并且还支持路径别名功能，比如要切换到一个很长的路径下~/Sites/Doit/www.doit.im，可以设置成~Doit。而且Zsh兼容绝大部分的主流shell比如bash，这样我们其实根本不需要太多的学习成本就可以很快的切换过来，当然如果你不需要配置过多的增强功能的话。 既然Zsh如此强大，那么我们为何不马上开始介绍Zsh的功能呢？其实说来惭愧，我用Zsh目前也是很皮毛，除了改改主题之类也就没有太多的研究了。Zsh虽然功能强大，但是如果要自己配置上手的话恐怕不是特别容易，所以很多人直接就放弃了这个玩意。但是，国外有个人在Github上有个开源项目就是让你快速上手Zsh的，它叫on my zsh。只要按照它介绍的提示一步步操作便可马上享用Zsh了。那么我也就简单介绍下如果把Mac下的bash替换成Zsh吧。 oh-my-zsh 这个项目可以正常运行在目前最新的zsh上，最低版本建议是4.3.9。 自动安装： 当然，如果你信任这个开源项目作者的话你可以尝试使用自动安装的方法。 wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - &#124; sh 手动安装： 1. 克隆这个项目到本地(前提是你得有装git) git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh 2. 创建一个zsh的配置文件 注意:如果你已经有一个~/.zshrc文件的话，建议你先做备份。使用以下命令 cp ~/.zshrc ~/.zshrc.orig 然后开始创建zsh的配置文件 cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc 3. 设置zsh为你的默认的shell chsh -s /bin/zsh 4. &#8230; <a href="http://leeiio.me/bash-to-zsh-for-mac/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://imgs.leeiio.me/blogimgs/2011/03/20110308_zsh.jpg" alt="zsh - 给你的Mac不同体验的Terminal!" /><br />
看到<a href="http://sofish.de/1685" rel="nofollow">@sofish</a>同学写了一篇关于把Mac下的bash换成zsh的文章，那么我也来说说我用zsh的体验以及一些小经验。<br />
大部分人都偏爱使用<a href="http://en.wikipedia.org/wiki/Bash" rel="nofollow">bash</a>，或许说偏爱有点不恰当，因为很多系统比如绝大部分的Linux发行版或者Mac OS系统都是自带的bash，而一般人也就当做terminal来使用了，并没有什么太大的差别。Bash其实已经比Csh之流好用太多了，但是Bash也有很多不尽人意的地方比如像自动补全的功能不够强大，切换到较长路径下不太方便等问题。后来我用了<a href="http://www.zsh.org/" rel="nofollow">zsh</a>，因为zsh有强大的自动补全功能，能自动补全命令、参数、文件名、进程、用户名、变量、权限符等。而且能自定义最前面的提示符，比如我图中的&#8221;$&#8221;，是的，我爱US Dollar，我爱美元&#8230;并且还支持路径别名功能，比如要切换到一个很长的路径下~/Sites/Doit/www.doit.im，可以设置成~Doit。而且Zsh兼容绝大部分的主流shell比如bash，这样我们其实根本不需要太多的学习成本就可以很快的切换过来，当然如果你不需要配置过多的增强功能的话。<br />
既然Zsh如此强大，那么我们为何不马上开始介绍Zsh的功能呢？其实说来惭愧，我用Zsh目前也是很皮毛，除了改改主题之类也就没有太多的研究了。Zsh虽然功能强大，但是如果要自己配置上手的话恐怕不是特别容易，所以很多人直接就放弃了这个玩意。但是，国外有个人在Github上有个开源项目就是让你快速上手Zsh的，它叫<a rel="nofollow" href="https://github.com/robbyrussell/oh-my-zsh">on my zsh</a>。只要按照它介绍的提示一步步操作便可马上享用Zsh了。那么我也就简单介绍下如果把Mac下的bash替换成Zsh吧。<br />
<span id="more-2260"></span><br />
oh-my-zsh 这个项目可以正常运行在目前最新的zsh上，最低版本建议是4.3.9。</p>
<h2 class="part-title">自动安装：</h2>
<p>当然，如果你信任这个开源项目作者的话你可以尝试使用自动安装的方法。</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> https:<span style="color: #000000; font-weight: bold;">//</span>github.com<span style="color: #000000; font-weight: bold;">/</span>robbyrussell<span style="color: #000000; font-weight: bold;">/</span>oh-my-zsh<span style="color: #000000; font-weight: bold;">/</span>raw<span style="color: #000000; font-weight: bold;">/</span>master<span style="color: #000000; font-weight: bold;">/</span>tools<span style="color: #000000; font-weight: bold;">/</span>install.sh <span style="color: #660033;">-O</span> - <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sh</span></pre></div></div>

<h2 class="part-title">手动安装：</h2>
<p>1. 克隆这个项目到本地(前提是你得有装git)</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">git</span> clone <span style="color: #c20cb9; font-weight: bold;">git</span>:<span style="color: #000000; font-weight: bold;">//</span>github.com<span style="color: #000000; font-weight: bold;">/</span>robbyrussell<span style="color: #000000; font-weight: bold;">/</span>oh-my-zsh.git ~<span style="color: #000000; font-weight: bold;">/</span>.oh-my-zsh</pre></div></div>

<p>2. 创建一个zsh的配置文件<br />
注意:如果你已经有一个~/.zshrc文件的话，建议你先做备份。使用以下命令</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">cp</span> ~<span style="color: #000000; font-weight: bold;">/</span>.zshrc ~<span style="color: #000000; font-weight: bold;">/</span>.zshrc.orig</pre></div></div>

<p>然后开始创建zsh的配置文件</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">cp</span> ~<span style="color: #000000; font-weight: bold;">/</span>.oh-my-zsh<span style="color: #000000; font-weight: bold;">/</span>templates<span style="color: #000000; font-weight: bold;">/</span>zshrc.zsh-template ~<span style="color: #000000; font-weight: bold;">/</span>.zshrc</pre></div></div>

<p>3. 设置zsh为你的默认的shell</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">chsh</span> <span style="color: #660033;">-s</span> <span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span><span style="color: #c20cb9; font-weight: bold;">zsh</span></pre></div></div>

<p>4. 重启并开始使用你的zsh (打开一个新的终端窗口便可&#8230;)</p>
<p>至此，大功告成。</p>
<p>当然你可能还需要把你的bash的配置文件(~/.bash_prorile或者~/.profile等)给拷贝到zsh的配置文件~/.zshrc里，因为zsh兼容bash，所以你大可放心把bash的配置粘贴到~/.zshrc底部便可。</p>
<p>PS:如果你要问我截图中的主题是什么风格的话，这个其实是另外一个开源项目里的，其实也是oh-my-zsh的一个分支版本，具体地址是<a href="https://github.com/sjl/oh-my-zsh" rel="nofollow">https://github.com/sjl/oh-my-zsh</a>。</p>
<p>PS的PS:如果你要更换你的主题的话，只要修改~/.zshrc里的export ZSH_THEME=&#8221;prose&#8221;引号部分即可。究竟有哪些主题可以使用呢？这里有一份详细的<a rel="nofollow" href="https://github.com/robbyrussell/oh-my-zsh/wiki/themes">主题列表以及截图</a>，挑选你最喜欢的风格去用吧。</p>
<p>PS的PS的PS:并且它支持的插件也很多，比如git,vi,rails,brew等等等&#8230;这里有一篇《<a rel="nofollow" href="http://stevelosh.com/blog/2010/02/my-extravagant-zsh-prompt/">My Extravagant Zsh Prompt</a>》同时推荐大家看看，如果你想更深入了解zsh的话。比如我的截图中其实增强了路径的显示(显示当前hg的分支以及所在路径)</p>
<p>PS的PS的PS的PS(2011-03-09 11:46):当然文中提到的oh-my-zsh的主题并不是指配色主题，而是zsh的显示风格以及搭配它的plugins的配置信息。如果你想实现我截图中的样子就需要配置你的Terminal的颜色了。不过Mac OS X的终端并不支持256色模式。如果你想得到更多色彩美观的终端样子只能使用16 ANSI。但是不够强大的Mac下的Terminal.app并不能改变16 ANSI颜色。你只能修改默认的文本颜色以及背景。真是shit啊！如果你想得到和我截图一样的终端颜色，推荐你阅读这篇文章《<a rel="nofollow" href="http://stevelosh.com/blog/2009/03/candy-colored-terminal/">Candy Colored Terminal</a>》。我使用的主题是<a rel="nofollow" href="https://github.com/sjl/oh-my-zsh/blob/master/themes/prose.zsh-theme">prose</a>，支持显示<a href="http://stevelosh.com/projects/hg-prompt/" target="_blank">hg prompt</a>插件的信息，增强了hg的目录显示方式，我觉得不错。</p>
<p>祝大家用得愉快！</p>
]]></content:encoded>
			<wfw:commentRss>http://leeiio.me/bash-to-zsh-for-mac/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Mac版Doit.im发布啦！(2011-01-08更新)</title>
		<link>http://leeiio.me/mac-doit-im/</link>
		<comments>http://leeiio.me/mac-doit-im/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 09:50:36 +0000</pubDate>
		<dc:creator>Leeiio</dc:creator>
				<category><![CDATA[Mac二三事]]></category>
		<category><![CDATA[My Works]]></category>
		<category><![CDATA[Doit.im]]></category>

		<guid isPermaLink="false">http://leeiio.me/?p=2195</guid>
		<description><![CDATA[呃，标题党了一下，这个并不是官方发布，这个版本是基于官方的linux版本进行修改的，纯属个人爱好业余时间进行修改。使用之前你可能需要有一个Doit.im的帐号。暂时没有登出账户功能，如果想切换账户，请右键应用程序 &#8211; 显示包内容 &#8211; Contents &#8211; Resources，然后删除doit.db文件即可。个人能力有限，可能会有不少bug，敬请见谅。目前没有自动更新功能，因为没有官方通知接口，所以请关注本博客的更新动态。 Doit.im是一款GTD软件，它支持多平台运作，不论您在web、iPhone、Android、Windows客户端、或iPad，都能使用Doit.im管理您的待办任务。 目前功能： 添加/编辑/删除任务 添加重复任务/转发任务/提醒任务 添加联系人 添加情境/项目 双击任务列表的单条任务可以查看任务详细信息 可以对任务列表的任务进行拖拽操作 10分钟自动同步任务到服务器 &#8230; 更多更强大功能可以尝试使用Web版Doit.im 2010.12.30:发布Mac版Doit.im alpha版。 中文版下载(115网盘) Download English Version(115 rapidshare Fileape FileDude MediaFire) 2011.01.08: 1.增加空任务箱子的说明提示 2.修正愚蠢的导致联系人界面显示错误的bug 3.增加任务到期及过期任务在列表上的提示信息 4.账户设置下拉选项中增加反馈链接 5.增加时间视图下添加任务高亮任务所在箱子的动态效果 6.调整快速 添加输入框到任务列表顶部 7.修复用户-时区造成的任务显示问题 8.其他一些bug修正以及改进 9&#8230;.. 1.Instruction &#8230; <a href="http://leeiio.me/mac-doit-im/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://imgs.leeiio.me/blogimgs/2010/12/20101230_macdoitim.jpg" alt="Mac版Doit.im" /><br />
呃，标题党了一下，这个并不是官方发布，这个版本是基于官方的linux版本进行修改的，纯属个人爱好业余时间进行修改。使用之前你可能需要有一个<a href="http://www.doit.im" rel="nofollow">Doit.im</a>的帐号。暂时没有登出账户功能，如果想切换账户，请右键应用程序 &#8211; 显示包内容 &#8211; Contents &#8211; Resources，然后删除doit.db文件即可。个人能力有限，可能会有不少bug，敬请见谅。目前没有自动更新功能，因为没有官方通知接口，所以请关注本博客的更新动态。<br />
<span id="more-2195"></span></p>
<p><a href="http://www.doit.im" rel="nofollow">Doit.im</a>是一款GTD软件，它支持多平台运作，不论您在web、iPhone、Android、Windows客户端、或iPad，都能使用Doit.im管理您的待办任务。</p>
<p>目前功能：<br />
添加/编辑/删除任务<br />
添加重复任务/转发任务/提醒任务<br />
添加联系人<br />
添加情境/项目<br />
双击任务列表的单条任务可以查看任务详细信息<br />
可以对任务列表的任务进行拖拽操作<br />
10分钟自动同步任务到服务器<br />
&#8230;<br />
更多更强大功能可以尝试使用<a href="https://i.doit.im" rel="nofollow">Web版Doit.im</a></p>
<p>2010.12.30:发布Mac版Doit.im alpha版。 <del datetime="2011-01-08T14:25:32+00:00">中文版下载(<a href="http://u.115.com/file/f61f33b0b9" title="中文版下载" rel="nofollow">115网盘</a>) Download English Version(<a href="http://u.115.com/file/f6735f745d" title="Download English Version" rel="nofollow">115</a> <a href="http://rapidshare.com/files/439939295/Doiten.zip" title="Download English Version" rel="nofollow">rapidshare</a> <a href="http://fileape.com/dl/AJnthbaZdbhndIGD" title="Download English Version" rel="nofollow">Fileape</a> <a href="http://www.filedude.com/download/l9GGqsl5xC3dda5f365c" title="Download English Version" rel="nofollow">FileDude</a> <a href="http://www.mediafire.com/?47l9w7eecoilvwf" title="Download English Version" rel="nofollow">MediaFire</a>)</del></p>
<p>2011.01.08:<br />
1.增加空任务箱子的说明提示<br />
2.修正愚蠢的导致联系人界面显示错误的bug<br />
3.增加任务到期及过期任务在列表上的提示信息<br />
4.账户设置下拉选项中增加反馈链接<br />
5.增加时间视图下添加任务高亮任务所在箱子的动态效果<br />
6.调整快速 添加输入框到任务列表顶部<br />
7.修复用户-时区造成的任务显示问题<br />
8.其他一些bug修正以及改进<br />
9&#8230;..</p>
<p>1.Instruction showed when the box&#8217;s blank;<br />
2.The stupid bug which causes error on Contact page fixed;<br />
3.Due day,days overdue and days left showed on task bar;<br />
4.Feedback link added;<br />
5.Highlight effect showed on the box where task is added;<br />
6.Quick-add column adjusted to the top of task list;<br />
7.Other bugs fixed and performance improved.<br />
8.Fix &#8211; Timezone task show problem<br />
9&#8230;..<br />
中文版下载(<a href="http://u.115.com/file/f69c70b19d" title="中文版下载" rel="nofollow">115网盘</a>) Download English Version(<a href="http://u.115.com/file/f6a4b70fdf" title="Download English Version" rel="nofollow">115</a> <a href="http://www.filedude.com/download/CgWndREhHj8db92acebf" title="Download English Version" rel="nofollow">FileDude</a> )</p>
<p>声明：此版本并非官方版本，官方原生Mac版将于1月份左右发布，这个版本纯粹的个人兴趣项目，基于官方的Linux版本修改。<a href="https://twitter.com/heymi/">@heymi</a>界面设计，我<a href="https://twitter.com/leeiio">@leeiio</a>样式和脚本修改以及移植。</p>
]]></content:encoded>
			<wfw:commentRss>http://leeiio.me/mac-doit-im/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>pushme.to 给我push信息吧！</title>
		<link>http://leeiio.me/pushme-to/</link>
		<comments>http://leeiio.me/pushme-to/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 12:27:15 +0000</pubDate>
		<dc:creator>Leeiio</dc:creator>
				<category><![CDATA[Mac二三事]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iTouch]]></category>
		<category><![CDATA[pushme.to]]></category>

		<guid isPermaLink="false">http://leeiio.me/?p=1830</guid>
		<description><![CDATA[不同于另一款大名鼎鼎的Ping!是，本文介绍的pushme.to支持的更多，可以在WEB端给iPhone/iTouch 发送push信息，当然你也可以为你的博客增加一个widget来发送push信息到你的iPhone/iTouch。 那么什么是pushme.to？pushme.to是一个利用 iPhone/iTouch Push Notification 系统进行消息传递的工具，简单，却实用。而你所要做的就是打开你的 iPhone/iTouch 的 Push Notification 功能即可。 同时你也可以生成一个widget来实现让用户快速给你push信息的操作，并且还有wordpress 插件！ 目前售价$0.99，我当时是限时免费的时候购买的。iPhone/iTouch适用。 你可以点击这里给我发送一条push信息。]]></description>
			<content:encoded><![CDATA[<p><img src="http://imgs.leeiio.me/blogimgs/2010/02/20100208-pushmeto.jpg" alt="pushme.to" /><br />
不同于另一款大名鼎鼎的<a rel="nofollow" href="http://www.pingmessaging.com/Ping!/Ping!.html">Ping!</a>是，本文介绍的pushme.to支持的更多，可以在WEB端给iPhone/iTouch 发送push信息，当然你也可以为你的博客增加一个widget来发送push信息到你的iPhone/iTouch。<br />
<span id="more-1830"></span><br />
那么什么是pushme.to？pushme.to是一个利用 iPhone/iTouch Push Notification 系统进行消息传递的工具，简单，却实用。而你所要做的就是打开你的 iPhone/iTouch 的 Push Notification 功能即可。</p>
<p>同时你也可以生成一个<a rel="nofollow" href="http://pushme.to/widget.html">widget</a>来实现让用户快速给你push信息的操作，并且还有<a rel="nofollow" href="http://wordpress.org/extend/plugins/pushmeto-widget/">wordpress 插件</a>！</p>
<p><img src="http://imgs.leeiio.me/blogimgs/2010/02/20100208_notification.jpg" alt="pushme.to" /></p>
<p><img src="http://imgs.leeiio.me/blogimgs/2010/02/20100208_inbox.jpg" alt="pushme.to" /></p>
<p>目前售价$0.99，我当时是限时免费的时候购买的。iPhone/iTouch适用。<br />
<a href="http://itunes.com/apps/pushmeto"><img alt="Available on AppStore" src="http://pushme.to/img/App_Store_Badge_EN.png"></a></p>
<p><strong>你可以点击这里给我发送一条push信息。</strong><br />
<a rel="nofollow external" title="点击此处给我发送push信息" href="http://pushme.to/leeiio/"><img src="http://pushme.to/img/logo.png"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://leeiio.me/pushme-to/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Macintosh or Hackintosh ?</title>
		<link>http://leeiio.me/macintosh-or-hackintosh/</link>
		<comments>http://leeiio.me/macintosh-or-hackintosh/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 05:32:46 +0000</pubDate>
		<dc:creator>Leeiio</dc:creator>
				<category><![CDATA[Mac二三事]]></category>
		<category><![CDATA[麥金塔]]></category>
		<category><![CDATA[黑金塔]]></category>
		<category><![CDATA[黑蘋果]]></category>
		<category><![CDATA[Hackintosh]]></category>
		<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://leeiio.me/?p=930</guid>
		<description><![CDATA[維基百科百科如是說： 麥金塔电脑（Macintosh，簡稱 Mac，香港俗稱 Mac 機或蘋果機, 大陆亦有人称作苹果机或麦金托什机），是苹果电脑其中一系列的个人电脑。Macintosh 是由 Macintosh 計劃發起人 Jef Raskin 根據他最愛的蘋果品種 McIntosh 命名。据一些轶闻所说，最初发布广告时该系列电脑准备以 McIntosh 命名，但由于广告制作时将电脑名错误地印成 Macintosh，于是只好将错就错。 百度百科如是說： 簡單的說，Hackintosh 就是在非蘋果生產或非蘋果授權生產的普通 x86 架構 PC 上安裝 Mac OS 的行為——而這樣安裝上去的 Mac OS 就叫做 Hacintosh 。也稱為黑蘋果。 　　“黑蘋果( Hackintosh )” —— 一臺運行著最新 Leopard OS X &#8230; <a href="http://leeiio.me/macintosh-or-hackintosh/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://imgs.guaniu.com/blogpics/month_0902/20090216_macintoshorhackintosh.jpg" alt="Macintosh or Hackintosh" title="Macintosh or Hackintosh"/><br />
<strong>維基百科百科如是說：</strong></p>
<blockquote><p>麥金塔电脑（Macintosh，簡稱 Mac，香港俗稱 Mac 機或蘋果機, 大陆亦有人称作苹果机或麦金托什机），是苹果电脑其中一系列的个人电脑。Macintosh 是由 Macintosh 計劃發起人 Jef Raskin 根據他最愛的蘋果品種 McIntosh 命名。据一些轶闻所说，最初发布广告时该系列电脑准备以 McIntosh 命名，但由于广告制作时将电脑名错误地印成 Macintosh，于是只好将错就错。</p></blockquote>
<p><strong>百度百科如是說：</strong></p>
<blockquote><p>簡單的說，Hackintosh 就是在非蘋果生產或非蘋果授權生產的普通 x86 架構 PC 上安裝 Mac OS 的行為——而這樣安裝上去的 Mac OS 就叫做 Hacintosh 。也稱為黑蘋果。<br />
　　“黑蘋果( Hackintosh )” —— 一臺運行著最新 Leopard OS X 操作系統的PC電腦。<br />
　　在 2006 年，蘋果 Mac 電腦遷移到了英特爾處理器硬件構架之上，這就意味著蘋果公司那高貴的 OS X 系統也能夠運行在廉價個人電腦硬件之上了，而一個由黑客團體所推動的，名為 OSx86 (http://www.osx86project.org) 的項目也一直在向著這個目標努力。時至今日，OSx86 項目已經取得了長足的進步，它已經可以普通用戶在自己的黑蘋果電腦上體驗到最新版本的 Mac OS 10.5 操作系統。</p></blockquote>
<p><span id="more-930"></span><br />
而我，屬於後者。上大學二年級的時候，Noir 以及 P 都買了macbook 061，對於窮困潦倒的我，爲了避免出現計算機溝通問題，於是一咬牙，就把自己的PC給折騰成了 Hackintosh。那時候 Hackintosh 十分不好裝，不如現在，各破解版本五花八門，例如比較有名的<a rel="nofollow" href="http://pcwizcomputer.com/ipcosx86/" class="broken_link">iPC</a>,<a rel="nofollow" href="http://www.ideneb.ihackintosh.net/">iDeneb</a>,<a href="http://www.infinitemac.com" rel="nofollow">Zephyroth</a>,<a rel="nofollow" href="http://leo4all.com/">Leo4All</a>,iATKOS 還有經典的 jaS 等等等。我裝過幾乎我所談及的這些個版本，目前最終停留版是 iDeneb 的，一群意大利小伙搞的破解，之前還有要我幫忙買主板，原因是在他們那邊要 800 歐圓而國內只要錢來塊，可見他們爲了 Hackintosh 的事業盡了很大的力。</p>
<p>蘋果迷們或者jobs黨們這時候可能要說話了，這是在褻瀆蘋果，你這個偽蘋果迷。這裡我要糾正幾點，個人就是被蘋果的工業設計以及它的獨具匠心的 Macintosh 系統所吸引，所以我買了 ipod，也準備入手一臺 Macbook Pro，至於破解版的 mac 系統我覺得也極大一部分促進了 mac 在國內的推廣。要不是 Intel 的芯片，要不是 Hackintosh 的流行程度(據說用 Hackintosh 的用戶遠超 Linux 用戶，當然 Linux 用戶可能要說它不只是做桌面系統的)，Mac 對於國內用戶的認知程度還是很少的。当年微軟還不是故意對中國的盜版 Windows 系統睜一隻眼閉一隻眼，才造成的國內一片 Windows 的景象，所以 Hackintosh 并不是褻瀆蘋果，而恰恰相反，正因為那些熱愛 Apple ，熱愛 Macintosh 系統的人，可能由於一系列的問題諸如金錢問題，才選擇的 Hackintosh 。說到底，我不是個 Apple 迷，這種崇拜性質的情愫我積累不起來，我只是個 Mac user，熱愛 Apple 的工業設計，熱愛 Apple 的 Macintosh，但是我是個窮人，所以我也是 Hackintosh。</p>
<p>你知道做事情的幹勁很大一部分取決與心情，而蘋果系統給我帶來的愉悅性就十分的巨大。五花八門的軟件儘管比不上 Win 下的更加巨多，但是 Mac 下的軟件幾乎每一款的 UI 設計都是很美觀的，除了一些移植自 Win 的軟件之外。<a rel="nofollow" href="http://www.panic.com/coda/">Coda</a> 以及 <a rel="nofollow" href="http://macrabbit.com/espresso/">Espresso</a> ,又或者大名鼎鼎的 <a rel="nofollow" href="http://macromates.com/">Textmate</a> 以及 <a rel="nofollow" href="http://www.barebones.com/products/bbedit/">BBedit</a> 等一些著名的文本編輯器，給你帶來了 Code 的暢快淋漓感，<a rel="nofollow" href="http://apple.com.cn/Aperture/" class="broken_link">Aperture</a> 來處理您的相片將使你得心應手，<a rel="nofollow" href="http://skitch.com/">Skitch</a> 將會是您玩轉論壇的貼圖能手，<a rel="nofollow" href="http://www.adiumx.com/">Adium</a> 是我認為 Mac 下的必備多協議集合的即時通訊軟件，當然更加讓人覺得舒適的是他的 <a rel="nofollow" href="http://www.apple.com/macosx/">Mac OSX</a> 系統本身。</p>
<p>那么，您，是 Macintosh 還是 Hackintosh 呢？</p>
]]></content:encoded>
			<wfw:commentRss>http://leeiio.me/macintosh-or-hackintosh/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>網頁三劍客CS3漢化檔 For Mac !</title>
		<link>http://leeiio.me/fwfldwcs3zhcn/</link>
		<comments>http://leeiio.me/fwfldwcs3zhcn/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 06:08:45 +0000</pubDate>
		<dc:creator>Leeiio</dc:creator>
				<category><![CDATA[設計資源]]></category>
		<category><![CDATA[Mac二三事]]></category>

		<guid isPermaLink="false">http://blog.guaniu.com/?p=113</guid>
		<description><![CDATA[還有多少人掛念著網頁三劍客這個名詞咧，Fireworks,Flash以及Dreamweaver。 雖說熟用這些軟件得人英文版說起來沒什麼大礙，但是鑑于中文版看起來更加得舒適以及一目了然，所以有人出手了，完成了這個漢化檔。 漢化檔組件包括下列這些： Adobe Dreamweaver CS3 Adobe Fireworks CS3 ┗Adobe Extension Manager Adobe Flash CS3 ┗Adobe Flash CS3 Video Encoder 感謝WangYu(长发)的辛勤勞作，請點擊http://wangyu.ismac.cn下載該漢化檔。]]></description>
			<content:encoded><![CDATA[<p><img src="http://leeiio.me/wp-content/uploads/2008/06/fwfldwcs3zhcn.jpg" alt="" title="網頁三劍客"  class="imgborder"/></p>
<p class="fl">還有多少人掛念著網頁三劍客這個名詞咧，Fireworks,Flash以及Dreamweaver。</p>
<p>雖說熟用這些軟件得人英文版說起來沒什麼大礙，但是鑑于中文版看起來更加得舒適以及一目了然，所以有人出手了，完成了這個漢化檔。<br />
漢化檔組件包括下列這些：<br />
Adobe Dreamweaver CS3<br />
Adobe Fireworks CS3<br />
┗Adobe Extension Manager<br />
Adobe Flash CS3<br />
┗Adobe Flash CS3 Video Encoder<br />
<span id="more-113"></span><br />
感謝WangYu(长发)的辛勤勞作，請點擊<a href="http://wangyu.ismac.cn" class="broken_link">http://wangyu.ismac.cn</a>下載該漢化檔。</p>
]]></content:encoded>
			<wfw:commentRss>http://leeiio.me/fwfldwcs3zhcn/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>我這樣的Mac Fans</title>
		<link>http://leeiio.me/i-am-hackintosh/</link>
		<comments>http://leeiio.me/i-am-hackintosh/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 04:20:16 +0000</pubDate>
		<dc:creator>Leeiio</dc:creator>
				<category><![CDATA[Mac二三事]]></category>
		<category><![CDATA[Hackintosh]]></category>

		<guid isPermaLink="false">http://www.guaniu.com/blog/2007/12/11/i-am-hackintosh.html</guid>
		<description><![CDATA[先前的12月桌面秀的系統是xp來著,這回曬的是我的mac.沒錯,我就是傳說中的hackintosh&#8230; 截圖比較不夠清晰,因為為了圖片大小所以犧牲了點的質量.另外請大家務必多多捧場我們的mac論壇 http://www.mac-lab.cn]]></description>
			<content:encoded><![CDATA[<p id="fl">先前的12月桌面秀的系統是xp來著,這回曬的是我的mac.沒錯,我就是傳說中的hackintosh&#8230;<br />
截圖比較不夠清晰,因為為了圖片大小所以犧牲了點的質量.另外請大家務必多多捧場我們的mac論壇</p>
<p>http://www.mac-lab.cn</p>
<p><a href="http://www.yupoo.com/photos/zoom?id=ff80808116c73dca0116c767706c0637" target="_blank"><img class="imgborder" src="http://pic.yupoo.com/guaniu/281224d399c5/medium.jpg" alt="hackintosh" /></a></p>
<p><a href="http://www.yupoo.com/photos/zoom?id=ff80808116c73dca0116c76774f30639" target="_blank"><img class="imgborder" src="http://pic.yupoo.com/guaniu/156854d399c5/medium.jpg" alt="hackintosh" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://leeiio.me/i-am-hackintosh/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

