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

    <dc:language>ja</dc:language>
    <dc:date>2012-05-06T08:38:42+09:00</dc:date>
    <utime>1336261122</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/study333/pages/19.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/study333/pages/18.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/study333/pages/17.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/study333/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/study333/pages/16.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/study333/pages/15.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/study333/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/study333/pages/12.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/study333/pages/11.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/study333/pages/10.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/study333/pages/19.html">
    <title>STP</title>
    <link>https://w.atwiki.jp/study333/pages/19.html</link>
    <description>
      *STP

STP（Spanning-Tree-Protocol）とは、~
&#039;&#039;レイヤ2環境において、障害時の冗長リンクを確保するために使用されるプロトコル&#039;&#039;である。~
802.1Dで定義されている。~
~
*STPにおけるL2ループ防止

STPでは、スイッチが互いに自分の存在を知ることによって~
ネットワーク全体でループフリーパスを構築する。~
それ以外の冗長リンクは、フレームの転送は行わない。
これにより、L2ループを回避する。~
その際に、やり取りされる情報が&#039;&#039;BPDU&#039;&#039;である。    </description>
    <dc:date>2012-05-06T08:38:42+09:00</dc:date>
    <utime>1336261122</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/study333/pages/18.html">
    <title>dynamips</title>
    <link>https://w.atwiki.jp/study333/pages/18.html</link>
    <description>
      **Cisco 36xx EtherSwitch での　Vlan 作成の注意点

***VLANの作成の仕方

+Router#vlan database
+Router(vlan)#vlan 249
+Router(vlan)#apply
+Router(vlan)#exit

※コンフィグレーションモードでのVLAN作成はできない

***VLANデータベースモードで、VLANの作成ができないとき

Router(vlan)#apply

Route(vlan)#exit

↑コマンドがけられる時、（abortコマンドで抜けろって表示が出るとき）
一度、Flashのvlan.datを削除する必要がある。

Router#erase flash:

上記コマンドで、vlan.datを削除する。
通常、Flashの中にIOSなどが格納されているが
dynamips上では、Flashの中にはないので問題ない。

（逆に言うと、間違っても実機ではやらないよう）

以下のHPの方法のほうがよい？

http://blogs.yahoo.co.jp/hakjin/4160201.html    </description>
    <dc:date>2011-03-30T22:17:21+09:00</dc:date>
    <utime>1301491041</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/study333/pages/17.html">
    <title>linux</title>
    <link>https://w.atwiki.jp/study333/pages/17.html</link>
    <description>
      *コマンドとか

**tar

***機能

-ファイルをtar形式に圧縮する
-tar形式で圧縮されたファイルを解凍する

***形式

tar [option][file/directory name]

***必須オプション

以下のオプションは、必ずひとつ指定する必要がある

|コマンド|機能|
|A|tarファイルをアーカイブに追加する|
|c|ディレクトリも含めアーカイブを新規に作成|
|r|アーカイブの最後にファイルを追加する|
|t|アーカイブの内容を表示する|
|u|アーカイブ内に新しいファイルを追加|
|x|アーカイブ内からファイルやディレクトリを取り出す|

***任意オプション

任意で指定できる

|コマンド|機能|
|f|アーカイブ内のファイルやディレクトリを指定する|
|v|処理の詳細を表示する|
|z|アーカイブ作成と同時にzip形式での圧縮も行う（拡張子tar.gz）|

***使用例

|コマンド|機能|
|tar xvf　 &#039;&#039;&#039;tar_file&#039;&#039;&#039;|tarファイルを解凍する|
|tar cvf 　&#039;&#039;&#039;tar file&#039;&#039;&#039;　 &#039;&#039;&#039;dir1&#039;&#039;&#039;|ディレクトリdir1をtar_fileとして圧縮する|    </description>
    <dc:date>2011-03-09T21:52:11+09:00</dc:date>
    <utime>1299675131</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/study333/pages/14.html">
    <title>VMware</title>
    <link>https://w.atwiki.jp/study333/pages/14.html</link>
    <description>
      *Fedora 8

**IP address 変更方法


+端末を立ち上げる
+rootに以降
+vi /stc/sysconfig/network-script/ifcfg-eth0
+IP ADDR = A.B.C.D, NETMASK = *.*.*.*, GATEWAY = A.B.C.D

↑以外の方法（こっち推奨）

