<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>@blog.justoneplanet.info &#187; Linux</title>
	<atom:link href="http://blog.justoneplanet.info/category/computer/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.justoneplanet.info</link>
	<description>JavaScript、PHP、MySQLを使ったり</description>
	<lastBuildDate>Sun, 25 Jul 2010 07:34:20 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>wgetでhttpheader</title>
		<link>http://blog.justoneplanet.info/2010/07/18/wget%e3%81%a7httpheader/</link>
		<comments>http://blog.justoneplanet.info/2010/07/18/wget%e3%81%a7httpheader/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 17:24:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.justoneplanet.info/?p=2679</guid>
		<description><![CDATA[コンナ感じ。 wget --referer=&#34;http://www.google.com&#34; --user-agent=&#34;Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6&#34; 以上。]]></description>
			<content:encoded><![CDATA[<p>コンナ感じ。</p>
<pre class="brush: bash;">
wget --referer=&quot;http://www.google.com&quot; --user-agent=&quot;Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6&quot;
</pre>
<p>以上。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justoneplanet.info/2010/07/18/wget%e3%81%a7httpheader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ログイン履歴を表示する</title>
		<link>http://blog.justoneplanet.info/2010/07/18/%e3%83%ad%e3%82%b0%e3%82%a4%e3%83%b3%e5%b1%a5%e6%ad%b4%e3%82%92%e8%a1%a8%e7%a4%ba%e3%81%99%e3%82%8b/</link>
		<comments>http://blog.justoneplanet.info/2010/07/18/%e3%83%ad%e3%82%b0%e3%82%a4%e3%83%b3%e5%b1%a5%e6%ad%b4%e3%82%92%e8%a1%a8%e7%a4%ba%e3%81%99%e3%82%8b/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 17:22:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.justoneplanet.info/?p=2677</guid>
		<description><![CDATA[
last

以上。
]]></description>
			<content:encoded><![CDATA[<pre class="brush: bash;">
last
</pre>
<p>以上。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justoneplanet.info/2010/07/18/%e3%83%ad%e3%82%b0%e3%82%a4%e3%83%b3%e5%b1%a5%e6%ad%b4%e3%82%92%e8%a1%a8%e7%a4%ba%e3%81%99%e3%82%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>コマンドの出力結果をファイルに書き込む</title>
		<link>http://blog.justoneplanet.info/2010/06/06/%e3%82%b3%e3%83%9e%e3%83%b3%e3%83%89%e3%81%ae%e5%87%ba%e5%8a%9b%e7%b5%90%e6%9e%9c%e3%82%92%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%ab%e6%9b%b8%e3%81%8d%e8%be%bc%e3%82%80/</link>
		<comments>http://blog.justoneplanet.info/2010/06/06/%e3%82%b3%e3%83%9e%e3%83%b3%e3%83%89%e3%81%ae%e5%87%ba%e5%8a%9b%e7%b5%90%e6%9e%9c%e3%82%92%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%ab%e6%9b%b8%e3%81%8d%e8%be%bc%e3%82%80/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 18:39:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.justoneplanet.info/?p=2587</guid>
		<description><![CDATA[
mysqldump -u user -p -d database &#62; dump.sql

以上。
]]></description>
			<content:encoded><![CDATA[<pre class="brush: bash;">
mysqldump -u user -p -d database &gt; dump.sql
</pre>
<p>以上。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justoneplanet.info/2010/06/06/%e3%82%b3%e3%83%9e%e3%83%b3%e3%83%89%e3%81%ae%e5%87%ba%e5%8a%9b%e7%b5%90%e6%9e%9c%e3%82%92%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%ab%e6%9b%b8%e3%81%8d%e8%be%bc%e3%82%80/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>APCをインストールする</title>
		<link>http://blog.justoneplanet.info/2010/04/09/apc%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e3%81%99%e3%82%8b/</link>
		<comments>http://blog.justoneplanet.info/2010/04/09/apc%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e3%81%99%e3%82%8b/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 16:55:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.justoneplanet.info/?p=2441</guid>
		<description><![CDATA[
pecl install apc

以下のエラーが出た。

Fatal error: Allowed memory size of 8388608 bytes exhausted

以下のコマンドを実行。

vi /u [...]]]></description>
			<content:encoded><![CDATA[<pre class="brush: bash;">
pecl install apc
</pre>
<p>以下のエラーが出た。</p>
<pre class="brush: bash;">
Fatal error: Allowed memory size of 8388608 bytes exhausted
</pre>
<p>以下のコマンドを実行。</p>
<pre class="brush: bash;">
vi /usr/share/php/pearcmd.php
</pre>
<p>以下のラインを付加。</p>
<pre class="brush: bash;">
@ini_set('memory_limit', '16M');
</pre>
<p>もう一度実行。</p>
<pre class="brush: bash;">
pecl install apc
</pre>
<p>php.iniや/etc/php.d/apc.iniに以下のラインを追加する。</p>
<pre class="brush: bash;">
extension=apc.so
</pre>
<p>apacheを再起動する。</p>
<pre class="brush: bash;">
/etc/init.d/httpd restart
</pre>
<p>インストールが完了する。</p>
<h3>■設定</h3>
<p>php.iniや/etc/php.d/apc.iniに以下のラインを追加する。</p>
<pre class="brush: bash;">
apc.shm_size=64
apc.stat=FALSE
</pre>
<p>但し、設定はサーバなどの環境により調整しなければならない。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justoneplanet.info/2010/04/09/apc%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e3%81%99%e3%82%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ファイルの所有者を変更する</title>
		<link>http://blog.justoneplanet.info/2010/02/22/%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%ae%e6%89%80%e6%9c%89%e8%80%85%e3%82%92%e5%a4%89%e6%9b%b4%e3%81%99%e3%82%8b/</link>
		<comments>http://blog.justoneplanet.info/2010/02/22/%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%ae%e6%89%80%e6%9c%89%e8%80%85%e3%82%92%e5%a4%89%e6%9b%b4%e3%81%99%e3%82%8b/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 16:19:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.justoneplanet.info/?p=2418</guid>
		<description><![CDATA[/home/user/directory配下のファイルの所有者を全てftp_userにする。

chown -R ftp_user  /home/user/directory

]]></description>
			<content:encoded><![CDATA[<p>/home/user/directory配下のファイルの所有者を全てftp_userにする。</p>
<pre class="brush: bash;">
chown -R ftp_user  /home/user/directory
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.justoneplanet.info/2010/02/22/%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%ae%e6%89%80%e6%9c%89%e8%80%85%e3%82%92%e5%a4%89%e6%9b%b4%e3%81%99%e3%82%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sshのrootログインを禁止する</title>
		<link>http://blog.justoneplanet.info/2010/02/19/ssh%e3%81%aeroot%e3%83%ad%e3%82%b0%e3%82%a4%e3%83%b3%e3%82%92%e7%a6%81%e6%ad%a2%e3%81%99%e3%82%8b/</link>
		<comments>http://blog.justoneplanet.info/2010/02/19/ssh%e3%81%aeroot%e3%83%ad%e3%82%b0%e3%82%a4%e3%83%b3%e3%82%92%e7%a6%81%e6%ad%a2%e3%81%99%e3%82%8b/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 17:10:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.justoneplanet.info/?p=2407</guid>
		<description><![CDATA[
vi /etc/ssh/sshd_config

以下のオプションをnoにしてあげる。

PermitRootLogin  no

]]></description>
			<content:encoded><![CDATA[<pre class="brush: bash;">
vi /etc/ssh/sshd_config
</pre>
<p>以下のオプションをnoにしてあげる。</p>
<pre class="brush: bash;">
PermitRootLogin  no
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.justoneplanet.info/2010/02/19/ssh%e3%81%aeroot%e3%83%ad%e3%82%b0%e3%82%a4%e3%83%b3%e3%82%92%e7%a6%81%e6%ad%a2%e3%81%99%e3%82%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>特定のユーザにmysqlリモート接続を許可する</title>
		<link>http://blog.justoneplanet.info/2010/02/19/%e7%89%b9%e5%ae%9a%e3%81%ae%e3%83%a6%e3%83%bc%e3%82%b6%e3%81%abmysql%e3%83%aa%e3%83%a2%e3%83%bc%e3%83%88%e6%8e%a5%e7%b6%9a%e3%82%92%e8%a8%b1%e5%8f%af%e3%81%99%e3%82%8b/</link>
		<comments>http://blog.justoneplanet.info/2010/02/19/%e7%89%b9%e5%ae%9a%e3%81%ae%e3%83%a6%e3%83%bc%e3%82%b6%e3%81%abmysql%e3%83%aa%e3%83%a2%e3%83%bc%e3%83%88%e6%8e%a5%e7%b6%9a%e3%82%92%e8%a8%b1%e5%8f%af%e3%81%99%e3%82%8b/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 17:07:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.justoneplanet.info/?p=2404</guid>
		<description><![CDATA[その前にポート3306は初期状態では閉じられているので開ける。

iptables -I INPUT -j ACCEPT -p tcp -s x.x.x.x --dport 3306

IPはクライアント側のIP。このI [...]]]></description>
			<content:encoded><![CDATA[<p>その前にポート3306は初期状態では閉じられているので開ける。</p>
<pre class="brush: bash;">
iptables -I INPUT -j ACCEPT -p tcp -s x.x.x.x --dport 3306
</pre>
<p>IPはクライアント側のIP。このIPからだけ接続できる。192.168.1.%のようにワイルドカードも使えるがセキュリティには注意しなくてはならない。</p>
<pre class="brush: bash;">
GRANT ALL PRIVILEGES ON *.* to user@'192.168.1.1' IDENTIFIED BY 'password';
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.justoneplanet.info/2010/02/19/%e7%89%b9%e5%ae%9a%e3%81%ae%e3%83%a6%e3%83%bc%e3%82%b6%e3%81%abmysql%e3%83%aa%e3%83%a2%e3%83%bc%e3%83%88%e6%8e%a5%e7%b6%9a%e3%82%92%e8%a8%b1%e5%8f%af%e3%81%99%e3%82%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP用ユーザのディレクトリを制限する</title>
		<link>http://blog.justoneplanet.info/2010/02/19/ftp%e7%94%a8%e3%83%a6%e3%83%bc%e3%82%b6%e3%81%ae%e3%83%87%e3%82%a3%e3%83%ac%e3%82%af%e3%83%88%e3%83%aa%e3%82%92%e5%88%b6%e9%99%90%e3%81%99%e3%82%8b/</link>
		<comments>http://blog.justoneplanet.info/2010/02/19/ftp%e7%94%a8%e3%83%a6%e3%83%bc%e3%82%b6%e3%81%ae%e3%83%87%e3%82%a3%e3%83%ac%e3%82%af%e3%83%88%e3%83%aa%e3%82%92%e5%88%b6%e9%99%90%e3%81%99%e3%82%8b/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 17:03:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.justoneplanet.info/?p=2402</guid>
		<description><![CDATA[■vsftpの場合

vi /etc/vsftpd/vsftpd.conf

chroot_list_enableとchroot_list_fileの記述を以下のように修正する。

chroot_list_enable= [...]]]></description>
			<content:encoded><![CDATA[<h3>■vsftpの場合</h3>
<pre class="brush: bash;">
vi /etc/vsftpd/vsftpd.conf
</pre>
<p>chroot_list_enableとchroot_list_fileの記述を以下のように修正する。</p>
<pre class="brush: bash;">
chroot_list_enable=YES
chroot_list_file=/etc/vsftpdd.chroot_list
</pre>
<pre class="brush: bash;">
vi /etc/vsftpd/vsftpd.conf
</pre>
<p>ファイルに制限したいユーザ名を書く。</p>
<pre class="brush: bash;">
ftp_user
</pre>
<p>再起動を忘れずに。</p>
<pre class="brush: bash;">
/etc/init.d/vsftpd restart
</pre>
<p>ftp_userがホームディレクトリより上にいけなくなる。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justoneplanet.info/2010/02/19/ftp%e7%94%a8%e3%83%a6%e3%83%bc%e3%82%b6%e3%81%ae%e3%83%87%e3%82%a3%e3%83%ac%e3%82%af%e3%83%88%e3%83%aa%e3%82%92%e5%88%b6%e9%99%90%e3%81%99%e3%82%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linuxで同時に開けるソケット数を確認する</title>
		<link>http://blog.justoneplanet.info/2010/02/10/linux%e3%81%a7%e5%90%8c%e6%99%82%e3%81%ab%e9%96%8b%e3%81%91%e3%82%8b%e3%82%bd%e3%82%b1%e3%83%83%e3%83%88%e6%95%b0%e3%82%92%e7%a2%ba%e8%aa%8d%e3%81%99%e3%82%8b/</link>
		<comments>http://blog.justoneplanet.info/2010/02/10/linux%e3%81%a7%e5%90%8c%e6%99%82%e3%81%ab%e9%96%8b%e3%81%91%e3%82%8b%e3%82%bd%e3%82%b1%e3%83%83%e3%83%88%e6%95%b0%e3%82%92%e7%a2%ba%e8%aa%8d%e3%81%99%e3%82%8b/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 15:37:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.justoneplanet.info/?p=2385</guid>
		<description><![CDATA[以下のコマンドで確認する。

/sbin/sysctl -a&#124;grep &#34;somax&#34;

PHPでは以下の定数で定義される。

SOMAXCONN

]]></description>
			<content:encoded><![CDATA[<p>以下のコマンドで確認する。</p>
<pre class="brush: bash;">
/sbin/sysctl -a|grep &quot;somax&quot;
</pre>
<p>PHPでは以下の定数で定義される。</p>
<pre class="brush: php;">
SOMAXCONN
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.justoneplanet.info/2010/02/10/linux%e3%81%a7%e5%90%8c%e6%99%82%e3%81%ab%e9%96%8b%e3%81%91%e3%82%8b%e3%82%bd%e3%82%b1%e3%83%83%e3%83%88%e6%95%b0%e3%82%92%e7%a2%ba%e8%aa%8d%e3%81%99%e3%82%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webminをインストールする</title>
		<link>http://blog.justoneplanet.info/2010/02/06/webmin%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e3%81%99%e3%82%8b/</link>
		<comments>http://blog.justoneplanet.info/2010/02/06/webmin%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e3%81%99%e3%82%8b/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 05:30:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.justoneplanet.info/?p=2382</guid>
		<description><![CDATA[以下のコマンドでインストールできる。

wget http://sourceforge.net/projects/webadmin/files/webmin/1.430/webmin-1.430.tar.gz/downl [...]]]></description>
			<content:encoded><![CDATA[<p>以下のコマンドでインストールできる。</p>
<pre class="brush: bash;">
wget http://sourceforge.net/projects/webadmin/files/webmin/1.430/webmin-1.430.tar.gz/download
rpm -ivh webmin-1.430.tar.gz
</pre>
<p>インストールが終ったら以下のURLでアクセスできる。</p>
<pre class="brush: bash;">

http://sample.org:10000
</pre>
<p>色々とインストールして最後にインストールするのが良い。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justoneplanet.info/2010/02/06/webmin%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e3%81%99%e3%82%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>サーバ間ファイル転送</title>
		<link>http://blog.justoneplanet.info/2010/02/03/%e3%82%b5%e3%83%bc%e3%83%90%e9%96%93%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e8%bb%a2%e9%80%81/</link>
		<comments>http://blog.justoneplanet.info/2010/02/03/%e3%82%b5%e3%83%bc%e3%83%90%e9%96%93%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e8%bb%a2%e9%80%81/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 17:04:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.justoneplanet.info/?p=2380</guid>
		<description><![CDATA[リモートログイン後に、scpコマンドを使う。

scp -r ./home username@example.net:/home/username

example.netにusernameでログインし、/home/us [...]]]></description>
			<content:encoded><![CDATA[<p>リモートログイン後に、scpコマンドを使う。</p>
<pre class="brush: bash;">
scp -r ./home username@example.net:/home/username
</pre>
<p>example.netにusernameでログインし、/home/usernameを./homeに転送する。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justoneplanet.info/2010/02/03/%e3%82%b5%e3%83%bc%e3%83%90%e9%96%93%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e8%bb%a2%e9%80%81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>リモートコンピュータから別のコンピュータにリモート接続する</title>
		<link>http://blog.justoneplanet.info/2010/01/30/%e3%83%aa%e3%83%a2%e3%83%bc%e3%83%88%e3%82%b3%e3%83%b3%e3%83%94%e3%83%a5%e3%83%bc%e3%82%bf%e3%81%8b%e3%82%89%e5%88%a5%e3%81%ae%e3%82%b3%e3%83%b3%e3%83%94%e3%83%a5%e3%83%bc%e3%82%bf%e3%81%ab%e3%83%aa/</link>
		<comments>http://blog.justoneplanet.info/2010/01/30/%e3%83%aa%e3%83%a2%e3%83%bc%e3%83%88%e3%82%b3%e3%83%b3%e3%83%94%e3%83%a5%e3%83%bc%e3%82%bf%e3%81%8b%e3%82%89%e5%88%a5%e3%81%ae%e3%82%b3%e3%83%b3%e3%83%94%e3%83%a5%e3%83%bc%e3%82%bf%e3%81%ab%e3%83%aa/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 06:28:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.justoneplanet.info/?p=2376</guid>
		<description><![CDATA[シェルにログイン後、以下のようなコマンドを実行する。

ssh username@192.168.1.100

リモートコンピュータから別のコンピュータにリモート接続できる。
]]></description>
			<content:encoded><![CDATA[<p>シェルにログイン後、以下のようなコマンドを実行する。</p>
<pre class="brush: bash;">
ssh username@192.168.1.100
</pre>
<p>リモートコンピュータから別のコンピュータにリモート接続できる。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justoneplanet.info/2010/01/30/%e3%83%aa%e3%83%a2%e3%83%bc%e3%83%88%e3%82%b3%e3%83%b3%e3%83%94%e3%83%a5%e3%83%bc%e3%82%bf%e3%81%8b%e3%82%89%e5%88%a5%e3%81%ae%e3%82%b3%e3%83%b3%e3%83%94%e3%83%a5%e3%83%bc%e3%82%bf%e3%81%ab%e3%83%aa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
