<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:hr="http://www.w3.org/2000/08/w3c-synd/#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:h="http://www.w3.org/1999/xhtml"
	xmlns="http://purl.org/rss/1.0/"
	xml:lang="ja">
	<channel rdf:about="http://localhost/canadoh/docs/memo/sknote2.rdf">
		<title>Memo</title>
		<link>http://localhost/canadoh/docs/memo/index.html</link>
		<dc:date>2010-01-22T19:06+09:00</dc:date>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://localhost/canadoh/docs/memo/index.html#d20100114101319" />
				<rdf:li rdf:resource="http://localhost/canadoh/docs/memo/index.html#d20100108093919" />
				<rdf:li rdf:resource="http://localhost/canadoh/docs/memo/index.html#d20091203122611" />
				<rdf:li rdf:resource="http://localhost/canadoh/docs/memo/index.html#d20091125041143" />
				<rdf:li rdf:resource="http://localhost/canadoh/docs/memo/index.html#d20090322183829" />
				<rdf:li rdf:resource="http://localhost/canadoh/docs/memo/index.html#d20081229111911" />
				<rdf:li rdf:resource="http://localhost/canadoh/docs/memo/index.html#d20081112133231" />
				<rdf:li rdf:resource="http://localhost/canadoh/docs/memo/index.html#d20081112132501" />
			</rdf:Seq>
		</items>
	</channel>
	<item rdf:about="http://localhost/canadoh/docs/memo/index.html#d20100114101319">
		<title>[情報技術] Wicd Network Manager</title>
		<link>http://localhost/canadoh/docs/memo/index.html#d20100114101319</link>
		<dc:date>2010-01-14T10:13:19+09:00</dc:date>
		<description><![CDATA[ Ubuntu 9.10にしてからというもの、WLI-UC-GNでの無線接続が頻繁に切れるようになりました。原因は、機器でなくソフトウェアにある感じでした。<br />
Ubuntu日本語コミュニティに投稿された情報によると、デフォルトのNetwork Managerに問題があるようです。確かに、9.10になってNetwork Managerも変わりました。<br />
そこでWicdに替えてみたところ、今現在まで安定しています。<br />
https://forums.ubuntulinux.jp/viewtopic.php?pid=44476 ]]></description>
	</item>
	<item rdf:about="http://localhost/canadoh/docs/memo/index.html#d20100108093919">
		<title>[文具] Jr. リーガルパッドホルダー</title>
		<link>http://localhost/canadoh/docs/memo/index.html#d20100108093919</link>
		<dc:date>2010-01-08T09:39:19+09:00</dc:date>
		<description><![CDATA[ バイブルサイズのシステム手帳を好んで使っているのですが、出先でプログラムの草案をメモするときにもリフィルに書き込んでいたら、段々物足らなくなってきました（バイブルサイズはリフィル幅が狭くて）。A5の手帳を持ち歩くことも考えたのですが、主婦プログラマにはどうも大きすぎる。というわけで目をつけましたのが、Jrサイズのリーガルパッド（Jr Legal Pad）です。<br />
探してみると、リーガルパッドホルダー（Legal Pad Holder）というのはあまり日本では出回っていないようで、伊東屋さんの商品が出てくるばかりでした。しかしこの商品が安くてよさそう！　なので早速購入（もちろん通販です）。２日で届きました。<br />
（画像） （画像）<br />
ビニール製なのですが、革のようにでこぼこさせていて手触りがいいです。リーガルパッドは、レポートパッドのように上にめくりながら気軽にメモができ、使用感は良好。総合的感想は大満足です。黄色い紙に黒インクが似合いますね。ちなみにわたしは、白い紙にはカラーペン（青や緑）を使います。 ]]></description>
	</item>
	<item rdf:about="http://localhost/canadoh/docs/memo/index.html#d20091203122611">
		<title>[情報技術] Google日本語入力</title>
		<link>http://localhost/canadoh/docs/memo/index.html#d20091203122611</link>
		<dc:date>2009-12-03T12:26:11+09:00</dc:date>
		<description><![CDATA[ Googleが日本語IMEを作りました。現在ベータ版を公開中。対応OSはWindowsとMacintoshです。Linuxは！？<br />
使い心地はわかりません。<br />
http://www.google.com/intl/ja/ime/index.html ]]></description>
	</item>
	<item rdf:about="http://localhost/canadoh/docs/memo/index.html#d20091125041143">
		<title>[情報技術] Ubuntu 9.10でWLI-UC-GN</title>
		<link>http://localhost/canadoh/docs/memo/index.html#d20091125041143</link>
		<dc:date>2009-11-25T04:11:43+09:00</dc:date>
		<description><![CDATA[ Ubuntu 9.10（に限らずLinux上）でUSB型無線子機WLI-UC-GNを使用する場合、ドライバは専用のものを入手し、インストールする。手順は以下の通りである。<br />
+ http://www.ralinktech.com/support.php?s=2からRT3070USBをダウンロードし、任意のディレクトリにて展開。<br />
+ 展開してできたディレクトリの ./os/linux/config.mk を開き、使用したい機能にあわせて編集する。<br />
+ ./os/linux/usb_main_dev.c を開き、　struct usb_device_id rtusb_usb_id[] = {　の下に　{USB_DEVICE(機器による番号)}, /* Melco */　を追加。（機器による番号は、「lsusb」で調べられる）<br />
+ 端末で ./ にて「sudo make」を実行。<br />
+ 「sudo make install」を実行。<br />
+ ./os/linux/rt3070sta.ko を /lib/modules/2.6.31-（最新の番号）-generic/kernel/drivers/staging/rt3070/ にコピー。<br />
+ 「sudo modprobe rt3070sta」を実行。<br />
以上で無線が使用可能となる。ただし、再起動をすると再び modprobe する必要があるので、その手間を省くには /etc/modules に rt3070sta を書き加えておく。 ]]></description>
	</item>
	<item rdf:about="http://localhost/canadoh/docs/memo/index.html#d20090322183829">
		<title>[情報技術] Internet Explorer 8</title>
		<link>http://localhost/canadoh/docs/memo/index.html#d20090322183829</link>
		<dc:date>2009-03-22T18:38:29+09:00</dc:date>
		<description><![CDATA[ IE 8が正式リリースされました。７よりも各種処理速度や精度が向上したり新機能が加わっているそうです。実際には、使っていないのでわかりません。<br />
http://www.microsoft.com/japan/windows/products/winfamily/ie/ ]]></description>
	</item>
	<item rdf:about="http://localhost/canadoh/docs/memo/index.html#d20081229111911">
		<title>[情報技術] starsuite 9 インストールのエラー</title>
		<link>http://localhost/canadoh/docs/memo/index.html#d20081229111911</link>
		<dc:date>2008-12-29T11:19:11+09:00</dc:date>
		<description><![CDATA[ Ubuntu に StarSuite 9 をインストールする場合、.ooobasis3.0-core04-3.0.0-9358.i586.rpm のインストールで次のエラーが発生します。<br />
- error: Failed dependencies: libfreetype.so.6 is needed by ooobasis3.0-core04-3.0.0-9358.i586<br />
これは。RPMS/userland 以下の openoffice.org-userland-1.0-0.noarch.rpm をあらかじめインストールしておくことで回避できます。そしてセットアッププログラムも正常に終了します。 ]]></description>
	</item>
	<item rdf:about="http://localhost/canadoh/docs/memo/index.html#d20081112133231">
		<title>[情報技術] 次世代C++</title>
		<link>http://localhost/canadoh/docs/memo/index.html#d20081112133231</link>
		<dc:date>2008-11-12T13:32:31+09:00</dc:date>
		<description><![CDATA[ C++の次世代型「C++0x」の策定が始まっています。working draftはPDFで公開されています。C++使いは必見ですね。 ]]></description>
	</item>
	<item rdf:about="http://localhost/canadoh/docs/memo/index.html#d20081112132501">
		<title>[情報技術] LyX</title>
		<link>http://localhost/canadoh/docs/memo/index.html#d20081112132501</link>
		<dc:date>2008-11-12T13:25:01+09:00</dc:date>
		<description><![CDATA[ LaTeXのテキストエディタ「LyX」を使ってみました。なかなか使い勝手がいいです。日本語入力も問題ありません。わたしは元々コマンド入力が好きなほうですが、量の多い文書を作るときはLaTeXを敬遠していました。でもLyXならば、LaTeXの文書作りも苦にならなさそうです。<br />
http://www.lyx.org/ ]]></description>
	</item>
</rdf:RDF>
