<?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; Linux</title>
	<atom:link href="http://www.chengyongxu.com/blog/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chengyongxu.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 06 Jan 2012 18:32:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>possible SYN flooding on port 80. Sending cookies 解决</title>
		<link>http://www.chengyongxu.com/blog/possible-syn-flooding-on-port-80-sending-cookies-%e8%a7%a3%e5%86%b3/</link>
		<comments>http://www.chengyongxu.com/blog/possible-syn-flooding-on-port-80-sending-cookies-%e8%a7%a3%e5%86%b3/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 06:12:15 +0000</pubDate>
		<dc:creator>楚霏</dc:creator>
				<category><![CDATA[安全相关]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SYN]]></category>

		<guid isPermaLink="false">http://www.chengyongxu.com/blog/?p=1151</guid>
		<description><![CDATA[<p>转包子一篇文章。今天碰到这种情况了 转载开始： 开了syncookie之后经常会看到这个报警信息“possible SYN flooding on port 80. Sending cookies” 首先我们看看sysctl.txt对syncookie选项的注释： tcp_syncookies – BOOLEAN Only valid when the kernel was compiled with CONFIG_SYNCOOKIES Send out syncookies when the syn backlog queue of a socket overflows. This &hellip; <a class="more-link" href="http://www.chengyongxu.com/blog/possible-syn-flooding-on-port-80-sending-cookies-%e8%a7%a3%e5%86%b3/">More<span class="meta-nav">&rarr;</span></a></p>
]]></description>
		<wfw:commentRss>http://www.chengyongxu.com/blog/possible-syn-flooding-on-port-80-sending-cookies-%e8%a7%a3%e5%86%b3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeNAS下搭建SVN服务</title>
		<link>http://www.chengyongxu.com/blog/freenas%e4%b8%8b%e6%90%ad%e5%bb%basvn%e6%9c%8d%e5%8a%a1/</link>
		<comments>http://www.chengyongxu.com/blog/freenas%e4%b8%8b%e6%90%ad%e5%bb%basvn%e6%9c%8d%e5%8a%a1/#comments</comments>
		<pubDate>Sat, 23 Oct 2010 03:49:44 +0000</pubDate>
		<dc:creator>楚霏</dc:creator>
				<category><![CDATA[文件服务器]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[FreeNAS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[pkg_add]]></category>
		<category><![CDATA[Ports]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.chengyongxu.com/blog/?p=836</guid>
		<description><![CDATA[<p>FreeNAS是基于FreeBSD的，所以本文提到的方法同样适用于FreeBSD下搭建SVN服务器，使用的软件同为Subversion 一、安装 使用的pkg_add的方式安装，daemon方式运行，这样就不依赖Apache了。 步骤如下： pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-7-stable/devel/subversion-freebsd-1.6.13.tbz #&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-输出文字-开始&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-7-stable/devel/subversion-freebsd-1.6.13.tbz&#8230; Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-7-stable/All/sqlite3-3.7.2.tbz&#8230; Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-7-stable/All/gdbm-1.8.3_3.tbz&#8230; Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-7-stable/All/db42-4.2.52_5.tbz&#8230; Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-7-stable/All/neon29-0.29.4.tbz&#8230; Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-7-stable/All/apr-ipv6-devrandom-gdbm-db42-1.4.2.1.3.10.tbz&#8230; Done. #&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-输出文字-结束&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- 使用简单，安装完毕。 FreeNAS下，因为环境变量的原因，此时需要退出终端重新登录。 二、配置 #在相应的位置建服务端源目录 mkdir -p /home/svnroot #启动服务端 #FreeBSD下svnserve默认使用的IPv6，所以需要加上参数&#8211;listen-host=0.0.0.0 , &hellip; <a class="more-link" href="http://www.chengyongxu.com/blog/freenas%e4%b8%8b%e6%90%ad%e5%bb%basvn%e6%9c%8d%e5%8a%a1/">More<span class="meta-nav">&rarr;</span></a></p>
]]></description>
		<wfw:commentRss>http://www.chengyongxu.com/blog/freenas%e4%b8%8b%e6%90%ad%e5%bb%basvn%e6%9c%8d%e5%8a%a1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Suse下搭建svn服务</title>
		<link>http://www.chengyongxu.com/blog/suse%e4%b8%8b%e6%90%ad%e5%bb%basvn%e6%9c%8d%e5%8a%a1/</link>
		<comments>http://www.chengyongxu.com/blog/suse%e4%b8%8b%e6%90%ad%e5%bb%basvn%e6%9c%8d%e5%8a%a1/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 13:46:06 +0000</pubDate>
		<dc:creator>楚霏</dc:creator>
				<category><![CDATA[服务器]]></category>
		<category><![CDATA[桌面应用]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.chengyongxu.com/blog/?p=507</guid>
		<description><![CDATA[<p>#################################### #SVN Configuration #Author:楚霏 #Date: 2010-01-02 #Env: SuSe Linux Enterprise Desktop 11 #################################### 一、安装 #################################### #由于是做桌面，管理自己的文档代码，所以采用的YAST安装 #搜索subversion所在的源，使用daemon的方式的，就不依赖WEB服务器了 #打开http://software.opensuse.org/search #输入subversion进入查找，如下图： #如果用的是opensuse，注意选择正确的版本，然后选择 #接下来的按提示非常容易就安装好了 #也可以打开1 key install上边那个链接，把地址复制增加到YAST的更新源里（url方式），直接search安装，效果是一样的 http://download.opensuse.org/repositories/devel:/tools:/scm:/svn/SLE_11/ #################################### 二、服务端配置 #################################### #在相应的位置建服务端源目录 #mkdir -p /wwwroot/chengyongxu.com/svnroot #启动服务端 svnserve -d -r &hellip; <a class="more-link" href="http://www.chengyongxu.com/blog/suse%e4%b8%8b%e6%90%ad%e5%bb%basvn%e6%9c%8d%e5%8a%a1/">More<span class="meta-nav">&rarr;</span></a></p>
]]></description>
		<wfw:commentRss>http://www.chengyongxu.com/blog/suse%e4%b8%8b%e6%90%ad%e5%bb%basvn%e6%9c%8d%e5%8a%a1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamlinux3.5正式版发布了</title>
		<link>http://www.chengyongxu.com/blog/dreamlinux35%e6%ad%a3%e5%bc%8f%e7%89%88%e5%8f%91%e5%b8%83%e4%ba%86/</link>
		<comments>http://www.chengyongxu.com/blog/dreamlinux35%e6%ad%a3%e5%bc%8f%e7%89%88%e5%8f%91%e5%b8%83%e4%ba%86/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 05:03:45 +0000</pubDate>
		<dc:creator>楚霏</dc:creator>
				<category><![CDATA[桌面应用]]></category>
		<category><![CDATA[Dreamlinux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[Xfce]]></category>

		<guid isPermaLink="false">http://www.chengyongxu.com/blog/?p=183</guid>
		<description><![CDATA[<p>3月1日0点，官方页面宣布发布，但我找了两三个小时也没找到在哪儿下 http://www.dreamlinux.com.br/download.html 页面也没更新 现在已经可以下载了，我现在还没下完。估计文章写完就可以搞定了。 之前我试用了dreamlinux 3.5 RC4，颇有mac风范， 安装是我用过的Linux版本中最简单的。 默认使用Xfce做桌面，非常简洁。</p>
]]></description>
		<wfw:commentRss>http://www.chengyongxu.com/blog/dreamlinux35%e6%ad%a3%e5%bc%8f%e7%89%88%e5%8f%91%e5%b8%83%e4%ba%86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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[<p>############################ #Chinaitlab 8cd linux教程笔记_Shell编程部分# ############################ &lt;1&gt;shell简介 命令替换 myfile的内容 parm findfile #ls `cat myfile` -al shell脚本基本元素 a.#!/bin/sh b.#注释 c.变量 #用来存储信息 d.流程控制结构 管道| #一个命令输出作为后一个命令的输入 重定向&lt;&gt;#与管道相关，可以改变程序运行的输入来源和输出地点 sort &lt;httpd.conf &gt;httpd.conf.new 特殊字符 双引号：用来使shell无法认出空格、制表符和其它特殊字符 单引号：用来使shell无法认出所有特殊字符 反引号：用来替换命令 反斜杠：用来使shell无认出其后的特殊字符 分 号：允许在一行放多个命令 ＆ ：命令后台执行 括 &hellip; <a class="more-link" href="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/">More<span class="meta-nav">&rarr;</span></a></p>
]]></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[<p>############################ #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 &hellip; <a class="more-link" href="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/">More<span class="meta-nav">&rarr;</span></a></p>
]]></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>
		<item>
		<title>FreeBSD/Linux检测硬盘坏道</title>
		<link>http://www.chengyongxu.com/blog/freebsdlinux%e6%a3%80%e6%b5%8b%e7%a1%ac%e7%9b%98%e5%9d%8f%e9%81%93/</link>
		<comments>http://www.chengyongxu.com/blog/freebsdlinux%e6%a3%80%e6%b5%8b%e7%a1%ac%e7%9b%98%e5%9d%8f%e9%81%93/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 14:48:52 +0000</pubDate>
		<dc:creator>楚霏</dc:creator>
				<category><![CDATA[桌面应用]]></category>
		<category><![CDATA[badblocks]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[坏道]]></category>

		<guid isPermaLink="false">http://www.chengyongxu.com/blog/?p=164</guid>
		<description><![CDATA[<p>可以用badblocks命令来检查磁盘是否有坏道。 语法： badblocks [-svw][-b ][-o ][磁盘装置][磁盘区块数][启始区块] 参数： -b 指定磁盘的区块大小，单位为字节。 -o 将检查的结果写入指定的输出文件。 -s 在检查时显示进度。 -v 执行时显示详细的信息。 -w 在检查时，执行写入测试。 [磁盘装置] 指定要检查的磁盘装置。如/dev/sda [磁盘区块数] 指定磁盘装置的区块总数。 [启始区块] 指定要从哪个区块开始检查。 badblocks 检测磁盘坏块 1)#badblocks -s //显示进度 -v //显示执行详细情况 /dev/sda 2)读写方式检测 未挂载的磁盘设备或分区 #badblocks -s -w &hellip; <a class="more-link" href="http://www.chengyongxu.com/blog/freebsdlinux%e6%a3%80%e6%b5%8b%e7%a1%ac%e7%9b%98%e5%9d%8f%e9%81%93/">More<span class="meta-nav">&rarr;</span></a></p>
]]></description>
		<wfw:commentRss>http://www.chengyongxu.com/blog/freebsdlinux%e6%a3%80%e6%b5%8b%e7%a1%ac%e7%9b%98%e5%9d%8f%e9%81%93/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下检查开发工具版本的脚本</title>
		<link>http://www.chengyongxu.com/blog/linux%e4%b8%8b%e6%a3%80%e6%9f%a5%e5%bc%80%e5%8f%91%e5%b7%a5%e5%85%b7%e7%89%88%e6%9c%ac%e7%9a%84%e8%84%9a%e6%9c%ac/</link>
		<comments>http://www.chengyongxu.com/blog/linux%e4%b8%8b%e6%a3%80%e6%9f%a5%e5%bc%80%e5%8f%91%e5%b7%a5%e5%85%b7%e7%89%88%e6%9c%ac%e7%9a%84%e8%84%9a%e6%9c%ac/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 23:34:09 +0000</pubDate>
		<dc:creator>楚霏</dc:creator>
				<category><![CDATA[shell编程]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[echo]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[LFS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[脚本]]></category>

		<guid isPermaLink="false">http://www.chengyongxu.com/blog/?p=144</guid>
		<description><![CDATA[<p>#!/bin/bash export LC_ALL=C # Simple script to list version numbers of critical development tools # 引在LFS官方文档，在此表示感谢 bash &#8211;version | head -n1 | cut -d” ” -f2-4 echo “/bin/sh -> `readlink -f /bin/sh`” echo -n “Binutils: ” &hellip; <a class="more-link" href="http://www.chengyongxu.com/blog/linux%e4%b8%8b%e6%a3%80%e6%9f%a5%e5%bc%80%e5%8f%91%e5%b7%a5%e5%85%b7%e7%89%88%e6%9c%ac%e7%9a%84%e8%84%9a%e6%9c%ac/">More<span class="meta-nav">&rarr;</span></a></p>
]]></description>
		<wfw:commentRss>http://www.chengyongxu.com/blog/linux%e4%b8%8b%e6%a3%80%e6%9f%a5%e5%bc%80%e5%8f%91%e5%b7%a5%e5%85%b7%e7%89%88%e6%9c%ac%e7%9a%84%e8%84%9a%e6%9c%ac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PureFTPD匿名登录方式配置</title>
		<link>http://www.chengyongxu.com/blog/pureftpd%e5%8c%bf%e5%90%8d%e7%99%bb%e5%bd%95%e6%96%b9%e5%bc%8f%e9%85%8d%e7%bd%ae/</link>
		<comments>http://www.chengyongxu.com/blog/pureftpd%e5%8c%bf%e5%90%8d%e7%99%bb%e5%bd%95%e6%96%b9%e5%bc%8f%e9%85%8d%e7%bd%ae/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 05:32:16 +0000</pubDate>
		<dc:creator>楚霏</dc:creator>
				<category><![CDATA[FTP服务器]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[pure-ftpd]]></category>

		<guid isPermaLink="false">http://www.chengyongxu.com/blog/?p=89</guid>
		<description><![CDATA[<p>################################# # PureFTPD匿名登录方式配置 # Author:楚霏 # Date: 2009-1-19 # Env: Centos 5.2 x86_64 ################################# 一、准备工作 环境：Centos 5.2 x86_64 所需软件： pure-ftpd-1.0.21.tar.gz #################################### 下载相关软件 cd /usr/local/src wget http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.21.tar.gz 二、安装过程 cd /usr/local/src &#038;&#038; tar xvf pure-ftpd-1.0.21.tar.gz &#038;&#038; cd pure-ftpd-1.0.21 &hellip; <a class="more-link" href="http://www.chengyongxu.com/blog/pureftpd%e5%8c%bf%e5%90%8d%e7%99%bb%e5%bd%95%e6%96%b9%e5%bc%8f%e9%85%8d%e7%bd%ae/">More<span class="meta-nav">&rarr;</span></a></p>
]]></description>
		<wfw:commentRss>http://www.chengyongxu.com/blog/pureftpd%e5%8c%bf%e5%90%8d%e7%99%bb%e5%bd%95%e6%96%b9%e5%bc%8f%e9%85%8d%e7%bd%ae/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

