<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/chihiro1710/">
    <title>chihiro1710 @ ウィキ</title>
    <link>http://w.atwiki.jp/chihiro1710/</link>
    <atom:link href="https://w.atwiki.jp/chihiro1710/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>chihiro1710 @ ウィキ</description>

    <dc:language>ja</dc:language>
    <dc:date>2010-06-22T19:47:38+09:00</dc:date>
    <utime>1277203658</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/chihiro1710/pages/18.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/chihiro1710/pages/17.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/chihiro1710/pages/16.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/chihiro1710/pages/15.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/chihiro1710/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/chihiro1710/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/chihiro1710/pages/12.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/chihiro1710/pages/11.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/chihiro1710/pages/10.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/chihiro1710/pages/9.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/chihiro1710/pages/18.html">
    <title>Linux C-language</title>
    <link>https://w.atwiki.jp/chihiro1710/pages/18.html</link>
    <description>
      1:LinuxでC言語のreturn codeをみる場合
  echo &quot;$?&quot;
 (-1をreturn すると なぜか 255が帰る？)    </description>
    <dc:date>2010-06-22T19:47:38+09:00</dc:date>
    <utime>1277203658</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/chihiro1710/pages/17.html">
    <title>システム起動時にUNEXPECTED INCONSISTENCYエラーが発生した場合は</title>
    <link>https://w.atwiki.jp/chihiro1710/pages/17.html</link>
    <description>
      システム起動時に、以下のようなメッセージが表示されて起動しない場合がある。これは、ファイルシステムチェックで何らかの問題が発見されたことを意味する。ここでは、この現象が発生した場合の復旧方法について紹介する。

Checking filesystems

/12: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
            (i.e., without -a or -p options)

*** An error occurred during the file system check.
*** Dropping you to a shell; the system will reboot
*** when you leave the shell.
Give root password for maintenance
(or type Control-D to continue): 

　まず、エラーメッセージに従いrootパスワードを入力する。

Give root password for maintenance
(or type Control-D to continue):　←rootのパスワードを入力 

　すると、ファイルシステム修復用のシェルが起動する。次に、mountコマンドで修復対象となるハードディスクのパーティションを確認する。修復の対象は、/（ルートディレクトリ）または/bootとしてマウントされているパーティションだ。

(Repair filesystem) 1 # mount
/dev/hda6 on / type ext3 (rw)　←/dev/hda6が修復対象のパーティション
（省略） 

　修復作業は、fsckコマンドで行う。その際に、-tオプションを付加してファイルシステムの種類（mountコマンド実行時に表示される）を指定する。

　fsckコマンドは、問題のある個所を見つけると確認メッセージを表示する。以下のように［Enter］キーを押して作業を進める。

(Repair filesystem) 2 # fsck -t ext3 /dev/hda6　←修復を実行
fsck 1.39 (29-May-2006)    </description>
    <dc:date>2010-05-01T17:31:16+09:00</dc:date>
    <utime>1272702676</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/chihiro1710/pages/16.html">
    <title>fedora12 セキュリティーアップデート</title>
    <link>https://w.atwiki.jp/chihiro1710/pages/16.html</link>
    <description>
      yum plugin「yum-security」のインストール

# yum -y install yum-plugin-security

セキュリティアップデートのチェック
# yum --security check-update

セキュリティアップデートパッケージのみ更新
# yum --security update    </description>
    <dc:date>2010-04-22T13:26:32+09:00</dc:date>
    <utime>1271910392</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/chihiro1710/pages/15.html">
    <title>firefoxがlinuxで起動できなくなった</title>
    <link>https://w.atwiki.jp/chihiro1710/pages/15.html</link>
    <description>
      fedora12に開発ツールをたくさんいれていたら、fireFoxが起動できなくなった。

WEBで検索

対処方法その１
Xorgなどが異常終了するとロックファイルが残ったままになるとのこと。
~/.mozilla/firefox/ユニークな文字列/.parentlock
があったので、削除したが、まだ起動しない。

対処方法その２
$ firefox
Could not find compatible GRE between 
version 1.9.0.5 and 1.9.0.5.

現在のGREのバージョンの確認

$ /usr/bin/xulrunner --gre-version
1.9.0.10

バージョンが合わなかったのね・・・ということで、
application.iniの編集

$ ls -l /usr/lib/firefox-3.0.5/application.ini
-rw-r--r-- 1 root root 2025 12月 21 04:33 /usr/lib/firefox-3.0.5/application.ini
$ su
パスワード:
# vi /usr/lib/firefox-3.0.5/application.ini

変更前：
[Gecko]
MinVersion=1.9.0.5
MaxVersion=1.9.0.5

変更後：
[Gecko]
;MinVersion=1.9.0.5
;MaxVersion=1.9.0.5
MinVersion=1.9.0.10
MaxVersion=1.9.0.10