+rootに移行
+/sbin/ifconfig  &#039;&#039;eth0  &#039;&#039;&#039;A.B.C.D&#039;&#039;&#039;  &#039;&#039;(&#039;&#039;&#039;A.B.C.D&#039;&#039;&#039;&#039;はIPアドレス)
+/sbin/ifconfig  &#039;&#039;eth0  netmask xxx.xxx.xxx.xxx &#039;&#039;(xxx.xxx.xxx.xxxはサブネットマスク)
+&#039;&#039;route  add  default  gw  &#039;&#039;&#039;A.B.C.D&#039;&#039;&#039;&#039; &#039;&#039;(&#039;&#039;&#039;A.B.C.D&#039;&#039;&#039;はゲートウェイのIPアドレス)

**ネットワーク設定変更後のサービス再起動

+端末をたちあげる
+/etc/init.d/network restart

*Ubuntu

**IP address 変更方法

Fedoraといっしょ

**ネットワーク設定変更後のサービス再起動

+端末をたちあげる
+/etc/init.d/networking restart    </description>
    <dc:date>2011-03-09T21:30:18+09:00</dc:date>
    <utime>1299673818</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/study333/pages/16.html">
    <title>mysql</title>
    <link>https://w.atwiki.jp/study333/pages/16.html</link>
    <description>
      **MySQLインストール
#yum -y install mysql-server

**Mysql設定
#vi /etc/my.cnf
(以下設定内容)

[mysqld]
datadir=/var/lib/mysql

socket=/var/lib/mysql/mysql.sock

user=mysql

# Disabling symbolic-links is recommended to prevent assorted security risks

symbolic-links=0

default-character-set = utf8　←　追加(MySQLサーバーの文字コードをUTF-8にする)

[mysql]

default-character-set = utf8   ←この2行も追加    </description>
    <dc:date>2011-02-23T21:23:14+09:00</dc:date>
    <utime>1298463794</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/study333/pages/15.html">
    <title>GNS3</title>
    <link>https://w.atwiki.jp/study333/pages/15.html</link>
    <description>
      *GNS3とVMwareの接続方法

 
**GNS3



+適当なプロジェクト名を立ち上げる
+Routerをドラッグし、起動する
+適当にコンフィグを変更し、保存して終了
+GNS3フォルダの「Network device list.cmd」を実行
+実行されたリストはコピーして保存しておく
+3.で保存したプロジェクトの.netファイルをテキストファイルで起動
+Routerの接続するインターフェイスに、5.で保存した内容を記載する
+プロジェクトを立ち上げ、RouterのインターフェイスとGuestOSのIPアドレスを同一セグメントにする
+Pingなどで疎通確認をする    </description>
    <dc:date>2011-02-12T23:15:00+09:00</dc:date>
    <utime>1297520100</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/study333/pages/13.html">
    <title>network</title>
    <link>https://w.atwiki.jp/study333/pages/13.html</link>
    <description>
      ACL (Access Control List)

インターフェイスごとにパケットの通過を許可・拒否できる機能。
以下の二つのタイプが存在する

 ①標準ACL
　以下の項目をルールとして定義できる
-送信元IPアドレス
-宛先IPアドレス

 ②拡張ACL
　以下の項目をルールとして定義できる
-送信元IPアドレス
-宛先IPアドレス
-IPヘッダ内のToSビット
-IPプロトコルタイプ
-送信元のTCP/UDP　ポート番号
-宛先のTCP/UDP　ポート番号    </description>
    <dc:date>2011-02-08T22:05:20+09:00</dc:date>
    <utime>1297170320</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/study333/pages/12.html">
    <title>プラグイン/人気商品一覧</title>
    <link>https://w.atwiki.jp/study333/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-01-21T20:48:20+09:00</dc:date>
    <utime>1295610500</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/study333/pages/11.html">
    <title>プラグイン/コメント</title>
    <link>https://w.atwiki.jp/study333/pages/11.html</link>
    <description>
      * コメントプラグイン
@wikiのwikiモードでは
 #comment()
と入力することでコメントフォームを簡単に作成することができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_60_ja.html


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

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

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

-----


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


#bf(ゲーム)
    </description>
    <dc:date>2011-01-21T20:48:20+09:00</dc:date>
    <utime>1295610500</utime>
  </item>
  </rdf:RDF>
