<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[linuxの飘扬]]></title> 
<link>http://www.linuxfly.org/index.php</link> 
<description><![CDATA[Power by www.linuxfly.org]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[linuxの飘扬]]></copyright>
<item>
<link>http://www.linuxfly.org/post/535/</link>
<title><![CDATA[[原]Anaconda 的启动参数]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[系统命令]]></category>
<pubDate>Mon, 26 Jul 2010 10:29:11 +0000</pubDate> 
<guid>http://www.linuxfly.org/post/535/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;Anaconda是Red Hat、CentOS、Fedora、红旗等Linux的安装管理程序。它提供文本、图形等安装方式，并支持Kickstart等脚本提供自动安装的功能。此外，其还支持许多启动参数，熟悉这些参数可为安装带来很多方便。<br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/tags/pxe/" rel="tag">pxe</a> , <a href="http://www.linuxfly.org/tags/anaconda/" rel="tag">anaconda</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/post/533/</link>
<title><![CDATA[[转]Screen 操作快捷键]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[系统命令]]></category>
<pubDate>Fri, 16 Jul 2010 05:33:20 +0000</pubDate> 
<guid>http://www.linuxfly.org/post/533/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;使用telnet或SSH远程登录linux时，如果连接非正常中断，重新连接时，系统将开一个新的session，无法恢复原来的 session.screen命令可以解决这个问题。Screen工具是一个终端多路转接器，在本质上，这意味着你能够使用一个单一的终端窗口运行多终端的应用。<br/>............<br/>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/post/424/</link>
<title><![CDATA[[转]Linux中通过locale来设置字符集]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[系统命令]]></category>
<pubDate>Sun, 07 Jun 2009 09:43:53 +0000</pubDate> 
<guid>http://www.linuxfly.org/post/424/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;在Linux中通过locale来设置程序运行的不同语言环境，locale由ANSI C提供支持。locale的命名规则为&lt;语言&gt;_&lt;地区&gt;.&lt;字符集编码&gt;，如zh_CN.UTF-8，zh代表中文，CN代表大陆地区，UTF-8表示字符集。在locale环境中，有一组变量，代表国际化环境中的不同设置。<br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/tags/locale/" rel="tag">locale</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/post/409/</link>
<title><![CDATA[[转]Linux下的top命令]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[系统命令]]></category>
<pubDate>Sat, 23 May 2009 02:42:12 +0000</pubDate> 
<guid>http://www.linuxfly.org/post/409/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;top命令是Linux下常用的性能分析工具，能够实时显示系统中各个进程的资源占用状况，类似于Windows的任务管理器。下面详细介绍它的使用方法。<br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/tags/top/" rel="tag">top</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/post/404/</link>
<title><![CDATA[[原]linux下的trap命令]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[系统命令]]></category>
<pubDate>Mon, 18 May 2009 09:06:16 +0000</pubDate> 
<guid>http://www.linuxfly.org/post/404/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;trap命令用于指定在接收到信号后将要采取的动作。常见的用途是在脚本程序被中断时完成清理工作。不过，这次我遇到它，是因为客户有个需求：从终端访问服务器的用户，其登陆服务器后会自动运行某个命令，例如打开应用（命令写在.bashrc等文件中），最后退出，并断开连接；期间是不能允许其使用Ctrl+C等中断退出应用，而回到Shell环境，否则可能会带来安全问题。<br/>&nbsp;&nbsp;&nbsp;&nbsp;当然，解决的方式有很多，如在应用中屏蔽中断信号、使用chroot方式访问等。但这些方法都有一些限制，如需要修改应用，让telnet等支持chroot方式（ssh可支持chroot）等。而使用trap也是一种比较好的解决方法。<br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/tags/trap/" rel="tag">trap</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/post/392/</link>
<title><![CDATA[[转]History命令用法]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[系统命令]]></category>
<pubDate>Wed, 06 May 2009 08:15:46 +0000</pubDate> 
<guid>http://www.linuxfly.org/post/392/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;如果你经常使用 Linux 命令行，那么使用 history命令可以有效地提升你的效率。本文将通过实例的方式向你介绍 history 命令的 若干个用法。<br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/tags/history/" rel="tag">history</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/post/300/</link>
<title><![CDATA[[原]Linux下的rename命令]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[系统命令]]></category>
<pubDate>Thu, 05 Feb 2009 08:28:45 +0000</pubDate> 
<guid>http://www.linuxfly.org/post/300/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;Dos/Windows下，对文件改名用rename。而书上说，Linux下对文件或目录改名该用mv。我一直也是这样做的，却忽略了Linux下也有个叫rename的命令。都是rename，但功能上就有点差异了。Linux下的rename更像批量改名的工具，是util-linux套件中提供的。<br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/tags/rename/" rel="tag">rename</a> , <a href="http://www.linuxfly.org/tags/mv/" rel="tag">mv</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/post/276/</link>
<title><![CDATA[[转]rpm命令选项中文说明]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[系统命令]]></category>
<pubDate>Sun, 21 Dec 2008 08:59:11 +0000</pubDate> 
<guid>http://www.linuxfly.org/post/276/</guid> 
<description>
<![CDATA[ 
	rpm命令选项中文说明。<br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/tags/rpm/" rel="tag">rpm</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/post/275/</link>
<title><![CDATA[[原]使用GPG校验sign签名]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[系统命令]]></category>
<pubDate>Sat, 20 Dec 2008 12:32:21 +0000</pubDate> 
<guid>http://www.linuxfly.org/post/275/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;GPG除了可用于信息加密和解密外，还是一个很好的签名算法，能有效的校验文件的完整性。以GnuPG上的软件包为例说明。<br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/tags/gpg/" rel="tag">gpg</a> , <a href="http://www.linuxfly.org/tags/sign/" rel="tag">sign</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/post/274/</link>
<title><![CDATA[[原]使用GPG加密信息]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[系统命令]]></category>
<pubDate>Fri, 19 Dec 2008 07:24:55 +0000</pubDate> 
<guid>http://www.linuxfly.org/post/274/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;文档内容大部分参考自：<a href="http://cn.programmingnote.com/blog/archives/47" target="_blank">用GnuPG进行信息加密和解密</a>，差别在Linux平台，而不是Windows平台。内容描述如何使用GnuPG加密文件，以实现安全的网络传输。<br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/tags/gpg/" rel="tag">gpg</a>
]]>
</description>
</item>
</channel>
</rss>