<?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>O0ps &#187; OS X</title>
	<atom:link href="http://toyholic.com/node/category/os-x/feed" rel="self" type="application/rss+xml" />
	<link>http://toyholic.com</link>
	<description>ABSOLUTELY NO WARRANTY</description>
	<lastBuildDate>Thu, 03 May 2012 20:43:22 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>[Mac OS X] Leopard NoLogin AutoMount</title>
		<link>http://toyholic.com/node/2024</link>
		<comments>http://toyholic.com/node/2024#comments</comments>
		<pubDate>Mon, 19 Sep 2011 03:26:53 +0000</pubDate>
		<dc:creator>yui</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[automount]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[plist]]></category>

		<guid isPermaLink="false">http://toyholic.com/?p=2024</guid>
		<description><![CDATA[
# vim /Library/Preferences/SystemConfiguration/autodiskmount.plist
&#60;?xml version="1.0" encoding="UTF-8"?&#62;
&#60;!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&#62;
&#60;plist version="1.0"&#62;
    &#60;dict&#62;
        &#60;key&#62;AutomountDisksWithoutUserLogin&#60;/key&#62;
        &#60;true/&#62;
    &#60;/dict&#62;
&#60;/plist&#62;
]]></description>
		<wfw:commentRss>http://toyholic.com/node/2024/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSX 10.6 コマンドラインユーザ作成</title>
		<link>http://toyholic.com/node/1857</link>
		<comments>http://toyholic.com/node/1857#comments</comments>
		<pubDate>Wed, 15 Sep 2010 11:02:42 +0000</pubDate>
		<dc:creator>yui</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[adduser]]></category>
		<category><![CDATA[dscl]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://toyholic.com/?p=1857</guid>
		<description><![CDATA[
$ adduser
-bash: adduser: command not found
無いそうだ。OSXではdsclを使うらしい。

$ sudo dscl . -create /Users/xxxx RealName xxxx
$ sudo dscl . -create /Users/xxxx UniqueID 601
$ sudo dscl . -create /Users/xxxx PrimaryGroupID 601
$ sudo dscl . -create /Users/xxxx NFSHomeDirectory /Users/xxxx
$ sudo dscl . -create /Users/xxxx UserShell /bin/bash
$ sudo dscl . -read /Users/xxxx
AppleMetaNodeLocation: /Local/Default
AuthenticationAuthority: ;ShadowHash; ;Kerberosv5;;xxxx@LKDC:SHA1.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx;LKDC:SHA1.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx;
GeneratedUID: xxxxxxxxxx-xxxxx-xxxxx-xxxxx-xxxxxxxxxxxxxxxx
NFSHomeDirectory: /Users/xxxx
Password: ********
PrimaryGroupID: 601
RealName: xxxx
RecordName: xxxx
RecordType: [...]]]></description>
		<wfw:commentRss>http://toyholic.com/node/1857/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iMacG4 800MHz Leopard OS X 10.5 install</title>
		<link>http://toyholic.com/node/1755</link>
		<comments>http://toyholic.com/node/1755#comments</comments>
		<pubDate>Sun, 20 Jun 2010 12:01:22 +0000</pubDate>
		<dc:creator>yui</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[OS X 10.5]]></category>

		<guid isPermaLink="false">http://toyholic.com/?p=1755</guid>
		<description><![CDATA[
iMacG4（遅いのは別にして）に別段不満はないんだけど普段自分が使ってるOS X(SnowLeopard)と比べてOS X 10.4 TigerのUI（以前のOS Xのアイコンだし）が何となく違和感が募ってきたので色 [...]]]></description>
		<wfw:commentRss>http://toyholic.com/node/1755/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FLAC iTunes 再生</title>
		<link>http://toyholic.com/node/1728</link>
		<comments>http://toyholic.com/node/1728#comments</comments>
		<pubDate>Fri, 02 Apr 2010 12:36:45 +0000</pubDate>
		<dc:creator>yui</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[FLAC]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://toyholic.com/?p=1728</guid>
		<description><![CDATA[
FLACのファイルを手に入れたがOSXのデフォルトではtoastに関連付けされているようだ&#8230;iTunesは使い易くていいアプリケーションだと思うがマイクロソフト社がWindowsとofficeを標準だとして [...]]]></description>
		<wfw:commentRss>http://toyholic.com/node/1728/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Layer Four Traceroute (LFT)</title>
		<link>http://toyholic.com/node/1714</link>
		<comments>http://toyholic.com/node/1714#comments</comments>
		<pubDate>Thu, 25 Mar 2010 11:29:26 +0000</pubDate>
		<dc:creator>yui</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[CTU]]></category>
		<category><![CDATA[SPIによる破棄]]></category>

		<guid isPermaLink="false">http://toyholic.com/?p=1714</guid>
		<description><![CDATA[
LFTがCTUのSPIフィルタに引っかかって、上手く動かなかったので備考録。
$ lft -VV tomocha.net
Layer Four Traceroute (LFT) version 3.1 ... (ver [...]]]></description>
		<wfw:commentRss>http://toyholic.com/node/1714/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluetooth not available (OSX 10.6.2)</title>
		<link>http://toyholic.com/node/1534</link>
		<comments>http://toyholic.com/node/1534#comments</comments>
		<pubDate>Fri, 01 Jan 2010 21:17:45 +0000</pubDate>
		<dc:creator>yui</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://toyholic.com/?p=1534</guid>
		<description><![CDATA[
昨夜いつものように枕元でブラウズしながら眠って朝起きて、いつものようにバッテリー残量がほとんど無くなっているのでMacBookをACアダプターに繋いでディープスリープ解除したらバッテリーが充電出来ない状態になっていたの [...]]]></description>
		<wfw:commentRss>http://toyholic.com/node/1534/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>coconutBattery</title>
		<link>http://toyholic.com/node/1509</link>
		<comments>http://toyholic.com/node/1509#comments</comments>
		<pubDate>Sun, 27 Dec 2009 04:43:38 +0000</pubDate>
		<dc:creator>yui</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[coconutBattery]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[MacBook(late2008)]]></category>

		<guid isPermaLink="false">http://toyholic.com/node/1509</guid>
		<description><![CDATA[
最近MacBookバッテリーの持ちが悪くなったような気がしたのでcoconutBatteryで視覚的に見てみたら



問題は無いようなので気のせいかな&#8230;.
]]></description>
		<wfw:commentRss>http://toyholic.com/node/1509/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wide Mail SnowLeopard (10.6.2) OSX</title>
		<link>http://toyholic.com/node/1487</link>
		<comments>http://toyholic.com/node/1487#comments</comments>
		<pubDate>Thu, 12 Nov 2009 10:06:38 +0000</pubDate>
		<dc:creator>yui</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[WideMail]]></category>

		<guid isPermaLink="false">http://toyholic.com/?p=1487</guid>
		<description><![CDATA[
Apple純正のMail.appで横方向3カラムの表示にしてみた。最近のMacはディスプレイも横長が多いし。
あとiTunesも横方向にブラウズ出来るようになったし。WideMailはまだ対応していないみたい。

Le [...]]]></description>
		<wfw:commentRss>http://toyholic.com/node/1487/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacでDVDリッピング</title>
		<link>http://toyholic.com/node/780</link>
		<comments>http://toyholic.com/node/780#comments</comments>
		<pubDate>Mon, 08 Jun 2009 08:46:45 +0000</pubDate>
		<dc:creator>yui</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[ARccOS]]></category>
		<category><![CDATA[DeCss]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[DVDコピー]]></category>
		<category><![CDATA[Ripit]]></category>
		<category><![CDATA[ripping]]></category>

		<guid isPermaLink="false">http://toyholic.com/?p=780</guid>
		<description><![CDATA[
久しぶりにDVDをコピーしようとするとMacOSXはMactheRipperが有名どころなのでリッピングさせてみると



Finderで覗いたら5.2GBなのに42.96GB!!!ブルーレイディスクかと思ったよ&#8 [...]]]></description>
		<wfw:commentRss>http://toyholic.com/node/780/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iWork &#8217;09</title>
		<link>http://toyholic.com/node/746</link>
		<comments>http://toyholic.com/node/746#comments</comments>
		<pubDate>Fri, 05 Jun 2009 19:16:06 +0000</pubDate>
		<dc:creator>yui</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[iWork09]]></category>

		<guid isPermaLink="false">http://toyholic.com/?p=746</guid>
		<description><![CDATA[

	Download iWork 09 Trial from Apple site
	http://www.apple.com/iwork/download-trial/
	Install Trial version
 [...]]]></description>
		<wfw:commentRss>http://toyholic.com/node/746/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

