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

    <dc:language>ja</dc:language>
    <dc:date>2008-05-19T12:26:59+09:00</dc:date>
    <utime>1211167619</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/parole/pages/18.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/parole/pages/17.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/parole/pages/16.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/parole/pages/15.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/parole/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/parole/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/parole/pages/12.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/parole/pages/11.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/parole/pages/10.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/parole/pages/9.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/parole/pages/18.html">
    <title>[Windows] [Exchange] メールボックス容量制限</title>
    <link>https://w.atwiki.jp/parole/pages/18.html</link>
    <description>
      メールボックス容量制限の確認・その動作

Storage Limits
How big is your mailbox now?

Here&#039;s how to check the current size of your mailbox:

   1. Start Outlook
   2. Right-click the icon at the top of the folder list. It will be labeled Mailbox - [your name] -- choose Properties from the context menu, and click the Folder Size button on the General tab page. 

What is a Storage Limit?

Old fashioned email systems didn&#039;t have to deal with this issue like we do now. Traditional email systems only store email until the client connects; then email is downloaded to the client&#039;s machine and deleted from the server. 

Exchange turns this on its head, and stores everything on the server. The advantages are huge. But it does create the issue of storage limits. The storage limit defines how much content a user is allowed to store on the server.  

Every mailbox on Webville&#039;s Exchange servers has a storage limit. Here&#039;s how it works.

The server periodically monitors the amount of content in your     </description>
    <dc:date>2008-05-19T12:26:59+09:00</dc:date>
    <utime>1211167619</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/parole/pages/17.html">
    <title>[Windows] STOP エラー診断</title>
    <link>https://w.atwiki.jp/parole/pages/17.html</link>
    <description>
      &gt;ツールのインストール
メモリダンプファイルを解析するときに必要なツール。
・indows 用デバッグ ツール (Debugging Tools for Windows)
・シンボルパッケージファイル

1. Windows 用デバッグ ツール (Debugging Tools for Windows)のインストール
下記ページの「32 ビット Version 6.8.4.0 のインストール [16.7 MB]」よりダウンロードし、[Typical] を選択してインストール。
ファイル名：dbg_x86_6.8.4.0.msi

＜マイクロソフトのサイト＞
http://www.microsoft.com/japan/whdc/devtools/debugging/installx86.mspx

2. シンボルパッケージファイルのインストール
シンボルパッケージには、デバッガがダンプファイルを解析するための情報が入っている。

次に環境変数を作成。[コントロール パネル] の中の [システム] をダブル クリックします。[詳細設定] タブで、[環境変数] をクリック。[システムの環境変数]に以下の環境変数を新規に作成。

変数名 ： _NT_SYMBOL_PATH
変数値（例） ： SRV*C:\Windows\Symbols*http://msdl.microsoft.com/download/symbols
※*で囲まれた「C:\Windows\Symbols」の値はシンボルファイルをインストールした場所を設定。

&gt;ダンプファイルの解析
スタートメニューから「Debugging Tools for windows」の「WinDbg」を選択。
立ち上がったら、「File」の「Open Crash Dump」を選びminidumpファイルを選択。
解析が終わったらさらに「kd&gt;」と書いてある右に入力ボックスがあるので、!analyze -v とタイプしてEnterキーを押すと詳細が表示される。     </description>
    <dc:date>2008-05-06T08:35:09+09:00</dc:date>
    <utime>1210030509</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/parole/pages/16.html">
    <title>[Network] tracerout (tracert)の実装の違い</title>
    <link>https://w.atwiki.jp/parole/pages/16.html</link>
    <description>
      WindowsとUnix系OSではtraceroute (tracert)の実装が異なる。

WindowsはICMP、UnixはUDPを利用している。
そのため、FW上のポリシー設定などによってトレースの結果に
違いが生じることがある。

Unix上からICMPを使用するには、

&gt;traceroute -l xxx.xxx.xxx.xxx

と、オプションで「-l」を指定する。    </description>
    <dc:date>2008-04-14T16:57:33+09:00</dc:date>
    <utime>1208159853</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/parole/pages/15.html">
    <title>[Web] HTTPヘッダを見る</title>
    <link>https://w.atwiki.jp/parole/pages/15.html</link>
    <description>
      HTTPヘッダ情報を見ることのできるツール。

オンラインで。

http://web-sniffer.net/

また、Firefoxのプラグインにもある。

http://livehttpheaders.mozdev.org/index.html

例えばwww.google.comにアクセスすると･･･

