<?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>Vin's Notebook</title>
	<atom:link href="http://Xuven.blog.ubuntu.org.cn/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://Xuven.blog.ubuntu.org.cn</link>
	<description>Good good study, day day up.</description>
	<lastBuildDate>Wed, 03 Jun 2009 11:33:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Remote Connect The Server With SSH</title>
		<link>http://Xuven.blog.ubuntu.org.cn/index.php/2009/06/03/remote-connect-the-server-with-ssh/</link>
		<comments>http://Xuven.blog.ubuntu.org.cn/index.php/2009/06/03/remote-connect-the-server-with-ssh/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 11:33:16 +0000</pubDate>
		<dc:creator>Vin</dc:creator>
				<category><![CDATA[Note]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://Xuven.blog.ubuntu.org.cn/?p=62</guid>
		<description><![CDATA[SSH 远程连接服务器可以方便、快捷、安全地远程管理，而且还提供密钥登录。
有 DSA 和 RSA 两种密钥，DSA 仅用于签名，RSA 用于签名和加密。所以我们用 RSA。
1、生成 RSA 文件
ssh-keygen -t dsa -C test-rsa
-C 后为注释
2、把生成的 id_rsa.pub 文件改名为 authorized_keys 上传到服务器 ~/.ssh/ 下。
3、在网络硬盘保存 id_rsa，方便随时随地访问管理服务器。
]]></description>
			<content:encoded><![CDATA[<p>SSH 远程连接服务器可以方便、快捷、安全地远程管理，而且还提供密钥登录。</p>
<p>有 DSA 和 RSA 两种密钥，DSA 仅用于签名，RSA 用于签名和加密。所以我们用 RSA。</p>
<p>1、生成 RSA 文件<br />
<code>ssh-keygen -t dsa -C test-rsa</code><br />
-C 后为注释<br />
2、把生成的 id_rsa.pub 文件改名为 authorized_keys 上传到服务器 ~/.ssh/ 下。<br />
3、在网络硬盘保存 id_rsa，方便随时随地访问管理服务器。</p>
]]></content:encoded>
			<wfw:commentRss>http://Xuven.blog.ubuntu.org.cn/index.php/2009/06/03/remote-connect-the-server-with-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anti ARP Spoofing</title>
		<link>http://Xuven.blog.ubuntu.org.cn/index.php/2009/06/03/anti-arp-spoofing/</link>
		<comments>http://Xuven.blog.ubuntu.org.cn/index.php/2009/06/03/anti-arp-spoofing/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 08:52:15 +0000</pubDate>
		<dc:creator>Vin</dc:creator>
				<category><![CDATA[Note]]></category>
		<category><![CDATA[ARP]]></category>

		<guid isPermaLink="false">http://Xuven.blog.ubuntu.org.cn/?p=60</guid>
		<description><![CDATA[解决ARP欺骗的简单方法。]]></description>
			<content:encoded><![CDATA[<p>在局域网常有 ARP 欺骗，特别是混乱的校园网。可以导致断网，严重的甚至造成根本无法上网。</p>
<p>解决方法其实很简单，在终端输入：<br />
<code><br />
sudo arp -s ×××.×××.×××.×××//网关IP ××:××:××:××:××:××//网关MAC<br />
sudo ifconfig eth0 -arp<br />
</code></p>
<p>每次启动系统后输入。</p>
]]></content:encoded>
			<wfw:commentRss>http://Xuven.blog.ubuntu.org.cn/index.php/2009/06/03/anti-arp-spoofing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install WordPress Mu in Ubuntu</title>
		<link>http://Xuven.blog.ubuntu.org.cn/index.php/2008/11/04/install-wordpress-mu-in-ubuntu/</link>
		<comments>http://Xuven.blog.ubuntu.org.cn/index.php/2008/11/04/install-wordpress-mu-in-ubuntu/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 09:59:48 +0000</pubDate>
		<dc:creator>Vin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[bbpress]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://Xuven.blog.ubuntu.org.cn/?p=54</guid>
		<description><![CDATA[最近着手用 WordPress Mu 和 bbPress 为身边朋友们做一个 Blog 小社区。这篇 post 是记录过程中的一些小问题和笔记，主要关于 WordPress Mu，下篇写 bbPress 安装。我打算先在本地完成以后，再上传到服务器。所以本地要安装支持 WordPress 的服务，首先确保系统中安装了 Apache, PHP, MySQL 以及基于浏览器管理 MySQL 的 phpMyAdmin。或者直接安装 xampp ── 集成了 LAMP 环境。


要实现用户 Blog 二级域名的模式，为了更好在本地设置好，需要修改 hosts 文件把域名指向本地（*.localhost 是能够实现的）。Ubuntu 下 hosts 文件路径是 /etc/hosts，Windows 下的路径好像是 WINDOWS\system32\hosts。在 hosts 文件中的 “127.0.0.1 localhost” 后面增加你的域名，和你要测试的二级域名。因为 hosts 文件不支持泛域名解析，所以添加 “*.domain.tld” 是无效的，你只能根据你需要测试的二级域名逐个增加。

因为打算把 WorPress Mu 和 bbPress 绑定到两个不同的域名，非上下级目录关系，而我的机器只有一个内网 IP ，这时就需要开启 [...]]]></description>
			<content:encoded><![CDATA[<p>最近着手用 WordPress Mu 和 bbPress 为身边朋友们做一个 Blog 小社区。这篇 post 是记录过程中的一些小问题和笔记，主要关于 WordPress Mu，下篇写 bbPress 安装。<br />我打算先在本地完成以后，再上传到服务器。所以本地要安装支持 WordPress 的服务，首先确保系统中安装了 Apache, PHP, MySQL 以及基于浏览器管理 MySQL 的 phpMyAdmin。或者直接安装 xampp ── 集成了 LAMP 环境。</p>
<p>
<ol>
<li>要实现用户 Blog 二级域名的模式，为了更好在本地设置好，需要修改 hosts 文件把域名指向本地（*.localhost 是能够实现的）。Ubuntu 下 hosts 文件路径是 /etc/hosts，Windows 下的路径好像是 WINDOWS\system32\hosts。在 hosts 文件中的 “127.0.0.1 localhost” 后面增加你的域名，和你要测试的二级域名。因为 hosts 文件不支持泛域名解析，所以添加 “*.domain.tld” 是无效的，你只能根据你需要测试的二级域名逐个增加。</li>
<p>
<li>因为打算把 WorPress Mu 和 bbPress 绑定到两个不同的域名，非上下级目录关系，而我的机器只有一个内网 IP ，这时就需要开启 Apache 的虚拟主机功能<em></em>。
<ul>
<li>创建配置文件 /etc/apache2/conf.d/virtual.conf</p>
<blockquote><p>#<br /># We&#8217;re running multiple virtual hosts.<br />#<br />NameVirtualHost *</p>
</blockquote>
<p></li>
<p></ul>
<p></li>
<p>
<p>注意：如果此行代码申明了两次则会使 Apache 不能正常启动，我就为解决这个错误费了些时间。</p>
<p>
<li>创建网站的配置文件 /etc/apache2/sites-available/domain.tld
<p>&nbsp;<br />ServerAdmin webmaster@domain.tld<br />ServerName domain.tld<br />ServerAlias *.domain.tld</p>
<p></li>
<p>
<p># Indexes + Directory Root.<br />DirectoryIndex<br />DocumentRoot /home/vin/www/domain.tld/public/</p>
<p>
<p># CGI Directory<br />ScriptAlias /cgi-bin/ /home/vin/www/domain.tld/cgi-bin/</p>
<p>Options +ExecCGI</p>
<p>
<p># Logfiles<br />ErrorLog /home/vin/www/domain.tld/logs/error.log<br />CustomLog /home/vin/www/domain.tld/logs/access.log combined</p>
<p>
<p>当然，你要确保你建立了这样的网站目录。<br />在终端输入：$ sudo a2ensite domain.tld，把 /etc/apache2/sites-available/domain.tld 连接到 /etc/apache2/sites-enabled/domain.tld，这样 domain.tld 的设置就被激活了（取消连接为：a2dissite）。在 Ubuntu Apache 的配置文件除 /etc/apache2/sites-available 和 /etc/apache2/mods-available 外都被 include 在 /etc/apache2/apache2.conf 里面了。</p>
<p>
<li>配置 WordPress Mu 需求条件，可参考 WordPress Mu 官方的安装说明。
<ul>
<li>启用 rewrite 模块。注意：若未启用则会出现 “500 internal error” 错误。终端输入：$ sudo a2enmod rewrite（取消为：a2dismod）。</li>
<p>
<li>把 /etc/apache2/sites-enabled/000-default 里  标签中的 “AllowOverride None” 替换为 “AllowOverride FileInfo Options”。</li>
<p>
<li>为了 WordPress Mu 二级域名模式能够正常工作，在  标签里添加主机别名： “ServerAlias *.domain.tld”，在第二步已经做了。</li>
<p></ul>
<p></li>
<p>
<li>接收不到邮件？
<ul>
<li>由于系统没有 sendmail 服务，WordPress Mu 默认使用 sendmail 发送邮件。解决方法：安装 sendmail，在终端输入 $ sudo apt-get install sendmail。</li>
<p>
<li>用 PHP 的 phpmailer 功能发送邮件，方法</li>
<p></ul>
<p></li>
<p></ol>
<p>
<p>END&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://Xuven.blog.ubuntu.org.cn/index.php/2008/11/04/install-wordpress-mu-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Run Fetion in Ubuntu</title>
		<link>http://Xuven.blog.ubuntu.org.cn/index.php/2008/10/27/run-fetion-in-ubuntu/</link>
		<comments>http://Xuven.blog.ubuntu.org.cn/index.php/2008/10/27/run-fetion-in-ubuntu/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 08:29:00 +0000</pubDate>
		<dc:creator>Vin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Note]]></category>
		<category><![CDATA[Fetion]]></category>
		<category><![CDATA[飞信]]></category>

		<guid isPermaLink="false">http://Xuven.blog.ubuntu.org.cn/?p=49</guid>
		<description><![CDATA[
LibFetiond， C 语言编写的第三方独立的应用程序。
Pidgin 的 Fetion 插件，地址：http://www.linuxsir.org/bbs/thread320802.html。
飞信机器人（Fetion Robot），基于命令行的工具，用于自动短信提示等，提高工作效率。

]]></description>
			<content:encoded><![CDATA[<ol>
<li><a target="_blank" href="http://www.libfetion.cn/">LibFetiond</a>， C 语言编写的第三方独立的应用程序。</li>
<li>Pidgin 的 Fetion 插件，地址：<a target="_blank" href="http://www.linuxsir.org/bbs/thread320802.html">http://www.linuxsir.org/bbs/thread320802.html</a>。</li>
<li><a target="_blank" href="http://www.it-adv.net/">飞信机器人</a>（Fetion Robot），基于命令行的工具，用于自动短信提示等，提高工作效率。</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://Xuven.blog.ubuntu.org.cn/index.php/2008/10/27/run-fetion-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>useradd, passwd &amp; userdel</title>
		<link>http://Xuven.blog.ubuntu.org.cn/index.php/2008/10/19/useradd-passwd-userdel/</link>
		<comments>http://Xuven.blog.ubuntu.org.cn/index.php/2008/10/19/useradd-passwd-userdel/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 17:27:53 +0000</pubDate>
		<dc:creator>Vin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[AIX]]></category>
		<category><![CDATA[passwd]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[useradd]]></category>
		<category><![CDATA[userdel]]></category>
		<category><![CDATA[wall]]></category>

		<guid isPermaLink="false">http://Xuven.blog.ubuntu.org.cn/2008/10/19/useradd-passwd-userdel/</guid>
		<description><![CDATA[
useradd 创建用户（创建后需使用 passwd 添加密码）语法：useradd 参数 用户名例：useradd -g users vin，创建一个用户名为 vin 所属 user 群组的用户。如果，useradd vin，则创建用户 vin 所属群组 vin。
passwd 修改或添加密码语法：passwd [用户名]例：给刚创建的用户 vin 添加密码，passwd vin；passwd，修改自己的密码。只有超级用户可以修改其他用户的密码，普通用户只能修改自己的密码。
userdel
删除用户账号
语法：userdel [-r] username （-r 删除帐号时连同帐号主目录一起删除。）例：userdel -r vin


今天 SSH 登录 AIX 主机，发现可以用 wall &#60;message&#62; 给连接用户发广播。
]]></description>
			<content:encoded><![CDATA[<ol>
<li><b>useradd</b> 创建用户（创建后需使用 passwd 添加密码）<br />语法：useradd 参数 用户名<br />例：useradd -g users vin，创建一个用户名为 vin 所属 user 群组的用户。如果，useradd vin，则创建用户 vin 所属群组 vin。</li>
<li><b>passwd </b>修改或添加密码<br />语法：passwd [用户名]<br />例：给刚创建的用户 vin 添加密码，passwd vin；passwd，修改自己的密码。<br />只有超级用户可以修改其他用户的密码，普通用户只能修改自己的密码。</li>
<li><b>userdel</b><br />
删除用户账号</p>
<p>语法：userdel [-r] username （-r 删除帐号时连同帐号主目录一起删除。）<br />例：userdel -r vin</p>
</li>
</ol>
<p>今天 SSH 登录 AIX 主机，发现可以用 wall &lt;<i><em>message</em></i>&gt; 给连接用户发广播。</p>
]]></content:encoded>
			<wfw:commentRss>http://Xuven.blog.ubuntu.org.cn/index.php/2008/10/19/useradd-passwd-userdel/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The supper user in Ubuntu</title>
		<link>http://Xuven.blog.ubuntu.org.cn/index.php/2008/10/19/supper-user-i-ubuntu/</link>
		<comments>http://Xuven.blog.ubuntu.org.cn/index.php/2008/10/19/supper-user-i-ubuntu/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 16:04:55 +0000</pubDate>
		<dc:creator>Vin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[gksu]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[su]]></category>
		<category><![CDATA[sudo]]></category>

		<guid isPermaLink="false">http://Xuven.blog.ubuntu.org.cn/2008/10/19/the-supper-user-in-ubuntu/</guid>
		<description><![CDATA[在 Ubuntu 下使用超级权限可以用 sudo、gksu。sudo 和 gksu 的差别可能后者是基于图形界面吧，gksu 会弹出窗口。另外，sudo 听说是 supper do 的意思。
Ubuntu 默认是停用 root 用户的，出于安全性的可虑吧。激活 root 用户：sudo passwd root停用 root 用户：sudo passwd -l root
还可以使用 su 和  sudo -i 在从般用户切换到 root 用户。当然也可以从 root 切换到其他用户：su username。
]]></description>
			<content:encoded><![CDATA[<p>在 Ubuntu 下使用超级权限可以用 sudo、gksu。<br />sudo 和 gksu 的差别可能后者是基于图形界面吧，gksu 会弹出窗口。另外，sudo 听说是 supper do 的意思。</p>
<p>Ubuntu 默认是停用 root 用户的，出于安全性的可虑吧。<br />激活 root 用户：sudo passwd root<br />停用 root 用户：sudo passwd -l root</p>
<p>还可以使用 su 和  sudo -i 在从般用户切换到 root 用户。当然也可以从 root 切换到其他用户：su username。</p>
]]></content:encoded>
			<wfw:commentRss>http://Xuven.blog.ubuntu.org.cn/index.php/2008/10/19/supper-user-i-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[warn] NameVirtualHost *:0 has no VirtualHosts</title>
		<link>http://Xuven.blog.ubuntu.org.cn/index.php/2008/10/17/warn-of-namevirtualhost/</link>
		<comments>http://Xuven.blog.ubuntu.org.cn/index.php/2008/10/17/warn-of-namevirtualhost/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 15:41:40 +0000</pubDate>
		<dc:creator>Vin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://Xuven.blog.ubuntu.org.cn/2008/10/17/warn-namevirtualhost-0-has-no-virtualhosts/</guid>
		<description><![CDATA[reload 或 restart apache 出现 [warn] NameVirtualHost *:0 has no VirtualHosts 错误。这个问题搞了好久，后来才发现 NameVirtualHost * 申明了两次。在/etc/apache2/sites-available/000-default 中删除 NameVirtualHost * 这行，再 /etc/init.d/apache2/ reload，错误不见了。
]]></description>
			<content:encoded><![CDATA[<p>reload 或 restart apache 出现 [warn] NameVirtualHost *:0 has no VirtualHosts 错误。<br />这个问题搞了好久，后来才发现 NameVirtualHost * 申明了两次。在/etc/apache2/sites-available/000-default 中删除 NameVirtualHost * 这行，再 /etc/init.d/apache2/ reload，错误不见了。</p>
]]></content:encoded>
			<wfw:commentRss>http://Xuven.blog.ubuntu.org.cn/index.php/2008/10/17/warn-of-namevirtualhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Via SSH proxy through the GFW</title>
		<link>http://Xuven.blog.ubuntu.org.cn/index.php/2008/10/17/via-ssh-proxy-through-the-gfw/</link>
		<comments>http://Xuven.blog.ubuntu.org.cn/index.php/2008/10/17/via-ssh-proxy-through-the-gfw/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 15:33:57 +0000</pubDate>
		<dc:creator>Vin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[GFW]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://Xuven.blog.ubuntu.org.cn/2008/10/17/via-ssh-proxy-through-the-gfw/</guid>
		<description><![CDATA[如果你有 GFW 干扰外的主机 SSH 连接权限。那么你就可以通过 SSH 代理，连接不能访问的外国网站了。速度比 Tor 等其他代理快多了。ssh -N username@ip -D localhost:port-N：不需要 shell-D：绑定本地端口然后设置好浏览器 SOCKS 代理，就可以自由浏览了：）
]]></description>
			<content:encoded><![CDATA[<p>如果你有 GFW 干扰外的主机 SSH 连接权限。那么你就可以通过 SSH 代理，连接不能访问的外国网站了。速度比 Tor 等其他代理快多了。<br />ssh -N username@ip -D localhost:port<br />-N：不需要 shell<br />-D：绑定本地端口<br />然后设置好浏览器 SOCKS 代理，就可以自由浏览了：）</p>
]]></content:encoded>
			<wfw:commentRss>http://Xuven.blog.ubuntu.org.cn/index.php/2008/10/17/via-ssh-proxy-through-the-gfw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The solution of xrgsu&#8217;s &#8220;Detect Proxy Server!Err = 4&#8243;</title>
		<link>http://Xuven.blog.ubuntu.org.cn/index.php/2008/10/10/xrgsu/</link>
		<comments>http://Xuven.blog.ubuntu.org.cn/index.php/2008/10/10/xrgsu/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 08:56:33 +0000</pubDate>
		<dc:creator>Vin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[xrgsu]]></category>
		<category><![CDATA[锐捷]]></category>

		<guid isPermaLink="false">http://Xuven.blog.ubuntu.org.cn/2008/10/10/the-solution-of-xrgsus-detect-proxy-servererr-4/</guid>
		<description><![CDATA[用锐捷官方提供的 Linux 认证程序 xrgsu，出现 &#8220;Detect Proxy Server!Err = 4&#8243;，发现代理程序。可能是启动了 Apache, Tor 等服务。
可以通过非官方版 myxrgsu (下载) 解决。
具体操作：

解压 myxrgsu.tar.gz，分别拷贝 libpcap.so.0.6.2, myxrgsu 到 /usr/lib, /usr/local/bin 目录下。
用超级权限用终端执行 myxrgsu -a 连接，动态 IP 则为 myxrgsu -d。

]]></description>
			<content:encoded><![CDATA[<p>用锐捷官方提供的 Linux 认证程序 xrgsu，出现 &#8220;Detect Proxy Server!Err = 4&#8243;，发现代理程序。可能是启动了 Apache, Tor 等服务。<br />
可以通过非官方版 myxrgsu (<a href="http://Xuven.blog.ubuntu.org.cn/files/2008/10/myxrgsutar.gz">下载</a>) 解决。<br />
具体操作：</p>
<ol>
<li>解压 myxrgsu.tar.gz，分别拷贝 libpcap.so.0.6.2, myxrgsu 到 /usr/lib, /usr/local/bin 目录下。</li>
<li>用超级权限用终端执行 myxrgsu -a 连接，动态 IP 则为 myxrgsu -d。</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://Xuven.blog.ubuntu.org.cn/index.php/2008/10/10/xrgsu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ctrl-C &amp; Ctrl-Z</title>
		<link>http://Xuven.blog.ubuntu.org.cn/index.php/2008/07/21/ctrl-c-ctrl-z/</link>
		<comments>http://Xuven.blog.ubuntu.org.cn/index.php/2008/07/21/ctrl-c-ctrl-z/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 06:24:11 +0000</pubDate>
		<dc:creator>Vin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bg]]></category>
		<category><![CDATA[Ctrl-Z]]></category>
		<category><![CDATA[fg]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[快捷键]]></category>

		<guid isPermaLink="false">http://Xuven.blog.ubuntu.org.cn/2008/07/21/ctrl-c-ctrl-z/</guid>
		<description><![CDATA[简单一点理解，Ctrl-C 是停止，Ctrl-Z 是暂停。
是暂停当然就可以继续了。按 Ctrl-Z 后程序没有被结束，只是被放在后台。如果继续可以先 $jobs 查看列出后台暂停的程序，然后 $fg &#60;列表号/进程名&#62; 转到前台继续执行。或者直接 $fg 调出最近被暂停的程序。
还有 $bg，让程序在后台执行，用法和 &#38;fg 一样。
]]></description>
			<content:encoded><![CDATA[<p>简单一点理解，Ctrl-C 是停止，Ctrl-Z 是暂停。</p>
<p>是暂停当然就可以继续了。按 Ctrl-Z 后程序没有被结束，只是被放在后台。<br />如果继续可以先 $jobs 查看列出后台暂停的程序，然后 $fg &lt;列表号/进程名&gt; 转到前台继续执行。<br />或者直接 $fg 调出最近被暂停的程序。</p>
<p>还有 $bg，让程序在后台执行，用法和 &amp;fg 一样。</p>
]]></content:encoded>
			<wfw:commentRss>http://Xuven.blog.ubuntu.org.cn/index.php/2008/07/21/ctrl-c-ctrl-z/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
