<?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:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>新電波 &#187; EeePC</title>
	<atom:link href="http://denpa-shinbun.com/tag/eeepc/feed" rel="self" type="application/rss+xml" />
	<link>http://denpa-shinbun.com</link>
	<description>デジタルものブログ　- PC,WEB,Linux,WindowsMobile,WordPress,デジものレビュー,etc...はてなブックマーク/Twitterログ</description>
	<lastBuildDate>Sun, 05 Sep 2010 12:51:23 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://denpa-shinbun.com/tag/eeepc/feed" />
		<item>
		<title>Windows で LaTeXを使う</title>
		<link>http://denpa-shinbun.com/computer/windows-latex-install.html</link>
		<comments>http://denpa-shinbun.com/computer/windows-latex-install.html#comments</comments>
		<pubDate>Thu, 23 Apr 2009 09:25:56 +0000</pubDate>
		<dc:creator>kihoshi</dc:creator>
				<category><![CDATA[[computer]]]></category>
		<category><![CDATA[EeePC]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[VineLinux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[フリーソフト]]></category>

		<guid isPermaLink="false">http://denpa-shinbun.com/?p=412</guid>
		<description><![CDATA[				私の大学では、レポート課題は LaTeX で書くことになってます。なので、自宅で課題をやりたいときは、VmwarePlayer から VineLinux を起動していました。ですが、そのために毎回重たい仮想 OS [...]]]></description>
			<content:encoded><![CDATA[				<p>私の大学では、レポート課題は LaTeX で書くことになってます。なので、自宅で課題をやりたいときは、VmwarePlayer から <a href="http://denpa-shinbun.com/tag/vinelinux" class="st_tag internal_tag" rel="tag" title="Posts tagged with VineLinux">VineLinux</a> を起動していました。ですが、そのために毎回重たい仮想 OS を起動するとやる気がそがれるので、いっそ全部 <a href="http://denpa-shinbun.com/tag/windows" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> でやれるようにしよう計画の第一段です。第二段があるかどうかはわかりませんが（笑</p>
				<p>まずはLaTeX をダウンロードしようと思ったのですが、なにやらどれを落とせばいいのかよくわからないし、インストールもめんどくさそうです。まとめて簡単にインストールする方法はないかな？と探してみると、こんなのを発見しました。</p>
				<blockquote><p>
				<a href=”http://www.c.csce.kyushu-u.ac.jp/kb/wiki/index.php?TeX%2FWindows%BE%E5%A4%C7%A4%CEpLaTeX%A5%A4%A5%F3%A5%B9%A5%C8%A1%BC%A5%EB”title=”TeX/Windows上でのpLaTeXインストール - PukiWiki”>TeX/Windows上でのpLaTeXインストール &#8211; PukiWiki</a><br />
				これは何か </p>
				<p> * TeX 環境 (pLaTeX, GhostScript?, GSView, emf2eps) を <a href="http://denpa-shinbun.com/tag/windows" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> 上にインストールするための、スクリプトおよび各ソフトウエアのパッケージを1つにまとめたものです。 <br />
				 * emf2eps (EPS ファイルを作成するためのツール) が使う Adobe PS Printer Driver は含まれていません。本文書の最後にそのインストール方法を載せていますので、インストールして下さい。</p></blockquote>
				<p>公式の配布ではないようなので、ちょっと不安ですが、Norton、BitDefender、Spybotのスキャンで何も検知せず。以前から置かれており、特に悪い情報も見当たらないので入れてみることにします。URL を見ると、九州の大学のようですね。</p>
				<p>ダウンロードして解凍、中の bat ファイルを開きます。あとは出てくる指示に従うだけです。途中で出る設定ダイアログは、ボタンを押すと自動設定してくれました。</p>
				<p>しばらく時間がかかって、完了しました。いったん再起動して、大学で作った tex ファイルを platex のコマンドで dvi 形式にしてみます……エラー(汗 調べてみると、どうやら文字コードがシフト JIS じゃなきゃ駄目なようです。Vine は euc でしたから、それが引っかかった模様。エディタで開き、シフト JIS にて保存しなおします。ちなみに、Linux で文字コードを変換するときは、nkf のコマンドで変換出来ます。</p>
				<p><code>シフトJISへ<br />
				nkf -s infile outfile<br />
				EUCへ<br />
				nkf -e infile outfile<br />
				</code></p>
				<p>シフト JIS にして変換すると、無事 dvi ファイルが出来あがりました。dvi ファイルをダブルクリックすると、dvi ファイルが閲覧できます。作者さんに感謝。</p>
				<p>おまけとして、毎回 cmd から platex して、dvi を開くのが面倒なので、簡単な bat ファイルを書いてみました。変数の部分をファイルごとに編集すれば、自動で dvi の表示までしてくれるはずです。これぐらい毎回自分でしてもいい気がしますが(笑</p>
				<p><code>set Drive=c:<br />
				set DirName1=C:\HOME\My Dropbox<br />
				set DirName2=ensyu1<br />
				set FileName=kadai1</code></p>
				<p>rem DirName1:基本ディレクトリ*ex:C:\HOME\My Dropbox<br />
				rem DirName2:今回編集中のtexファイルの入っているディレクトリ(DirName1以下)*ex:ensyu1<br />
				rem FileName:texファイル(拡張子抜き)*ex:kadai1</p>
				<p>%Drive%<br />
				cd &#8220;%DirName1%\%DirName2%&#8221;<br />
				platex &#8220;%FileName%.tex&#8221;<br />
				&#8220;C:\opt\dviout\dviout.exe&#8221; &#8220;%FileName%.dvi&#8221;</p>
				<p>あとは、この tex ( dvi ) ファイルを Linux 側で開くとどうなるかですが、今度大学へ行ったときに試すこととします。文字コード変換すれば、普通に読めると思いますが……。</p>
				<p>あとは <a href="http://denpa-shinbun.com/tag/eeepc" class="st_tag internal_tag" rel="tag" title="Posts tagged with EeePC">EeePC</a> にも入れるかどうか考え中です。持ち歩けばどこでも課題が出来るのは魅力的ですが、LaTeX &#038; C のコンパイラを入れるほど容量に空きがあるか。実際に持ち歩くのかを考えると、微妙かな。増設 SSD が欲しいなーとか思ったり。せっかくの小さいマシンなのに、寝モバ専用機と化してます(汗 もったいない。</p>

	<p>タグ: <strong><a href="http://denpa-shinbun.com/tag/eeepc" title="EeePC" rel="tag">EeePC</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/linux" title="Linux" rel="tag">Linux</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/vinelinux" title="VineLinux" rel="tag">VineLinux</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/windows" title="Windows" rel="tag">Windows</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/freesoft" title="フリーソフト" rel="tag">フリーソフト</a></strong></p>

	<p>＊関連する投稿</p>
	<ul class="st-related-posts">
	<li><h3><a href="http://denpa-shinbun.com/computer/easeus-partition-manager.html" title="無料のパーティション編集ソフト、EASEUS Partition Manager,Windows上で動作します。 (2008/7/12 土曜日)">無料のパーティション編集ソフト、EASEUS Partition Manager,Windows上で動作します。</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/computer/windows-linux-driver.html" title="Windows側からLinux側のファイルにアクセスする方法（前回の逆） (2008/5/30 金曜日)">Windows側からLinux側のファイルにアクセスする方法（前回の逆）</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/computer/vmwareplayer-ubuntu-install.html" title="Vmware Player+Ubuntu Linuxに移行 (2008/6/8 日曜日)">Vmware Player+Ubuntu Linuxに移行</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/computer/linux-windows-ntfs.html" title="Linux側からWindows側のファイルにアクセスする方法 (2008/5/28 水曜日)">Linux側からWindows側のファイルにアクセスする方法</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/blog-c/vine-linux-vmware-install.html" title="VMware Player に、 Vine Linux をインストール (2008/7/9 水曜日)">VMware Player に、 Vine Linux をインストール</a></h3></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://denpa-shinbun.com/computer/windows-latex-install.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://denpa-shinbun.com/computer/windows-latex-install.html" />
	</item>
		<item>
		<title>EeePC 901X 、液晶修理費は本体の半額</title>
		<link>http://denpa-shinbun.com/computer/eeepc-901x-display-2.html</link>
		<comments>http://denpa-shinbun.com/computer/eeepc-901x-display-2.html#comments</comments>
		<pubDate>Sat, 20 Sep 2008 01:38:16 +0000</pubDate>
		<dc:creator>kihoshi</dc:creator>
				<category><![CDATA[[computer]]]></category>
		<category><![CDATA[EeePC]]></category>
		<category><![CDATA[Netbook]]></category>

		<guid isPermaLink="false">http://denpa-shinbun.com/pc-hardware/eeepc-901x-display-2.html</guid>
		<description><![CDATA[				長らく修理の旅に出かけている私の EeePC ですが、先日 ASUS の修理センターから電話が。液晶が破損しているので、保障外となり2万4150円かかるとのこと。……本体の半額じゃん。特に衝撃を加えてはいないと思 [...]]]></description>
			<content:encoded><![CDATA[				<p>長らく修理の旅に出かけている私の <a href="http://denpa-shinbun.com/tag/eeepc" class="st_tag internal_tag" rel="tag" title="Posts tagged with EeePC">EeePC</a> ですが、先日 ASUS の修理センターから電話が。液晶が破損しているので、保障外となり2万4150円かかるとのこと。……本体の半額じゃん。特に衝撃を加えてはいないと思うけどなあ。でもしかたがありません。高い授業料だったと思って、諦めます。今後はもっと慎重に扱うことにしましょう。 </p>
				<p>帰ってくるのは、月～水を予定とのこと。専用のケースでも買おうかな……。</p>
				<div class="wlWriterSmartContent" id="scid:81867AAF-BB02-476b-AE5D-12BDAC2E750D:bb3981e0-d513-4e09-ad96-0438ec253128" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"><a href="http://www.amazon.co.jp/exec/obidos/ASIN/B001CLBBOU/nakanakaiid01-22/ref=nosim" target="_blank"><img alt="PDAIR レザーケース for Eee PC 901-X(ブラック) PALCEPC901/BL" src="http://ecx.images-amazon.com/images/I/41UBX3ccIOL._SL75_.jpg"/><br />PDAIR レザーケース for Eee PC 901-X(ブラック) PALCEPC901/BL </a></div>

	<p>タグ: <strong><a href="http://denpa-shinbun.com/tag/eeepc" title="EeePC" rel="tag">EeePC</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/netbook" title="Netbook" rel="tag">Netbook</a></strong></p>

	<p>＊関連する投稿</p>
	<ul class="st-related-posts">
	<li><h3><a href="http://denpa-shinbun.com/computer/eeepc-dragonquest.html" title="新宿ヨドバシに EeePC 901-x を見に行く (2008/7/17 木曜日)">新宿ヨドバシに EeePC 901-x を見に行く</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/computer/eeepc-display.html" title="EeePC の液晶が壊れた…… (2008/9/5 金曜日)">EeePC の液晶が壊れた……</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/computer/eeepc-repair.html" title="EeePC 901X 修理の旅へ (2008/9/7 日曜日)">EeePC 901X 修理の旅へ</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/review/eeepc-901-x-order.html" title="EeePC 901-X 注文しました (2008/8/6 水曜日)">EeePC 901-X 注文しました</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/review/eeepc-901x-get.html" title="EeePC 901-X 届きました (2008/8/10 日曜日)">EeePC 901-X 届きました</a></h3></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://denpa-shinbun.com/computer/eeepc-901x-display-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://denpa-shinbun.com/computer/eeepc-901x-display-2.html" />
	</item>
		<item>
		<title>EeePC 901X 修理の旅へ</title>
		<link>http://denpa-shinbun.com/computer/eeepc-repair.html</link>
		<comments>http://denpa-shinbun.com/computer/eeepc-repair.html#comments</comments>
		<pubDate>Sun, 07 Sep 2008 02:57:03 +0000</pubDate>
		<dc:creator>kihoshi</dc:creator>
				<category><![CDATA[[computer]]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[EeePC]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[パソコン/パーツ]]></category>

		<guid isPermaLink="false">http://denpa-shinbun.com/pc-hardware/eeepc-repair.html</guid>
		<description><![CDATA[				EeePC の液晶が壊れた…… &#124; 新電波 というわけで、ASUS のサポートセンターに電話したところ、修理することとなりました。
				
				 ・電話 ＞なかなか繋がらない。メモリは変えてないか、バッテリ [...]]]></description>
			<content:encoded><![CDATA[				<p><a href="http://denpa-shinbun.com/pc-hardware/eeepc-display.html" title="EeePC の液晶が壊れた…… | 新電波">EeePC の液晶が壊れた…… | 新電波</a><br /> というわけで、ASUS のサポートセンターに電話したところ、修理することとなりました。</p>
				<p>
				<hr /> ・電話<br /> ＞なかなか繋がらない。メモリは変えてないか、バッテリは入れておく、SD カ－ドは抜く、データの保証はできないがいいか？保証書はあるか？などの確認<br /> ・ASUS からメール<br /> ＞PDF が添付されているので、印刷して、症状などについて記入。FAX もあるらしいが、うちには FAX がない。。<br /> ・送る<br /> ＞ダンボールに詰めて、発送。送料は自分持ち。1000円ぐらい。<br /> <br />
				<hr /></p>
				<p> <a href="http://denpa-shinbun.com/tag/apple" class="st_tag internal_tag" rel="tag" title="Posts tagged with Apple">Apple</a> の <a href="http://denpa-shinbun.com/tag/ipod" class="st_tag internal_tag" rel="tag" title="Posts tagged with iPod">iPod</a> が壊れたときは、向こうから回収の人が来て、送料もかからず、その場で新品と交換という素晴らしい対応でしたが、さすがに今回はそうはいかず。。10日ぐらいで修理は終わるらしいですが、長いですねえ……。 </p>

	<p>タグ: <strong><a href="http://denpa-shinbun.com/tag/apple" title="Apple" rel="tag">Apple</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/eeepc" title="EeePC" rel="tag">EeePC</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/ipod" title="iPod" rel="tag">iPod</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/netbook" title="Netbook" rel="tag">Netbook</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/computer-parts" title="パソコン/パーツ" rel="tag">パソコン/パーツ</a></strong></p>

	<p>＊関連する投稿</p>
	<ul class="st-related-posts">
	<li><h3><a href="http://denpa-shinbun.com/computer/eeepc-dragonquest.html" title="新宿ヨドバシに EeePC 901-x を見に行く (2008/7/17 木曜日)">新宿ヨドバシに EeePC 901-x を見に行く</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/computer/eeepc-display.html" title="EeePC の液晶が壊れた…… (2008/9/5 金曜日)">EeePC の液晶が壊れた……</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/review/eeepc-901-x-order.html" title="EeePC 901-X 注文しました (2008/8/6 水曜日)">EeePC 901-X 注文しました</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/review/eeepc-901x-get.html" title="EeePC 901-X 届きました (2008/8/10 日曜日)">EeePC 901-X 届きました</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/review/eeepc-901-x-in-yodobashi.html" title="EeePC 901-X を見てきました。 (2008/7/14 月曜日)">EeePC 901-X を見てきました。</a></h3></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://denpa-shinbun.com/computer/eeepc-repair.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://denpa-shinbun.com/computer/eeepc-repair.html" />
	</item>
		<item>
		<title>EeePC の液晶が壊れた……</title>
		<link>http://denpa-shinbun.com/computer/eeepc-display.html</link>
		<comments>http://denpa-shinbun.com/computer/eeepc-display.html#comments</comments>
		<pubDate>Fri, 05 Sep 2008 13:33:22 +0000</pubDate>
		<dc:creator>kihoshi</dc:creator>
				<category><![CDATA[[computer]]]></category>
		<category><![CDATA[EeePC]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[パソコン/パーツ]]></category>

		<guid isPermaLink="false">http://denpa-shinbun.com/pc-hardware/eeepc-display.html</guid>
		<description><![CDATA[				 はうあ。 EeePC 901X の液晶が正しく表示されなくなりました。。 もちろん、外部液晶モードになっているとかそういうオチではなく、物理的な故障です。 画面に原色の縦線の塊が入りはじめて、接触不良か？と思い [...]]]></description>
			<content:encoded><![CDATA[				<p><a href="http://denpa-shinbun.com/uploads/EeePC_13C1B/eeepc901xdisplay.jpg" target="_blank"><img style="margin: 7px 10px" title="eeepc-901x-display" src="http://denpa-shinbun.com/uploads/EeePC_13C1B/eeepc901xdisplay_thumb.jpg" border="0" alt="eeepc-901x-display" width="104" height="104" align="left" /></a> はうあ。 <a href="http://denpa-shinbun.com/tag/eeepc" class="st_tag internal_tag" rel="tag" title="Posts tagged with EeePC">EeePC</a> 901X の液晶が正しく表示されなくなりました。。 もちろん、外部液晶モードになっているとかそういうオチではなく、物理的な故障です。 画面に原色の縦線の塊が入りはじめて、接触不良か？と思い角度を変えてみたところ、完全に死亡なさったようです（汗</p>
				<p>でも、乱暴に使ったとか、落としたとか、そういうのは一切ないんですよ。普通にスリープさせるために画面を閉じておいて、戻ってきて開いてみたら、なんじゃこりゃー！と。</p>
				<p>BIOS の画面ですでに縦線がでてたので、ドライバやソフトではないと思うのですが。。とにかく、明日サポセンに電話してみます。修理どんぐらいかかるんだろうなぁ。すぐ終わるといいけど。</p>
				<p>現在TrueImageLiteでバックアップ中。あと1h46m……。</p>

	<p>タグ: <strong><a href="http://denpa-shinbun.com/tag/eeepc" title="EeePC" rel="tag">EeePC</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/netbook" title="Netbook" rel="tag">Netbook</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/computer-parts" title="パソコン/パーツ" rel="tag">パソコン/パーツ</a></strong></p>

	<p>＊関連する投稿</p>
	<ul class="st-related-posts">
	<li><h3><a href="http://denpa-shinbun.com/computer/eeepc-dragonquest.html" title="新宿ヨドバシに EeePC 901-x を見に行く (2008/7/17 木曜日)">新宿ヨドバシに EeePC 901-x を見に行く</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/computer/eeepc-repair.html" title="EeePC 901X 修理の旅へ (2008/9/7 日曜日)">EeePC 901X 修理の旅へ</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/review/eeepc-901-x-order.html" title="EeePC 901-X 注文しました (2008/8/6 水曜日)">EeePC 901-X 注文しました</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/review/eeepc-901x-get.html" title="EeePC 901-X 届きました (2008/8/10 日曜日)">EeePC 901-X 届きました</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/review/eeepc-901-x-in-yodobashi.html" title="EeePC 901-X を見てきました。 (2008/7/14 月曜日)">EeePC 901-X を見てきました。</a></h3></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://denpa-shinbun.com/computer/eeepc-display.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://denpa-shinbun.com/computer/eeepc-display.html" />
	</item>
		<item>
		<title>EeePC 901-X まとめ ソフト編</title>
		<link>http://denpa-shinbun.com/review/eeepc901x-softwares.html</link>
		<comments>http://denpa-shinbun.com/review/eeepc901x-softwares.html#comments</comments>
		<pubDate>Thu, 21 Aug 2008 13:34:45 +0000</pubDate>
		<dc:creator>kihoshi</dc:creator>
				<category><![CDATA[[computer]]]></category>
		<category><![CDATA[[review]]]></category>
		<category><![CDATA[EeePC]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[セキュリティ]]></category>
		<category><![CDATA[フリーソフト]]></category>
		<category><![CDATA[ブラウザ]]></category>

		<guid isPermaLink="false">http://denpa-shinbun.com/pc-hardware/eeepc901x-softwares.html</guid>
		<description><![CDATA[				ブラウザ/オフィス/メディア    ・Firefox （C ドライブ）    ・OpenOffice（Word,Excel の代替のみ） （C ドライブ）    ・MPC （D ドライブ）    
				セキュ [...]]]></description>
			<content:encoded><![CDATA[				<p><strong>ブラウザ/オフィス/メディア</strong>    <br />・<a href="http://denpa-shinbun.com/tag/firefox" class="st_tag internal_tag" rel="tag" title="Posts tagged with Firefox">Firefox</a> （C ドライブ）    <br />・OpenOffice（Word,Excel の代替のみ） （C ドライブ）    <br />・MPC （D ドライブ）    </p>
				<p><strong>セキュリティ</strong>    <br />・AntiVir （C ドライブ）    <br />・ComodoFirewallPro （C ドライブ）    <br />・SpybotSD （D ドライブ）    </p>
				<p><strong>環境設定</strong>    <br />・WinXP高速化 （D ドライブ）    <br />・窓の手 （D ドライブ）    <br />・TweakUI （D ドライブ）    <br />・ERAM （１GB 中 256MB , スタンバイ可）    </p>
				<p><strong>導入予定</strong>    <br />・TTBase    <br />・ペースター    <br />・ActiveSync    <br />・Outlook    </p>
				<p><strong>検討事項</strong>    <br />ファイアウォールは <a href="http://denpa-shinbun.com/tag/windows" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> 標準ので十分かも？    </p>
				<p>nLite で軽量化した XP をインストールしたので、C ドライブが結構空いてます。D ドライブは速度が C より遅いので、常用するものは C にインストール。</p>
				<p>夏休みですが、暇なようで暇じゃない日々です。意外と時間がとれません、一日中ぐだっとしたい……。</p>

	<p>タグ: <strong><a href="http://denpa-shinbun.com/tag/eeepc" title="EeePC" rel="tag">EeePC</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/firefox" title="Firefox" rel="tag">Firefox</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/netbook" title="Netbook" rel="tag">Netbook</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/windows" title="Windows" rel="tag">Windows</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/security" title="セキュリティ" rel="tag">セキュリティ</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/freesoft" title="フリーソフト" rel="tag">フリーソフト</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/browser" title="ブラウザ" rel="tag">ブラウザ</a></strong></p>

	<p>＊関連する投稿</p>
	<ul class="st-related-posts">
	<li><h3><a href="http://denpa-shinbun.com/news-c/firefox301-verup.html" title="Firefox 3.0.1 公開 セキュリティ問題を修正 (2008/7/17 木曜日)">Firefox 3.0.1 公開 セキュリティ問題を修正</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/news-c/firefox30-addon.html" title="史上最速、FireFox 3.0 アドオン対応状況 ＊追記 (2008/6/28 土曜日)">史上最速、FireFox 3.0 アドオン対応状況 ＊追記</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/computer/hatena.html" title="はてなに登録してみました (2008/7/8 火曜日)">はてなに登録してみました</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/log/%e3%81%aa%e3%81%be%e3%81%8f%e3%82%89%e3%81%8c%e3%81%9f%e3%81%aa-firefox%e3%81%ae%e3%83%9d%e3%83%83%e3%83%97%e3%82%a2%e3%83%83%e3%83%97%e3%83%96%e3%83%ad%e3%83%83%e3%82%af%e3%81%ae%e8%a9%b1%e3%81%ae.html" title="なまくらがたな &#8211; Firefoxのポップアップブロックの話の続き (2009/7/21 火曜日)">なまくらがたな &#8211; Firefoxのポップアップブロックの話の続き</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/blog-c/wp-cache-instal.html" title="WordPressの表示速度を速くする WP-Cache 導入 (2008/6/18 水曜日)">WordPressの表示速度を速くする WP-Cache 導入</a></h3></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://denpa-shinbun.com/review/eeepc901x-softwares.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://denpa-shinbun.com/review/eeepc901x-softwares.html" />
	</item>
		<item>
		<title>EeePC 901-X まとめ 周辺機器編</title>
		<link>http://denpa-shinbun.com/review/eeepc901x-devices.html</link>
		<comments>http://denpa-shinbun.com/review/eeepc901x-devices.html#comments</comments>
		<pubDate>Wed, 13 Aug 2008 04:36:21 +0000</pubDate>
		<dc:creator>kihoshi</dc:creator>
				<category><![CDATA[[computer]]]></category>
		<category><![CDATA[[review]]]></category>
		<category><![CDATA[EeePC]]></category>
		<category><![CDATA[HDD]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[デジもの]]></category>
		<category><![CDATA[パソコン/パーツ]]></category>
		<category><![CDATA[買い物/レビュー]]></category>

		<guid isPermaLink="false">http://denpa-shinbun.com/pc-hardware/eeepc901x-devices.html</guid>
		<description><![CDATA[				EeePC901X購入に合わせて買った周辺機器リスト 
				
				・SDHC 16GB  
				トランセンド・ジャパン SDHCカード 16GB Class6 永久保証 TS16GSDHC6 
			 [...]]]></description>
			<content:encoded><![CDATA[				<p>EeePC901X購入に合わせて買った周辺機器リスト </p>
				<hr />
				<p><strong>・SDHC 16GB</strong> <br /> 
				<div class="wlWriterSmartContent" id="scid:81867AAF-BB02-476b-AE5D-12BDAC2E750D:a297bf8b-98f9-4cc9-a977-086951d036b3" style="padding-right: 0px; display: inline; padding-left: 5px; float: left; padding-bottom: 0px; margin: 0px; width: 570px; padding-top: 0px"><a href="http://www.amazon.co.jp/exec/obidos/ASIN/B0015AOK1O/nakanakaiid01-22/ref=nosim" target="_blank"><img alt="トランセンド・ジャパン SDHCカード 16GB Class6 永久保証 TS16GSDHC6" src="http://ecx.images-amazon.com/images/I/51rah%2BPlnpL._SL75_.jpg"/><br />トランセンド・ジャパン SDHCカード 16GB Class6 永久保証 TS16GSDHC6 </a></div>
				</p>
				<p>本当はローカルディスク化もしようと思ってたけど、特に必要もないかなーってそのまま。    <br />SDHC カード専用のフォーマッタは、<a title="SD/SDHCメモリーカード フォーマットソフトウェアの配布" href="http://panasonic.jp/support/audio/sd/download/sd_formatter.html">SD/SDHCメモリーカード フォーマットソフトウェアの配布</a> からダウンロード。     <br />ファイルサイズ 4GB 制限のある FAT32 から NTFS に変換するには、コマンドプロンプトで、convert x: /fs:ntfs 注）x は SDHC のドライブレターに各自あわせる。 </p>
				<p><strong>・仮想 CD/DVD 機能付きのポータブルハードディスク</strong><br /> 
				<div class="wlWriterSmartContent" id="scid:81867AAF-BB02-476b-AE5D-12BDAC2E750D:08e292c3-2593-47ff-912a-80e24628de07" style="padding-right: 0px; display: inline; padding-left: 0px; float: left; padding-bottom: 0px; margin: 0px; padding-top: 0px"><a href="http://www.amazon.co.jp/exec/obidos/ASIN/B000QTCYW2/nakanakaiid01-22/ref=nosim" target="_blank"><img alt="BUFFALO USB2.0対応 ポータブルHDD TurboUSB機能搭載 120GB ブラック HD-PSG120U2-BK" src="http://ecx.images-amazon.com/images/I/4105aoUptZL._SL75_.jpg"/><br />BUFFALO USB2.0対応 ポータブルHDD TurboUSB機能搭載 120GB ブラック HD-PSG120U2-BK </a></div>
				<p> nLite で軽量 XP を作ったはいいものの、CD ドライブがなかったので購入。ブータブルな仮想 CD ドライブにもなれる <a href="http://denpa-shinbun.com/tag/hdd" class="st_tag internal_tag" rel="tag" title="Posts tagged with HDD">HDD</a> です。TrueImageLE が付いてきます。 容量不足も解消できていい感じです。ただし、持ち歩きには使いません。家用です、主に寝モバ用。NTFS じゃないので、大容量のファイルは保存できません。 </p>
				<p> <strong>・ごろ寝マウス リターンズ</strong>
				<div class="wlWriterSmartContent" id="scid:81867AAF-BB02-476b-AE5D-12BDAC2E750D:19066f9e-c911-4384-9655-8c52b0d2ab01" style="float:none; display:inline; margin:0px; padding:0px 0px 0px 0px;"><a href="http://www.amazon.co.jp/exec/obidos/ASIN/B000L42KLW/nakanakaiid01-22/ref=nosim" target="_blank"><img alt="シグマAPO 光学式マウス トリガータイプ ごろ寝 リターンズ ブラック SGM2BK" src="http://ecx.images-amazon.com/images/I/31zmLUJU96L._SL75_.jpg"/><br />シグマAPO 光学式マウス トリガータイプ ごろ寝 リターンズ ブラック SGM2BK </a></div>
				<p> 究極の（？）寝モバ環境のために作られたマウス。若干ちゃっちいのが欠点。トラックボールが小さすぎるのかな。ただ、寝て使ったり、マウスを使える空間のない場所では確かに操作しやすいです。タッチパッドよりはいいかな。色も3色あって、白と黒と <a href="http://denpa-shinbun.com/tag/eeepc" class="st_tag internal_tag" rel="tag" title="Posts tagged with EeePC">EeePC</a> にあわせた色が選べます。<br />地球を守る、すごい奴。<br />
				<blockquote cite="http://www.sigma-apo.co.jp/gorone/story/index.html">
				<p><a href="http://www.sigma-apo.co.jp/gorone/story/index.html">ごろねリターンズ ストーリー</a></p>
				<p>この物語は、スーパーマシーンごろ寝に乗り込み、悪の魔の手から地球を守るため結成されたIACA国際宇宙連絡機構のメンバーたちが日夜奮闘する熱き愛の物語である。</p>
				</blockquote>
				<hr />

	<p>タグ: <strong><a href="http://denpa-shinbun.com/tag/eeepc" title="EeePC" rel="tag">EeePC</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/hdd" title="HDD" rel="tag">HDD</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/netbook" title="Netbook" rel="tag">Netbook</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/hardware" title="デジもの" rel="tag">デジもの</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/computer-parts" title="パソコン/パーツ" rel="tag">パソコン/パーツ</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/shopping-review" title="買い物/レビュー" rel="tag">買い物/レビュー</a></strong></p>

	<p>＊関連する投稿</p>
	<ul class="st-related-posts">
	<li><h3><a href="http://denpa-shinbun.com/review/silexusb-device-server.html" title="複数のパソコンでUSB機器を使用する「USBデバイスサーバー」 (2008/6/22 日曜日)">複数のパソコンでUSB機器を使用する「USBデバイスサーバー」</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/computer/eeepc-dragonquest.html" title="新宿ヨドバシに EeePC 901-x を見に行く (2008/7/17 木曜日)">新宿ヨドバシに EeePC 901-x を見に行く</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/review/eeepc-901-x-order.html" title="EeePC 901-X 注文しました (2008/8/6 水曜日)">EeePC 901-X 注文しました</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/review/eeepc-901x-get.html" title="EeePC 901-X 届きました (2008/8/10 日曜日)">EeePC 901-X 届きました</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/review/eeepc-901-x-in-yodobashi.html" title="EeePC 901-X を見てきました。 (2008/7/14 月曜日)">EeePC 901-X を見てきました。</a></h3></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://denpa-shinbun.com/review/eeepc901x-devices.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://denpa-shinbun.com/review/eeepc901x-devices.html" />
	</item>
		<item>
		<title>EeePC 901-X 届きました</title>
		<link>http://denpa-shinbun.com/review/eeepc-901x-get.html</link>
		<comments>http://denpa-shinbun.com/review/eeepc-901x-get.html#comments</comments>
		<pubDate>Sun, 10 Aug 2008 00:41:51 +0000</pubDate>
		<dc:creator>kihoshi</dc:creator>
				<category><![CDATA[[computer]]]></category>
		<category><![CDATA[[review]]]></category>
		<category><![CDATA[EeePC]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[パソコン/パーツ]]></category>
		<category><![CDATA[買い物/レビュー]]></category>

		<guid isPermaLink="false">http://denpa-shinbun.com/pc-hardware/eeepc-901x-get.html</guid>
		<description><![CDATA[				EeePC 901X が届きました。 更新がなかったのは、これのセットアップをやってたからです（笑
				 こういうものは、カスタマイズするのが楽しいですよね。使っている時よりも。……本末転倒？楽しければいいの [...]]]></description>
			<content:encoded><![CDATA[				<p><a href="http://denpa-shinbun.com/tag/eeepc" class="st_tag internal_tag" rel="tag" title="Posts tagged with EeePC">EeePC</a> 901X が届きました。 更新がなかったのは、これのセットアップをやってたからです（笑</p>
				<p> こういうものは、カスタマイズするのが楽しいですよね。使っている時よりも。……本末転倒？楽しければいいのです。</p>
				<p> でもまだ途中、バイト行ったり残りのレポートやったりしていたら、あまり弄る時間がとれてません。今日も外出なのでおあずけ。明日は夕方までは暇なので、色々できそうかな。</p>

	<p>タグ: <strong><a href="http://denpa-shinbun.com/tag/eeepc" title="EeePC" rel="tag">EeePC</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/netbook" title="Netbook" rel="tag">Netbook</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/computer-parts" title="パソコン/パーツ" rel="tag">パソコン/パーツ</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/shopping-review" title="買い物/レビュー" rel="tag">買い物/レビュー</a></strong></p>

	<p>＊関連する投稿</p>
	<ul class="st-related-posts">
	<li><h3><a href="http://denpa-shinbun.com/review/eeepc-901-x-order.html" title="EeePC 901-X 注文しました (2008/8/6 水曜日)">EeePC 901-X 注文しました</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/review/eeepc-901-x-in-yodobashi.html" title="EeePC 901-X を見てきました。 (2008/7/14 月曜日)">EeePC 901-X を見てきました。</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/review/eeepc901x-devices.html" title="EeePC 901-X まとめ 周辺機器編 (2008/8/13 水曜日)">EeePC 901-X まとめ 周辺機器編</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/computer/eeepc-dragonquest.html" title="新宿ヨドバシに EeePC 901-x を見に行く (2008/7/17 木曜日)">新宿ヨドバシに EeePC 901-x を見に行く</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/computer/eeepc-display.html" title="EeePC の液晶が壊れた…… (2008/9/5 金曜日)">EeePC の液晶が壊れた……</a></h3></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://denpa-shinbun.com/review/eeepc-901x-get.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://denpa-shinbun.com/review/eeepc-901x-get.html" />
	</item>
		<item>
		<title>EeePC 901-X 注文しました</title>
		<link>http://denpa-shinbun.com/review/eeepc-901-x-order.html</link>
		<comments>http://denpa-shinbun.com/review/eeepc-901-x-order.html#comments</comments>
		<pubDate>Wed, 06 Aug 2008 13:03:22 +0000</pubDate>
		<dc:creator>kihoshi</dc:creator>
				<category><![CDATA[[computer]]]></category>
		<category><![CDATA[[review]]]></category>
		<category><![CDATA[EeePC]]></category>
		<category><![CDATA[EMOBILE]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[パソコン/パーツ]]></category>
		<category><![CDATA[買い物/レビュー]]></category>

		<guid isPermaLink="false">http://denpa-shinbun.com/pc-hardware/eeepc-901-x-order.html</guid>
		<description><![CDATA[				EeePC 901-X を注文しました。それと、SDHC 16GB も一緒に。楽しみだなー、明後日ぐらいには来るかな？
				ホントは、イーモバイルとセットで買いたかったんですよ。にねんMAXは却って損なので、 [...]]]></description>
			<content:encoded><![CDATA[				<p><a href="http://denpa-shinbun.com/tag/eeepc" class="st_tag internal_tag" rel="tag" title="Posts tagged with EeePC">EeePC</a> 901-X を注文しました。それと、SDHC 16GB も一緒に。楽しみだなー、明後日ぐらいには来るかな？</p>
				<p>ホントは、イーモバイルとセットで買いたかったんですよ。にねんMAXは却って損なので、ベーシックにねんで3万円引きってやつですね。でも、20歳以下は親のなんちゃらが必要だとか。……無理です、親にそんなの言ったら断られます。てか、<a href="http://denpa-shinbun.com/tag/eeepc" class="st_tag internal_tag" rel="tag" title="Posts tagged with EeePC">EeePC</a> 買ったのも内緒です（汗 いいじゃないですか、大学生なんだし、バイト代で買ったんだし。。しかたがないから単独買いです。20歳以上になって、金銭的余裕があったらイーモバイルの契約をしようかな。</p>
				<p>YAMAAD LABI では、新にねん もあったと聞いたんですけど、私が行ったところではなかったです。なんか、どの家電量販店も にねんMAX との同時契約でお得！ってやってますけど、あれって最終的には全然お得じゃないですよね。。</p>

	<p>タグ: <strong><a href="http://denpa-shinbun.com/tag/eeepc" title="EeePC" rel="tag">EeePC</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/emobile" title="EMOBILE" rel="tag">EMOBILE</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/netbook" title="Netbook" rel="tag">Netbook</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/computer-parts" title="パソコン/パーツ" rel="tag">パソコン/パーツ</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/shopping-review" title="買い物/レビュー" rel="tag">買い物/レビュー</a></strong></p>

	<p>＊関連する投稿</p>
	<ul class="st-related-posts">
	<li><h3><a href="http://denpa-shinbun.com/review/eeepc-901x-get.html" title="EeePC 901-X 届きました (2008/8/10 日曜日)">EeePC 901-X 届きました</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/review/eeepc-901-x-in-yodobashi.html" title="EeePC 901-X を見てきました。 (2008/7/14 月曜日)">EeePC 901-X を見てきました。</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/review/eeepc901x-devices.html" title="EeePC 901-X まとめ 周辺機器編 (2008/8/13 水曜日)">EeePC 901-X まとめ 周辺機器編</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/computer/eeepc-dragonquest.html" title="新宿ヨドバシに EeePC 901-x を見に行く (2008/7/17 木曜日)">新宿ヨドバシに EeePC 901-x を見に行く</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/computer/eeepc-display.html" title="EeePC の液晶が壊れた…… (2008/9/5 金曜日)">EeePC の液晶が壊れた……</a></h3></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://denpa-shinbun.com/review/eeepc-901-x-order.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://denpa-shinbun.com/review/eeepc-901-x-order.html" />
	</item>
		<item>
		<title>LISMO は値段が高いから優位？</title>
		<link>http://denpa-shinbun.com/news-c/au-lismo-itunes.html</link>
		<comments>http://denpa-shinbun.com/news-c/au-lismo-itunes.html#comments</comments>
		<pubDate>Mon, 28 Jul 2008 10:52:48 +0000</pubDate>
		<dc:creator>kihoshi</dc:creator>
				<category><![CDATA[[keitai]]]></category>
		<category><![CDATA[[news]]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[EeePC]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[携帯電話]]></category>
		<category><![CDATA[音楽]]></category>

		<guid isPermaLink="false">http://denpa-shinbun.com/cellphone/au-lismo-itunes.html</guid>
		<description><![CDATA[				打倒！&#34;ソフトバンク&#34;ｉＰｈｏｎｅ－－ドコモ、ａｕの戦略(2) &#124; 投資・経済・ビジネスの東洋経済オンライン
				 
				「ＬＩＳＭＯにも優位性がある」 高橋 誠 ＫＤＤＩ取締役執行役 [...]]]></description>
			<content:encoded><![CDATA[				<blockquote cite="http://www.toyokeizai.net/business/strategy/detail/AC/3d308b282d27b3145188c4b5afee9ee0/page/2/"><p><a href="http://www.toyokeizai.net/business/strategy/detail/AC/3d308b282d27b3145188c4b5afee9ee0/page/2/">打倒！&quot;ソフトバンク&quot;ｉＰｈｏｎｅ－－ドコモ、ａｕの戦略(2) | 投資・経済・ビジネスの東洋経済オンライン</a></p>
				<p><a href="http://www.toyokeizai.net/business/strategy/detail/AC/3d308b282d27b3145188c4b5afee9ee0/page/2/" target="_blank"><img title="lismo" style="margin: 2px 5px" height="142" alt="lismo" src="http://denpa-shinbun.com/wordpress/wp-content/uploads/lismo1.jpg" width="163" align="right" border="0" /></a> </p>
				<p>「ＬＩＳＭＯにも優位性がある」 高橋 誠 <strong>ＫＤＤＩ取締役執行役員常務</strong>       <br />ａｕの音楽配信サービスであるＬＩＳＭＯ対応端末は稼働数１８５４万台と、幅広いユーザーにお使いいただいている。アイフォーンだと楽曲のダウンロードは無線ＬＡＮ経由だが、ＬＩＳＭＯは３Ｇのネットワークを使う。場所を選ばずにダウンロードできるし、最新楽曲数で優位性がある。音楽業界はアップルが大好きだが、ＬＩＳＭＯも応援してくれている。最近でもサザンオールスターズの歴代楽曲の「着うたフル」を展開しているが、ものすごい人気で、これまで触れたことがない人が来ている。<strong><font color="#ff0000">ＬＩＳＭＯの課金は１曲４２０円だが、ｉＴｕｎｅｓでは９９セント。</font></strong>音楽の価値が４分の１と評価されているわけだ。<strong><font color="#ff0000">権利者の価値</font></strong>を大事にしたいという思いが強いところは、ＬＩＳＭＯのビジネスモデルを高く評価してくれるはずだ。</p>
				</blockquote>
				<blockquote cite="http://www.google.co.jp/search?q=%EF%BC%99%EF%BC%99%E3%82%BB%E3%83%B3%E3%83%88&amp;lr=lang_ja&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;"><p><a href="http://www.google.co.jp/search?q=%EF%BC%99%EF%BC%99%E3%82%BB%E3%83%B3%E3%83%88&amp;lr=lang_ja&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;">９９セント &#8211; Google 検索</a>       <br />99米セント = 106.600625 円</p>
				</blockquote>
				<p>大丈夫なんだろうか、au…… 値段が高いのをアピールしてどうするんだろ（汗    <br />それに、LISMO よりも iTunes のほうが高音質ですし。高音質であるほうが、「音楽の価値」はあると思うんですけど、なんだろう、いったい。。 だって、友達に LISMO 音源を聞かせてもらったことがありますが、いかにも低ビットレート！って感じでしたし。これじゃ作り手は喜ばないんじゃないかな。……あれ、権利者＝作者ですよね？それとも レコード会社とか？</p>
				<hr />
				<p>テスト前で全然更新出来ていないので、ちょっとは更新しておこう、と書いてみました。あと一週間ほどで夏休みです。何しようかなー、<a href="http://denpa-shinbun.com/tag/eeepc" class="st_tag internal_tag" rel="tag" title="Posts tagged with EeePC">EeePC</a> 買って、携帯も機種変更検討して、ルーター買い替えて、プログラミングの勉強して……ってなんか、デジタルものばっかですね（汗</p>

	<p>タグ: <strong><a href="http://denpa-shinbun.com/tag/apple" title="Apple" rel="tag">Apple</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/eeepc" title="EeePC" rel="tag">EeePC</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/iphone" title="iPhone" rel="tag">iPhone</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/news" title="news" rel="tag">news</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/cell-phone" title="携帯電話" rel="tag">携帯電話</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/music" title="音楽" rel="tag">音楽</a></strong></p>

	<p>＊関連する投稿</p>
	<ul class="st-related-posts">
	<li><h3><a href="http://denpa-shinbun.com/news-c/iphone-white-plan.html" title="ソフトバンク、iPhone用の料金プランはホワイトプランを予定？ (2008/6/10 火曜日)">ソフトバンク、iPhone用の料金プランはホワイトプランを予定？</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/news-c/wwdc-2008-report.html" title="WWDC2008、開始 (2008/6/10 火曜日)">WWDC2008、開始</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/news-c/wwdc-2008-before-1-hour.html" title="WWDC 2008まであと約1時間 (2008/6/10 火曜日)">WWDC 2008まであと約1時間</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/news-c/iphone-softbank-news.html" title="iPhoneはソフトバンクからでることに決定！ (2008/6/4 水曜日)">iPhoneはソフトバンクからでることに決定！</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/news-c/iphone-plan.html" title="iPhoneの基本料金プラン、パケット定額フルが必須 (2008/6/23 月曜日)">iPhoneの基本料金プラン、パケット定額フルが必須</a></h3></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://denpa-shinbun.com/news-c/au-lismo-itunes.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://denpa-shinbun.com/news-c/au-lismo-itunes.html" />
	</item>
		<item>
		<title>新宿ヨドバシに EeePC 901-x を見に行く</title>
		<link>http://denpa-shinbun.com/computer/eeepc-dragonquest.html</link>
		<comments>http://denpa-shinbun.com/computer/eeepc-dragonquest.html#comments</comments>
		<pubDate>Thu, 17 Jul 2008 13:37:16 +0000</pubDate>
		<dc:creator>kihoshi</dc:creator>
				<category><![CDATA[[computer]]]></category>
		<category><![CDATA[EeePC]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[Nintendo DS]]></category>
		<category><![CDATA[ゲーム]]></category>
		<category><![CDATA[デジもの]]></category>
		<category><![CDATA[パソコン/パーツ]]></category>
		<category><![CDATA[ヨドバシカメラ]]></category>

		<guid isPermaLink="false">http://denpa-shinbun.com/pc-hardware/eeepc-dragonquest.html</guid>
		<description><![CDATA[				新宿に行ったので、ヨドバシカメラで EeePC 901-x をまた見て来ました。どうやら、こちらでも品切れのようです。 UMPC コーナーのようなものが出来ていて、EeePC 、 MSI Wind 、 工人舎の  [...]]]></description>
			<content:encoded><![CDATA[				<p>新宿に行ったので、ヨドバシカメラで <a href="http://denpa-shinbun.com/tag/eeepc" class="st_tag internal_tag" rel="tag" title="Posts tagged with EeePC">EeePC</a> 901-x をまた見て来ました。どうやら、こちらでも品切れのようです。 UMPC コーナーのようなものが出来ていて、<a href="http://denpa-shinbun.com/tag/eeepc" class="st_tag internal_tag" rel="tag" title="Posts tagged with EeePC">EeePC</a> 、 MSI Wind 、 工人舎の UMPC の実機が展示されてました。<a href="http://denpa-shinbun.com/tag/eeepc" class="st_tag internal_tag" rel="tag" title="Posts tagged with EeePC">EeePC</a> 901-x より、MSI Wind のほうが見た目はいいですが、やっぱりバッテリがなあ（汗 <a href="http://denpa-shinbun.com/tag/eeepc" class="st_tag internal_tag" rel="tag" title="Posts tagged with EeePC">EeePC</a> 901-x の黒はものすごい指紋だらけでした。私はあんまり気にしないですが、気になる人には厳しいかも。あと気になるのは、8月に出るらしい Acer の　Aspire One。これはバッテリー3時間ぐらいだったかな。私が UMPC を買うのは8月の予定ですから、<a href="http://denpa-shinbun.com/tag/eeepc" class="st_tag internal_tag" rel="tag" title="Posts tagged with EeePC">EeePC</a> 901-x か Aspire One になりそうです。Dellは、Fキーがないらしいから論外。</p>
				<p>そういや、今日ってドラクエ5の発売日らしいですね、DSの。<strong>ドラゴンクエストV 天空の花嫁</strong> でしたっけ。平日にも関わらずなんだか混んでるなーって思ってました。ドラクエかー、面白そうだけど、私 <a href="http://denpa-shinbun.com/tag/nds" class="st_tag internal_tag" rel="tag" title="Posts tagged with Nintendo DS">Nintendo DS</a> は持ってないんですよね……。</p>
				<div class="wlWriterSmartContent" id="scid:81867AAF-BB02-476b-AE5D-12BDAC2E750D:45aef5ff-ae2a-4447-b2cd-e54da35477a7" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"><a href="http://www.amazon.co.jp/exec/obidos/ASIN/B000UTI27E/nakanakaiid01-22/ref=nosim" target="_blank"><img alt="ドラゴンクエストV 天空の花嫁" src="http://ecx.images-amazon.com/images/I/51aBhyotEOL._SL160_.jpg"/><br />ドラゴンクエストV 天空の花嫁 </a></div>

	<p>タグ: <strong><a href="http://denpa-shinbun.com/tag/eeepc" title="EeePC" rel="tag">EeePC</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/netbook" title="Netbook" rel="tag">Netbook</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/nds" title="Nintendo DS" rel="tag">Nintendo DS</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/game" title="ゲーム" rel="tag">ゲーム</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/hardware" title="デジもの" rel="tag">デジもの</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/computer-parts" title="パソコン/パーツ" rel="tag">パソコン/パーツ</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/yodobashi" title="ヨドバシカメラ" rel="tag">ヨドバシカメラ</a></strong></p>

	<p>＊関連する投稿</p>
	<ul class="st-related-posts">
	<li><h3><a href="http://denpa-shinbun.com/review/eeepc-901-x-in-yodobashi.html" title="EeePC 901-X を見てきました。 (2008/7/14 月曜日)">EeePC 901-X を見てきました。</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/review/eeepc901x-devices.html" title="EeePC 901-X まとめ 周辺機器編 (2008/8/13 水曜日)">EeePC 901-X まとめ 周辺機器編</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/review/silexusb-device-server.html" title="複数のパソコンでUSB機器を使用する「USBデバイスサーバー」 (2008/6/22 日曜日)">複数のパソコンでUSB機器を使用する「USBデバイスサーバー」</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/computer/eeepc-display.html" title="EeePC の液晶が壊れた…… (2008/9/5 金曜日)">EeePC の液晶が壊れた……</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/computer/eeepc-repair.html" title="EeePC 901X 修理の旅へ (2008/9/7 日曜日)">EeePC 901X 修理の旅へ</a></h3></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://denpa-shinbun.com/computer/eeepc-dragonquest.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://denpa-shinbun.com/computer/eeepc-dragonquest.html" />
	</item>
		<item>
		<title>EeePC 901-X を見てきました。</title>
		<link>http://denpa-shinbun.com/review/eeepc-901-x-in-yodobashi.html</link>
		<comments>http://denpa-shinbun.com/review/eeepc-901-x-in-yodobashi.html#comments</comments>
		<pubDate>Sun, 13 Jul 2008 15:00:01 +0000</pubDate>
		<dc:creator>kihoshi</dc:creator>
				<category><![CDATA[[computer]]]></category>
		<category><![CDATA[[review]]]></category>
		<category><![CDATA[EeePC]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[パソコン/パーツ]]></category>
		<category><![CDATA[ヨドバシカメラ]]></category>
		<category><![CDATA[携帯電話]]></category>
		<category><![CDATA[買い物/レビュー]]></category>

		<guid isPermaLink="false">http://denpa-shinbun.com/pc-hardware/eeepc-901-x-in-yodobashi.html</guid>
		<description><![CDATA[				&#160; 錦糸町のヨドバシカメラで、EeePC 901-X を見てきました。    在庫状況はどうやら売り切れで、予約して1～2週間となってました。     そういや、旧 EeePC 、カラバリがイーモバイル [...]]]></description>
			<content:encoded><![CDATA[				<p>&#160; 錦糸町のヨドバシカメラで、<a href="http://denpa-shinbun.com/tag/eeepc" class="st_tag internal_tag" rel="tag" title="Posts tagged with EeePC">EeePC</a> 901-X を見てきました。    <br />在庫状況はどうやら売り切れで、予約して1～2週間となってました。     <br />そういや、旧 <a href="http://denpa-shinbun.com/tag/eeepc" class="st_tag internal_tag" rel="tag" title="Posts tagged with EeePC">EeePC</a> 、カラバリがイーモバイルとセットで100円になってました。 <br />100円って……。いいのかしら、そんなに安くして。昔の携帯みたいな感じですね（汗</p>
				<p>それで、肝心の <a href="http://denpa-shinbun.com/tag/eeepc" class="st_tag internal_tag" rel="tag" title="Posts tagged with EeePC">EeePC</a> 901-X について。    <br />画面は、液晶サイズと解像度が上がっただけあって、なんとか実用に耐えれるかな？といった感じです。 SSD は、C ドライブが1GB、D ドライブが6GB ぐらいの残り容量だったかな？  ちょっとうろ覚え（汗 試しに再起動してみたところ、なかなかな速さで起動しました。さすがにPDAのようにはいきませんが、PC としては十分ですかね。 それと、重さは、バッテリがついてなかったのでよくわかりませんでした。 見た目は、つるつるした天板に指紋が付きやすいかも？基本的には初代と似た感じです。初代よりは高級っぽくなったかな。 </p>
				<p>そういえば、<a href="http://denpa-shinbun.com/tag/iphone" class="st_tag internal_tag" rel="tag" title="Posts tagged with iPhone">iPhone</a> の緊急入荷があったとかで、整理券を配布してました。今となってはもう私は買うつもりはないですが、ちょっと羨ましく思いながら眺めてたり。ただ、緊急入荷なだけあってか、そんなに人だかりは出来てませんでしたね。普通に買えそうでした。 </p>

	<p>タグ: <strong><a href="http://denpa-shinbun.com/tag/eeepc" title="EeePC" rel="tag">EeePC</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/iphone" title="iPhone" rel="tag">iPhone</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/netbook" title="Netbook" rel="tag">Netbook</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/computer-parts" title="パソコン/パーツ" rel="tag">パソコン/パーツ</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/yodobashi" title="ヨドバシカメラ" rel="tag">ヨドバシカメラ</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/cell-phone" title="携帯電話" rel="tag">携帯電話</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/shopping-review" title="買い物/レビュー" rel="tag">買い物/レビュー</a></strong></p>

	<p>＊関連する投稿</p>
	<ul class="st-related-posts">
	<li><h3><a href="http://denpa-shinbun.com/computer/eeepc-dragonquest.html" title="新宿ヨドバシに EeePC 901-x を見に行く (2008/7/17 木曜日)">新宿ヨドバシに EeePC 901-x を見に行く</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/review/eeepc-901-x-order.html" title="EeePC 901-X 注文しました (2008/8/6 水曜日)">EeePC 901-X 注文しました</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/review/eeepc-901x-get.html" title="EeePC 901-X 届きました (2008/8/10 日曜日)">EeePC 901-X 届きました</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/review/eeepc901x-devices.html" title="EeePC 901-X まとめ 周辺機器編 (2008/8/13 水曜日)">EeePC 901-X まとめ 周辺機器編</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/review/silexusb-device-server.html" title="複数のパソコンでUSB機器を使用する「USBデバイスサーバー」 (2008/6/22 日曜日)">複数のパソコンでUSB機器を使用する「USBデバイスサーバー」</a></h3></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://denpa-shinbun.com/review/eeepc-901-x-in-yodobashi.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://denpa-shinbun.com/review/eeepc-901-x-in-yodobashi.html" />
	</item>
		<item>
		<title>EeePC 901 明日発売</title>
		<link>http://denpa-shinbun.com/news-c/eeepc-901-tomorrow.html</link>
		<comments>http://denpa-shinbun.com/news-c/eeepc-901-tomorrow.html#comments</comments>
		<pubDate>Fri, 11 Jul 2008 12:41:12 +0000</pubDate>
		<dc:creator>kihoshi</dc:creator>
				<category><![CDATA[[computer]]]></category>
		<category><![CDATA[[news]]]></category>
		<category><![CDATA[EeePC]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[パソコン/パーツ]]></category>

		<guid isPermaLink="false">http://denpa-shinbun.com/pc-hardware/eeepc-901-tomorrow.html</guid>
		<description><![CDATA[				【速報】ついに低価格ミニノート「EeePC901」の日本語版が発売決定 &#8211; GIGAZINE    大幅にパワーアップした低価格ミニノート「EeePC 901」の日本語版、速攻フォトレビュー &#82 [...]]]></description>
			<content:encoded><![CDATA[				<ul><a title="【速報】ついに低価格ミニノート「EeePC901」の日本語版が発売決定 - GIGAZINE" href="http://gigazine.net/index.php?/news/comments/20080711_eeepc901_japan/">【速報】ついに低価格ミニノート「EeePC901」の日本語版が発売決定 &#8211; GIGAZINE</a>    <br /><a title="大幅にパワーアップした低価格ミニノート「EeePC 901」の日本語版、速攻フォトレビュー - GIGAZINE" href="http://gigazine.net/index.php?/news/comments/20080711_eeepc901/">大幅にパワーアップした低価格ミニノート「EeePC 901」の日本語版、速攻フォトレビュー &#8211; GIGAZINE</a>    </ul>
				<p>いわゆる UMPCですね。   <br />安くて、小さくて、軽い。    <br />PDA より便利、ノートパソコンより軽い。    <br />初代 <a href="http://denpa-shinbun.com/tag/eeepc" class="st_tag internal_tag" rel="tag" title="Posts tagged with EeePC">EeePC</a> の大当たりを受けて、動きが活発になってきた分野です。    <br />現在発売している有名どころは、MSI の Wind U100 , HP の 2133 Mini-Note PC , ASUS の 初代<a href="http://denpa-shinbun.com/tag/eeepc" class="st_tag internal_tag" rel="tag" title="Posts tagged with EeePC">EeePC</a>。    <br />そして、明日発売の ASUS の 新 <a href="http://denpa-shinbun.com/tag/eeepc" class="st_tag internal_tag" rel="tag" title="Posts tagged with EeePC">EeePC</a> 、EeePC901。    <br />その他にも、Gigabyte , Acer , DELL あたりもこの夏に出す予定のようですね。    </p>
				<p>私は初め、MSI Wind を狙ってたんですが、バッテリ駆動2時間半を見て買う気がなくなりました。   <br />モバイル用で2時間はちょっと短すぎますし、最初の発表の値と違いすぎます……。    <br />HP の MiniNote は、Vista なあたりが減点。    <br />ハイスペックモデルなら <a href="http://denpa-shinbun.com/tag/windows" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> XP へのダウングレード権が付いてくるようですが、XP のインストール CD 持ってないですし、ハイスペックモデルだと値段が高いです。    <br />それで、しばらく様子見かー、Acer あたりが良さそうだなー、なんて思ってたのですが、EeePC901 もなかなか良さげに思えてきました。</p>
				<blockquote cite="http://gigazine.net/index.php?/news/comments/20080711_eeepc901_japan/">
				<p><a href="http://gigazine.net/index.php?/news/comments/20080711_eeepc901_japan/">【速報】ついに低価格ミニノート「EeePC901」の日本語版が発売決定 &#8211; GIGAZINE</a></p>
				<p> 本体カラー：パールホワイト／ファインエボニー<br /> OS：Microsoft <a href="http://denpa-shinbun.com/tag/windows" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> XP Home Edition 正規版 Service Pack 3<br /> CPU：インテル Atom プロセッサー N270（1.6GHz）<br /> メモリ：1GB（最大容量2GB）<br /> 対応メモリスロット：SO-DIMMスロット×1（使用済み）<br /> 液晶ディスプレイ：8.9型ワイドTFTカラー液晶（1024×600ドット）<br /> グラフィックス機能：インテルチップ<br /> 外部ディスプレイ出力：最大2048×1536ドット<br /> フラッシュメモリドライブ：12GB（4GB＋8GB）<br /> <strong>無料WEBストレージ：20GB（YoStoreサービス）</strong><br /> サウンド：インテル ハイデフィニション・オーディオ準拠<br /> 内蔵スピーカー：ステレオ<br /> 有線LAN：100BASE-TX/10BASE-T<br /> 無線LAN機能：IEEE802.11b/g、IEEE802.11n（Draft 2.0）<br /> Bluetooth：Bluetooth Version 2.0＋EDR（Enhanced Data Rate）<br /> キーボード：84キー日本語キーボード<br /> マウス：USBマウス<br /> ポインティングデバイス：タッチパッド（4方向スクロール機能付き）<br /> インターフェース：外部ディスプレイ出力（D-Sub 15ピン）、USB2.0×3<br /> カードリーダー：SDHCメモリーカード、SDメモリーカード、マルチメディアカード<br /> オーディオ：ヘッドホン×1、マイク×1<br /> その他の機能：130万画素Webカメラ<br /> 電源：ACアダプターまたはリチウムイオンバッテリー<br /> 消費電力：最大約36W<br /> <strong>バッテリー駆動時間：約8.3時間</strong><br /> バッテリー充電時間：約3.5時間<br /> サイズ（突起部除く／バッテリー装着時）：幅225mm×奥行き175.5mm×高さ22.7mm（最厚部39mm）<br /> 重量（バッテリー装着時）：約1.1kg<br /> 保証期間：本体…購入日より1年間保証、バッテリー…購入日より6か月間保証、液晶ディスプレイ…購入日より30日間のZBDサービス保証<br /> 主な付属品：ACアダプター、バッテリー、USBマウス、専用ソフトケース、取扱説明書、簡単セットアップガイド、ASUSサポートDVD、保証書</p>
				<p> 主な付属ソフト：<br /> ASUS Update For Eee PC（本体のBIOSソフトを更新するためのソフト）<br /> ASUS OS Cleaner（システム用ドライブ内に自動で作成される不要ファイルの削除を行うソフト）<br /> ASUS Instant Key Utility（任意のソフトをショートカットキーに割り当てることができるソフト）<br /> Super Hybrid Engine（省電力化ソフト）<br /> YoStore（20GBの無料Webストレージサービスを使用するソフト）<br /> Tray Utility（消費電力モードの切り替えおよび画面の表示解像度を変更するソフト）<br /> InterVideo WinDVD（DVD再生ソフト）<br /> Adobe Reader 8（PDFファイル閲覧ソフト）<br /> StarSuite 8（統合ビジネスソフト）<br /> <a href="http://denpa-shinbun.com/tag/windows" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> Live（統合Webサービスソフト）<br /> Skype（インターネット電話ソフト）</p>
				</blockquote>
				<p> バッテリー駆動時間：約8.3時間 ですか。驚きの駆動時間、Wind の4倍です。<br /> SSD の容量も増えてますし、無料WEBストレージ：20GB がついてくるのも嬉しいです。<br /> それに、追加でSDカードを買えば、それなりな容量にはなりますし。<br /> SDカードの値段もぐんぐん下がってますしね。<br / /> いかん、これは買ってしまいそうです（笑<br / /> せめてテストまでは我慢しなくては……<br / /> ちなみに、59800円らしいです。</p>
				<hr /> 旧モデルは値下げするかも？
				<div class="wlWriterSmartContent" id="scid:81867AAF-BB02-476b-AE5D-12BDAC2E750D:49d0610b-431f-46e8-89d0-9ce506481407" style="float:none; display:inline; margin:0px; padding:0px 0px 0px 0px;"><a href="http://www.amazon.co.jp/exec/obidos/ASIN/B00194X4ZO/nakanakaiid01-22/ref=nosim" target="_blank"><img alt="ASUSTek ノートPC EeePC 4G-XU ラッシュグリーン EEEPC4G-GR003X" src="http://ecx.images-amazon.com/images/I/31UiE9sPEJL._SL160_.jpg"/><br />ASUSTek ノートPC EeePC 4G-XU ラッシュグリーン EEEPC4G-GR003X </a></div>
				<hr />

	<p>タグ: <strong><a href="http://denpa-shinbun.com/tag/eeepc" title="EeePC" rel="tag">EeePC</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/netbook" title="Netbook" rel="tag">Netbook</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/news" title="news" rel="tag">news</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/windows" title="Windows" rel="tag">Windows</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/computer-parts" title="パソコン/パーツ" rel="tag">パソコン/パーツ</a></strong></p>

	<p>＊関連する投稿</p>
	<ul class="st-related-posts">
	<li><h3><a href="http://denpa-shinbun.com/computer/eeepc-dragonquest.html" title="新宿ヨドバシに EeePC 901-x を見に行く (2008/7/17 木曜日)">新宿ヨドバシに EeePC 901-x を見に行く</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/news-c/vaio-type-p.html" title="SONY の ポケットに入る？ＰＣ、ＶＡＩO type Ｐ (2009/1/10 土曜日)">SONY の ポケットに入る？ＰＣ、ＶＡＩO type Ｐ</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/computer/eeepc-display.html" title="EeePC の液晶が壊れた…… (2008/9/5 金曜日)">EeePC の液晶が壊れた……</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/computer/eeepc-repair.html" title="EeePC 901X 修理の旅へ (2008/9/7 日曜日)">EeePC 901X 修理の旅へ</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/review/eeepc-901-x-order.html" title="EeePC 901-X 注文しました (2008/8/6 水曜日)">EeePC 901-X 注文しました</a></h3></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://denpa-shinbun.com/news-c/eeepc-901-tomorrow.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://denpa-shinbun.com/news-c/eeepc-901-tomorrow.html" />
	</item>
		<item>
		<title>アバウト/管理人</title>
		<link>http://denpa-shinbun.com/about-admin</link>
		<comments>http://denpa-shinbun.com/about-admin#comments</comments>
		<pubDate>Sat, 14 Jun 2008 05:30:43 +0000</pubDate>
		<dc:creator>kihoshi</dc:creator>
				<category><![CDATA[[other]]]></category>
		<category><![CDATA[EeePC]]></category>
		<category><![CDATA[HDD]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[PSP]]></category>
		<category><![CDATA[S21HT]]></category>
		<category><![CDATA[Touch Diamond]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[WinodwsMobile]]></category>
		<category><![CDATA[X01HT]]></category>
		<category><![CDATA[はてな]]></category>
		<category><![CDATA[携帯電話]]></category>

		<guid isPermaLink="false">http://denpa-shinbun.com/?page_id=25</guid>
		<description><![CDATA[				ブログ内容などで質問等あればコメントまで。
				Photo
				
				・管理人
				HN:kihoshi
				Twitter / kihoshi_35
				はてなブックマーク &#8211 [...]]]></description>
			<content:encoded><![CDATA[				<p>ブログ内容などで質問等あればコメントまで。</p>
				<div style="border: 4px solid #eeeeee; background: #eeeeee none no-repeat scroll 0% 0%; overflow: hidden; font-family: 'Arial Black',Arial,sans-serif; font-size: 12px; color: #666666; position: fixed; z-index: 999999999; width: auto; height: 16px; padding-left: 20px; padding-right: 2px; left: 544px; top: 43px;">Photo</div>
				<p style="text-align: center;"><a href="http://denpa-shinbun.com/"><img class="aligncenter" style="border: 0pt none; margin-top: 1px; margin-bottom: 1px;" title="kihoshi" src="http://denpa-shinbun.com/uploads/kihoshi2.png" border="0" alt="kihoshi" width="300" height="300" /></a></p>
				<p>・管理人<br />
				HN:kihoshi<br />
				<a title="Twitter / kihoshi_35" href="http://twitter.com/kihoshi_35">Twitter / kihoshi_35</a><br />
				<a title="はてなブックマーク - kihoshiのブックマーク" href="http://b.hatena.ne.jp/kihoshi/">はてなブックマーク &#8211; kihoshiのブックマーク</a><br />
				大学生。男。</p>
				<p>・所持品<br />
				メインパソコン：<strong><del datetime="2010-07-23T12:53:42+00:00">DELL inspiron530s</del></strong><br />
				：自作<br />
				Core2Quad Q8400, INTEL SSD 32GB, Windows7 x64, 他。<br />
				＋<a href="http://denpa-shinbun.com/tag/hdd" class="st_tag internal_tag" rel="tag" title="Posts tagged with HDD">HDD</a>ケース eSATA <strong>ガチャ・ポン・パッ</strong> 500GB<br />
				<strong>Corega NAS</strong> 1TB<br />
				<strong><a href="http://denpa-shinbun.com/tag/hdd" class="st_tag internal_tag" rel="tag" title="Posts tagged with HDD">HDD</a>トースター</strong> 500GB<br />
				＋TVチューナー：<strong><del datetime="2010-07-23T12:53:42+00:00">I･O DATE GV-MVP/TZ</del></strong><br />
				：<strong>HDUS tsパッチドライバ</strong><br />
				＋スピーカー：<strong>Logicool X-230</strong></p>
				<p>モバイルパソコン：<strong>ASUS <a href="http://denpa-shinbun.com/tag/eeepc" class="st_tag internal_tag" rel="tag" title="Posts tagged with EeePC">EeePC</a> 901X FE</strong><br />
				＋<strong>SSD</strong> 32GB<br />
				＋<strong>SDHC</strong> 16GB</p>
				<p>家族兼用パソコン：<strong>DELL Dimension 3000</strong></p>
				<p>壊れかけノートパソコン：<strong>SHARPのなにか</strong></p>
				<p>USBデバイスサーバ：<strong>SX-2000U2</strong><br />
				+USB <a href="http://denpa-shinbun.com/tag/hdd" class="st_tag internal_tag" rel="tag" title="Posts tagged with HDD">HDD</a>：250GB<br />
				+プリンタ：<strong><del datetime="2010-07-23T12:53:42+00:00">Canon MP600</del></strong><br />
				：<strong>Epson ep802</strong></p>
				<p>ルータ：<strong>NEC Aterm<del datetime="2010-07-23T12:53:42+00:00"> WR6650S</del></strong><br />
				メール用携帯：<strong>830SH New Pantone （ソフトバンク）</strong><br />
				ネット用携帯：<strong><del datetime="2010-07-23T12:53:42+00:00">S11HT EMONSTER , <a href="http://denpa-shinbun.com/tag/s21ht" class="st_tag internal_tag" rel="tag" title="Posts tagged with S21HT">S21HT</a> Touch Diamond　（イーモバイル）</del></strong><br />
				：<strong>X06HT HTC Desire CustomRom</strong></p>
				<p>旧携帯：<strong><a href="http://denpa-shinbun.com/tag/x01ht" class="st_tag internal_tag" rel="tag" title="Posts tagged with X01HT">X01HT</a>,</strong><strong>702nkⅡ(2),</strong><strong>802SE</strong></p>
				<p>MP3プレイヤー：<span style="text-decoration: line-through;"><strong><del datetime="2010-07-23T12:53:42+00:00">iPodnano第一世代・黒</del></strong></span><strong><a href="http://denpa-shinbun.com/tag/ipod" class="st_tag internal_tag" rel="tag" title="Posts tagged with iPod">iPod</a> Classic 80GB</strong></p>
				<p>ゲーム：<strong>NDSLite,PSP,GBC,GBA,GBASP,SFC,DC</strong></p>
				<p>デジカメ：SONY のタッチ式カメラ</p>

	<p>タグ: <strong><a href="http://denpa-shinbun.com/tag/eeepc" title="EeePC" rel="tag">EeePC</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/hdd" title="HDD" rel="tag">HDD</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/ipod" title="iPod" rel="tag">iPod</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/psp" title="PSP" rel="tag">PSP</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/s21ht" title="S21HT" rel="tag">S21HT</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/touch-diamond" title="Touch Diamond" rel="tag">Touch Diamond</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/twitter" title="Twitter" rel="tag">Twitter</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/winodwsmobile" title="WinodwsMobile" rel="tag">WinodwsMobile</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/x01ht" title="X01HT" rel="tag">X01HT</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/hatena" title="はてな" rel="tag">はてな</a></strong>, <strong><a href="http://denpa-shinbun.com/tag/cell-phone" title="携帯電話" rel="tag">携帯電話</a></strong></p>

	<p>＊関連する投稿</p>
	<ul class="st-related-posts">
	<li><h3><a href="http://denpa-shinbun.com/review/touch-diamond-get.html" title="Touch Diamond 購入 (2008/10/31 金曜日)">Touch Diamond 購入</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/keitai/x01ht-nexttrain-today-mortscript.html" title="曜日、時間によってNextTrainのToday表示を変更するMortScript (2008/7/30 水曜日)">曜日、時間によってNextTrainのToday表示を変更するMortScript</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/log/twitterlog-2008-12-14.html" title="TwitterLog &#8211; 2008-12-14 (2008/12/14 日曜日)">TwitterLog &#8211; 2008-12-14</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/review/gps-psp-touchdiamond.html" title="PSP と Touch Diamond の GPSレシーバー (2008/11/8 土曜日)">PSP と Touch Diamond の GPSレシーバー</a></h3></li>
	<li><h3><a href="http://denpa-shinbun.com/review/emonster-cover.html" title="EMONSTER用のカバーを購入。 (2009/7/25 土曜日)">EMONSTER用のカバーを購入。</a></h3></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://denpa-shinbun.com/about-admin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://denpa-shinbun.com/about-admin" />
	</item>
	</channel>
</rss>
