<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Still Searching</title>
	<atom:link href="http://misfits.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://misfits.wordpress.com</link>
	<description>探し続けて</description>
	<lastBuildDate>Tue, 17 Jan 2012 02:40:57 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='misfits.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/5a6d686972e592c3320a12ecdc5fb5ed?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Still Searching</title>
		<link>http://misfits.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://misfits.wordpress.com/osd.xml" title="Still Searching" />
	<atom:link rel='hub' href='http://misfits.wordpress.com/?pushpress=hub'/>
		<item>
		<title>console resolution</title>
		<link>http://misfits.wordpress.com/2012/01/17/console-resolution/</link>
		<comments>http://misfits.wordpress.com/2012/01/17/console-resolution/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 02:40:56 +0000</pubDate>
		<dc:creator>ray</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[squeeze]]></category>

		<guid isPermaLink="false">http://misfits.wordpress.com/?p=4430</guid>
		<description><![CDATA[コンソールの日本語表示もできたことだし、さらに快適化するべく解像度をSVGAレベルにしてみました。 # vi /etc/initramfs-tools/modules uvesafb fbcon の2行を追加。 # vi /etc/modprobe.d/uvesafb.conf options uvesafb mode_option=1024&#215;768-32 と記述して保存。 # vi /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT=&#8221;quiet&#8221; の行に video=uvesafbを追加して GRUB_CMDLINE_LINUX_DEFAULT=&#8221;quiet&#8221; video=uvesafb として保存。 # apt-get install v86d # update-initramfs -u # update-grub # reboot update-initramfs -u は、インストール時に実行されているので不要かもしれない。 これがVGAなコンソール。 こっちがSVGAなハイレゾコンソール。 カテゴリー:Linux Tagged: squeeze<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misfits.wordpress.com&amp;blog=228855&amp;post=4430&amp;subd=misfits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://misfits.wordpress.com/2012/01/17/console-resolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ad02e8875a3afdf68021ab1760eb439?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">ray</media:title>
		</media:content>

		<media:content url="http://misfits.files.wordpress.com/2012/01/120116-00661.jpg?w=300" medium="image">
			<media:title type="html">120116-0066</media:title>
		</media:content>

		<media:content url="http://misfits.files.wordpress.com/2012/01/120117-0001.jpg?w=300" medium="image">
			<media:title type="html">120117-0001</media:title>
		</media:content>
	</item>
		<item>
		<title>jfbterm</title>
		<link>http://misfits.wordpress.com/2012/01/16/jfbterm/</link>
		<comments>http://misfits.wordpress.com/2012/01/16/jfbterm/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 10:13:36 +0000</pubDate>
		<dc:creator>ray</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[squeeze]]></category>

		<guid isPermaLink="false">http://misfits.wordpress.com/?p=4421</guid>
		<description><![CDATA[なかなか進まない鯖統合計画ですが、やっとDebianでRAID1なインストールができたことから少しばかりやる気が出てきました。 OS X Serverはもちろん日本語表示であるし、FreeBSD時代のコンソールは英語のままだったこともあって気にもしていなかったのですが、今回のDebianはコンソールが文字化けしています。 SSHとかでリモートから入れば日本語は通るんですが、コンソールもそれなりに使います。これではどうも気持ち悪いので調べてみたところ、かなりメジャーな問題だったようですぐ解決しました。 jfbtermというソフトウェアを導入し、ビデオドライバモジュールを組込めば良いようで、途中は文字化けしまくりですがそのまま進めます。 # aptitude install jfbterm # modprobe vga16fb # jfbterm 画面が切り替わってこの通り。 片手間にやっていると進み具合が遅杉で、この間やった作業を忘れてしまったりとか。まとまった時間を作れたら良いんだけど。年度内に間に合わせないといけないのに… カテゴリー:Linux Tagged: squeeze<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misfits.wordpress.com&amp;blog=228855&amp;post=4421&amp;subd=misfits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://misfits.wordpress.com/2012/01/16/jfbterm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ad02e8875a3afdf68021ab1760eb439?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">ray</media:title>
		</media:content>

		<media:content url="http://misfits.files.wordpress.com/2012/01/120116-00671.jpg?w=300" medium="image">
			<media:title type="html">120116-0067</media:title>
		</media:content>

		<media:content url="http://misfits.files.wordpress.com/2012/01/120116-0068.jpg?w=300" medium="image">
			<media:title type="html">120116-0068</media:title>
		</media:content>

		<media:content url="http://misfits.files.wordpress.com/2012/01/120116-0069.jpg?w=300" medium="image">
			<media:title type="html">120116-0069</media:title>
		</media:content>

		<media:content url="http://misfits.files.wordpress.com/2012/01/120116-0070.jpg?w=300" medium="image">
			<media:title type="html">120116-0070</media:title>
		</media:content>
	</item>
		<item>
		<title>着々と</title>
		<link>http://misfits.wordpress.com/2012/01/15/%e7%9d%80%e3%80%85%e3%81%a8/</link>
		<comments>http://misfits.wordpress.com/2012/01/15/%e7%9d%80%e3%80%85%e3%81%a8/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 09:56:43 +0000</pubDate>
		<dc:creator>ray</dc:creator>
				<category><![CDATA[misc.]]></category>

		<guid isPermaLink="false">http://misfits.wordpress.com/?p=4343</guid>
		<description><![CDATA[近づいてきているようで+（0ﾟ・∀・） + DHLは速いなぁ… それもこれも円高のおかげなわけですが カテゴリー:misc.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misfits.wordpress.com&amp;blog=228855&amp;post=4343&amp;subd=misfits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://misfits.wordpress.com/2012/01/15/%e7%9d%80%e3%80%85%e3%81%a8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ad02e8875a3afdf68021ab1760eb439?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">ray</media:title>
		</media:content>

		<media:content url="http://misfits.files.wordpress.com/2012/01/120115-0001.jpg?w=300" medium="image">
			<media:title type="html">120115-0001</media:title>
		</media:content>
	</item>
		<item>
		<title>iTether</title>
		<link>http://misfits.wordpress.com/2011/12/30/itether/</link>
		<comments>http://misfits.wordpress.com/2011/12/30/itether/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 13:11:54 +0000</pubDate>
		<dc:creator>ray</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iTehter]]></category>

		<guid isPermaLink="false">https://misfits.wordpress.com/?p=4334</guid>
		<description><![CDATA[久々のポストです。 iTetherというiOSアプリを偶然1300円で購入したので、今回使ってみました。 USB接続した状態のiPhoneでそのアプリを起動し、 母艦のMacでも専用のtetherというアプリを起動します。 とりあえず、ネットには繋がります。 このポストもこのアプリを使ってネットに繋いでアップロードしたものです。 しかし、とても遅い。3Gとは思えない遅さ。 それもそのはず。Speedtestをしてみればこの通り。 EDGEレベルの遅さ。それでも使えるだけましかもしれませんが… キャリアを見てわかる通り、一応これ日本国内での話です。 カテゴリー:Mac, Mobile Tagged: iPhone, iTehter<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misfits.wordpress.com&amp;blog=228855&amp;post=4334&amp;subd=misfits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://misfits.wordpress.com/2011/12/30/itether/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ad02e8875a3afdf68021ab1760eb439?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">ray</media:title>
		</media:content>

		<media:content url="http://misfits.files.wordpress.com/2011/12/20111230-221110.jpg" medium="image">
			<media:title type="html">20111230-221110.jpg</media:title>
		</media:content>

		<media:content url="http://misfits.files.wordpress.com/2011/12/111230-0001.jpg?w=288" medium="image">
			<media:title type="html">111230-0001</media:title>
		</media:content>

		<media:content url="http://misfits.files.wordpress.com/2011/12/20111230-221412.jpg" medium="image">
			<media:title type="html">20111230-221412.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Apache2 setting files</title>
		<link>http://misfits.wordpress.com/2011/11/10/apache2-setting-files/</link>
		<comments>http://misfits.wordpress.com/2011/11/10/apache2-setting-files/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 05:46:23 +0000</pubDate>
		<dc:creator>ray</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[squeeze]]></category>

		<guid isPermaLink="false">http://misfits.wordpress.com/?p=4322</guid>
		<description><![CDATA[Apache2の設定に関する備忘録など。どうやらDebian GNUはLinuxでも特異的らしい。 # ls -al /etc/apache2 合計 84 drwxr-xr-x 7 root root 4096 2011-10-14 15:22 . drwxr-xr-x 76 root root 4096 2011-11-09 17:15 .. -rw-r--r-- 1 root root 7994 2011-03-23 06:13 apache2.conf drwxr-xr-x 2 root root 4096 2011-10-14 15:22 conf.d -rw-r--r-- 1 root root 1169 2011-03-23 06:13 envvars -rw-r--r-- 1 root root 0 2011-08-22 11:43 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misfits.wordpress.com&amp;blog=228855&amp;post=4322&amp;subd=misfits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://misfits.wordpress.com/2011/11/10/apache2-setting-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ad02e8875a3afdf68021ab1760eb439?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">ray</media:title>
		</media:content>
	</item>
		<item>
		<title>Settings of SafariStand&#8217;s QuickSearch</title>
		<link>http://misfits.wordpress.com/2011/10/17/settings-of-safaristands-quicksearch/</link>
		<comments>http://misfits.wordpress.com/2011/10/17/settings-of-safaristands-quicksearch/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 11:36:40 +0000</pubDate>
		<dc:creator>ray</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://misfits.wordpress.com/?p=4312</guid>
		<description><![CDATA[Downgrade Safari to 5.0.5の時以来ずっとSafariを5.0のままで使っていたのですが、iOS5とかLion10.7.2とかに合わせてSafari5.1.1がリリースされ、バグフィックスも成されているとのことで重い腰を上げて再度入れてみました。 まず自宅のiMacに入れてみたところ、確かに変な挙動は減ったようです(無くなったわけではないような)。 iCloudのこともあるし、今週あたりLionに移行かと。 以下、まだ残っている不具合。 EvernoteのpluginがSafari Extension化されているようなので早速それも入れてみましたが、これはだめでした。5.1には対応していたものが5.1.1になって再び動かなくなってしまったようです。なのでEvernoteはブックマークレットを使うしかありません。 FLASHなページを閲覧した後、やはり文字入力の挙動がおかしくなります。また、意図せず勝手にリロードされるときがあります。5.1.1になってから解決したとの報告もありますが、私の場合緩和されているものの解決にはいたっていないようです。 SafarStandのQuickSearchが機能してくれない件。今回の本題がこれです。私はこの機能を多用するために5.1に上げるのを躊躇っていたわけですが、職場のiMacで5.1.1にしてみたところ、なぜか使えちゃっています。というか、自宅のiMacは5.0迄のQucikSearch設定が消えてしまい、新規に自分で入れなければならなかったのですが、職場のiMacではその設定が引き継がれています。理由は不明ですが、鳥和え酢とりあえず、その設定を使わない手はありませんし。 QuickSearchの設定は以下の通りです。 Google URL: http://www.google.com/search?q=%s&#38;ie=UTF-8&#38;oe=UTF-8 Wikipedia URL: http://ja.wikipedia.org/wiki/%s Amazon.co.jp URL: http://www.amazon.co.jp/exec/obidos/external-search/?mode=blended&#38;keyword=%s カテゴリー:Mac Tagged: Safari<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misfits.wordpress.com&amp;blog=228855&amp;post=4312&amp;subd=misfits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://misfits.wordpress.com/2011/10/17/settings-of-safaristands-quicksearch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ad02e8875a3afdf68021ab1760eb439?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">ray</media:title>
		</media:content>

		<media:content url="http://misfits.files.wordpress.com/2011/10/111017-0005.jpg?w=300" medium="image">
			<media:title type="html">111017-0005</media:title>
		</media:content>
	</item>
		<item>
		<title>webmin</title>
		<link>http://misfits.wordpress.com/2011/09/02/webmin/</link>
		<comments>http://misfits.wordpress.com/2011/09/02/webmin/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 08:44:01 +0000</pubDate>
		<dc:creator>ray</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[webmin]]></category>

		<guid isPermaLink="false">http://misfits.wordpress.com/?p=4301</guid>
		<description><![CDATA[色んなことを片付けなきゃならないのに、全然進まず焦る一方。 少しでも手を抜ければと藁にもすがる思いで、昔だったら絶対に避けて通ったwebベースの設定ツールを入れちゃいました。 apt-getできるようにリポジトリを追加 # vi /etc/apt/sources.list deb http://download.webmin.com/download/repository sarge contrib そのままだと公開鍵が利用できず、エラーで止まるため鍵を入手 # cd /root # wget http://www.webmin.com/jcameron-key.asc # apt-key add jcameron-key.asc # apt-get update # apt-get install webmin リモートからSafariでhttps://hogehoge.jp:10000/に接続 Usernameはrootで、パスワードもrootのパスワード((((；ﾟДﾟ)))) ログインしたらこんな感じで 左側のメニュー、Webmin&#62;Change Language and Themeで日本語化も可能です。 かなり色んなことができるようで、例えばPostfixのメニューをみてみると、こんな具合。 でも、なんとなく、これの挙動をいちいち確認しているより、main.cfを編集した方が早そうな気もするわけで… 無事運用できるようになってからの方が良いのかもしれないです(；´Д｀) カテゴリー:Linux Tagged: debian, webmin<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misfits.wordpress.com&amp;blog=228855&amp;post=4301&amp;subd=misfits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://misfits.wordpress.com/2011/09/02/webmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ad02e8875a3afdf68021ab1760eb439?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">ray</media:title>
		</media:content>

		<media:content url="http://misfits.files.wordpress.com/2011/09/110902-0010.jpg?w=300" medium="image">
			<media:title type="html">110902-0010</media:title>
		</media:content>

		<media:content url="http://misfits.files.wordpress.com/2011/09/110902-0011.jpg?w=300" medium="image">
			<media:title type="html">110902-0011</media:title>
		</media:content>

		<media:content url="http://misfits.files.wordpress.com/2011/09/110902-0012.jpg?w=450" medium="image">
			<media:title type="html">110902-0012</media:title>
		</media:content>
	</item>
		<item>
		<title>squeeze (6.0.1) installation</title>
		<link>http://misfits.wordpress.com/2011/08/22/squeeze-6-0-1-installation/</link>
		<comments>http://misfits.wordpress.com/2011/08/22/squeeze-6-0-1-installation/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 09:12:02 +0000</pubDate>
		<dc:creator>ray</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[vsftpd]]></category>

		<guid isPermaLink="false">http://misfits.wordpress.com/?p=4294</guid>
		<description><![CDATA[試行錯誤しているうちに方針が決まってきましたんで備忘録的途中経過。 試験用計算機としてDELL PowerEdge SC440にインスコ（本番はT3500) /usrにスペースがかなり必要なのでパーティション設定が大変。いっそ、切らないっていう手もある。 ftpdはvsftpd smtpdはSnowLeopard Serverと同じくpostfix imapdおよびpop3dもやはりSL Serverと同じDovecot インストール時の設定 システムロケール：日本 パーティション： 1 基本 999.3MB B F ext3 / 5 論理 50GB F ext3 /usr 6 論理 5GB F ext3 /var 7 論理 4GB F swap swap 8 論理 999.3MB F ext3 /tmp 9 論理 19GB F ext3 /home aptミラー：riken 選択したソフトウェア：ウェブサーバ、SSHサーバ、標準システムユーティリティ suできるユーザを限定 /etc/group adm:x:4:root:わたし [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misfits.wordpress.com&amp;blog=228855&amp;post=4294&amp;subd=misfits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://misfits.wordpress.com/2011/08/22/squeeze-6-0-1-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ad02e8875a3afdf68021ab1760eb439?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">ray</media:title>
		</media:content>
	</item>
		<item>
		<title>debian</title>
		<link>http://misfits.wordpress.com/2011/08/20/debian/</link>
		<comments>http://misfits.wordpress.com/2011/08/20/debian/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 02:54:26 +0000</pubDate>
		<dc:creator>ray</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[squeeze]]></category>

		<guid isPermaLink="false">http://misfits.wordpress.com/?p=4278</guid>
		<description><![CDATA[Linuxについては、14年ほど前にVine Linuxを少々とEeePCでXandrosを触った程度の経験しかないですが、諸事情により職場の鯖をSnow Leopard ServerからDebian GNU/Linuxに移行することになってしまいました。 OS XもBSDベースですし、結局ずっとBSD系UNIXばっかりで運用してきた私ですが、本格的にLinuxに移行しようとすると戸惑うことばかりで… とりあえず、先代鯖のPowerEdge SC440に6.0 (squeeze)系列の6.0.1を入れてみて、今回の移行の原因である某アプリケーションのインストールを試みているところですが、ここ何日間か塞ぎ込みたくなる状況が続いている次第… 早速debian-6.0.1-amd64-netinst.isoを落としてきてインストール開始。ところがいきなり躓きます。 ネットワーク接続ができません。 そもそもこのSC440には、オンボードでBroadcom BCM5754というイーサネットチップがあり、それをFreeBSD 6.2が認識できなかったため3Comの3C905CX-TXMをPCIバスに刺してこっちをメインで動かしていたという経緯がありまして、 時が過ぎて、さすがに最新型のOSは両方のドライバを持っていることがケチのつき初めでした。 インストールの際、ネットワーク関係とか普通に設定していって、パーティション(これもBSDとだいぶ違っていて戸惑いますが)を切って、進めていくとaptを使ってファイルを取得するためのミラーサーバを選択する場面で大概コケます。毎回ではなく、5回に1回くらいウマくいくので余計にタチが悪い。 何回か失敗を繰り返しているうちに気がついたのが、どうも設定しているはずのカードが設定されていないってこと。片手間にやっているもんだからなかなか気づきませんでしたが、きちんとログを診ると妙なことが起こっていて。 eth0とeth1と両方認識されるのですが、これがなぜか、起動するたびに0と1が入れ替わっちゃいます。 aptミラーを探す段階で失敗するので、とりあえず最小限のインストールを終わらして/var/log/syslogを眺めるのですが、MACアドレスを観ると、ethがランダムに入れ替わっているわけで… ただ、原因はともかく、こうなりゃ話は簡単。どっちかのイーサネットを殺せばよろしい。 PCIのカードを抜くのが面倒だったこともあり、オンボードのBroadcomをBIOSからOffにして、やっとネットワーク経由でのインストールがいつでも出来るようになりました(イマココ)。 パーティションの切り方をどうするかとか、RAID1をどうにかしたいとか、apacheやなんやかんやの設定関係のファイルがどこにあるかとか、questがいっぱい残っているのに、タイムリミットが近づいてきてさすがにちょっと焦っているわけで、休日出勤となりますた(；´Д｀) カテゴリー:Linux Tagged: debian, install, squeeze<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misfits.wordpress.com&amp;blog=228855&amp;post=4278&amp;subd=misfits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://misfits.wordpress.com/2011/08/20/debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ad02e8875a3afdf68021ab1760eb439?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">ray</media:title>
		</media:content>
	</item>
		<item>
		<title>Downgrade Safari to 5.0.5</title>
		<link>http://misfits.wordpress.com/2011/08/10/downgrade-safari-to-5-0-5/</link>
		<comments>http://misfits.wordpress.com/2011/08/10/downgrade-safari-to-5-0-5/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 08:02:36 +0000</pubDate>
		<dc:creator>ray</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://misfits.wordpress.com/?p=4272</guid>
		<description><![CDATA[Safariを5.1にしてからインライン入力のトラブルに悩まされて… ずっと放置していたため、ちょっと今焦ってなんとかしているphpの編集にも支障をきたしているわけで… Appleのサポートコミュニティを見ても、5.1絡みのトラブル大杉(；´Д｀) で、結局耐えきれず5.0.5にダウングレードしました。 Timemachineから戻す方法もあるけど、Restore previous Safari version from .SafariArchive.tar.gz &#8211; Mac OS X Hintsに従って、自動アーカイブされているSafariを使う方法をセレクト。 Terminal.appから、 sudo tar -xvf /Library/Application\ Support/Apple/.SafariArchive.tar.gz -C / と sudo rm -rf /private/var/db/receipts/com.apple.pkg.Safari51SnowLeopard.* を実行して、/Library/Application\ Support/SIMBL/PluginsのSafariStand.bundleを5.0用のに入れ替えるだけ。 Safari Standも使い慣れた状態になったし、Evernoteも普通にコンテキストメニューから使えて、この方がやはり良いです。 っていうか、Apple早くうpでーと汁！ この状態では到底Lionさんには踏み切れません。 カテゴリー:Mac Tagged: Safari<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misfits.wordpress.com&amp;blog=228855&amp;post=4272&amp;subd=misfits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://misfits.wordpress.com/2011/08/10/downgrade-safari-to-5-0-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ad02e8875a3afdf68021ab1760eb439?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">ray</media:title>
		</media:content>
	</item>
	</channel>
</rss>
