<?xml version="1.0" encoding="utf-8"?>
 <feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
 <title type="text">雑記帳</title>
 <subtitle type="text">雑記帳: Recent Entries</subtitle>
 <link rel="alternate" type="text/html" href="http://kkuma.sytes.net/ppBlog/" />
 <link rel="self" type="application/atom+xml" href="http://kkuma.sytes.net/ppBlog/feeds/atom1.0.xml" />
 <id>tag:kkuma.sytes.net,2009:uid.1249812743</id>
 <author>
  <name>くま</name>
 </author>
 <updated>2009-11-22T23:16:21Z</updated>
 <generator uri="http://p2b.jp/" version="1.6.4">ppBlog ver.1.6.4</generator> 
 <rights>copyright (c) 2007 p2b.jp</rights> 

 <entry>
 <title type="text">CentOS5.3 で　PT2 動作確認しました</title>
 <link rel="alternate" type="text/html" href="http://kkuma.sytes.net/ppBlog/index.php?UID=1258794204" />
 <author>
   <name>くま</name>
 </author>
 <id>http://kkuma.sytes.net/ppBlog/index.php?UID=1258794204</id>
 <category term="Linux日 記" label="Linux日 記" scheme="http://kkuma.sytes.net/ppBlog/index.php?mode=category&amp;aim=4C696E7578E697A520E8A898" xml:lang="ja" />
 <summary type="text" xml:lang="ja">&amp;amp;#36; mkdir PT2&amp;amp;#36; hg clone ht...</summary>
 <content type="xhtml" xml:lang="ja">
  <div xmlns="http://www.w3.org/1999/xhtml">
   &amp;#36; mkdir PT2<hr class="clear" />&amp;#36; hg clone http://hg.honeyplanet.jp/pt1 PT2<hr class="clear" />&amp;#36; cd PT2<hr class="clear" />&amp;#36; cd arib25<hr class="clear" />&amp;#36; make<hr class="clear" /># make install<hr class="clear" /># cp /etc/ld.so.conf /etc/ld.so.conf.ori<hr class="clear" /># vi /etc/ld.so.conf<hr class="clear" />/usr/local/libを追加する。<hr class="clear" /># /sbin/ld config<hr class="clear" />&amp;#36; cd recpt1<hr class="clear" />&amp;#36; make<hr class="clear" /># cp ./recpt1 /usr/local/bin/<hr class="clear" />&amp;#36; cd ../driver<hr class="clear" />&amp;#36; make<hr class="clear" /># cp -p ./pt1_drv.ko /lib/modules/2.6.18-164.el5/kernel/drivers/video/<hr class="clear" /># depmod -a<hr class="clear" /># cp /etc/udev/rules.d/50-udev.rules /etc/udev/rules.d/50-udev.rules.ori<hr class="clear" /># vi /etc/udev/rules.d/50-udev.rules<hr class="clear" />245行目あたりに追加<hr class="clear" /><hr class="clear" /># for pt1<hr class="clear" />SUBSYSTEM=="pt1video"&amp;#44;      MODE="0666"&amp;#44;GROUP="video"<hr class="clear" />　　　　<hr class="clear" />ここでリブートでOKでした。<hr class="clear" />　　　　<hr class="clear" />−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−<hr class="clear" />memo<hr class="clear" />rc = pci_enable_device(pdev);<hr class="clear" />        if (rc)<hr class="clear" />                return rc;<hr class="clear" />        rc = pci_set_dma_mask(pdev&amp;#44; DMA_32BIT_MASK);<hr class="clear" />        if (rc) {<hr class="clear" />                printk(KERN_ERR "PT1:DMA MASK ERROR");<hr class="clear" />                return rc;<hr class="clear" />−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−<hr class="clear" />
  </div> 
 </content>
 <updated>2009-11-21T18:03:24+09:00</updated>
 <published>2009-11-21T18:03:24+09:00</published>
 </entry>

 <entry>
 <title type="text">epgrec 特殊記号パッチ適応</title>
 <link rel="alternate" type="text/html" href="http://kkuma.sytes.net/ppBlog/index.php?UID=1258538499" />
 <author>
   <name>くま</name>
 </author>
 <id>http://kkuma.sytes.net/ppBlog/index.php?UID=1258538499</id>
 <category term="Linux日 記" label="Linux日 記" scheme="http://kkuma.sytes.net/ppBlog/index.php?mode=category&amp;aim=4C696E7578E697A520E8A898" xml:lang="ja" />
 <summary type="text" xml:lang="ja">&amp;amp;#36; wget http://2sen.dip.jp/cgi-bi...</summary>
 <content type="xhtml" xml:lang="ja">
  <div xmlns="http://www.w3.org/1999/xhtml">
   &amp;#36; wget http://2sen.dip.jp/cgi-bin/dtvup/source/up0036.gz<hr class="clear" />&amp;#36; wget http://2sen.dip.jp/cgi-bin/dtvup/source/up0027.zip<hr class="clear" />&amp;#36; bzip2 -dc up0027.zip &amp;#124; tar xvf -<hr class="clear" />&amp;#36; cd epgdumpr2<hr class="clear" />&amp;#36; zcat ../up0036.gz &amp;#124; patch -p 1<hr class="clear" /><hr class="clear" />&amp;#36; wget http://2sen.dip.jp/cgi-bin/dtvup/source/up0200.gz<hr class="clear" />&amp;#36; gzip -dc up0200.gz<hr class="clear" />&amp;#36; patch -p 1 &gt; epgdumpr2-utf8.patch<hr class="clear" />&amp;#36; make
  </div> 
 </content>
 <updated>2009-11-18T19:01:39+09:00</updated>
 <published>2009-11-18T19:01:39+09:00</published>
 </entry>

 <entry>
 <title type="text">メモ</title>
 <link rel="alternate" type="text/html" href="http://kkuma.sytes.net/ppBlog/index.php?UID=1258380954" />
 <author>
   <name>くま</name>
 </author>
 <id>http://kkuma.sytes.net/ppBlog/index.php?UID=1258380954</id>
 <category term="Linux日 記" label="Linux日 記" scheme="http://kkuma.sytes.net/ppBlog/index.php?mode=category&amp;aim=4C696E7578E697A520E8A898" xml:lang="ja" />
 <summary type="text" xml:lang="ja">&amp;amp;#36; cat /etc/redhat-releaseCentOS ...</summary>
 <content type="xhtml" xml:lang="ja">
  <div xmlns="http://www.w3.org/1999/xhtml">
   &amp;#36; cat /etc/redhat-release<hr class="clear" />CentOS release 5.3 (Final)<hr class="clear" />
  </div> 
 </content>
 <updated>2009-11-16T23:15:54+09:00</updated>
 <published>2009-11-16T23:15:54+09:00</published>
 </entry>

 <entry>
 <title type="text">最近見た一番不気味なもの...</title>
 <link rel="alternate" type="text/html" href="http://kkuma.sytes.net/ppBlog/index.php?UID=1258265803" />
 <author>
   <name>くま</name>
 </author>
 <id>http://kkuma.sytes.net/ppBlog/index.php?UID=1258265803</id>
 <category term="徒然日記" label="徒然日記" scheme="http://kkuma.sytes.net/ppBlog/index.php?mode=category&amp;aim=E5BE92E784B6E697A5E8A898" xml:lang="ja" />
 <summary type="text" xml:lang="ja">        この虫がいっぱいの草むらに迷い込みました...気持ち悪さで......</summary>
 <content type="xhtml" xml:lang="ja">
  <div xmlns="http://www.w3.org/1999/xhtml">
   <img src="http://kkuma.sytes.net/ppBlog/PIX/1258265803_200909221040000.jpg" alt="14.5:350:197:0:0:200909221040000:left:1:1::"/>    <hr class="clear" />    <hr class="clear" />この虫がいっぱいの草むらに迷い込みました...<hr class="clear" />気持ち悪さで...死にました...
  </div> 
 </content>
 <updated>2009-11-15T15:16:43+09:00</updated>
 <published>2009-11-15T15:16:43+09:00</published>
 </entry>

 <entry>
 <title type="text">熊の巣　ビデオ録画再生環境</title>
 <link rel="alternate" type="text/html" href="http://kkuma.sytes.net/ppBlog/index.php?UID=1258263391" />
 <author>
   <name>くま</name>
 </author>
 <id>http://kkuma.sytes.net/ppBlog/index.php?UID=1258263391</id>
 <category term="Linux日 記" label="Linux日 記" scheme="http://kkuma.sytes.net/ppBlog/index.php?mode=category&amp;aim=4C696E7578E697A520E8A898" xml:lang="ja" />
 <summary type="text" xml:lang="ja">　　　　PLAYSTATION3 + PT1 + PC(Pentium Mマザー...</summary>
 <content type="xhtml" xml:lang="ja">
  <div xmlns="http://www.w3.org/1999/xhtml">
   <img src="http://kkuma.sytes.net/ppBlog/PIX/1258263391_20091115141359.jpg" alt="9:320:240:0:0:20091115141359:left:1:1::"/>　　<hr class="clear" />　　<hr class="clear" />PLAYSTATION3 + PT1 + PC(Pentium Mマザー) + RDT261WH + KVM-DVP4 で<hr class="clear" />わが家の録画ファイル再生、ゲーム環境は完成？<hr class="clear" />DLNAサーバ（mediatomb）との組み合わせでファイル名を表示して選択→再生ができるのは快適です。<hr class="clear" />録画、サーバー等システムすべてLinuxで構築してる人は少人数でああるとは思いますが<hr class="clear" />信頼性という意味ではWindowsとは明らかな差があります。<hr class="clear" />ファイルシステム強固さについても誰も触れないけどデフラグが必要ないext3はいいと思います。<hr class="clear" />DVDレンタルをよく利用する私として残念なのはISOファイルをDLNAサーバで配信。再生できない事です。<hr class="clear" />この部分については AV-LS300DW + sambaサーバー でしのいでいます。<hr class="clear" />次のレビジョンのmediatombではこの部分が改善されるという噂があるので期待しています。<hr class="clear" />色々問題がありそうなので気長に待っています。（笑）<hr class="clear" />
  </div> 
 </content>
 <updated>2009-11-15T14:36:31+09:00</updated>
 <published>2009-11-15T14:36:31+09:00</published>
 </entry>

 <entry>
 <title type="text">PLAYSTATION Eye for Linux</title>
 <link rel="alternate" type="text/html" href="http://kkuma.sytes.net/ppBlog/index.php?UID=1257943701" />
 <author>
   <name>くま</name>
 </author>
 <id>http://kkuma.sytes.net/ppBlog/index.php?UID=1257943701</id>
 <category term="Linux日 記" label="Linux日 記" scheme="http://kkuma.sytes.net/ppBlog/index.php?mode=category&amp;aim=4C696E7578E697A520E8A898" xml:lang="ja" />
 <summary type="text" xml:lang="ja">http://mizupc8.bio.mie-u.ac.jp/pukiwiki/...</summary>
 <content type="xhtml" xml:lang="ja">
  <div xmlns="http://www.w3.org/1999/xhtml">
   http://mizupc8.bio.mie-u.ac.jp/pukiwiki/index.php?PLAYSTATION&amp;#37;20Eye#uc2b2ffb<hr class="clear" />ここを見てドライバーをインストールしてみました。動作してる様な．．．うーん　少し実験が必要？！<hr class="clear" />
  </div> 
 </content>
 <updated>2009-11-11T21:48:21+09:00</updated>
 <published>2009-11-11T21:48:21+09:00</published>
 </entry>

 <entry>
 <title type="text">update CentOS5.4にアップデート...</title>
 <link rel="alternate" type="text/html" href="http://kkuma.sytes.net/ppBlog/index.php?UID=1257646331" />
 <author>
   <name>くま</name>
 </author>
 <id>http://kkuma.sytes.net/ppBlog/index.php?UID=1257646331</id>
 <category term="Linux日 記" label="Linux日 記" scheme="http://kkuma.sytes.net/ppBlog/index.php?mode=category&amp;aim=4C696E7578E697A520E8A898" xml:lang="ja" />
 <summary type="text" xml:lang="ja">CentOS5.4にアップデートしてみたら．．．色々矛盾．．．撃沈しました。結局...</summary>
 <content type="xhtml" xml:lang="ja">
  <div xmlns="http://www.w3.org/1999/xhtml">
   CentOS5.4にアップデートしてみたら．．．<hr class="clear" />色々矛盾．．．撃沈しました。<hr class="clear" />結局１ヶ月前の5.3に戻しました。<hr class="clear" />まあ純正パッケージだけで構成してないのでしょうがないのですが<hr class="clear" />画像再生支援であるとか色々おもしろい事があっても取り込むのは<hr class="clear" />難しいですね。<hr class="clear" />mediatombはdagレポのffmpeg ffmpeg-develの組み合わせでないと<hr class="clear" />どうもうまくいかない。ubuntu  ならこんなことにはならないと思うけど．．．<hr class="clear" />linuxで録画サーバーをEL系でやるのは自分みたいに技術がない人にはきついです(笑)<hr class="clear" />
  </div> 
 </content>
 <updated>2009-11-08T11:12:11+09:00</updated>
 <published>2009-11-08T11:12:11+09:00</published>
 </entry>

 <entry>
 <title type="text">めも</title>
 <link rel="alternate" type="text/html" href="http://kkuma.sytes.net/ppBlog/index.php?UID=1255315571" />
 <author>
   <name>くま</name>
 </author>
 <id>http://kkuma.sytes.net/ppBlog/index.php?UID=1255315571</id>
 <category term="Linux日 記" label="Linux日 記" scheme="http://kkuma.sytes.net/ppBlog/index.php?mode=category&amp;aim=4C696E7578E697A520E8A898" xml:lang="ja" />
 <summary type="text" xml:lang="ja">freezer.h → sched.hmercurial-1.3.1-1.el5...</summary>
 <content type="xhtml" xml:lang="ja">
  <div xmlns="http://www.w3.org/1999/xhtml">
   freezer.h → sched.h<hr class="clear" />mercurial-1.3.1-1.el5.rf<hr class="clear" />   <hr class="clear" /># Write your default config options here!<hr class="clear" />vo=vdpau&amp;#44;xv&amp;#44;<hr class="clear" />vc=ffh264vdpau&amp;#44;ffmpeg12vdpau&amp;#44;ffwmv3vdpau&amp;#44;ffvc1vdpau&amp;#44;<hr class="clear" />
  </div> 
 </content>
 <updated>2009-10-12T11:46:11+09:00</updated>
 <published>2009-10-12T11:46:11+09:00</published>
 </entry>

 <entry>
 <title type="text">rr231x_0x-linux-src-v2.5-090924-1513.tar.gz CentOS5.3 2.6.18-128.el5PAE 動作確認</title>
 <link rel="alternate" type="text/html" href="http://kkuma.sytes.net/ppBlog/index.php?UID=1255166150" />
 <author>
   <name>くま</name>
 </author>
 <id>http://kkuma.sytes.net/ppBlog/index.php?UID=1255166150</id>
 <category term="Linux日 記" label="Linux日 記" scheme="http://kkuma.sytes.net/ppBlog/index.php?mode=category&amp;aim=4C696E7578E697A520E8A898" xml:lang="ja" />
 <summary type="text" xml:lang="ja">　　　　RocketRAID 2300でやっとまともに使えるドライバーを見つけた...</summary>
 <content type="xhtml" xml:lang="ja">
  <div xmlns="http://www.w3.org/1999/xhtml">
   <img src="http://kkuma.sytes.net/ppBlog/PIX/1255166150_RAID.jpg" alt="4.4:240:180:0:0:RAID:left:1:1::"/>　　<hr class="clear" />　　<hr class="clear" />RocketRAID 2300でやっとまともに使えるドライバーを見つけた。<hr class="clear" />i386用のドライバーも使えるのだが速度が30MB/secしかでなかった。<hr class="clear" />ソースからmakeしたやつだとRAID5で、こんな感じです。<hr class="clear" />　　<hr class="clear" />/dev/sdb:<hr class="clear" /> Timing buffered disk reads:  310 MB in  3.01 seconds = 102.96 MB/sec<hr class="clear" />　　<hr class="clear" />/dev/sdb:<hr class="clear" /> readonly     =  0 (off)<hr class="clear" /> readahead    = 256 (on)<hr class="clear" /> geometry     = 46574/255/63&amp;#44; sectors = 3906732032&amp;#44; start = 0<hr class="clear" />　　<hr class="clear" />まずはHigh-PointのHPからrr231x_0x-linux-src-v2.5-090924-1513.tar.gzをdownload<hr class="clear" />　　<hr class="clear" />&amp;#36; tar xvzf rr231x_0x-linux-src-v2.5-090924-1513.tar.gz<hr class="clear" />&amp;#36; cd /home/kkuma/RAID/rr231x_0x-linux-src-v2.5/product/rr2310pm/linux<hr class="clear" />&amp;#36; make<hr class="clear" /># cp ./rr2310_00.ko /lib/modules/2.6.18-128.el5PAE/updates/<hr class="clear" /># cp ./rr2310_00.ko /lib/modules/2.6.18-128.el5PAE/kernel/drivers/scsi/<hr class="clear" /># cd /boot<hr class="clear" /># mv initrd-2.6.18-128.el5PAE.img initrd-2.6.18-128.el5PAE.img.ori<hr class="clear" /># cd /lib/modules/2.6.18-128.el5PAE/updates# mkinitrd --preload scsi_mod --preload sd_mod --with=rr2310_00  /boot/initrd-2.6.18-128.el5PAE.img 2.6.18-128.el5PAE<hr class="clear" />このコマンドを実行後の/bootにinitrd-2.6.18-128.el5PAE.imgが作成されていれば成功です。<hr class="clear" />今回は最新カーネルをインストールしませんでした。<hr class="clear" />その理由は上でdownloadしたモジュールのカーネルバージョンが<hr class="clear" />2.6.18-128.el5だったので一応念のためという事で...<hr class="clear" />　　<hr class="clear" />イメージ作成のためには、どこまで必要か今一不明な部分があるのですが<hr class="clear" />とりあえず下の4個のパッケージをインストールしました。<hr class="clear" />kernel-doc-2.6.18-128.el5<hr class="clear" />kernel-PAE-devel-2.6.18-128.el5<hr class="clear" />kernel-headers-2.6.18-128.el5<hr class="clear" />kernel-PAE-2.6.18-128.el5<hr class="clear" />それでうまくいかなかったのでだめ元でkernel-2.6.18-128.el5.src.rpm<hr class="clear" />これをrpmbuildしてソースインストールしました。<hr class="clear" />それでなんとかなりました。（笑）<hr class="clear" />
  </div> 
 </content>
 <updated>2009-10-10T18:15:50+09:00</updated>
 <published>2009-10-10T18:15:50+09:00</published>
 </entry>

 <entry>
 <title type="text">キーボードがおかしくなった．．．</title>
 <link rel="alternate" type="text/html" href="http://kkuma.sytes.net/ppBlog/index.php?UID=1254550076" />
 <author>
   <name>くま</name>
 </author>
 <id>http://kkuma.sytes.net/ppBlog/index.php?UID=1254550076</id>
 <category term="Linux日 記" label="Linux日 記" scheme="http://kkuma.sytes.net/ppBlog/index.php?mode=category&amp;aim=4C696E7578E697A520E8A898" xml:lang="ja" />
 <summary type="text" xml:lang="ja">キーボードはCMI-6D4Y6を愛用していたのですが最近、スペースキーが時々反応...</summary>
 <content type="xhtml" xml:lang="ja">
  <div xmlns="http://www.w3.org/1999/xhtml">
   キーボードはCMI-6D4Y6を愛用していたのですが<hr class="clear" />最近、スペースキーが時々反応しなくなっていた。<hr class="clear" />しばらく我慢していたのだが<hr class="clear" />辛抱たまらんと言うことで購入しました。<hr class="clear" />色々物色して（押してみて）これだ！と思うヤツは大抵高い！(笑）<hr class="clear" />まあ、毎日手の触れる物だから妥協したくないという事で<hr class="clear" />FILCOのやつを購入しました。FKBN108M/NBです。<hr class="clear" />今まで使っていたものが優秀だったのか？<hr class="clear" />それ以上のタッチを求めると．．．ホントに選択肢がなかった。<hr class="clear" />今はとても感動して打ってるけど三日もすれば普通になるかな。(笑）<hr class="clear" />
  </div> 
 </content>
 <updated>2009-10-03T15:07:56+09:00</updated>
 <published>2009-10-03T15:07:56+09:00</published>
 </entry>

 <entry>
 <title type="text">RAIDのドライバーをここから探して．．．updeteすると</title>
 <link rel="alternate" type="text/html" href="http://kkuma.sytes.net/ppBlog/index.php?UID=1253884480" />
 <author>
   <name>くま</name>
 </author>
 <id>http://kkuma.sytes.net/ppBlog/index.php?UID=1253884480</id>
 <category term="Linux日 記" label="Linux日 記" scheme="http://kkuma.sytes.net/ppBlog/index.php?mode=category&amp;aim=4C696E7578E697A520E8A898" xml:lang="ja" />
 <summary type="text" xml:lang="ja">http://www.highpoint-tech.com/　　　最新カーネルだ...</summary>
 <content type="xhtml" xml:lang="ja">
  <div xmlns="http://www.w3.org/1999/xhtml">
   http://www.highpoint-tech.com/<hr class="clear" />　　　<hr class="clear" />最新カーネルだと起動しなくなる．．．<hr class="clear" />もとに戻すしかない．．．悲しい<hr class="clear" />
  </div> 
 </content>
 <updated>2009-09-25T22:14:40+09:00</updated>
 <published>2009-09-25T22:14:40+09:00</published>
 </entry>

 <entry>
 <title type="text">拡張子　cgz (RAIDドライバー更新時に必要かも）</title>
 <link rel="alternate" type="text/html" href="http://kkuma.sytes.net/ppBlog/index.php?UID=1253883981" />
 <author>
   <name>くま</name>
 </author>
 <id>http://kkuma.sytes.net/ppBlog/index.php?UID=1253883981</id>
 <category term="Linux日 記" label="Linux日 記" scheme="http://kkuma.sytes.net/ppBlog/index.php?mode=category&amp;aim=4C696E7578E697A520E8A898" xml:lang="ja" />
 <summary type="text" xml:lang="ja">解凍    # mv modules.cgz modules.cpio.gz# ...</summary>
 <content type="xhtml" xml:lang="ja">
  <div xmlns="http://www.w3.org/1999/xhtml">
   解凍<hr class="clear" />    <hr class="clear" /># mv modules.cgz modules.cpio.gz<hr class="clear" /># gzip -d modules.cpio.gz<hr class="clear" /># mkdir modules_dir<hr class="clear" /># cd modules_dir<hr class="clear" /># cpio -idumv &gt; ../modules.cpio<hr class="clear" />    <hr class="clear" />作成<hr class="clear" />    <hr class="clear" /># find -name "*.o" -type f &amp;#124; cpio -oH crc &amp;#124; gzip -9 &lt; modules.cgz<hr class="clear" />
  </div> 
 </content>
 <updated>2009-09-25T22:06:21+09:00</updated>
 <published>2009-09-25T22:06:21+09:00</published>
 </entry>

 <entry>
 <title type="text">SyncPlaces Downloads　ブックマークをシンクロ</title>
 <link rel="alternate" type="text/html" href="http://kkuma.sytes.net/ppBlog/index.php?UID=1253022908" />
 <author>
   <name>くま</name>
 </author>
 <id>http://kkuma.sytes.net/ppBlog/index.php?UID=1253022908</id>
 <category term="Linux日 記" label="Linux日 記" scheme="http://kkuma.sytes.net/ppBlog/index.php?mode=category&amp;aim=4C696E7578E697A520E8A898" xml:lang="ja" />
 <summary type="text" xml:lang="ja">http://www.andyhalford.com/syncplaces/do...</summary>
 <content type="xhtml" xml:lang="ja">
  <div xmlns="http://www.w3.org/1999/xhtml">
   http://www.andyhalford.com/syncplaces/download.html<hr class="clear" />説明も無しで何のリンク？(笑）<hr class="clear" />これは何台かPCを所有していてそれらすべてのブックマークを同じにできる（シンクロ）<hr class="clear" />そんな機能のあるアドオンです。もちろんFirefox専用！(笑）<hr class="clear" />
  </div> 
 </content>
 <updated>2009-09-15T22:55:08+09:00</updated>
 <published>2009-09-15T22:55:08+09:00</published>
 </entry>

 <entry>
 <title type="text">なぜ出来ないのか　Fedora11</title>
 <link rel="alternate" type="text/html" href="http://kkuma.sytes.net/ppBlog/index.php?UID=1253014571" />
 <author>
   <name>くま</name>
 </author>
 <id>http://kkuma.sytes.net/ppBlog/index.php?UID=1253014571</id>
 <category term="Linux日 記" label="Linux日 記" scheme="http://kkuma.sytes.net/ppBlog/index.php?mode=category&amp;aim=4C696E7578E697A520E8A898" xml:lang="ja" />
 <summary type="text" xml:lang="ja">fedora11に挑戦しているのだが普段使っているプログラムがデフォルトで入って...</summary>
 <content type="xhtml" xml:lang="ja">
  <div xmlns="http://www.w3.org/1999/xhtml">
   fedora11に挑戦しているのだが<hr class="clear" />普段使っているプログラムがデフォルトで入ってない．．．　　　　<hr class="clear" /># yum install kdocker<hr class="clear" /><hr class="clear" /># yum install nautilus-open-terminal<hr class="clear" /><hr class="clear" />　　　<hr class="clear" />fc11はTrue-Imageでバックアップが作成できないようです。<hr class="clear" />もちろんパーディションはEXT3でインストールしてるのですが．．．<hr class="clear" />困った．．．Fedoraは直ぐに起動しまくなったりするので<hr class="clear" />バックアップが出来ないと実用になりません。<hr class="clear" />
  </div> 
 </content>
 <updated>2009-09-15T20:36:11+09:00</updated>
 <published>2009-09-15T20:36:11+09:00</published>
 </entry>

 <entry>
 <title type="text">怖いという気持ちは</title>
 <link rel="alternate" type="text/html" href="http://kkuma.sytes.net/ppBlog/index.php?UID=1251732343" />
 <author>
   <name>くま</name>
 </author>
 <id>http://kkuma.sytes.net/ppBlog/index.php?UID=1251732343</id>
 <category term="徒然日記" label="徒然日記" scheme="http://kkuma.sytes.net/ppBlog/index.php?mode=category&amp;aim=E5BE92E784B6E697A5E8A898" xml:lang="ja" />
 <summary type="text" xml:lang="ja">怖いという気持ちはわからない事、理解出来ない事から始まる。暗闇が怖いのはそこに何...</summary>
 <content type="xhtml" xml:lang="ja">
  <div xmlns="http://www.w3.org/1999/xhtml">
   怖いという気持ちは<hr class="clear" />わからない事、理解出来ない事から始まる。<hr class="clear" />暗闇が怖いのは<hr class="clear" />そこに何があるか<hr class="clear" />何が居るのかわからないから．．．<hr class="clear" />　　<hr class="clear" />怖くなくなる為には<hr class="clear" />未知なものを知る、理解する事しかない。<hr class="clear" />それで一時的に乗り越える事ができる。<hr class="clear" />一時的には．．．<hr class="clear" />乗り越えても、乗り越えても<hr class="clear" />永遠に続く．．．その先が分からない状態！<hr class="clear" />どうしても理解しきれないものが有る事に気が付いた瞬間に<hr class="clear" />怖い気持ちが止めどなく沸いてくる。<hr class="clear" />どこまで続くのだろう．．．<hr class="clear" />この真っ暗な世界は．．．<hr class="clear" />
  </div> 
 </content>
 <updated>2009-09-01T00:25:43+09:00</updated>
 <published>2009-09-01T00:25:43+09:00</published>
 </entry>

 <entry>
 <title type="text">CAR AUDIO for USB ? DEH-P640 購入</title>
 <link rel="alternate" type="text/html" href="http://kkuma.sytes.net/ppBlog/index.php?UID=1251579820" />
 <author>
   <name>くま</name>
 </author>
 <id>http://kkuma.sytes.net/ppBlog/index.php?UID=1251579820</id>
 <category term="徒然日記" label="徒然日記" scheme="http://kkuma.sytes.net/ppBlog/index.php?mode=category&amp;aim=E5BE92E784B6E697A5E8A898" xml:lang="ja" />
 <summary type="text" xml:lang="ja">　　　　PCでも無いのにUSBﾒﾓﾘｰをストレージとして認識して且つファイル名を...</summary>
 <content type="xhtml" xml:lang="ja">
  <div xmlns="http://www.w3.org/1999/xhtml">
   <img src="http://kkuma.sytes.net/ppBlog/PIX/1251579820_20090829171112.jpg" alt="13:350:197:0:0:20090829171112:left:1:1::"/>　　<hr class="clear" />　　<hr class="clear" />PCでも無いのにUSBﾒﾓﾘｰをストレージとして認識して且つファイル名を日本語で表示、<hr class="clear" />再生まで出来てしまう。すごいです。（今は当たり前のこと？）<hr class="clear" />それにしてもパイオニアのカロッツエリアが29800円で買える時代になった事が少し悲しい。<hr class="clear" />昔(笑)は私の身分では絶対買えない高級ブランドだったのに...<hr class="clear" />7年使ったSONY製のヘッドはラジオも聞こえなくなるまで壊れた。(笑)<hr class="clear" />本当はコネクターの互換性からSONY製を購入して入れ替えるつもりだったが<hr class="clear" />既にSONYはCAR AUDIO業界から撤退済みとは...これもちょっと悲しい。<hr class="clear" />値段だけが先行して良いものが消えていってないか心配になっている私は余計なお世話ですが...<hr class="clear" />
  </div> 
 </content>
 <updated>2009-08-30T06:03:40+09:00</updated>
 <published>2009-08-30T06:03:40+09:00</published>
 </entry>

 <entry>
 <title type="text">車好き（２）</title>
 <link rel="alternate" type="text/html" href="http://kkuma.sytes.net/ppBlog/index.php?UID=1250429551" />
 <author>
   <name>くま</name>
 </author>
 <id>http://kkuma.sytes.net/ppBlog/index.php?UID=1250429551</id>
 <category term="徒然日記" label="徒然日記" scheme="http://kkuma.sytes.net/ppBlog/index.php?mode=category&amp;aim=E5BE92E784B6E697A5E8A898" xml:lang="ja" />
 <summary type="text" xml:lang="ja">　　　　セリカリフトバック...小学生の頃に一番欲しかった車...この個体は少し...</summary>
 <content type="xhtml" xml:lang="ja">
  <div xmlns="http://www.w3.org/1999/xhtml">
   <img src="http://kkuma.sytes.net/ppBlog/PIX/1250429551_20090814144433.jpg" alt="15.6:350:197:0:0:20090814144433:left:1:1::"/>　　<hr class="clear" />　　<hr class="clear" />セリカリフトバック...小学生の頃に一番欲しかった車...<hr class="clear" />この個体は少し族仕様なのが残念です(笑）<hr class="clear" />前輪駆動になった時からもうセリカかへの憧れは無くなりました。<hr class="clear" />
  </div> 
 </content>
 <updated>2009-08-16T22:32:31+09:00</updated>
 <published>2009-08-16T22:32:31+09:00</published>
 </entry>

 <entry>
 <title type="text">車好き（１）</title>
 <link rel="alternate" type="text/html" href="http://kkuma.sytes.net/ppBlog/index.php?UID=1250429083" />
 <author>
   <name>くま</name>
 </author>
 <id>http://kkuma.sytes.net/ppBlog/index.php?UID=1250429083</id>
 <category term="徒然日記" label="徒然日記" scheme="http://kkuma.sytes.net/ppBlog/index.php?mode=category&amp;aim=E5BE92E784B6E697A5E8A898" xml:lang="ja" />
 <summary type="text" xml:lang="ja">　　　　郡山市内では外車？をよく見かけます。かっこよすぎです。このお尻は...ワ...</summary>
 <content type="xhtml" xml:lang="ja">
  <div xmlns="http://www.w3.org/1999/xhtml">
   <img src="http://kkuma.sytes.net/ppBlog/PIX/1250429083_2pc.jpg" alt="11.5:350:197:0:0:2pc:left:1:1::"/>　　<hr class="clear" />　　<hr class="clear" />郡山市内では外車？をよく見かけます。<hr class="clear" />かっこよすぎです。このお尻は...<hr class="clear" />ワーゲンに買収されて高級、高性能に翳りが出ないと良いのですが...<hr class="clear" />死ぬまでにお金に余裕があったら乗りたいです是非(笑）<hr class="clear" />
  </div> 
 </content>
 <updated>2009-08-16T22:24:43+09:00</updated>
 <published>2009-08-16T22:24:43+09:00</published>
 </entry>

 <entry>
 <title type="text">memo</title>
 <link rel="alternate" type="text/html" href="http://kkuma.sytes.net/ppBlog/index.php?UID=1249851975" />
 <author>
   <name>くま</name>
 </author>
 <id>http://kkuma.sytes.net/ppBlog/index.php?UID=1249851975</id>
 <category term="Linux日 記" label="Linux日 記" scheme="http://kkuma.sytes.net/ppBlog/index.php?mode=category&amp;aim=4C696E7578E697A520E8A898" xml:lang="ja" />
 <summary type="text" xml:lang="ja">recfriio --b25 B11 - - &amp;amp;#124; mplaye...</summary>
 <content type="xhtml" xml:lang="ja">
  <div xmlns="http://www.w3.org/1999/xhtml">
   recfriio --b25 B11 - - &amp;#124; mplayer -vo xv -cache 8192 -<hr class="clear" />wget http://2sen.dip.jp/cgi-bin/dtvup/source/up0027.zip<hr class="clear" />wget http://2sen.dip.jp/cgi-bin/dtvup/source/up0036.gz<hr class="clear" />bzip2 -dc up0027.zip &amp;#124; tar xvf -<hr class="clear" />cd epgdumpr2<hr class="clear" />zcat ../up0036.gz &amp;#124; patch -p 1<hr class="clear" />make<hr class="clear" />wget http://2sen.dip.jp/cgi-bin/friioup/source/up0777.zip<hr class="clear" />
  </div> 
 </content>
 <updated>2009-08-10T06:06:15+09:00</updated>
 <published>2009-08-10T06:06:15+09:00</published>
 </entry>

 <entry>
 <title type="text">B-CAS...この組み合わせで動作確認</title>
 <link rel="alternate" type="text/html" href="http://kkuma.sytes.net/ppBlog/index.php?UID=1249812743" />
 <author>
   <name>くま</name>
 </author>
 <id>http://kkuma.sytes.net/ppBlog/index.php?UID=1249812743</id>
 <category term="Linux日 記" label="Linux日 記" scheme="http://kkuma.sytes.net/ppBlog/index.php?mode=category&amp;aim=4C696E7578E697A520E8A898" xml:lang="ja" />
 <summary type="text" xml:lang="ja">CentOS 2.6.18-92.1.22.el5を未だに使用中...ASEDr...</summary>
 <content type="xhtml" xml:lang="ja">
  <div xmlns="http://www.w3.org/1999/xhtml">
   CentOS 2.6.18-92.1.22.el5を未だに使用中...<hr class="clear" />ASEDrive IIIe カード・リーダ・ライタ以外で<hr class="clear" />linuxで動作するものを探していました。<hr class="clear" />ハード：SCR-3310<hr class="clear" />　　<hr class="clear" />※使用パッケージ<hr class="clear" />pcsc-tools-1.4.14-1.fc10.src.rpm<hr class="clear" />pcsc-perl-1.4.7-1.fc9.src.rpmpcsc-perl-1.4.7-1<hr class="clear" />          ccid-1.3.8-1.el5<hr class="clear" />pcsc-lite-1.4.4-0.1.el5<hr class="clear" />pcsc-lite-devel-1.4.4-0.1.el5<hr class="clear" />
  </div> 
 </content>
 <updated>2009-08-09T19:12:23+09:00</updated>
 <published>2009-08-09T19:12:23+09:00</published>
 </entry>

</feed>