&gt;http://www.google.com/
&gt;
&gt;GET / HTTP/1.1
&gt;Host: www.google.com
&gt;User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080311 &gt;Firefox/2.0.0.13
&gt;Accept: &gt;text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
&gt;Accept-Language: ja
&gt;Accept-Encoding: gzip,deflate
&gt;Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
&gt;Keep-Alive: 300
&gt;Connection: keep-alive
&gt;･･･以下省略･･･    </description>
    <dc:date>2008-04-14T09:07:34+09:00</dc:date>
    <utime>1208131654</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/parole/pages/14.html">
    <title>[Windows] [MDaemon] MDaemonでセカンダリIPを使用する方法</title>
    <link>https://w.atwiki.jp/parole/pages/14.html</link>
    <description>
      基本の設定項目ではないが、MDaemonの設定ファイルを直接編集することで
外部へのアクセスに使用するIPアドレスを指定可能。

1.MDaemonのインストールディレクトリ、Appフォルダ配下の「MDaemon.ini」
ファイルをエディタで開く。（C:\MDaemon\App\MDaemon.ini）

2.[Domains]セクションにある、
　&quot;OutboundSocketIP=&quot; の &quot;=&quot; の後にセカンダリIPアドレスを追加。

&gt;OutboundSocketIP=aaa.bbb.ccc.ddd

3.同じく[Domains]セクションにある
　&quot;BindOutboundSockets=No&quot;を
　&quot;BindOutboundSockets=Yes&quot;に変更。

&gt;&quot;BindOutboundSockets=Yes&quot;

4.上書き保存。

5.設定を反映させるため、MDaemonの再起動。

これでMDaemonはインターネットへのアクセスに、IPアドレス 
&quot;aaa.bbb.ccc.ddd&quot;を使用する状態となる。    </description>
    <dc:date>2008-04-14T08:03:52+09:00</dc:date>
    <utime>1208127832</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/parole/pages/13.html">
    <title>[Linux] Red Hat Linuxのバージョンを調べる</title>
    <link>https://w.atwiki.jp/parole/pages/13.html</link>
    <description>
      以下のファイルに書かれている。

&gt;# cat /etc/redhat-release
&gt;Red Hat Enterprise Linux ES release 4 (Nahant Update 6)    </description>
    <dc:date>2008-04-14T07:38:48+09:00</dc:date>
    <utime>1208126328</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/parole/pages/12.html">
    <title>[Linux] [sendmail] sedmailでセカンダリIPを使用する方法 - その2</title>
    <link>https://w.atwiki.jp/parole/pages/12.html</link>
    <description>
      メール送受信の際、デフォルトではプライマリIPが付与される。
それをセカンダリ（もしくはそれ以降）に変更する方法の、その2。

sendmail.cfとsubmit.cfを直接編集する。

sendmail.cfとsubmit.cfにおいて、

ClientPortOptions=Family=inet, Address=0.0.0.0
のラインを、

&gt;ClientPortOptions=Family=inet, Address=&lt;セカンダリIPアドレス&gt;

と変更する。

変更保存後、sendmailの再起動。

&gt;service sendmail restart    </description>
    <dc:date>2008-04-14T09:28:46+09:00</dc:date>
    <utime>1208132926</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/parole/pages/11.html">
    <title>[Linux] [sendmail] sendmailでセカンダリIPを使用する方法 - その1</title>
    <link>https://w.atwiki.jp/parole/pages/11.html</link>
    <description>
      メール送受信の際、デフォルトではプライマリIPが付与される。
それをセカンダリ（もしくはそれ以降）に変更する方法。

1. /etc/mail/sendmail.mcを開く。

2. 以下を編集。

dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA&#039;)dnl
とある行を、

&gt;DAEMON_OPTIONS(`Port=smtp,Addr=&lt;セカンダリIPアドレス&gt;, Name=MTA&#039;)dnl

と変更し、保存。

3. makeを実行。

4. sendmailを再起動。

&gt;service sendmail restart    </description>
    <dc:date>2008-04-14T08:03:26+09:00</dc:date>
    <utime>1208127806</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/parole/pages/10.html">
    <title>プラグイン/コメント</title>
    <link>https://w.atwiki.jp/parole/pages/10.html</link>
    <description>
      * コメントプラグイン
@wikiのwikiモードでは
 #comment()
と入力することでコメントフォームを簡単に作成することができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_60_ja.html


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

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

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

-----


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


#bf(ゲーム)
    </description>
    <dc:date>2008-04-13T07:48:23+09:00</dc:date>
    <utime>1208040503</utime>
  </item>
  </rdf:RDF>
