<?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>征程无限 &#187; Chinaitlab</title>
	<atom:link href="http://www.chengyongxu.com/blog/tag/chinaitlab/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chengyongxu.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 03 Sep 2010 07:29:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://www.chengyongxu.com/blog/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>Chinaitlab 8cd linux教程笔记_SHELL编程部分</title>
		<link>http://www.chengyongxu.com/blog/chinaitlab-8cd-linux%e6%95%99%e7%a8%8b%e7%ac%94%e8%ae%b0_shell%e7%bc%96%e7%a8%8b%e9%83%a8%e5%88%86/</link>
		<comments>http://www.chengyongxu.com/blog/chinaitlab-8cd-linux%e6%95%99%e7%a8%8b%e7%ac%94%e8%ae%b0_shell%e7%bc%96%e7%a8%8b%e9%83%a8%e5%88%86/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 05:48:08 +0000</pubDate>
		<dc:creator>楚霏</dc:creator>
				<category><![CDATA[shell编程]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[Chinaitlab]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[kill]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[变量]]></category>
		<category><![CDATA[循环]]></category>
		<category><![CDATA[控制流]]></category>
		<category><![CDATA[正则表达式]]></category>
		<category><![CDATA[运算符]]></category>
		<category><![CDATA[运行级别]]></category>
		<category><![CDATA[重定向]]></category>

		<guid isPermaLink="false">http://www.chengyongxu.com/blog/?p=173</guid>
		<description><![CDATA[############################ #Chinaitlab 8cd linux教程笔记_Shell编程部分# ############################ &#60;1&#62;shell简介 命令替换 myfile的内容 parm findfile #ls `cat myfile` -al shell脚本基本元素 a.#!/bin/sh b.#注释 c.变量 #用来存储信息 d.流程控制结构 管道&#124; #一个命令输出作为后一个命令的输入 重定向&#60;&#62;#与管道相关，可以改变程序运行的输入来源和输出地点 sort &#60;httpd.conf &#62;httpd.conf.new 特殊字符 双引号：用来使shell无法认出空格、制表符和其它特殊字符 单引号：用来使shell无法认出所有特殊字符 反引号：用来替换命令 反斜杠：用来使shell无认出其后的特殊字符 分 号：允许在一行放多个命令 ＆ ：命令后台执行 括 号：创建成组的命令 大括号：创建命令块 竖 杠：管道 &#60;&#62;&#38; ：表示重定向 *?{}! ：表示模式匹配 $ ：变量名的开头 # ：注释 空格 ：当做空白 换行符：当做空白 制表符：当做空白 &#60;2&#62;shell变量和运算符 2.1.1本地变量 用户现在shell生命期的脚本中使用 [...]]]></description>
		<wfw:commentRss>http://www.chengyongxu.com/blog/chinaitlab-8cd-linux%e6%95%99%e7%a8%8b%e7%ac%94%e8%ae%b0_shell%e7%bc%96%e7%a8%8b%e9%83%a8%e5%88%86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chinaitlab 8cd linux教程笔记_系统管理部分</title>
		<link>http://www.chengyongxu.com/blog/chinaitlab-8cd-linux%e6%95%99%e7%a8%8b%e7%ac%94%e8%ae%b0_%e7%b3%bb%e7%bb%9f%e7%ae%a1%e7%90%86%e9%83%a8%e5%88%86/</link>
		<comments>http://www.chengyongxu.com/blog/chinaitlab-8cd-linux%e6%95%99%e7%a8%8b%e7%ac%94%e8%ae%b0_%e7%b3%bb%e7%bb%9f%e7%ae%a1%e7%90%86%e9%83%a8%e5%88%86/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 05:42:24 +0000</pubDate>
		<dc:creator>楚霏</dc:creator>
				<category><![CDATA[FTP服务器]]></category>
		<category><![CDATA[安全相关]]></category>
		<category><![CDATA[桌面应用]]></category>
		<category><![CDATA[Automounter]]></category>
		<category><![CDATA[Chinaitlab]]></category>
		<category><![CDATA[Chroot]]></category>
		<category><![CDATA[eject]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[fsck]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[gpg]]></category>
		<category><![CDATA[ifconfig]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[pam]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[vsftp]]></category>
		<category><![CDATA[系统管理]]></category>

		<guid isPermaLink="false">http://www.chengyongxu.com/blog/?p=170</guid>
		<description><![CDATA[############################ #Chinaitlab 8cd linux教程笔记_系统管理部分# ############################ ifconfig eth0 11.22.33.44 netmask 255.0.0.0 route改网关 route add default gw 1.1.1.1 用户环境 语言环境/etc/sysconfig/i18n locale LANG=zh_CN.gbk #设置语言环境 硬件信息/etc/sysconfig/hwconf 自动识别新硬件service kudzu start ntsysv #redhat,centos配置服务 管理磁盘文件系统 eject#弹出光驱 eject -t#收回光驱 mount -o 设备 挂载点。如mount -o iocharset=gbk /dev/sda3 /d #-o gbk也可 文件系统维护 fsck -t ext2 = fsck.ext2 用mount -o userquota,grpquota /dev/sdb3 /mnt/d#只能在分区上做，最好单用户模式 Automounter 主配置文件/etc/auto.master 映射文件/etc/auto.misc [...]]]></description>
		<wfw:commentRss>http://www.chengyongxu.com/blog/chinaitlab-8cd-linux%e6%95%99%e7%a8%8b%e7%ac%94%e8%ae%b0_%e7%b3%bb%e7%bb%9f%e7%ae%a1%e7%90%86%e9%83%a8%e5%88%86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
