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

    <dc:language>ja</dc:language>
    <dc:date>2011-10-05T18:18:33+09:00</dc:date>
    <utime>1317806313</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/tasha/pages/32.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tasha/pages/31.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tasha/pages/30.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tasha/pages/29.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tasha/pages/28.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tasha/pages/27.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tasha/pages/25.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tasha/pages/24.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tasha/pages/21.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tasha/pages/20.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/tasha/pages/32.html">
    <title>index.memo</title>
    <link>https://w.atwiki.jp/tasha/pages/32.html</link>
    <description>
      JConsoleにかんして。
hostname -iの結果が
 127.0.0.1
だと繋がらない。
http://tech.g.hatena.ne.jp/koseki/20061015/jmxconnect    </description>
    <dc:date>2011-10-05T18:18:33+09:00</dc:date>
    <utime>1317806313</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tasha/pages/31.html">
    <title>index.linux.system.iptables</title>
    <link>https://w.atwiki.jp/tasha/pages/31.html</link>
    <description>
      新しいページ    </description>
    <dc:date>2011-10-05T12:06:26+09:00</dc:date>
    <utime>1317783986</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tasha/pages/30.html">
    <title>index.linux.system.network</title>
    <link>https://w.atwiki.jp/tasha/pages/30.html</link>
    <description>
      [[トップページ&gt;トップページ]] &gt; [[Linux&gt;index.linux]] &gt; [[システム設定&gt;index.linux.system]] &gt; ネットワーク設定


ネットワークカードの設定は以下に記載されている。

/etc/sysconfig/network-scripts/ifcfg-eth*

|項目|設定例|設定内容|
|DEVICE|eth0| デバイス名|
|ONBOOT|yes|システム起動時にNICを有効にするかどうか|
|BOOTPROTO|none|固定IPの場合:none,static DHCPでIP取得の場合:dhcpと設定|
|BROADCAST|192.168.0.1|ブロードキャストアドレスの設定（任意）|
|HWADDR|00:**:**:**:**:**|NICのMACアドレス|
|IPADDR|192.168.1.1|IPアドレス|
|NETMASK|255.255.255.0|サブネットマスクの設定|
|NETWORK|192.168.1.0|ネットワークアドレスの設定|
|TYPE|Ethernet|デバイスの種類を設定。LAN接続ならばEthernet、他にxDSLなど|
|USERCTL|no|デバイスの制御（NICのup down等）を一般ユーザにも許可するかどうかの設定。（任意）デフォルトはno|
|IPV6INIT|no|このデバイスでIPv6を有効にするか|
|PEERDNS|yes|DHCPによって取得したDNSサーバのアドレスを/etc/resolv.confに反映するかどうかの設定。DHCPを使う場合は通常yes。|    </description>
    <dc:date>2011-10-05T10:15:44+09:00</dc:date>
    <utime>1317777344</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tasha/pages/29.html">
    <title>index.linux.system</title>
    <link>https://w.atwiki.jp/tasha/pages/29.html</link>
    <description>
      [[トップページ&gt;トップページ]] &gt; [[Linux&gt;index.linux]] &gt; システム設定

|&gt;|各種システム設定|
|[[ネットワーク設定&gt;index.linux.system.network]]|nicの設定とか|
|[[ファイアーウォール設定&gt;index.linux.system.iptables]]|iptablesの設定とか|
|デバイス設定|boot時のマウント設定|    </description>
    <dc:date>2011-10-05T12:05:57+09:00</dc:date>
    <utime>1317783957</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tasha/pages/28.html">
    <title>index.linux.command.awk</title>
    <link>https://w.atwiki.jp/tasha/pages/28.html</link>
    <description>
      [[トップページ&gt;トップページ]] &gt; [[Linux&gt;index.linux]] &gt; [[コマンド&gt;index.linux.command]] &gt; awk

&amp;sizex(5){&amp;bold(){【awk】}}
特定フィールド操作を行う。

