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

    <dc:language>ja</dc:language>
    <dc:date>2007-11-14T21:56:19+09:00</dc:date>
    <utime>1195044979</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/afk125/pages/17.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/afk125/pages/16.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/afk125/pages/1.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/afk125/pages/15.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/afk125/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/afk125/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/afk125/pages/12.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/afk125/pages/11.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/afk125/pages/9.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/afk125/pages/10.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/afk125/pages/17.html">
    <title>stat</title>
    <link>https://w.atwiki.jp/afk125/pages/17.html</link>
    <description>
      statコマンドはファイルの最終更新日など、ファイルのステータスを表示するコマンドです。


[書式]
stat ファイル名


[使用例]
# stat smb.conf

File: &quot;smb.conf&quot;
Size: 10856 Blocks: 24 Regular File
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Device: 305 Inode: 799048 Links: 1 
Access: Tue Mar 12 22:24:25 2002
Modify: Thu Mar 20 23:44:01 1997
Change: Thu Mar 20 23:44:01 1997


# Access: 最後にファイルがアクセスした時間
# Modify: 最後にファイルが変更された時間
# Change: パーミッションなどが最後に変更された時間

http://www.ksknet.net/linuxrz/stat.html    </description>
    <dc:date>2007-11-14T21:56:19+09:00</dc:date>
    <utime>1195044979</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/afk125/pages/16.html">
    <title>NS-5GT home-workモード</title>
    <link>https://w.atwiki.jp/afk125/pages/16.html</link>
    <description>
      Home-WorkモードではHomeからWorkへのポリシーがall denyとなっていて変更不可。 
元々SOHO等で使用するために家庭と職場でポリシーを分ける為のモードらしい。     </description>
    <dc:date>2007-05-24T12:59:22+09:00</dc:date>
    <utime>1179979162</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/afk125/pages/1.html">
    <title>トップページ</title>
    <link>https://w.atwiki.jp/afk125/pages/1.html</link>
    <description>
      -[[タグ&gt;http://www29.atwiki.jp/afk125/tag]]
-[[@wikiの基本操作&gt;http://atwiki.jp/guide/category2.html]]
-[[用途別のオススメ機能紹介&gt;http://atwiki.jp/guide/category22.html]]
-[[@wikiの設定/管理&gt;http://atwiki.jp/guide/category6.html]]    </description>
    <dc:date>2007-05-16T12:17:38+09:00</dc:date>
    <utime>1179285458</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/afk125/pages/15.html">
    <title>defalut gateway</title>
    <link>https://w.atwiki.jp/afk125/pages/15.html</link>
    <description>
      default gatewayは全てのパケットが流れる
ethernet frameでもdefault gatewayを見ている

ehternet frameの動きとIP routingとは違うことを理解する     </description>
    <dc:date>2007-05-02T18:08:41+09:00</dc:date>
    <utime>1178096921</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/afk125/pages/14.html">
    <title>ntpd</title>
    <link>https://w.atwiki.jp/afk125/pages/14.html</link>
    <description>
      # ntpq -p

ntpのレスポンスタイムの確認

http://www.jst.mfeed.ad.jp/service/02.html    </description>
    <dc:date>2007-05-01T12:11:05+09:00</dc:date>
    <utime>1177989065</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/afk125/pages/13.html">
    <title>linux static route</title>
    <link>https://w.atwiki.jp/afk125/pages/13.html</link>
    <description>
      route add -host host名 gw ネクストホップアドレス
route add -net ネットワーク名 netmask マスク　gw ネクストホップアドレス
netstat -r で確認

固定するばあいは

/etc/sysconfig/network-scripts/static-routes
　any host ホスト名 gw ネクストホップアドレス
　any net ネットワーク名 netmask マスク　gw ネクストホップアドレス    </description>
    <dc:date>2007-03-28T17:29:35+09:00</dc:date>
    <utime>1175070575</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/afk125/pages/12.html">
    <title>Http リダイレクト2</title>
    <link>https://w.atwiki.jp/afk125/pages/12.html</link>
    <description>
      Apachでリダイレクト
Apatchのバーチャルホスト機能でリダイレクト
&quot;http.conf&quot;で以下の設定を追加

&lt;VirtualHost *&gt;
ServerName www.hoge.co.jp
Redirect / http://www.hoge.com/
ErrorLog logs/hoge_error.log
CustomLog logs/hoge_access.log common
&lt;/VirtualHost&gt; 


HTMLで転送
ただし、アクセスできるページ分、このHTMLを作成しないといけないみたいですね

www.hoge.co.jp配下ページの中身を

&lt;head&gt;
 &lt;meta HTTP-EQUIV=&quot;Refresh&quot; content=&quot;0;URL=http://www.hoge.com/hoge.htm&quot;&gt;
&lt;/head&gt; 

にするだけです。

※その際に元のページが一瞬表示されてしまうため、&lt;body&gt;タグは消してください。

参考URL:ttp://support.cms.drecom.jp/m_forward2


&quot;.htaccess&quot;で転送
策３、そのサーバーで作成したコンテンツ毎に&quot;.htaccess&quot;に行を追加するタイプ

&quot;.htaccess&quot;に以下を記述

Redirect permanent /index.html http://www.hoge.com/index.html

っていうように、コンテンツ毎に記述をしていく感じです。策２と違ってドキュメントルートに

ファイル１個で済む感じですね

参考URL:ttp://cefa.sakura.ne.jp/archives/2005/03/020514.php    </description>
    <dc:date>2007-03-22T15:57:23+09:00</dc:date>
    <utime>1174546643</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/afk125/pages/11.html">
    <title>Http リダイレクト</title>
    <link>https://w.atwiki.jp/afk125/pages/11.html</link>
    <description>
          </description>
    <dc:date>2007-03-22T15:51:51+09:00</dc:date>
    <utime>1174546311</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/afk125/pages/9.html">
    <title>プラグイン/関連ブログ</title>
    <link>https://w.atwiki.jp/afk125/pages/9.html</link>
    <description>
      * 関連ブログ
@wikiのwikiモードでは
 #bf(興味のある単語)
と入力することで、あるキーワードに関連するブログ一覧を表示することができます

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

-----


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


#bf(ゲーム)
    </description>
    <dc:date>2007-03-22T15:47:33+09:00</dc:date>
    <utime>1174546053</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/afk125/pages/10.html">
    <title>プラグイン/コメント</title>
    <link>https://w.atwiki.jp/afk125/pages/10.html</link>
    <description>
      * コメントプラグイン
@wikiのwikiモードでは
 #comment()
と入力することでコメントフォームを簡単に作成することができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_60_ja.html


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

#comment    </description>
    <dc:date>2007-03-22T15:47:33+09:00</dc:date>
    <utime>1174546053</utime>
  </item>
  </rdf:RDF>
