<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/mnt/hep_web/hep_web/member/n-kota/dokuwiki/inc/init.php</b> on line <b>542</b><br />
<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://www-he.scphys.kyoto-u.ac.jp/member/n-kota/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www-he.scphys.kyoto-u.ac.jp/member/n-kota/dokuwiki/feed.php">
        <title>GiriWiki ja:network</title>
        <description></description>
        <link>https://www-he.scphys.kyoto-u.ac.jp/member/n-kota/dokuwiki/</link>
        <image rdf:resource="https://www-he.scphys.kyoto-u.ac.jp/member/n-kota/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-30T14:35:25+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www-he.scphys.kyoto-u.ac.jp/member/n-kota/dokuwiki/doku.php?id=ja:network:file_browsing&amp;rev=1504205943&amp;do=diff"/>
                <rdf:li rdf:resource="https://www-he.scphys.kyoto-u.ac.jp/member/n-kota/dokuwiki/doku.php?id=ja:network:ip_macaddress_lan&amp;rev=1497732815&amp;do=diff"/>
                <rdf:li rdf:resource="https://www-he.scphys.kyoto-u.ac.jp/member/n-kota/dokuwiki/doku.php?id=ja:network:ssh_command&amp;rev=1433965878&amp;do=diff"/>
                <rdf:li rdf:resource="https://www-he.scphys.kyoto-u.ac.jp/member/n-kota/dokuwiki/doku.php?id=ja:network:sshconfig&amp;rev=1492624728&amp;do=diff"/>
                <rdf:li rdf:resource="https://www-he.scphys.kyoto-u.ac.jp/member/n-kota/dokuwiki/doku.php?id=ja:network:sshkey&amp;rev=1434250171&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www-he.scphys.kyoto-u.ac.jp/member/n-kota/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>GiriWiki</title>
        <link>https://www-he.scphys.kyoto-u.ac.jp/member/n-kota/dokuwiki/</link>
        <url>https://www-he.scphys.kyoto-u.ac.jp/member/n-kota/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www-he.scphys.kyoto-u.ac.jp/member/n-kota/dokuwiki/doku.php?id=ja:network:file_browsing&amp;rev=1504205943&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-08-31T18:59:03+00:00</dc:date>
        <title>ja:network:file_browsing</title>
        <link>https://www-he.scphys.kyoto-u.ac.jp/member/n-kota/dokuwiki/doku.php?id=ja:network:file_browsing&amp;rev=1504205943&amp;do=diff</link>
        <description>リモートサーバー上のファイルをブラウザで閲覧

----------

リモートサーバーのweb領域にないファイルをブラウザで閲覧したいときに。

具体的にはDoxygenで生成したhtmlファイルを、ローカルにコピーしてからブラウザのローカルファイル閲覧で見るのではなく、
直接サーバー上のhtmlファイルを見れないかという需要でやってみた。</description>
    </item>
    <item rdf:about="https://www-he.scphys.kyoto-u.ac.jp/member/n-kota/dokuwiki/doku.php?id=ja:network:ip_macaddress_lan&amp;rev=1497732815&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-06-17T20:53:35+00:00</dc:date>
        <title>ja:network:ip_macaddress_lan</title>
        <link>https://www-he.scphys.kyoto-u.ac.jp/member/n-kota/dokuwiki/doku.php?id=ja:network:ip_macaddress_lan&amp;rev=1497732815&amp;do=diff</link>
        <description>LAN内の機器のIP,MACアドレス、ホスト名を調べたい

----------


 for i in {0..254};do ping -c 1 -W 0.1 XXX.YYY.ZZZ.${i} &gt; /dev/null &amp;&amp; arp XXX.YYY.ZZZ.${i}; done


のようにすればOK</description>
    </item>
    <item rdf:about="https://www-he.scphys.kyoto-u.ac.jp/member/n-kota/dokuwiki/doku.php?id=ja:network:ssh_command&amp;rev=1433965878&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-06-10T19:51:18+00:00</dc:date>
        <title>ja:network:ssh_command</title>
        <link>https://www-he.scphys.kyoto-u.ac.jp/member/n-kota/dokuwiki/doku.php?id=ja:network:ssh_command&amp;rev=1433965878&amp;do=diff</link>
        <description>sshでshell commandを送る

----------

鍵認証と組み合わせれば、scriptでの自動処理中にも組み込める。

単一command送信 : ssh 接続先 command

例：



$ ssh namae@hostname aplay sound.wav ## ssh先でsound.wavを再生させる
$ ssh hoge echo &quot;I am OK&quot;</description>
    </item>
    <item rdf:about="https://www-he.scphys.kyoto-u.ac.jp/member/n-kota/dokuwiki/doku.php?id=ja:network:sshconfig&amp;rev=1492624728&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-19T17:58:48+00:00</dc:date>
        <title>ja:network:sshconfig</title>
        <link>https://www-he.scphys.kyoto-u.ac.jp/member/n-kota/dokuwiki/doku.php?id=ja:network:sshconfig&amp;rev=1492624728&amp;do=diff</link>
        <description>sshの設定(~/.ssh/config)

----------

ssh関連の設定を書いておくところ。

うまく使えば

	*  短い名前でssh loginできる
	*  パスワード入力なし(鍵認証)でloginできる (ほか項目で詳しく)
	*  多段ssh接続 (踏み台)</description>
    </item>
    <item rdf:about="https://www-he.scphys.kyoto-u.ac.jp/member/n-kota/dokuwiki/doku.php?id=ja:network:sshkey&amp;rev=1434250171&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-06-14T02:49:31+00:00</dc:date>
        <title>ja:network:sshkey</title>
        <link>https://www-he.scphys.kyoto-u.ac.jp/member/n-kota/dokuwiki/doku.php?id=ja:network:sshkey&amp;rev=1434250171&amp;do=diff</link>
        <description>sshの鍵認証設定

----------

自分のPC(クライアント)から他のPC(サーバー,namae@hostname)に対して

	*  パスワード入力無しでssh login
	*  パスワード入力無しでscpでファイル転送
	*  パスワード入力無しでsshでcommand送信</description>
    </item>
</rdf:RDF>
