<?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/shimashimamc/">
    <title>shimashimamc @ ウィキ</title>
    <link>http://w.atwiki.jp/shimashimamc/</link>
    <atom:link href="https://w.atwiki.jp/shimashimamc/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>shimashimamc @ ウィキ</description>

    <dc:language>ja</dc:language>
    <dc:date>2011-06-11T20:22:47+09:00</dc:date>
    <utime>1307791367</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/shimashimamc/pages/19.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/shimashimamc/pages/18.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/shimashimamc/pages/17.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/shimashimamc/pages/16.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/shimashimamc/pages/15.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/shimashimamc/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/shimashimamc/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/shimashimamc/pages/12.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/shimashimamc/pages/11.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/shimashimamc/pages/10.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/shimashimamc/pages/19.html">
    <title>Eclipse関連</title>
    <link>https://w.atwiki.jp/shimashimamc/pages/19.html</link>
    <description>
      *Eclipse関連あれこれと

*バージョンごとの不具合とか、注意点
　3.6のオールインワンはコメントアウトのショートカットキーがつかえなくなっているので、Java用にPDT入れるかして使用すること    </description>
    <dc:date>2011-06-11T20:22:47+09:00</dc:date>
    <utime>1307791367</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/shimashimamc/pages/18.html">
    <title>PCゲームの設定など</title>
    <link>https://w.atwiki.jp/shimashimamc/pages/18.html</link>
    <description>
      *趣味のPCげーのMODの設定とか日本語にする方法とか、ダーティーな裏技とか色々    </description>
    <dc:date>2011-04-22T07:03:58+09:00</dc:date>
    <utime>1303423438</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/shimashimamc/pages/17.html">
    <title>Windows関連</title>
    <link>https://w.atwiki.jp/shimashimamc/pages/17.html</link>
    <description>
      *大嫌いなWindowsを無理やり愛する方法についてあれこれ    </description>
    <dc:date>2011-04-22T07:02:02+09:00</dc:date>
    <utime>1303423322</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/shimashimamc/pages/16.html">
    <title>fc-cache</title>
    <link>https://w.atwiki.jp/shimashimamc/pages/16.html</link>
    <description>
      fc-cacheコマンドは/etc/fonts/local.confに定義されているディレクトリをスキャンして、フォントキャシュを再構成する。
登録しているフォントはfc-listコマンドで確認できる。

-fv のオプションでフォントキャッシュのクリアを行う。
フォントの設定などをいじる場合は、やっておかないと再起動しても反映されない。    </description>
    <dc:date>2011-04-22T06:50:53+09:00</dc:date>
    <utime>1303422653</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/shimashimamc/pages/15.html">
    <title>CentOS5.6、VMプレイヤーでぶち込んだら英語環境で困った</title>
    <link>https://w.atwiki.jp/shimashimamc/pages/15.html</link>
    <description>
      &gt;半角&gt;で始めると引用文になります。
 
キーボードがデフォルトでは英語の配列の設定になっているので、以下のファイルを修正
#gedit /etc/sysconfig/keyboard

---
KEYBOARDTYPE=&quot;pc&quot;
KEYTABLE=&quot;jp106&quot;

GUIから修正する場合
システム =&gt; 設定 =&gt; キーボード
キーボードの型式を　『Japanese 106-key』に変更
レイアウトの選択を　『Japan』だけに変更

日本語フォントのインストール
#yum install fonts-japanese

フォントのキャッシュのクリア
※再起動しても反映されないので必ず行う
#fc-cache -fv 

後は再起動
# reboot    </description>
    <dc:date>2011-04-22T06:42:52+09:00</dc:date>
    <utime>1303422172</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/shimashimamc/pages/14.html">
    <title>Linux関連</title>
    <link>https://w.atwiki.jp/shimashimamc/pages/14.html</link>
    <description>
      *Linuxについてのあれこれと

**OSの設定など
-[[CentOS5.6、VMプレイヤーでぶち込んだら英語環境で困った&gt;http://www47.atwiki.jp/shimashimamc/pages/15.html]]

**ソフトのインストールなど
**コマンド
-[[fc-cache]]　フォントキャッシュをリフレッシュする
-telinit　ランレベルの変更、変更したいランレベルの数字をオプションにつける
**そのほか資料についての記録など






[[ここを編集する&gt;http://www47.atwiki.jp/shimashimamc?cmd=edit&amp;page=Linux%E9%96%A2%E9%80%A3]]    </description>
    <dc:date>2011-04-22T07:19:53+09:00</dc:date>
    <utime>1303424393</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/shimashimamc/pages/13.html">
    <title>メニュー3</title>
    <link>https://w.atwiki.jp/shimashimamc/pages/13.html</link>
    <description>
      メニュー３


//**更新履歴
//#recent(20)

//&amp;link_editmenu(text=ここを編集)
[[ここを編集&gt;http://www47.atwiki.jp/shimashimamc/editx/13.html]]    </description>
    <dc:date>2011-04-22T06:04:48+09:00</dc:date>
    <utime>1303419888</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/shimashimamc/pages/12.html">
    <title>プラグイン/人気商品一覧</title>
    <link>https://w.atwiki.jp/shimashimamc/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>2011-04-22T05:44:50+09:00</dc:date>
    <utime>1303418690</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/shimashimamc/pages/11.html">
    <title>プラグイン/コメント</title>
    <link>https://w.atwiki.jp/shimashimamc/pages/11.html</link>
    <description>
      * コメントプラグイン
@wikiのwikiモードでは
 #comment()
と入力することでコメントフォームを簡単に作成することができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_60_ja.html


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

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

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

-----


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


#bf(ゲーム)
    </description>
    <dc:date>2011-04-22T05:44:50+09:00</dc:date>
    <utime>1303418690</utime>
  </item>
  </rdf:RDF>
