<?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>RaveMan&#039;s</title>
	<atom:link href="http://raveman.ru/feed/" rel="self" type="application/rss+xml" />
	<link>http://raveman.ru</link>
	<description>Thinking... 45% complete</description>
	<lastBuildDate>Sun, 01 Apr 2012 13:56:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<atom:link rel="next" href="http://raveman.ru/feed/?page=2" />

		<item>
		<title>OS X Tweaks</title>
		<link>http://raveman.ru/2012/04/01/779/</link>
		<comments>http://raveman.ru/2012/04/01/779/#comments</comments>
		<pubDate>Sun, 01 Apr 2012 13:45:40 +0000</pubDate>
		<dc:creator>raveman</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[hints]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[tweaks]]></category>

		<guid isPermaLink="false">http://raveman.ru/?p=779</guid>
		<description><![CDATA[Большое количество скрытых твиков для OS X, прямо раздолье. # включить полный доступ к кнопкам с клавиатуры (например с помощью Tab ходить по модальным окнам) # Enable full keyboard access for all controls (e.g. enable Tab in modal dialogs defaults write NSGlobalDomain AppleKeyboardUIMode -int 3 # включить субпиксельный рендер шрифтов на не-apple экранах # Enable [...]]]></description>
			<content:encoded><![CDATA[<div id="LC1">Большое количество скрытых твиков для OS X, прямо раздолье.</div>
<div></div>
<div># включить полный доступ к кнопкам с клавиатуры (например с помощью Tab ходить по модальным окнам)</div>
<div># Enable full keyboard access for all controls (e.g. enable Tab in modal dialogs</div>
<div>defaults write NSGlobalDomain AppleKeyboardUIMode -int 3</div>
<div id="LC3"></div>
<div id="LC4"># включить субпиксельный рендер шрифтов на не-apple экранах</div>
<div># Enable subpixel font rendering on non-Apple LCDs</div>
<div id="LC5">defaults write NSGlobalDomain AppleFontSmoothing -int 2</div>
<div id="LC6"></div>
<div id="LC7"># включить 2d док</div>
<div># Enable the 2D Dock</div>
<div id="LC8">defaults write com.apple.dock no-glass -bool true</div>
<div id="LC9"><span id="more-779"></span></div>
<div id="LC10"># автоматически скрывать и показывать док</div>
<div># Automatically hide and show the Dock</div>
<div id="LC11">defaults write com.apple.dock autohide -bool true</div>
<div id="LC12"></div>
<div id="LC13"># сделать полупрозрачными скрытые иконки приложений в  доке</div>
<div># Make Dock icons of hidden applications</div>
<div id="LC14">defaults write com.apple.dock showhidden -bool true</div>
<div id="LC15"></div>
<div id="LC16"># включить показ названия трэка играемого в iTunes над иконкой в доке</div>
<div># Enable iTunes track notifications in the Dock</div>
<div id="LC17">defaults write com.apple.dock itunes-notifications -bool true</div>
<div id="LC18"></div>
<div id="LC19"># отключить прозрачность меню</div>
<div># Disable menu bar transparency</div>
<div id="LC20">defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false</div>
<div id="LC21"></div>
<div id="LC22"># показывать оставшееся время работы от батарейки, скрыть проценты</div>
<div># Show remaining battery time; hide percentage</div>
<div id="LC23">defaults write com.apple.menuextra.battery ShowPercent -string &#8220;NO&#8221;</div>
<div id="LC24">defaults write com.apple.menuextra.battery ShowTime -string &#8220;YES&#8221;</div>
<div id="LC25"></div>
<div id="LC26"># Always show scrollbars</div>
<div id="LC27">defaults write NSGlobalDomain AppleShowScrollBars -string &#8220;Always&#8221;</div>
<div id="LC28"></div>
<div id="LC29"># Allow quitting Finder via ⌘ + Q; doing so will also hide desktop icons</div>
<div id="LC30">defaults write com.apple.finder QuitMenuItem -bool true</div>
<div id="LC31"></div>
<div id="LC32"># Disable window animations and Get Info animations in Finder</div>
<div id="LC33">defaults write com.apple.finder DisableAllAnimations -bool true</div>
<div id="LC34"></div>
<div id="LC35"># Show all filename extensions in Finder</div>
<div id="LC36">defaults write NSGlobalDomain AppleShowAllExtensions -bool true</div>
<div id="LC37"></div>
<div id="LC38"># Show status bar in Finder</div>
<div id="LC39">defaults write com.apple.finder ShowStatusBar -bool true</div>
<div id="LC40"></div>
<div id="LC41"># Expand save panel by default</div>
<div id="LC42">defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true</div>
<div id="LC43"></div>
<div id="LC44"># Expand print panel by default</div>
<div id="LC45">defaults write NSGlobalDomain PMPrintingExpandedStateForPrint -bool true</div>
<div id="LC46"></div>
<div id="LC47"># Disable the “Are you sure you want to open this application?” dialog</div>
<div id="LC48">defaults write com.apple.LaunchServices LSQuarantine -bool false</div>
<div id="LC49"></div>
<div id="LC50"># Disable shadow in screenshots</div>
<div id="LC51">defaults write com.apple.screencapture disable-shadow -bool true</div>
<div id="LC52"></div>
<div id="LC53"># Enable highlight hover effect for the grid view of a stack (Dock)</div>
<div id="LC54">defaults write com.apple.dock mouse-over-hilte-stack -bool true</div>
<div id="LC55"></div>
<div id="LC56"># Enable spring loading for all Dock items</div>
<div id="LC57">defaults write com.apple.dock enable-spring-load-actions-on-all-items -bool true</div>
<div id="LC58"></div>
<div id="LC59"># Show indicator lights for open applications in the Dock</div>
<div id="LC60">defaults write com.apple.dock show-process-indicators -bool true</div>
<div id="LC61"></div>
<div id="LC62"># Don’t animate opening applications from the Dock</div>
<div id="LC63">defaults write com.apple.dock launchanim -bool false</div>
<div id="LC64"></div>
<div id="LC65"># Display ASCII control characters using caret notation in standard text views</div>
<div id="LC66"># Try e.g. `cd /tmp; unidecode &#8220;\x{0000}&#8221; &gt; cc.txt; open -e cc.txt`</div>
<div id="LC67">defaults write NSGlobalDomain NSTextShowsControlCharacters -bool true</div>
<div id="LC68"></div>
<div id="LC69"># Disable press-and-hold for keys in favor of key repeat</div>
<div id="LC70">defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false</div>
<div id="LC71"></div>
<div id="LC72"># Set a blazingly fast keyboard repeat rate</div>
<div id="LC73">defaults write NSGlobalDomain KeyRepeat -int 0</div>
<div id="LC74"></div>
<div id="LC75"># Disable auto-correct</div>
<div id="LC76">defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false</div>
<div id="LC77"></div>
<div id="LC78"># Disable opening and closing window animations</div>
<div id="LC79">defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false</div>
<div id="LC80"></div>
<div id="LC81"># Enable AirDrop over Ethernet and on unsupported Macs running Lion</div>
<div id="LC82">defaults write com.apple.NetworkBrowser BrowseAllInterfaces -bool true</div>
<div id="LC83"></div>
<div id="LC84"># Disable disk image verification</div>
<div id="LC85">defaults write com.apple.frameworks.diskimages skip-verify -bool true</div>
<div id="LC86">defaults write com.apple.frameworks.diskimages skip-verify-locked -bool true</div>
<div id="LC87">defaults write com.apple.frameworks.diskimages skip-verify-remote -bool true</div>
<div id="LC88"></div>
<div id="LC89"># Automatically open a new Finder window when a volume is mounted</div>
<div id="LC90">defaults write com.apple.frameworks.diskimages auto-open-ro-root -bool true</div>
<div id="LC91">defaults write com.apple.frameworks.diskimages auto-open-rw-root -bool true</div>
<div id="LC92">defaults write com.apple.finder OpenWindowForNewRemovableDisk -bool true</div>
<div id="LC93"></div>
<div id="LC94"># Display full POSIX path as Finder window title</div>
<div id="LC95">defaults write com.apple.finder _FXShowPosixPathInTitle -bool true</div>
<div id="LC96"></div>
<div id="LC97"># Increase window resize speed for Cocoa applications</div>
<div id="LC98">defaults write NSGlobalDomain NSWindowResizeTime -float 0.001</div>
<div id="LC99"></div>
<div id="LC100"># Avoid creating .DS_Store files on network volumes</div>
<div id="LC101">defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true</div>
<div id="LC102"></div>
<div id="LC103"># Disable the warning when changing a file extension</div>
<div id="LC104">defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false</div>
<div id="LC105"></div>
<div id="LC106"># Show item info below desktop icons</div>
<div id="LC107">/usr/libexec/PlistBuddy -c &#8220;Set <img src='http://raveman.ru/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> esktopViewSettings:IconViewSettings:showItemInfo true&#8221; ~/Library/Preferences/com.apple.finder.plist</div>
<div id="LC108"></div>
<div id="LC109"># Enable snap-to-grid for desktop icons</div>
<div id="LC110">/usr/libexec/PlistBuddy -c &#8220;Set <img src='http://raveman.ru/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> esktopViewSettings:IconViewSettings:arrangeBy grid&#8221; ~/Library/Preferences/com.apple.finder.plist</div>
<div id="LC111"></div>
<div id="LC112"># Disable the warning before emptying the Trash</div>
<div id="LC113">defaults write com.apple.finder WarnOnEmptyTrash -bool false</div>
<div id="LC114"></div>
<div id="LC115"># Empty Trash securely by default</div>
<div id="LC116">defaults write com.apple.finder EmptyTrashSecurely -bool true</div>
<div id="LC117"></div>
<div id="LC118"># Require password immediately after sleep or screen saver begins</div>
<div id="LC119">defaults write com.apple.screensaver askForPassword -int 1</div>
<div id="LC120">defaults write com.apple.screensaver askForPasswordDelay -int 0</div>
<div id="LC121"></div>
<div id="LC122"># Enable tap to click (Trackpad)</div>
<div id="LC123">defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -bool true</div>
<div id="LC124"></div>
<div id="LC125"># Map bottom right Trackpad corner to right-click</div>
<div id="LC126">defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadCornerSecondaryClick -int 2</div>
<div id="LC127">defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadRightClick -bool true</div>
<div id="LC128"></div>
<div id="LC129"># Disable Safari’s thumbnail cache for History and Top Sites</div>
<div id="LC130">defaults write com.apple.Safari DebugSnapshotsUpdatePolicy -int 2</div>
<div id="LC131"></div>
<div id="LC132"># Enable Safari’s debug menu</div>
<div id="LC133">defaults write com.apple.Safari IncludeInternalDebugMenu -bool true</div>
<div id="LC134"></div>
<div id="LC135"># Make Safari’s search banners default to Contains instead of Starts With</div>
<div id="LC136">defaults write com.apple.Safari FindOnPageMatchesWordStartsOnly -bool false</div>
<div id="LC137"></div>
<div id="LC138"># Remove useless icons from Safari’s bookmarks bar</div>
<div id="LC139">defaults write com.apple.Safari ProxiesInBookmarksBar &#8220;()&#8221;</div>
<div id="LC140"></div>
<div id="LC141"># Add a context menu item for showing the Web Inspector in web views</div>
<div id="LC142">defaults write NSGlobalDomain WebKitDeveloperExtras -bool true</div>
<div id="LC143"></div>
<div id="LC144"># Only use UTF-8 in Terminal.app</div>
<div id="LC145">defaults write com.apple.terminal StringEncodings -array 4</div>
<div id="LC146"></div>
<div id="LC147"># Disable the Ping sidebar in iTunes</div>
<div id="LC148">defaults write com.apple.iTunes disablePingSidebar -bool true</div>
<div id="LC149"></div>
<div id="LC150"># Disable all the other Ping stuff in iTunes</div>
<div id="LC151">defaults write com.apple.iTunes disablePing -bool true</div>
<div id="LC152"></div>
<div id="LC153"># Make ⌘ + F focus the search input in iTunes</div>
<div id="LC154">defaults write com.apple.iTunes NSUserKeyEquivalents -dict-add &#8220;Target Search Field&#8221; &#8220;@F&#8221;</div>
<div id="LC155"></div>
<div id="LC156"># Disable send and reply animations in Mail.app</div>
<div id="LC157">defaults write com.apple.Mail DisableReplyAnimations -bool true</div>
<div id="LC158">defaults write com.apple.Mail DisableSendAnimations -bool true</div>
<div id="LC159"></div>
<div id="LC160"># Copy email addresses as `foo@example.com` instead of `Foo Bar &lt;foo@example.com&gt;` in Mail.app</div>
<div id="LC161">defaults write com.apple.mail AddressesIncludeNameOnPasteboard -bool false</div>
<div id="LC162"></div>
<div id="LC163"># Disable Resume system-wide</div>
<div id="LC164">defaults write NSGlobalDomain NSQuitAlwaysKeepsWindows -bool false</div>
<div id="LC165"></div>
<div id="LC166"># Disable the “reopen windows when logging back in” option</div>
<div id="LC167"># This works, although the checkbox will still appear to be checked.</div>
<div id="LC168">defaults write com.apple.loginwindow TALLogoutSavesState -bool false</div>
<div id="LC169">defaults write com.apple.loginwindow LoginwindowLaunchesRelaunchApps -bool false</div>
<div id="LC170"></div>
<div id="LC171"># Enable Dashboard dev mode (allows keeping widgets on the desktop)</div>
<div id="LC172">defaults write com.apple.dashboard devmode -bool true</div>
<div id="LC173"></div>
<div id="LC174"># Reset Launchpad</div>
<div id="LC175">[ -e ~/Library/Application\ Support/Dock/*.db ] &amp;&amp; rm ~/Library/Application\ Support/Dock/*.db</div>
<div id="LC176"></div>
<div id="LC177"># Show the ~/Library folder</div>
<div id="LC178">chflags nohidden ~/Library</div>
<div id="LC179"></div>
<div id="LC180"># Disable local Time Machine backups</div>
<div id="LC181">hash tmutil &amp;&gt; /dev/null &amp;&amp; sudo tmutil disablelocal</div>
<div id="LC182"></div>
<div id="LC183"># Remove Dropbox’s green checkmark icons in Finder</div>
<div id="LC184">file=/Applications/Dropbox.app/Contents/Resources/check.icns</div>
<div id="LC185">[ -e "$file" ] &amp;&amp; mv -f &#8220;$file&#8221; &#8220;$file.bak&#8221;</div>
<div id="LC186">unset file</div>
<div id="LC187"></div>
<div id="LC188"># Fix for the ancient UTF-8 bug in QuickLook (http://mths.be/bbo)</div>
<div id="LC189"># Commented out, as this is known to cause problems when saving files in Adobe Illustrator CS5 <img src='http://raveman.ru/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </div>
<div id="LC190">#echo &#8220;0&#215;08000100:0&#8243; &gt; ~/.CFUserTextEncoding</div>
<div id="LC191"></div>
<div id="LC192"># Kill affected applications</div>
<div id="LC193">for app in Safari Finder Dock Mail SystemUIServer; do killall &#8220;$app&#8221; &gt;/dev/null 2&gt;&amp;1; done</div>
<div></div>
<div><a href="https://github.com/mathiasbynens/dotfiles/blob/master/.osx">источник</a></div>
]]></content:encoded>
			<wfw:commentRss>http://raveman.ru/2012/04/01/779/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Продолжаем про SSD</title>
		<link>http://raveman.ru/2012/03/04/774/</link>
		<comments>http://raveman.ru/2012/03/04/774/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 09:19:45 +0000</pubDate>
		<dc:creator>raveman</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[sandforce]]></category>
		<category><![CDATA[ssd]]></category>
		<category><![CDATA[trim]]></category>

		<guid isPermaLink="false">http://raveman.ru/?p=774</guid>
		<description><![CDATA[Если  у вас SSD на чипсете Sandforce, например от производителя OCZ, то вам не следует включать TRIM на OS X Lion. Включение TRIM на sandforce-устройствах приведет к понижению скорости записи и чтения, плюс будут подвисания и «радужный мячик». Полная статья под катом. Should I use Trim Enabler on Lion for the OCZ Vertex (3)? No! [...]]]></description>
			<content:encoded><![CDATA[<p>Если  у вас SSD на чипсете Sandforce, например от производителя OCZ, то вам не следует включать TRIM на OS X Lion. Включение TRIM на sandforce-устройствах приведет к понижению скорости записи и чтения, плюс будут <a href="http://www.nanofunk.net/mac-osx-lion-10-7-system-freezes-kernel-iosurface-buffer-allocation-size-is-zero-console-message/">подвисания и «радужный мячик»</a>. Полная статья под катом.</p>
<p><span id="more-774"></span></p>
<h2><a title="Should I use Trim Enabler on Lion for the OCZ Vertex (3)? No! (Benchmarks inside)" href="http://www.nanofunk.net/should-i-use-trim-enabler-on-lion-for-the-ocz-vertex-3-no-benchmarks-inside/" rel="bookmark">Should I use Trim Enabler on Lion for the OCZ Vertex (3)? No! (Benchmarks inside)</a></h2>
<p>We recently blogged, after purchasing two <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26x%3D0%26ref_%3Dnb_sb_ss_i_0_12%26y%3D0%26field-keywords%3Docz%2520vertex%25203%26url%3Dsearch-alias%253Delectronics%26sprefix%3Docz%2520vertex%25203%23&amp;tag=nanofunknetau-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">OCZ Vertex SATA3 Drives</a> (240GB) and inserting them with an <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26x%3D0%26ref_%3Dnb_sb_ss_i_0_12%26y%3D0%26field-keywords%3Docz%2520vertex%25203%26url%3Dsearch-alias%253Delectronics%26sprefix%3Docz%2520vertex%25203%23%3Furl%3Dsearch-alias%3Delectronics&amp;tag=nanofunknetau-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">Optibay</a> setting (2 Drives in one MacBook Pro; see our previous post: <a href="http://www.nanofunk.net/2011-macbook-pro-and-sata-iii-6gbps-optibay-two-hd-drives-setup-explained/">2011 Macbook Pro and SATA III 6Gbps, Optibay: two HD drives – setup explained</a>).</p>
<p>We also blogged that <a href="http://www.nanofunk.net/mac-osx-10-7-lion-updating-annoyances-scolling-versioning-and-no-trim/">enabling TRIM is a good thing</a>, although it seems that it seems to be<a href="https://discussions.apple.com/message/13262397#13262397">not necessary on Sandforce based chipsets</a>.</p>
<p>Since we still were experiencing <a href="http://www.nanofunk.net/mac-osx-lion-10-7-system-freezes-kernel-iosurface-buffer-allocation-size-is-zero-console-message/">freezes and Sandballs on our Mac OSX Lion 10.7 SSD Setup that were actually not related to TRIM</a>, also the system did not feel as snappy anymore.</p>
<p><strong>Conclusion</strong>: don&#8217;t use TRIM on OSX Lion 10.7, if you are using a Sandforce based SSD. Revert to the original driver and not only the Beachballs will go away, but also the system feels snappy again. See the below Benchmarks for real-life results (since <a href="http://www.aja.com/products/software/">AJA System Test</a>does not work on internal drives, we can recommend using <a href="http://www.xbench.com/">XBENCH</a> to verify the figures for you).</p>
<p><strong>XBENCH Screenshot with TRIM Enabled (using TRIM Enabler for OSX 10.7 Lion)</strong><br />
<img title="Screen Shot 2011-08-07 at 16.00.30.png" src="http://www.nanofunk.net/wp-content/uploads/2011/08/Screen-Shot-2011-08-07-at-16.00.30.png" alt="Screen Shot 2011 08 07 at 16 00 30" width="474" height="369" border="0" /></p>
<p><strong>Screenshot of XBENCH without TRIM Enabler (Restored to original setting)</strong></p>
<p><img title="Screen Shot 2011-08-07 at 16.06.39.png" src="http://www.nanofunk.net/wp-content/uploads/2011/08/Screen-Shot-2011-08-07-at-16.06.39.png" alt="Screen Shot 2011 08 07 at 16 06 39" width="494" height="368" border="0" /></p>
<p>UPDATE: Grant Pannell (<a href="http://digitaldj.net/2011/07/21/trim-enabler-for-lion/">digitaldj.net</a>) reports on how to restore to the original settings.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://raveman.ru/2012/03/04/774/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find &amp; Scan Wireless Networks from the Command Line in Mac OS X</title>
		<link>http://raveman.ru/2012/02/29/772/</link>
		<comments>http://raveman.ru/2012/02/29/772/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 08:12:27 +0000</pubDate>
		<dc:creator>raveman</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[hints]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://raveman.ru/?p=772</guid>
		<description><![CDATA[A long hidden airport command line utility buried deep in Mac OS X can be used to scan for and find available wireless networks To do this, the first thing you’ll want to do is create a symbolic link from the airport utility to /usr/sbin for easy access. Launch the Terminal and type the following command: sudo [...]]]></description>
			<content:encoded><![CDATA[<p><img title="scan-wifi" src="http://osxdaily.com/wp-content/uploads/2012/02/scan-wifi.gif" alt="Find and Scan Wi-Fi Networks in OS X Command Line" width="620" height="334" /></p>
<p>A long <a href="http://osxdaily.com/2007/01/18/airport-the-little-known-command-line-wireless-utility/">hidden airport command line utility</a> buried deep in Mac OS X can be used to scan for and find available wireless networks</p>
<p>To do this, the first thing you’ll want to do is create a symbolic link from the airport utility to /usr/sbin for easy access. Launch the Terminal and type the following command:</p>
<p><code>sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/sbin/airport</code></p>
<p>The above command must appear on a single line to work properly. Enter the administrator password to create the symbolic link, which functions as an alias would in the Finder. Now you can use the airport command without the lengthy path to access it.</p>
<p>Now, to scan for and find all wireless networks within range, type the following:</p>
<p><code>airport -s</code></p>
<p>The list returned will show all available wifi networks and their router name (SSID), the router address (BSSID), signal strength (RSSI), channel, and security types used by the network.</p>
<p><img title="list-wireless-networks" src="http://osxdaily.com/wp-content/uploads/2012/02/list-wireless-networks.gif" alt="list wireless networks" width="620" height="218" /></p>
<p>By watching the output of airport -s and the RSSI strength, you could use the airport command line tool in a similar fashion to the Wi-Fi Diagnostics utility to <a href="http://osxdaily.com/2011/12/28/check-wireless-signal-strength-optimize-wifi-networks-mac-os-x/">optimize a wireless connection</a>.</p>
<p>You can also get much of the same detailed information <a href="http://osxdaily.com/2011/06/15/get-detailed-wifi-info-from-the-menu-bar/">from the Wi-Fi menu by holding the Option key</a> on click, although that will only show you details of one access point at a time.</p>
]]></content:encoded>
			<wfw:commentRss>http://raveman.ru/2012/02/29/772/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Radeon 6870 в Mac Pro и 16 GB RAM в MacBook Pro</title>
		<link>http://raveman.ru/2012/02/14/762/</link>
		<comments>http://raveman.ru/2012/02/14/762/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 10:28:16 +0000</pubDate>
		<dc:creator>raveman</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Разное]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ati]]></category>
		<category><![CDATA[hints]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[macbook pro]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[mbp]]></category>
		<category><![CDATA[radeon]]></category>
		<category><![CDATA[ram]]></category>
		<category><![CDATA[swap]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://raveman.ru/?p=762</guid>
		<description><![CDATA[Вместе с новым годом пришла пора апгрейдов, благо наступил 2012й, и не хорошо в новом году жить с морально устаревшим железом и технологиями. Плюс давно ничего не писал про свои апгрейды и изыскания. Сегодня 2 апгрейда: установка 16 ГБ памяти в ноутбук macbook pro 15 2011, и установка AMD Radeon 6870 в Mac Pro 2008 [...]]]></description>
			<content:encoded><![CDATA[<p>Вместе с новым годом пришла пора апгрейдов, благо наступил 2012й, и не хорошо в новом году жить с морально устаревшим железом и технологиями. Плюс давно ничего не писал про свои апгрейды и изыскания.</p>
<p>Сегодня 2 апгрейда: установка 16 ГБ памяти в ноутбук macbook pro 15 2011, и установка AMD Radeon 6870 в Mac Pro 2008 (3,1).</p>
<p><span id="more-762"></span></p>
<p>После выхода Final Cut Pro X и Compressor 4 все Mac Pro младше 4,1 (моложе 2009 года) оказались за бортом: программы просто не запускались с диагнозом &#8211; ваша видео карта не поддерживается. И это не смотря на то, что Mac Pro с 2мя xeon 3GHz, которые до сих пор дают фору Core i5x, i7x процессорам в настольных системах.</p>
<p>Путем долгих подборов видео карт, обнаружено, что в Mac Pro можно завести AMD Radeon 5850 на Snow Leopard 10.6.5-8. Но эти карты уже исчезли из продажи, текущая линейка 6xxx. Под Snow Leopard AMD Readeon 6870 не завелся не смотря на все танцы с бубнами.<br />
Обновление системы до OSX Lion 10.7.2 без всяких дополнительных ухищрений позволило наслаждаться современным ускорителем и получить все плюшки вычислений на GPU.</p>
<p>И так, отлично работает OTB (out of the box) <a href="http://www.nix.ru/autocatalog/xfx/PCIE_DDR5_XFX_Radeon_HD6870_900M_DualDVI_HDMI_DualminiDP_Crossfire_HD687AZHFS_121640.html" target="_blank">XFX Radeon HD6870 1GB DDR5</a>. Единственный минус – монитор остается черным до тех пор, пока не прогрузится драйвер устройства при загрузке os x.</p>
<p><a href="http://raveman.ru/wp-content/uploads/2012/02/macpro_6870_1.png"><img class="alignleft size-medium wp-image-764" title="mac pro ati radeon 6870" src="http://raveman.ru/wp-content/uploads/2012/02/macpro_6870_1-300x191.png" alt="" width="300" height="191" /></a></p>
<p><a href="http://raveman.ru/wp-content/uploads/2012/02/macpro_6870_2.png"><img class="alignleft size-medium wp-image-765" title="mac pro ati radeon 6870" src="http://raveman.ru/wp-content/uploads/2012/02/macpro_6870_2-300x219.png" alt="" width="300" height="219" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>На рынке появились DDR3 SODIMM планки размером 8 ГБ. А мы знаем, что os x lion 10.7, как и snow leopard поддерживают до 16 ГБ памяти, в купе с Core i5/i7 процессорами, чем мы и воспользуемся.</p>
<p>После установки <a href="http://www.nix.ru/autocatalog/notebook_memory/Original_SAMSUNG_DDRIII_SODIMM_8Gb_PC310600_NoteBook_123007.html">SAMSUNG DDR3 8GB PC3-10600</a> у нас имеется 16 ГБ:</p>
<p>&nbsp;</p>
<p><a href="http://raveman.ru/wp-content/uploads/2012/02/mbp_16gb_1.png"><img class="alignleft size-medium wp-image-766" title="macbook pro 2011 16 gb ram system info" src="http://raveman.ru/wp-content/uploads/2012/02/mbp_16gb_1-300x191.png" alt="" width="300" height="191" /></a></p>
<p><a href="http://raveman.ru/wp-content/uploads/2012/02/mbp_16gb_2.png"><img class="alignleft size-medium wp-image-767" title="macbook pro 2011 16 gb ram system info extended" src="http://raveman.ru/wp-content/uploads/2012/02/mbp_16gb_2-300x219.png" alt="" width="300" height="219" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>После чего со спокойной душой окончательно отключаем swap:</p>
<pre><code>sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.dynamic_pager.plist</code>
sudo rm /private/var/vm/swapfile*</pre>
<p><code><br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://raveman.ru/2012/02/14/762/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Фотоуроки для увлекающихся фотографией</title>
		<link>http://raveman.ru/2011/12/27/752/</link>
		<comments>http://raveman.ru/2011/12/27/752/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 14:07:22 +0000</pubDate>
		<dc:creator>raveman</dc:creator>
				<category><![CDATA[видео]]></category>
		<category><![CDATA[обучение]]></category>
		<category><![CDATA[фото]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[hints]]></category>
		<category><![CDATA[уроки]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://raveman.ru/?p=752</guid>
		<description><![CDATA[Шикарные видео-уроки для увлекающихся фотографией, рекомендовано всем, кому интересна фотография.]]></description>
			<content:encoded><![CDATA[<p>Шикарные <a href="http://www.youtube.com/playlist?list=PLBC5A73FEA8B7D7D2">видео-уроки</a> для увлекающихся фотографией, рекомендовано всем, кому интересна фотография.</p>
<p><iframe width="480" height="274" src="http://www.youtube.com/embed/OUYuUs1aaCU" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://raveman.ru/2011/12/27/752/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Исправление зимнего российского времени (timezone) в Snow Leopard 10.6.x</title>
		<link>http://raveman.ru/2011/12/27/750/</link>
		<comments>http://raveman.ru/2011/12/27/750/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 09:46:58 +0000</pubDate>
		<dc:creator>raveman</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[hints]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[timezone]]></category>

		<guid isPermaLink="false">http://raveman.ru/?p=750</guid>
		<description><![CDATA[В связи с отменой перехода на летнее/зимнее время посвящается. В Mac OS X настройки часовых поясов находятся в двух местах: /etc/localtime и /usr/share/icu/icudtXXX.dat. /etc/localtime, который является сиволической ссылкой на /usr/share/zoneinfo/[установленная time zone, например Europe/Moscow], задает настройки временных зон для консоли. Системные часы, приложения Mail и прочие берут настройки тайм-зон из /usr/share/icu/icudtXXX.dat. 30 октября 2011г. у [...]]]></description>
			<content:encoded><![CDATA[<p>В связи с отменой перехода на летнее/зимнее время посвящается.</p>
<p>В Mac OS X настройки часовых поясов находятся в двух местах: <em>/etc/localtime</em> и <em>/usr/share/icu/icudtXXX.dat</em>.<br />
<em>/etc/localtime</em>, который является сиволической ссылкой на <em>/usr/share/zoneinfo/[установленная time zone, например Europe/Moscow]</em>, задает настройки временных зон для консоли.<br />
Системные часы, приложения Mail и прочие берут настройки тайм-зон из <em>/usr/share/icu/icudtXXX.dat</em>.</p>
<p>30 октября 2011г. у меня случилось следующее: в Terminal&#8217;е и различных консольных утилитах время правильное(localtime был заранее обновлен), а в Mail, системных часах и прочем отстает на час.</p>
<h4>Решение проблемы</h4>
<p><span id="more-750"></span></p>
<p>Модификация <em>/etc/localtime</em></p>
<p>Скачиваем актуальную версию tzdata(я использовал tzdata2011l.tar.gz, последнюю версию можно взять <a href="http://www.iana.org/time-zones">здесь</a>).<br />
Распаковываем (<em>tar xzf ./tzdata2011l.tar.gz</em>).<br />
Применяем (<em>sudo zic europe</em>).<br />
Проверяем (<em>zdump -v /etc/localtime | grep 2011</em>).</p>
<pre>Должно получиться примерно так:
eth0-loth:~$ zdump -v /etc/localtime | grep 2011</pre>
<pre>/etc/localtime Sat Mar 26 22:59:59 2011 UTC = Sun Mar 27 01:59:59 2011 MSK isdst=0</pre>
<pre>/etc/localtime Sat Mar 26 23:00:00 2011 UTC = Sun Mar 27 03:00:00 2011 MSK isdst=0</pre>
<p>Как видно — переход в марте указан, а октябрьский — исчез.</p>
<p>Модификация <em>/usr/share/icu/icudtXXX.dat</em></p>
<p>У меня стоит Xcode, поэтому я компилировал файл прямо у себя.<br />
Скачиваем исходники ICU (брать <a href="http://www.opensource.apple.com/tarballs/ICU/">тут</a>).<br />
Распаковываем:<br />
<em>tar xzf ICU-400.42.tar.gz</em><br />
<em>cd ICU-400.42/icuSources</em><br />
Копируем актуальную tzdata в исходники:<br />
<em>cp ~/tzdata2011l.tar.gz ./tools/tzcode/</em><br />
Cобираем и компилируем:<br />
<em>./runConfigureICU MacOSX &#8211;with-data-packaging=archive</em><br />
<em>gmake</em> (прим: в моем случае на OS X Lion 10.7 просто <em>make</em>)<br />
Делаем бэкап:<br />
<em>cp /usr/share/icu/icudt40l.dat ~</em><br />
Устанавливаем файл:<br />
<em>sudo install -o root -g wheel -m 0644 -Sp data/out/icudt40l.dat /usr/share/icu/icudt40l.dat</em><br />
Для окончательного применения, перезагружаемся.</p>
<h4>Заключение</h4>
<p>Все вышенаписанное проверялось на Mac OS X Snow Leopard 10.6.8. В результате имеем правильную тайм зону (Europe/Moscow), включенную синхронизацию ntp и правильное время во всех приложениях.</p>
<p>P.S. Cтоит отметить, что при попытке собрать более позднюю версию icu(icudt46l) система работала нестабильно.</p>
<p>UPD: Скомпилированный файл icudt40l.dat (<a href="http://80.64.99.26/icudt40l.dat">здесь</a>) и файл зоны Moscow(<a href="http://80.64.99.26/Moscow">здесь</a>).</p>
<p><a href="http://habrahabr.ru/blogs/macosx/131621/">источник</a></p>
]]></content:encoded>
			<wfw:commentRss>http://raveman.ru/2011/12/27/750/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Как слушать (стримить) свою библиотеку iTunes через интернет</title>
		<link>http://raveman.ru/2011/12/20/747/</link>
		<comments>http://raveman.ru/2011/12/20/747/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 11:50:46 +0000</pubDate>
		<dc:creator>raveman</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[hints]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[stream]]></category>

		<guid isPermaLink="false">http://raveman.ru/?p=747</guid>
		<description><![CDATA[Mac OS X users and faithful readers of TUAW know that there is great power found in the command-line, but one of the greatest advantages of OS X&#8217;s UNIX heritage is the secure shell (SSH) client and server. From the Apple Matters article on SSH tunnels for the common man: &#8220;SSH is a network protocol that provides [...]]]></description>
			<content:encoded><![CDATA[<p>Mac OS X users and faithful readers of TUAW know that there is great power found in the <a href="http://www.tuaw.com/category/terminal-tips/" target="_blank">command-line</a>, but one of the greatest advantages of OS X&#8217;s UNIX heritage is the secure shell (<a href="http://www.tuaw.com/tag/SSH/">SSH</a>) client and server. From the Apple Matters article on <a href="http://www.applematters.com/article/using-ssh-secure-tunnels-for-the-common-man-part-i/" target="_blank">SSH tunnels for the common man</a>: &#8220;SSH is a network protocol that provides secure communication between two computers.&#8221; Its power comes from the ability to create an encrypted tunnel through which a client can send many types of internet traffic.</p>
<p>The <a href="http://www.lifehacker.com/" target="_blank">Lifehacker</a> article on <a href="http://lifehacker.com/software/home-server/geek-to-live--set-up-a-personal-home-ssh-server-205090.php" target="_blank">setting up an SSH server</a> covers the steps necessary to roll your own SSH server whether you are running Windows or OS X. Parts <a href="http://www.applematters.com/article/using-ssh-secure-tunnels-for-the-common-man-part-i/" target="_blank">one</a> and <a href="http://www.applematters.com/article/using-ssh-secure-tunnels-for-the-common-man-part-ii/" target="_blank">two</a> of the Apple Matters series on SSH tunnels provide a lot of useful information on SSH as well as creating an SSH tunnel for encrypting traffic. One such use that has not yet been covered is how it is possible to stream your iTunes library across the internet while using software that is either built-in or available for free.</p>
<p>This tutorial will get pretty technical and assumes that you already have an SSH server and you know how to access it from a remote location (e.g. from work). If you are already past the point of just setting up an SSH server and are asking yourself &#8220;what now?&#8221; then read on to find out how you too can listen to your tunes at work even though they are trapped at home.</p>
<p>For starters, we must set-up an SSH tunnel from our local machine to our remote SSH server. There are several applications that can be used to create the tunnel such as<a href="http://www.grepsoft.net/jellyfissh.html" target="_blank">JellyfiSSH</a> (free) or <a href="http://codesorcery.net/meerkat" target="_blank">Meerkat</a> (not free) for OS X and <a href="http://www.chiark.greenend.org.uk/%7Esgtatham/putty/download.html" target="_blank">PuTTY</a> for Windows. Additionally, the tunnel can be created from the command-line using <a href="http://www.tuaw.com/tag/Terminal/">Terminal</a>; if you are on Windows you will need to get <a href="http://www.cygwin.com/" target="_blank">Cygwin</a>. The tunnel should be created such that you wish to access a remote service on port 3689 of your SSH server and have that forwarded to some random local port above 1024. If you use a port lower than 1024 it will require root privileges and for this reason I recommend something simple like 36890. If you&#8217;re doing this the command-line way you&#8217;re going to run something akin to the following:</p>
<blockquote><p>&#8220;ssh user@remote_server_ip -L 36890:127.0.0.1:3689&#8243;</p></blockquote>
<p>In a nutshell the command above says to create an SSH tunnel that forwards the service running on port 3689 at the remote server to port 36890 on your local computer. To test the connection you can telnet to &#8220;127.0.0.1 36890&#8243; and then hit &lt;enter&gt; twice. This should list a killed connection to DAAP-Server: iTunes; if it does then your tunnel is up and everything is ready to go. If this does not work check to make sure that iTunes is running on the remote server, make sure <a href="http://www.tuaw.com/2007/05/21/mac-101-sharing-your-itunes-library-in-3-easy-steps/" target="_blank">library sharing is enabled</a> or try verifying port 3689 is open at the remote server.</p>
<p>Now that the SSH tunnel is running smoothly, it&#8217;s time for the magic portion of the show. You&#8217;re going to need to grab an application called <a href="http://ileech.sourceforge.net/index.php?content=RendezvousProxy-News" target="_blank">RendezvousProxy</a> from <a href="http://ileech.sourceforge.net/index.php?content=RendezvousProxy-Download" target="_blank">here</a>. RendezvousProxy is required for iTunes to be notified of the shared library&#8217;s availability. If you are using Windows grab the only binary available and download it. On OS X you will need to download the binary for <a href="http://www.tuaw.com/tag/Java/">Java</a> as the OS X binary does not seem to work in Leopard. There is no need to run the included script called &#8220;runme.sh&#8221; (it will not harm anything, it is simply unnecessary). Launch RendezvousProxy by double-clicking the included jar file; when the application appears you will need to add a host and configure it as shown here:<br />
<img src="http://www.blogcdn.com/www.tuaw.com/media/2008/12/addnewhost-2008-12-09-at2.png" alt="" border="1" hspace="4" vspace="4" /></p>
<p>Once the new host has been added you should see a link to the shared library in iTunes:<br />
<img src="http://www.blogcdn.com/www.tuaw.com/media/2008/12/itunes-2008-12-09-at.png" alt="" border="1" hspace="4" vspace="4" /></p>
<p>At this point you can click on the newly added iTunes library share and start jamming out to the new Britney Spears Killers album. Keep in mind that if you are on dial-up or a similar low-bandwidth connection, the music may skip and problems could occur for users on the network where the SSH server resides. However, if you&#8217;re rocking with a good connection and tons of tracks to choose from then you should have no problem finding some music to listen to &#8212; probably annoying all of your co-workers.</p>
<p>One more thing: if you happen to have <a href="http://www.tuaw.com/tag/Xcode/">Xcode</a> installed and want to go a step further with this little project it is incredibly easy to fix the OS X binary. All you have to do is<a href="http://ileech.sourceforge.net/index.php?content=RendezvousProxy-Download" target="_blank">download</a> the source, open the project in Xcode, and re-build. Also, if you don&#8217;t need an interactive terminal session open for the purpose of sending other commands to the SSH server you can add the &#8220;-N&#8221; flag to the command so it reads &#8220;-NL&#8221; instead.</p>
]]></content:encoded>
			<wfw:commentRss>http://raveman.ru/2011/12/20/747/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Постоянно обновленный гайд по установке хакинтошей</title>
		<link>http://raveman.ru/2011/12/20/745/</link>
		<comments>http://raveman.ru/2011/12/20/745/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 08:19:06 +0000</pubDate>
		<dc:creator>raveman</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[hackintosh]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[hints]]></category>
		<category><![CDATA[macosx]]></category>

		<guid isPermaLink="false">http://raveman.ru/?p=745</guid>
		<description><![CDATA[источник Building a hackintosh—that is, installing Mac OS X on non-Apple hardware—used to require extremely restricted hardware choices and quite a bit of know-how. Now your options are vast and the installation process is fairly simple. With that in mind, here is our always up-to-date guide to building a hackintosh that will walk you through [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lifehacker.com/5841604/the-always-up+to+date-guide-to-building-a-hackintosh">источник</a></p>
<p>Building a hackintosh—that is, installing Mac OS X on non-Apple hardware—used to require extremely restricted hardware choices and quite a bit of know-how. Now your options are vast and the installation process is fairly simple. With that in mind, here is our always up-to-date guide to building a hackintosh that will walk you through purchasing compatible parts, building your machine, and installing OS X all on your own. Thanks to a new process, it&#8217;s even easier than before.</p>
<p><strong>Currently Up-to-Date Version: Mac OS X 10.7.2 (UniBeast Method)</strong><br />
If you&#8217;re looking for the former method of installing Mac OS X Lion using TonyMac&#8217;s EasyBeast utility, we have archived it <a href="http://lifehacker.com/5857153/how-to-build-a-hackintosh-and-install-mac-os-x-1072-using-easybeast-and-multibeast">here</a>. While there&#8217;s really no reason to follow those instructions if you&#8217;re looking to install Lion, you can use them to help you install Snow Leopard.</p>
<h4>First Things First: What Is a Hackintosh, Exactly?</h4>
<p><span id="more-745"></span></p>
<p>A hackintosh is simply any non-Apple hardware that has been made—or &#8220;hacked&#8221;—to run Mac OS X. This could apply to any hardware, whether it&#8217;s a manufacturer-made or personally-built computer. For the purposes of this guide, we&#8217;re only discussing a tried-and-true method for building a hackintosh that <em>you</em> build.</p>
<p>That means you&#8217;ll need to be comfortable with the idea of <a href="http://lifehacker.com/5827491/how-to-build-a-computer-from-scratch-lesson-3-building-the-computer">building your own machine</a><br />
and providing your own technical support when you run into problems. While this can be a little bit of a scary prospect if you&#8217;re new to building a hackintosh, it comes with the advantage of saving you a lot of money while still providing you with an incredibly powerful, fully customizable machine. We&#8217;ll also point you to several resources we&#8217;ve put together to help you learn everything you need to know about building a computer so you can feel confident on your first time through the entire computer building process. While it&#8217;s important to know that building a hackintosh from scratch is not a project for beginners, it is something that anyone can learn to do. We think it&#8217;s a wonderful alternative to purchasing an official Apple product and a rewarding challenge. Now that you know what to expect, let&#8217;s get to work.</p>
<div></div>
<h4>How Does This Guide Work?</h4>
<p>It may seem strange to have an always up-to-date guide to building a hackintosh because the process changes based on the hardware choices you make. Although this is true, it doesn&#8217;t change that much. We&#8217;ll be discussing the process of building a hackintosh on a broad level, as it applies to most hardware. As a result, this guide will not always be able to tell you the exact boxes to tick and choices to make, but it <em>will</em> teach you how to figure that out for yourself. We&#8217;ll hold your hand as tightly as possible through as much of the process as we can, but there will be some decisions you&#8217;ll have to make on your own. It can be a little scary sometimes, but that&#8217;s part of the fun.</p>
<p>In summary, this always up-to-date guide will explain how to pick the right hardware for a great hackintosh and walk you through the standard OS X installation process, but it will also require you to be diligent and informed in regards to the variables in your specific build.</p>
<div></div>
<h2>How to Choose the Best Hardware for Your Needs</h2>
<p>&nbsp;</p>
<div>
<div><a href="http://cache.gawkerassets.com/assets/images/17/2011/09/0800-choose-hardware.jpg" rel="lytebox">Full size</a></div>
<p><img src="http://cache.gawkerassets.com/assets/images/17/2011/09/medium_0800-choose-hardware.jpg" alt="" width="300" height="200" /></div>
<p>Picking out hardware and building a computer is often the most daunting part of this process. If you&#8217;ve never done it before, it can often feel like putting together puzzle where many of the pieces <em>seem</em>interchangeable but truly are not. That said, we have plenty of resources to help you demystify the purchasing and building process so you&#8217;re feeling confident.</p>
<p>&nbsp;</p>
<p>First, let&#8217;s talk about choosing hardware and what makes certain options better than others.</p>
<div></div>
<p>&nbsp;</p>
<div>
<div><a href="http://cache.gawkerassets.com/assets/images/17/2011/09/0800-hackintosh-hardware-03.jpg" rel="lytebox">Full size</a></div>
<p><img src="http://cache.gawkerassets.com/assets/images/17/2011/09/medium_0800-hackintosh-hardware-03.jpg" alt="" width="300" height="200" /></div>
<p>When Apple builds their official Macs, their parts are not that different from the parts we can buy online when we build our own PCs. In fact, they&#8217;re often the same. Additionally, third-party manufacturers will create hardware for Apple&#8217;s Mac Pro computers to add additional options to the mix. This means that Apple, or the third parties, need to create software drivers for Mac OS X in order for the hardware to work. This means that virtually any hardware with these drivers is going to be hardware you can use in your hackintosh build. Additionally, the talented people on the internet have developed their own open source drivers for non-Mac hardware in order to provide additional options for your hackintosh. While all of these efforts only span a small percentage of the available hardware on the market, it still provides you with a lot of great choices. Many motherboards, graphics cards, and processors are compatible thanks to these combined efforts.</p>
<p>&nbsp;</p>
<div></div>
<p>&nbsp;</p>
<div>
<div><a href="http://cache.gawkerassets.com/assets/images/17/2011/09/0800-hackintosh-hardware-01.jpg" rel="lytebox">Full size</a></div>
<p><img src="http://cache.gawkerassets.com/assets/images/17/2011/09/medium_0800-hackintosh-hardware-01.jpg" alt="" width="300" height="196" /></div>
<p>The next question is, how do you know what is and isn&#8217;t compatible? Like we&#8217;ve already discussed, if Apple has used the part before, that&#8217;s generally a good sign that you can use it, too. That said, you always want to double-check when you&#8217;re putting your hardware list together. To help you out, we&#8217;ve created <a href="http://lifehacker.com/5837615/how-do-i-choose-the-right-hardware-when-building-a-hackintosh">a hackintosh hardware buyer&#8217;s guide</a> so you can figure out what will and will not work. Follow that guide when choosing your hardware and you should be good to go. You can also reference our <a href="http://lifehacker.com/5672051/how-to-build-a-hackintosh-mac-and-install-os-x-in-eight-easy-steps">Hack Pro</a> and <a href="http://lifehacker.com/5815715/how-to-build-a-hackintosh-mini-for-less-than-600">Hack Mini</a>builds, or just use the sample build provided at the end of this section.</p>
<p>&nbsp;</p>
<div></div>
<p>&nbsp;</p>
<div>
<div><a href="http://cache.gawkerassets.com/assets/images/17/2011/09/0800-hackintosh-misc-screws.jpg" rel="lytebox">Full size</a></div>
<p><img src="http://cache.gawkerassets.com/assets/images/17/2011/09/medium_0800-hackintosh-misc-screws.jpg" alt="" width="300" height="212" /></div>
<p>Once you have your hardware you&#8217;re going to need to assemble it into a working computer. We have an <a href="http://lifehacker.com/5828747/how-to-build-a-computer-from-scratch-the-complete-guide?tag=nightschool">entire night school course on computer building</a>, but <a href="http://lifehacker.com/5827491/how-to-build-a-computer-from-scratch-lesson-3-building-the-computer?tag=nightschool">this specific lesson will walk you through how to build your first computer</a>. Follow it diligently,<em>read your motherboard and case manuals closely</em>, and you should have a functional machine in no time.</p>
<p>&nbsp;</p>
<div></div>
<h4>A Sample Build</h4>
<p>With the resources we&#8217;ve discussed, you should be all set to build your hackintosh. Before we move on, however, let&#8217;s take a look at a sample build so you can get an idea of what a basic hardware shopping list looks like. This is an actual hackintosh we&#8217;ve built, <a href="http://tonymacx86.blogspot.com/2011/09/building-sandy-bridge-customac-customac.html">based on hardware suggested by tonymacx86</a>. It only costs a little over $300, so it&#8217;s a great option for beginners. Here&#8217;s the parts list:</p>
<ul>
<li><strong>CPU</strong>: <a href="http://www.amazon.com/gp/product/B0051YS85O/ref=as_li_ss_tl?ie=UTF8&amp;tag=gmgamzn-20">Intel Core i3-2105 with Intel HD 3000 Graphics</a></li>
<li><strong>GPU</strong>: None necessary (it&#8217;s integrated with the CPU)</li>
<li><strong>Motherboard</strong>: <a href="http://www.amazon.com/gp/product/B004TJWI7Q/ref=as_li_ss_tl?ie=UTF8&amp;tag=gmgamzn-20">Gigabyte GA-H67N-USB3-B3</a></li>
<li><strong>RAM</strong>: <a href="http://www.amazon.com/gp/product/B003ZDJ42O/ref=as_li_ss_tl?ie=UTF8&amp;tag=gmgamzn-20">CORSAIR 8GB (2 x 4GB) 240-Pin DDR3</a></li>
<li><strong>Case and Power Supply</strong>: <a href="http://www.amazon.com/gp/product/B001H0BA24/ref=as_li_ss_tl?ie=UTF8&amp;tag=gmgamzn-20">APEX MI-008 Mini-ITX with 250w PSU</a></li>
<li><strong>Optical Drive</strong>: <a href="http://www.amazon.com/gp/product/B003MRHOQG/ref=as_li_ss_tl?ie=UTF8&amp;tag=gmgamzn-20">Sony Optiarc</a></li>
<li><strong>Data Drive</strong>: <a href="http://www.amazon.com/gp/product/B004IZN3YI/ref=as_li_ss_tl?ie=UTF8&amp;tag=gmgamzn-20">Seagate Barracuda 1 TB SATA 6Gb/s</a> (HDD) or <a href="http://www.amazon.com/gp/product/B0051A8T52/ref=as_li_ss_tl?ie=UTF8&amp;tag=gmgamzn-20">Corsair Force Series 3 120GB SATA 6Gb/s</a> (SSD)</li>
</ul>
<div></div>
<p>You&#8217;ll find <a href="http://tonymacx86.blogspot.com/search/label/CustoMac">lots of builds like this on tonymacx86&#8242;s blog</a>, so you can build those exact machines or use them as starting points to create your own build. However you want to go about it, be sure to read our <a href="http://lifehacker.com/5837615/how-do-i-choose-the-right-hardware-when-building-a-hackintosh">a hackintosh hardware buyer&#8217;s guide</a> if you want help with selecting your parts.</p>
<p>By this point you should have purchased your parts, built your computer, and turned it on to make sure everything is functioning. If all systems are go, it&#8217;s time to move on to the installation process.</p>
<h2>How to Install Mac OS X on Your Hackintosh</h2>
<p>Installing Mac OS X on hackintosh hardware involves a bit more than just popping in a DVD, choosing a boot volume, and clicking a button. You&#8217;ll have to do all of that, too, but there&#8217;s a bit of prep work involved. Let&#8217;s get started.</p>
<h4>Step 1: Configure the BIOS</h4>
<p><a href="http://cache.gawkerassets.com/assets/images/17/2011/09/0800-bios-settings-key.jpg" rel="lytebox"><img title="The Always Up-to-Date Guide to Building a Hackintosh [OS X 10.7.2 UniBeast]" src="http://cache.gawkerassets.com/assets/images/17/2011/09/medium_0800-bios-settings-key.jpg" alt="The Always Up-to-Date Guide to Building a Hackintosh [OS X 10.7.2 UniBeast]" width="300" /></a>When you turn your machine on, it should display its BIOS welcome screen. This is generally an image with the name of your motherboard and indicators for a few keys you can press to edit your BIOS. Before we can install OS X, we first have to make a few changes to the BIOS (your motherboard&#8217;s settings), so you&#8217;re going to need to press the key that corresponds to the BIOS Settings when you power on your machine. This is almost always a function key (like F12) or the delete key, but reference your BIOS image to be sure. (Click the image to the left to see an example.) Press and hold down that magic BIOS settings key and wait for the BIOS settings to load.</p>
<p>The BIOS settings for every motherboard is going to be somewhat similar but never exactly the same. For that reason we can&#8217;t tell you, command-by-command, where to go to find and make certain adjustments. That said, we can tell you what to look for. Here are the settings you will need to adjust (or at least verify) in your BIOS to make your hardware hackintosh-friendly:</p>
<ul>
<li><strong>Disable Quick Boot</strong>. You may have to look around for this, but we&#8217;ve often found this in a section titled Advanced BIOS Settings. Just look for a Quick Boot or Fast Boot option and ensure it is set to disabled.</li>
<li><strong>Configure SATA as AHCI</strong>. By default, your motherboard will configure SATA as IDE and you&#8217;ll need to change this to AHCI. In some cases you&#8217;ll be asked if you want to do this when you boot up for the first time. If so, choose yes. If not, go into your BIOS and look for this setting as you&#8217;ll need to make the change for everything to work smoothly.</li>
<li><strong>Change the Boot Device Order</strong>. Your BIOS will default to a specific boot order, which means it&#8217;ll look for a startup volume (where the operating system lives) in various places until it finds one. The boot order is the order in which it checks each location. In general, you want to set your optical drive to first boot device so you can easily boot to a disc by simply putting it in the drive and turning on your machine. The second item in the order should be the hard drive or SSD where you&#8217;re going to install OS X. The order beyond that isn&#8217;t terribly important and entirely up to you.</li>
<li><strong>Adjust the Hard Disk Boot Priority</strong>. Some BIOS settings pages will also have a setting called Hard Disk Boot Priority, which is used to identify which hard drive to try and boot from first if there are multiple drives in the machine. If you install more than one drive in your hackintosh, be sure to set the Hard Disk Boot Priority to the drive where OS X will be installed.</li>
</ul>
<p>Once you&#8217;ve made these changes, you&#8217;ll need to save them. In most cases you&#8217;ll only need to press the escape key a few times to get back to the main screen, and then F10 to save and exit. Your BIOS settings page will tell you which keys save, exit, and so on, so you should have no trouble figuring out the right keys to press.</p>
<h4>Step 2: Install Mac OS X Lion</h4>
<p>&nbsp;</p>
<div>
<div><a href="http://cache.gawkerassets.com/assets/images/17/2011/09/0800-install-os-x.jpg" rel="lytebox">Full size</a></div>
<p><img src="http://cache.gawker.com/assets/images/lifehacker/2011/09/0800-install-os-x.jpg" alt="" width="170" height="220" /></div>
<p>Now we&#8217;re ready to actually install OS X, but this is going to be a fairly in-depth process that requires a number of tools. Before getting started, be sure you have the following:</p>
<p>&nbsp;</p>
<ul>
<li>A copy of <strong><a href="http://itunes.apple.com/us/app/os-x-lion/id444303913?mt=12">Mac OS X Lion</a></strong> from the Mac App Store or <a href="http://store.apple.com/us/product/MD256">on a thumb drive</a>.</li>
<li>An <strong><a href="http://www.amazon.com/LaCie-iamakey-Flash-Drive-131105/dp/B004D2AZ0Q?tag=gmgamzn-20">8GB thumb drive</a></strong> (or larger).</li>
<li><strong><a href="http://www.tonymacx86.com/downloads">UniBeast</a></strong>, available from tonymacx86.</li>
<li><strong><a href="http://www.tonymacx86.com/downloads">MultiBeast</a></strong>, also available from tonymacx86. You want the version for Lion (as opposed to Snow Leopard).</li>
<li><strong>The DSDT file for your motherboard of choice</strong>. If you followed our hackintosh hardware guide in the previous section, you may already have a pre-edited DSDT file for your motherboard. If not, visit tonymacx86&#8242;s <a href="http://www.tonymacx86.com/dsdt">DSDT database</a>, choose your motherboard from the list—making sure you choose the version that matches your motherboard&#8217;s firmware—and download it to your hard drive. (Note: You can generally discover the firmware version of your motherboard by looking at its BIOS boot image.)</li>
</ul>
<div></div>
<p>Once you have everything, you&#8217;ll need to prepare your 8GB+ thumb drive to be bootable and capable of installing Mac OS X Lion. To do so, follow these steps:</p>
<ol>
<li>Connect your USB drive to an existing Mac and open Disk Utility (in your Macintosh HD -&gt; Applications -&gt; Utilities folder). If you don&#8217;t already own a Mac, you can still use the <a href="http://lifehacker.com/5857153/how-to-build-a-hackintosh-and-install-mac-os-x-1072-using-easybeast-and-multibeast">old method</a> but it&#8217;s a lot more work.</li>
<li>Click on your thumb drive in Disk Utility and then click the Partition tab.</li>
<li>Click on the drop-down menu that reads &#8220;Current&#8221; and choose &#8220;1 Partition.&#8221;</li>
<li>Click on the &#8220;Options&#8230;&#8221; button and select the partition scheme labeled &#8220;Master Boot Record.&#8221; Click &#8220;OK&#8221; to accept your choice.</li>
<li>Give the thumb drive the name USB (which you can change later).</li>
<li>Set the drive&#8217;s format to &#8220;Mac OS X Extended Journaled.&#8221;</li>
<li>Click the &#8220;Apply&#8221; button and then the &#8220;Partition&#8221; button.</li>
<li>When Disk Utility has finished partitioning your disk, make sure the &#8220;Install Mac OS X Lion Application&#8221; you purchased from the Mac App Store is in your Applications folder. If you purchased a Lion thumb drive, just make sure it&#8217;s plugged in to your computer.</li>
<li>Open UniBeast and click &#8220;Continue&#8221; three times, then agree. This should bring you to a drive selection screen. Choose USB (the thumb drive you just partitioned) and click &#8220;Continue.&#8221;</li>
<li>You&#8217;ll now be presented with three checkboxes. Select the one that applies to the type of Mac OS X Lion installer you bought (app store or thumb drive), then click &#8220;Continue&#8221; and enter your admin password.</li>
<li>Wait about 10-15 minutes for UniBeast to do it&#8217;s thing. <em>DO NOT</em> unplug the drive or stop the installation while it&#8217;s in process.</li>
</ol>
<p>When UniBeast finishes, you&#8217;ll have a hackintosh-bootable USB thumb drive. Plug it into your hackintosh, boot up, and press the key on your keyboard that will take you to the boot selection menu. (If you don&#8217;t know what it is, just look on your BIOS boot screen. It is commonly ESC, F10, or F12.) If the thumb drive boots successfully you&#8217;ll see a thumb drive with the tonymacx86 logo appear on your screen along with a single boot option: USB. Choose it and boot into the installer.</p>
<p><em>Note: In some cases you may need additional boot flags to get to the installer. If you have an unsupported graphics card, you&#8217;ll need to add GraphicsEnabler=No. If you have an ATI Radeon 6670 installed you&#8217;ll need to add PCIRootUID=0. You can just type these in at the boot option screen before you press enter to choose &#8220;USB&#8221; and boot into the installer.</em></p>
<p>&nbsp;</p>
<div>
<div><a href="http://cache.gawkerassets.com/assets/images/17/2011/09/0800-format-and-partition.jpg" rel="lytebox">Full size</a></div>
<p><img src="http://cache.gawkerassets.com/assets/images/17/2011/09/medium_0800-format-and-partition.jpg" alt="" width="300" height="243" /></div>
<p>When the Mac OS X Lion Installer finishes booting, you&#8217;ll be presented with a welcome screen and can choose your language. Do that, but before you can continue you&#8217;ll need to format your disk. Go to the Utilities menu and choose Disk Utility. Select the disk you want to use for installation and format it. To format it properly, follow these steps:</p>
<p>&nbsp;</p>
<ol>
<li>Choose the disk in Disk Utility and click the Partition tab.</li>
<li>Set the partitions to one (or however many you want) and their format to Mac OS Extended (Journaled).</li>
<li>Click the options button and set the partition scheme to GUID Partition Table</li>
<li>Click Apply and wait for the disk to finish formatting.</li>
</ol>
<div></div>
<p>With your destination disk ready to go, you can now run the Lion installer just like you would on any other Mac. When it completes you might be met with an &#8220;Installation Failed&#8221; message at the end (or not), but that&#8217;s nothing to worry about. When the installation is complete just restart your machine. When you do, access your boot menu and choose the USB drive. You still need it to boot up. When you see the familiar boot options screen again you&#8217;ll now be able to choose the drive you installed Lion on. Pick that and press enter, also entering any boot flags you used when booting into the installer previously.</p>
<div></div>
<h4>Step 3: Install Your Drivers</h4>
<p>Now that you&#8217;ve got Lion installed, it&#8217;s time to make all your hardware work properly. For that, you need to install some drivers. Copy MultiBeast to your hackintosh&#8217;s hard drive and open it up. Click through the install windows and get to the options page. What you choose is going to vary based on your build, but here&#8217;s a look at all your choices and what they do, using our sample build as a guide:</p>
<p><a href="http://cache.gawkerassets.com/assets/images/17/2011/09/0800-multibeast.jpg" rel="lytebox"><img title="The Always Up-to-Date Guide to Building a Hackintosh [OS X 10.7.2 UniBeast]" src="http://cache.gawkerassets.com/assets/images/17/2011/09/medium_0800-multibeast.jpg" alt="The Always Up-to-Date Guide to Building a Hackintosh [OS X 10.7.2 UniBeast]" width="300" /></a></p>
<ol>
<li><strong>EasyBeast Install</strong> - Just ignored this.</li>
<li><strong>UserDSDT Install</strong> - This is the option that applies your custom DSDT. You downloaded it earlier, so put a copy on your desktop and check this option so it will be applied.</li>
<li><strong>System Utilities</strong> - It&#8217;s always a good idea to check System Utilities as it repairs permissions, runs maintenance scripts, and other helpful stuff like that.</li>
<li><strong>Drivers &amp; Bootloaders</strong> - This is the section where you&#8217;ll be making most of your decisions. You&#8217;ll have your pick from an array of hardware drivers that will allow everything from audio to Ethernet to function on your hackintosh. All you really need to do is go through this list and select the relevant hardware in your build. If you have Azalia Audio on your motherboard, that generally means selecting ALC8xxHDA and the AppleHDA rollback options. Most graphics cards you use won&#8217;t require drivers, and so you can often skip the Graphics subsection, but just turning on GraphicsEnabler, which you&#8217;ll do in the next section. Enabling any of the drivers in the Disk subsection will help provide support for SATA and eSATA hard disks, but they won&#8217;t be necessary for most users. The miscellaneous sections has a lot of goodies. If your board supports any of them (like USB 3.0, for example), you should check them off for installation. One kext that always seems to make things work better is NullCPUPowerManagement. We recommend installing this as it tends to make a significant difference in performance on some machines. Lastly you have the Bootloaders subsection, which you can skip as the UserDSDT Install process took care of installing the Chimera bootloader earlier.</li>
<li><strong>Customization</strong> - If you&#8217;re following our guide you&#8217;re using a pre-edited/patched DSDT file, so the only thing you&#8217;re going to want to do in this subsection is check off 64-bit Apple Boot Screen (unless your hackintosh has 32-bit hardware) to enable your video card in full force. You probably won&#8217;t need the other options unless you have a special situation or are troubleshooting an issue.</li>
<li><strong>OSx86 Software</strong> - You don&#8217;t really need to choose anything in this department, but if you&#8217;d like some handy OSx86 tools installed to your Applications folder you can choose them from this section.</li>
</ol>
<div></div>
<p><img title="The Always Up-to-Date Guide to Building a Hackintosh [OS X 10.7.2 UniBeast]" src="http://cache.gawker.com/assets/images/lifehacker/2011/02/style-favorite-star.png" alt="The Always Up-to-Date Guide to Building a Hackintosh [OS X 10.7.2 UniBeast]" width="20" height="19" /><strong>IMPORTANT NOTE</strong>: If you&#8217;re building a Sandy Bridge-based hackintosh with a motherboard using Realtek ethernet, be sure to check out <a href="http://lnx2mac.blogspot.com/2011/09/lnx2mac-releases-new-rtl81xx-beta.html">Lnx2Mac&#8217;s ethernet driver</a>. It&#8217;s released separately from MultiBeast and sometimes the version it provides is not the latest. That is currently the case and the latest version supports newer socket 1155 (meaning Sandy Bridge-compatible) motherboards. If you&#8217;re having trouble with your ethernet, <a href="http://lnx2mac.blogspot.com/2011/09/lnx2mac-releases-new-rtl81xx-beta.html">download it directly</a>.</p>
<p>Once you&#8217;ve made all of your choices, go ahead and run MultiBeast. When it&#8217;s finished, this generally means you&#8217;re done and can restart to your brand new hackintosh. In some cases you may need to find additional drivers that MultiBeast didn&#8217;t provide. This may be a driver for a Wi-Fi adapter you purchased or some third-party PCI card. If the driver wasn&#8217;t provided by the manufacturer or downloadable on their web site, use popular hackintosh forums (like<a href="http://www.insanelymac.com/forum">InsanelyMac</a> and <a href="http://www.tonymacx86.com/index.php">tonymacx86</a>) for help. Either way, once you&#8217;re done with MultiBeast you can install those drivers as well to finish up the job. Congratulations on all your hard work. You now have a functional hackintosh!</p>
<h4>Step 4: Updating Your Hackintosh</h4>
<p><a href="http://cache.gawkerassets.com/assets/images/17/2011/09/0800-lion-update.jpg" rel="lytebox"><img title="The Always Up-to-Date Guide to Building a Hackintosh [OS X 10.7.2 UniBeast]" src="http://cache.gawkerassets.com/assets/images/17/2011/09/medium_0800-lion-update.jpg" alt="The Always Up-to-Date Guide to Building a Hackintosh [OS X 10.7.2 UniBeast]" width="300" /></a>When you installed Lion you likely received the most up-to-date version because the App Store automatically provides you with the latest. If you bought a thumb drive that may not be the case and you&#8217;ll need to update. At some point you will need to update anyhow, so here&#8217;s what you need to know.</p>
<p>For the most part, updating is pretty straightforward and you won&#8217;t run into issues, but it&#8217;s good to check <a href="http://www.tonymacx86.com/blog">tonymacx86&#8242;s blog</a> when updates are released to see what you&#8217;ll need to do. In most cases you&#8217;ll just download the latest update from Apple directly (rather than running Software Update), remove Sleepenabler.kext (provided you&#8217;re using it), and then re-install it and any overwritten drivers using MultiBeast.</p>
<p>So how do you know what drivers were overwritten? In most cases, the only driver you&#8217;ll have to reinstall is the AppleHDA Rollback, because that driver needs to be installed directly into your System Library where OS X makes changes. If you made any edits to graphics drivers, the 10.7.2 may overwrite them so you&#8217;ll need to make those edits to the new, updated drivers as well. Whenever possible, MultiBeast installs special to a folder called Extra on your hard drive and then injects them into the boot process during startup. This method is used to prevent them from being overwritten by system updates, but if you have any drivers/kexts that aren&#8217;t installed to Extra you may have to re-install them each time.</p>
<p>When a new update does roll around, don&#8217;t update through Software Update. Download the updater directly from Apple. You can usually find it on their support site or by searching for the name of the update (e.g. &#8220;Mac OS X Lion 10.7.x Update&#8221;). Re-install anything necessary when you&#8217;re done and test everything to make sure it works. Most updates should go very smoothly, but you should <a href="http://lifehacker.com/300384/mirror-your-mac-on-a-bootable-external-drive">always back up your boot volume beforehand</a> (<a href="http://lifehacker.com/5839185/the-best-disk-cloning-app-for-mac-os-x">we like Carbon Copy Cloner for this process</a>) in case something goes wrong. You never know what can happen, and restoring from a backup is considerably less time-consuming than going through this entire process again from scratch.</p>
<h2>How to Troubleshoot</h2>
<p>Things go wrong with hackintoshes all the time. It&#8217;s unlikely you&#8217;ll create one without running into, at least, a minor dilemma. A lot of troubleshooting involves trial and error, unfortunately, and you&#8217;ll just have to tinker around until you get the problem fixed. You will be able to find help on the <a href="http://www.insanelymac.com/forum">InsanelyMac</a> and <a href="http://www.tonymacx86.com/index.php">tonymacx86</a> forums if you get stuck. You can also use tonymacx86&#8242;s <a href="http://tonymacx86.blogspot.com/2011/09/rboot-rescue-cd-for-snow-leopard-lion.html">rBoot rescue CD</a> to help you boot when you&#8217;re having trouble doing so. You&#8217;ll also want to spend some time disabling potentially problematic options and kexts in your /Extra folder (which you can get to by pressing Command+Shift+G, choosing Go to Folder, typing /Extra, and see if removing anything can help. Sometimes you&#8217;ll need to add things, too, to get the proper hardware support without any glitches so just be diligent and you&#8217;ll get there.</p>
<p>Finally, once you do get things working you should <a href="http://lifehacker.com/5839185/the-best-disk-cloning-app-for-mac-os-x">clone your hard drive</a> so you have a boot-able copy available should things go awry. This way you can restore back to that copy or at least compare the things that changed since it was all working nicely. No matter what you think, you&#8217;re going to screw something up at some point. Keep a backup. You won&#8217;t regret it.</p>
<p>For more troubleshooting tips, check out our <a href="http://lifehacker.com/5845186/how-to-troubleshoot-a-hackintosh">hackintosh troubleshooting guide</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://raveman.ru/2011/12/20/745/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Гид по комбинациям кнопок загрузки Mac OS X</title>
		<link>http://raveman.ru/2011/12/20/740/</link>
		<comments>http://raveman.ru/2011/12/20/740/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 07:22:05 +0000</pubDate>
		<dc:creator>raveman</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[hints]]></category>
		<category><![CDATA[macosx]]></category>

		<guid isPermaLink="false">http://raveman.ru/?p=740</guid>
		<description><![CDATA[Your Mac has many secret abilities when you first turn your computer on, and you may have already discovered one or two of these, especially if you’ve ever had to troubleshoot startup problems. This article is a simple list of the startup commands I’ve used over the years. Hopefully it will serve as a quick [...]]]></description>
			<content:encoded><![CDATA[<p>Your Mac has many secret abilities when you first turn your computer on, and you may have already discovered one or two of these, especially if you’ve ever had to troubleshoot startup problems. This article is a simple list of the startup commands I’ve used over the years. Hopefully it will serve as a quick guide for you. To perform a startup key combination, you simply hold down the keyboard key(s) corresponding to the appropriate purpose when you turn on your Mac. In an ideal world, you hold the keys down <em>while pressing the power button</em>, but some tricky combinations likely require you to press the power button and then <em>very quickly</em> hold down the keys on the keyboard (before the startup sound finishes playing). As you already know, the normal boot sequence is: black screen –&gt; gray screen –&gt; gray screen with Apple logo –&gt; gray screen with Apple logo and spinning gear –&gt; desktop. You should continue holding down these keys until either the gray screen switches to something <em>other than</em> the Apple logo, or if your command needs to boot the computer, hold them down until the Apple logo appears with the spinning gear. Lastly, remember that resetting PRAM/NVRAM will restart your computer, so once your computer reboots while you hold down the Command-Option-P-R keys, you can let go. Hope this helps!</p>
<div><span id="more-740"></span>Key Combinations for Booting from Various Disks</div>
<table>
<tbody>
<tr bgcolor="#999999">
<td width="200"><strong>Key Combination</strong></td>
<td><strong>Purpose</strong></td>
</tr>
<tr>
<td>C</td>
<td>Start up from a bootable CD/DVD (in the drive)</td>
</tr>
<tr>
<td>N</td>
<td>Boot from a NetBoot server</td>
</tr>
<tr>
<td>Command-R</td>
<td>Boot from Recovery Petition (Lion only)</td>
</tr>
<tr>
<td>Option</td>
<td>Start the Startup Manager, which lets you choose to boot from any bootable source</td>
</tr>
<tr>
<td>Delete-Option-Command-Shift (DOCS)</td>
<td>Skip booting from the default boot disk and instead look for any other available boot disk</td>
</tr>
</tbody>
</table>
<h3>Key Combinations for Troubleshooting Hardware Problems</h3>
<table>
<tbody>
<tr bgcolor="#999999">
<td nowrap="nowrap" width="200"><strong>Key Combination</strong></td>
<td><strong>Purpose</strong></td>
</tr>
<tr>
<td>D</td>
<td>Intel Macs: Boot from the Apple Hardware Test partition on the appropriate DVD (PowerPC users must hold down “Option” and boot to the Startup Manager to run the Apple Hardware Test)</td>
</tr>
<tr>
<td nowrap="nowrap">Command-Option-P-R</td>
<td>Resets the NVRAM/PRAM</td>
</tr>
<tr>
<td>Command-Option-O-F</td>
<td>PowerPC Macs: Boot to Open Firmware (command line)</td>
</tr>
</tbody>
</table>
<h3>Key Combinations for Troubleshooting Operating System Problems</h3>
<table>
<tbody>
<tr bgcolor="#999999">
<td width="200"><strong>Key Combination</strong></td>
<td width="440"><strong>Purpose</strong></td>
</tr>
<tr>
<td>Shift</td>
<td>Mac OS X starts in “safe” mode</td>
</tr>
<tr>
<td>Command-S</td>
<td>Mac OS X starts in “single-user” mode</td>
</tr>
<tr>
<td>Command-V</td>
<td>Mac OS X starts in “verbose” mode</td>
</tr>
</tbody>
</table>
<h3>Miscellaneous Key Combinations</h3>
<table>
<tbody>
<tr bgcolor="#999999">
<td width="200"><strong>Key Combination</strong></td>
<td><strong>Purpose</strong></td>
</tr>
<tr>
<td>T</td>
<td>Put the Mac into “target disk mode,” which allows other Macs to access your internal hard drives via FireWire or Thunderbolt</td>
</tr>
<tr>
<td>6-4</td>
<td>Allows compatible Macs to boot with the 64-bit kernel if they normally boot from the 32-bit kernel (Snow Leopard only)</td>
</tr>
<tr>
<td>Eject/F12/mouse or trackpad button held down</td>
<td>Eject a CD/DVD currently in the drive</td>
</tr>
</tbody>
</table>
<p><em>Are there any key commands missing from this list? What tricks do you have at startup? Let others know in the comments.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://raveman.ru/2011/12/20/740/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Как скрыть любую иконку из Dock</title>
		<link>http://raveman.ru/2011/12/08/736/</link>
		<comments>http://raveman.ru/2011/12/08/736/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 16:06:21 +0000</pubDate>
		<dc:creator>raveman</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[обучение]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[dock]]></category>
		<category><![CDATA[hints]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://raveman.ru/?p=736</guid>
		<description><![CDATA[Некоторые приложения позволяют спрятать свои икону из Dock через настройки. Это может быть полезно, если она также присутствует и в верхнем меню (menubar). Зачем ее прятать? Чтобы избавится от малоиспользуемых элементов и облегчить Dock. Но что делать, если программа не имеет такой опции? К счастью, есть универсальный метод спрятать любую иконку из Dock. Давайте рассмотрим способ на примере Twitter [...]]]></description>
			<content:encoded><![CDATA[<p>Некоторые приложения позволяют спрятать свои икону из <a href="http://macosworld.ru/tag/dock/">Dock</a> через настройки. Это может быть полезно, если она также присутствует и в верхнем меню (menubar). Зачем ее прятать? Чтобы избавится от малоиспользуемых элементов и облегчить <a href="http://macosworld.ru/tag/dock/">Dock</a>.</p>
<p>Но что делать, если программа не имеет такой опции? К счастью, есть универсальный метод спрятать любую иконку из <a href="http://macosworld.ru/tag/dock/">Dock</a>. Давайте рассмотрим способ на примере Twitter для Mac.</p>
<p><a href="http://macosworld.ru/wp-content/uploads/2011/12/23423.png"><img title="23423" src="http://macosworld.ru/wp-content/uploads/2011/12/23423.png" alt="" width="644" height="127" /></a></p>
<p>Для этого найдите приложение Twitter.app, кликните на него правой кнопкой и выберите <em>Показать содержимое пакета → Contents → info.plist.</em></p>
<p>Найдите параметр LSUIElement и замените <strong>&lt;false/&gt;</strong> на <strong>&lt;true/&gt;</strong>. Чтобы вернуть все назад проделайте обратную операцию.</p>
<p><a href="http://macosworld.ru/how-to-hide-any-app-from-dock/?utm_source=twitter&amp;utm_medium=twitter&amp;utm_campaign=twitter">источник</a></p>
]]></content:encoded>
			<wfw:commentRss>http://raveman.ru/2011/12/08/736/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