|&gt;|BGCOLOR(#C8C8C8):構文|
|RHEL 4.7|awk [POSIX or GNU style options] -f progfile [--] file ...|
|RHEL 4.7|awk [POSIX or GNU style options] [--] &#039;program&#039; file ...|

|&gt;|BGCOLOR(#C8C8C8):オプション|
| -F | フィールドのセパレータ(初期はスペース)|

 【サンプル.txt】
 FIELD11 FIELD12 FIELD13,FIELD14,FIELD15
 FIELD21 FIELD22 FIELD23,FIELD24,FIELD25    </description>
    <dc:date>2011-10-03T15:59:15+09:00</dc:date>
    <utime>1317625155</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tasha/pages/27.html">
    <title>index.linux.command.reboot</title>
    <link>https://w.atwiki.jp/tasha/pages/27.html</link>
    <description>
      [[トップページ&gt;トップページ]] &gt; [[Linux&gt;index.linux]] &gt; [[コマンド&gt;index.linux.command]] &gt; reboot

&amp;sizex(5){&amp;bold(){【reboot】}}

Linuxの再起動コマンド。rootユーザで使う。


 # reboot
例)# reboot    </description>
    <dc:date>2011-10-03T11:39:25+09:00</dc:date>
    <utime>1317609565</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tasha/pages/25.html">
    <title>index.oracle.em</title>
    <link>https://w.atwiki.jp/tasha/pages/25.html</link>
    <description>
      [[トップページ&gt;トップページ]] &gt; [[Oracle&gt;index.oracle]] &gt; Oracle Enterprise Manager

Oracle Enterprise Managerに関する情報をまとめます。

ステータス確認(Oracle 10g)
# emctl status dbconsole

TZ set to Japan
Oracle Enterprise Manager 10g Database Control Release 10.2.0.3.0  
Copyright (c) 1996, 2006 Oracle Corporation.  All rights reserved.
http://onigiri.com:5500/em/console/aboutApplication
Oracle Enterprise Manager 10g is running. 
------------------------------------------------------------------
Logs are generated in directory /opt/oracle/product/10.2.0/onigiri.com_[SID]/sysman/log     </description>
    <dc:date>2011-10-03T10:25:57+09:00</dc:date>
    <utime>1317605157</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tasha/pages/24.html">
    <title>index.oracle</title>
    <link>https://w.atwiki.jp/tasha/pages/24.html</link>
    <description>
      [[トップページ&gt;トップページ]] &gt; Oracle

Oracleに関する情報をまとめます。

-[[Oracle Enterprise Manager &gt;index.oracle.em]]    </description>
    <dc:date>2011-10-03T10:22:46+09:00</dc:date>
    <utime>1317604966</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tasha/pages/21.html">
    <title>index.linux.command.shutdown</title>
    <link>https://w.atwiki.jp/tasha/pages/21.html</link>
    <description>
      [[トップページ&gt;トップページ]] &gt; [[Linux&gt;index.linux]] &gt; [[コマンド&gt;index.linux.command]] &gt; shutdown

&amp;sizex(5){&amp;bold(){【shutdown】}}
Linuxを停止・再起動を行う。

|&gt;|BGCOLOR(#C8C8C8):構文|
|RHEL 4.7|shutdown [-akrhfnc] [-t secs] time [warning message]|

|&gt;|BGCOLOR(#C8C8C8):オプション|
| -a | (TODOやったことない)|
| -k | (TODOやったことない)|
| -h | システムのシャットダウン|
| -r | システムを再起動|
| -f | (TODOやったことない)|
| -n | (TODOやったことない)|
| -c | (TODOやったことない)|

|&gt;|BGCOLOR(#C8C8C8):使用例|
| 今すぐシャットダウン| # shutdown -h now|
| 今すぐ再起動| # shutdown -r now|    </description>
    <dc:date>2011-10-03T11:54:43+09:00</dc:date>
    <utime>1317610483</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tasha/pages/20.html">
    <title>index.linux.filesystem.fhs</title>
    <link>https://w.atwiki.jp/tasha/pages/20.html</link>
    <description>
      トップページ &gt; Linux &gt; ファイルシステム &gt; FHS

[[index.linux.filesystem]].fhs

【FHS】
FHS（Filesystem Hierarchy Standard）とは，Daniel Quinlan氏らによってまとめられ提唱されているディレクトリ構成を示したファイルの標準化仕様書。
ということでした。

&lt;&lt;TODO&gt;&gt;
ディレクトリ構造

-/mnt         ・・・マウントポイント    </description>
    <dc:date>2011-09-28T09:04:14+09:00</dc:date>
    <utime>1317168254</utime>
  </item>
  </rdf:RDF>
