<?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; 服务器</title>
	<atom:link href="http://www.wemvc.com/tag/%e6%9c%8d%e5%8a%a1%e5%99%a8/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wemvc.com</link>
	<description>男人的胸怀是委屈撑大的。</description>
	<lastBuildDate>Tue, 10 Jan 2012 04:26:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Nginx重定向[Rewrite]配置及示例 （for zendframework &amp; wordpress &amp; Discuz）</title>
		<link>http://www.wemvc.com/101.html</link>
		<comments>http://www.wemvc.com/101.html#comments</comments>
		<pubDate>Wed, 13 Aug 2008 05:14:54 +0000</pubDate>
		<dc:creator>精东</dc:creator>
				<category><![CDATA[服务器]]></category>
		<category><![CDATA[discuz]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.wemvc.com/?p=101</guid>
		<description><![CDATA[首先Apache的Rewite规则差别不是很大,但是Nginx的Rewrite规则比Apache的简单灵活多了
Nginx可以用if进行条件匹配，语法规则类似C
if ($http_user_agent ~ MSIE) {
rewrite  ^(.*)$  /msie/$1  break;
}
官方文档请点击这里
Rewrite的Flags
Flags can be any of the following:
* last - completes processing of rewrite directives, after which searches for corresponding URI and location
* break - completes processing of rewrite directives
*redirect - returns temporary redirect with code 302; it is used if the substituting line begins with [...]]]></description>
		<wfw:commentRss>http://www.wemvc.com/101.html/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>shell中的特殊符号</title>
		<link>http://www.wemvc.com/83.html</link>
		<comments>http://www.wemvc.com/83.html#comments</comments>
		<pubDate>Tue, 12 Aug 2008 16:43:47 +0000</pubDate>
		<dc:creator>精东</dc:creator>
				<category><![CDATA[shell]]></category>
		<category><![CDATA[服务器]]></category>

		<guid isPermaLink="false">http://www.wemvc.com/?p=83</guid>
		<description><![CDATA[1.顺序执行命令&#8211;&#8221;;&#8221;
命令1;命令2
2.条件执行 &#8212; &#8220;&#38;&#38;,&#124;&#124;&#8221;
命令1 &#38;&#38; 命令2
命令1 &#124;&#124; 命令2
3.重定向符号
C shell                Bourne shell
&#62;    定向标准输出到新文件        同左
&#62;!    定向标准输出到老文件        N/A
&#62;&#62;    添加标准到新文件        添加标准到新文件,或从文件重定向到标准输入
&#60;    从文件重定向标准输入        同左
&#62;&#38;    定向标准输出和错误到新文件    N/A
&#62;&#38;!    定向标准输出和错误到老文件    N/A
&#62;&#62;&#38;    添加标准输出和错误到老文件    N/A
1&#62;    N/A                定向标准输出到文件
2&#62;    N/A                定向标准错误到文件
&#62;&#38;2    N/A                组合标准输出和标准错误并定向结果到标准输出
4.管道 &#8211;&#8221;&#124;&#8221;
一般情况下管道把上一个命令的结果作为下一个命令的输入,但是tee命令可以经由管道,用一个input产生两个output
如: nroff report &#124; tee report.n &#124; lp
将前一个命令结果一面储存在文件report.n里,一面打印出来
5.反引号 &#8211;&#8221;`&#8221;(小写~,在&#8221;1&#8243;的左边)
用一对反引号括起来的命令可以将其结果作为另一个命令的参数，如
$pg [...]]]></description>
		<wfw:commentRss>http://www.wemvc.com/83.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>unix系统操作常用命令</title>
		<link>http://www.wemvc.com/50.html</link>
		<comments>http://www.wemvc.com/50.html#comments</comments>
		<pubDate>Mon, 11 Aug 2008 16:50:08 +0000</pubDate>
		<dc:creator>精东</dc:creator>
				<category><![CDATA[unix]]></category>
		<category><![CDATA[服务器]]></category>

		<guid isPermaLink="false">http://www.wemvc.com/?p=50</guid>
		<description><![CDATA[用户在登录前，首先要向系统管理员申请一个用户注册名，不论用户从哪台计算机登录到ITPNET上都将访问相同的文件系统。
1.1 登录
当屏幕上出现Login提示符时，用户可以输入自己的用户注册名，并按回车键。若有口令，系统将提示用户输入密码，并按回车键，口令输入正确后，用户登录成功。这时，屏幕上会显示出一些信息和命令提示符。如：
Login: guest [Enter]
passwd: ****** [Enter]
sun%
注: 用户名要用小写字母输入，UNIX系统区分大小写字母。
1.2 退出
当用户准备退出自己的计算机帐号时，可在系统示符下输入logout或exit或按[Ctrl-D]。当屏幕出现Login时，用户可以安全地离开计算机了。如：
sun% logout [Enter]
Login：
1.3 修改口令
为了防止他人使用自己的帐号，在你首次登录后，请用passwd命令修改只有本人知道的保密口令，口令通常由此可6到8个字母数字组成。如：
sun% passwd     [Enter]
Old Passwd: ******
New Passwd: ******
Retype New Passwd: ******
注：当你退出系统再次登录时，就要使用新的口令。
第二章 目录操作命令
2.1 显示目录
命令：pwd（print working directory）
格式：pwd
功能：显示出用户当前工作目录的全路径名。
例如：% pwd
2.2 建立目录
命令：mkdir（make directory）
格式：mkdir directory_name
功能：建立新目录
例如：% mkdir directory
2.3 改变目录
命令：cd（change directory）
格式：cd directory_name
功能：改变当前工作目录
注释：目录名选项有:
(1) 目录名，转到当前目录下的子目录。
(2) .. 表示转到当前目录的父目录。
(3) / 表示转到根目录。
(4) 没有选项时，转到用户的主目录。
例如：% cd directory
2.4 删除目录
命令：rmdir (remove directory)
格式：rmdir directory_name
功能：删除不存在文件的子目录名。
注释：
(1) 删除子目录时，要求被删除的目录中不存在文件或子目录，否则无法删除。
(2) 若被删除的目录中有文件或子目录，请参考命令rm -r directory_name。
例如：% rmdir directory
第三章 文件操作命令
3.1 列出文件目录
命令：ls [...]]]></description>
		<wfw:commentRss>http://www.wemvc.com/50.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Restriction of the access with the help of Nginx</title>
		<link>http://www.wemvc.com/29.html</link>
		<comments>http://www.wemvc.com/29.html#comments</comments>
		<pubDate>Mon, 11 Aug 2008 16:24:12 +0000</pubDate>
		<dc:creator>精东</dc:creator>
				<category><![CDATA[服务器]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://www.wemvc.com/?p=29</guid>
		<description><![CDATA[In this short post the point is how to protect your files and some part of your web site with a user password. With Nginx, a lot of options exist to protect your site with usernames and passwords. In Nginx the solution is not less attractive than in apache.
In the configuration file, set folder to [...]]]></description>
		<wfw:commentRss>http://www.wemvc.com/29.html/feed</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
	</channel>
</rss>