上記で解決、さすがLinuxユーザありがとう！    </description>
    <dc:date>2010-04-19T20:41:32+09:00</dc:date>
    <utime>1271677292</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/chihiro1710/pages/14.html">
    <title>java jdk</title>
    <link>https://w.atwiki.jp/chihiro1710/pages/14.html</link>
    <description>
      1:適当な場所にダウンロード

2:su password

3:1の場所に移動

4:chmod +x jdk-6u20-linux-i586-rpm.bin(権限の付加)

5:./jdk-6u20-linux-i586-rpm.bin(RPM抽出)

   スペースキーでページ移動

6:Do you agree~ [yes or no]でyesを入力

7:vi /etc/profile

8:下記を最終行に記述
 export JAVA_HOME=/usr/java/jdk1.6.0_20
 export PATH=$PATH:$JAVA_HOME/bin
 export CLASSPATH=.:$JAVA_HOME/jre/lib:$JAVA_HOME/lib:$JAVA_HOME/lib/tools.jar
　
9:source /etc/profile(8を反映)    </description>
    <dc:date>2010-04-18T13:48:46+09:00</dc:date>
    <utime>1271566126</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/chihiro1710/pages/13.html">
    <title>emacs</title>
    <link>https://w.atwiki.jp/chihiro1710/pages/13.html</link>
    <description>
      インストール
$su
$password

#yum install emacs emacs-common

テキストのコピー
1:ctrl +　@ でマーク(スタート位置）
2:M + W （エンド位置）でコピー
3:Ctrl + y で貼り付け    </description>
    <dc:date>2010-06-16T15:01:54+09:00</dc:date>
    <utime>1276668114</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/chihiro1710/pages/12.html">
    <title>プラグイン/人気商品一覧</title>
    <link>https://w.atwiki.jp/chihiro1710/pages/12.html</link>
    <description>
      * 人気商品一覧
@wikiのwikiモードでは
 #price_list(カテゴリ名)
と入力することで、あるカテゴリの売れ筋商品のリストを表示することができます。

カテゴリには以下のキーワードがご利用できます。
|キーワード|表示される内容|
|ps3|PlayStation3|
|ps2|PlayStation3|
|psp|PSP|
|wii|Wii|
|xbox|XBOX|
|nds|Nintendo DS|
|desctop-pc|デスクトップパソコン|
|note-pc|ノートパソコン|
|mp3player|デジタルオーディオプレイヤー|
|kaden|家電|
|aircon|エアコン|
|camera|カメラ|
|game-toy|ゲーム・おもちゃ全般|
|all|指定無し|

空白の場合はランダムな商品が表示されます。

※このプラグインは[[価格比較サイト@PRICE&gt;&gt;http://atprice.jp]]のデータを利用しています。

-----

たとえば、
 #price_list(game-toy)
と入力すると以下のように表示されます。

ゲーム・おもちゃ全般の売れ筋商品
#price_list(game-toy)

ノートパソコンの売れ筋商品
#price_list(game-toy)

人気商品リスト
#price_list()
    </description>
    <dc:date>2010-04-18T12:41:37+09:00</dc:date>
    <utime>1271562097</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/chihiro1710/pages/11.html">
    <title>プラグイン/コメント</title>
    <link>https://w.atwiki.jp/chihiro1710/pages/11.html</link>
    <description>
      * コメントプラグイン
@wikiのwikiモードでは
 #comment()
と入力することでコメントフォームを簡単に作成することができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_60_ja.html


-----
たとえば、#comment() と入力すると以下のように表示されます。

#comment    </description>
    <dc:date>2010-04-18T12:41:37+09:00</dc:date>
    <utime>1271562097</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/chihiro1710/pages/10.html">
    <title>プラグイン/関連ブログ</title>
    <link>https://w.atwiki.jp/chihiro1710/pages/10.html</link>
    <description>
      * 関連ブログ
@wikiのwikiモードでは
 #bf(興味のある単語)
と入力することで、あるキーワードに関連するブログ一覧を表示することができます

詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_161_ja.html

-----


たとえば、#bf(ゲーム)と入力すると以下のように表示されます。


#bf(ゲーム)
    </description>
    <dc:date>2010-04-18T12:41:37+09:00</dc:date>
    <utime>1271562097</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/chihiro1710/pages/9.html">
    <title>プラグイン</title>
    <link>https://w.atwiki.jp/chihiro1710/pages/9.html</link>
    <description>
      @wikiにはいくつかの便利なプラグインがあります。

-----


#ls

-----

これ以外のプラグインについては@wikiガイドをご覧ください
=&gt;http://atwiki.jp/guide/
    </description>
    <dc:date>2010-04-18T12:41:37+09:00</dc:date>
    <utime>1271562097</utime>
  </item>
  </rdf:RDF>
