<?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.genepeng.cn/index.php/category/technic/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.genepeng.cn</link>
	<description></description>
	<lastBuildDate>Wed, 30 Nov 2011 14:52:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>linux ll ls按最后修改时间排序文件linux ls ll sort file by last modifed date</title>
		<link>http://www.genepeng.cn/index.php/281</link>
		<comments>http://www.genepeng.cn/index.php/281#comments</comments>
		<pubDate>Fri, 14 Oct 2011 09:17:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.genepeng.cn/?p=281</guid>
		<description><![CDATA[linux下 如果一个目录下有好多文件， 而且你又最近也修改了很多文件， 这时又想知道我最近修改了哪些文件， 那么ls或ll命令可以帮你实现 ls -t  加入-t选项就能按最后修改时间排序了， 如果想反序排列的话就用  ls -rt 用ll -t 或ll -rt会看得更清楚些 &#160;]]></description>
		<wfw:commentRss>http://www.genepeng.cn/index.php/281/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>shell电话本</title>
		<link>http://www.genepeng.cn/index.php/265</link>
		<comments>http://www.genepeng.cn/index.php/265#comments</comments>
		<pubDate>Mon, 23 Aug 2010 03:07:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.genepeng.cn/?p=265</guid>
		<description><![CDATA[前几天在MSDN上看到有人用shell写了个电话本程序，为了巩固一下以前学过的， 自己也来弄一个shell电话本[绝非抄袭]。其实不能算一个电话本，因为只有两个域：名字和地址，权当练习，不尽完美之处，请海涵:D #!/bin/sh #Date: 2010-08-22 #QQ: 32281309 #MSN: pgj1207@hotmail.com #Site: www.genepeng.cn function AddUser() { while : do echo -n &#8220;Enter user name: &#8221; read UserName if [ "$UserName" = "" ]; then continue else break fi done while : do echo -n &#8220;Enter Address: &#8221; read Address if [ "$Address" = "" ]; then continue [...]]]></description>
		<wfw:commentRss>http://www.genepeng.cn/index.php/265/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>win7 VMware 7.0下centos不能上网</title>
		<link>http://www.genepeng.cn/index.php/261</link>
		<comments>http://www.genepeng.cn/index.php/261#comments</comments>
		<pubDate>Sat, 21 Aug 2010 03:29:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.genepeng.cn/?p=261</guid>
		<description><![CDATA[之前的CentOS是xp和VMware下安装的，上网等功能一切正常，但后来装了win7后上网功能出现了问题 情况如下： -> win7 ping不通虚拟机下CentOS -> CentOS 能ping win7和外网，但是不能浏览网页 -> 在win7下，用putty也访问不了CentOS -> win7, CentOS的防火墙都关了 后来发现原来是安装的瑞星防火墙的原因，　改变相应的设置，或直接把瑞星防火墙关掉就可以了]]></description>
		<wfw:commentRss>http://www.genepeng.cn/index.php/261/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在windows下用wingrub安装backtrack 4 final双系统</title>
		<link>http://www.genepeng.cn/index.php/252</link>
		<comments>http://www.genepeng.cn/index.php/252#comments</comments>
		<pubDate>Fri, 19 Mar 2010 02:48:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.genepeng.cn/index.php/252</guid>
		<description><![CDATA[在windows操作系统下利用wingrub安装backtrack 4 final，不需要你另外的磁盘分区、U盘. 下面讲一下安装过程 1. 安装WinGrub/Grub4DOS 从 http://sourceforge.net/projects/grub4dos/ 下载，然后安装，安装好了之后，打开wingrub, 点击Tools/Install Grub, 选择BOOT.ini, 填入”Back Track 4 Final”到Title, 再点击 Install, 这时会自动拷贝GRLDR 到c:\ ，还会创建c:\grub文件夹. 2. 从bt4-final.iso里拷贝/casper and /boot 到c:\ 3. 修改C:\boot\grub\menu.lst. 当你打开文件时已经有一些内容， 但没有find &#8211;set-root /GRLDR这句话，所以应该加上。 最终内容应该为：&#60;!&#8211; more &#8211;&#62; # By default, boot the first entry. default 0 # Boot automatically after 30 secs. timeout 10 splashimage=/boot/grub/bt4.xpm.gz title BackTrack4 [...]]]></description>
		<wfw:commentRss>http://www.genepeng.cn/index.php/252/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QT 学习笔记</title>
		<link>http://www.genepeng.cn/index.php/219</link>
		<comments>http://www.genepeng.cn/index.php/219#comments</comments>
		<pubDate>Tue, 20 Oct 2009 03:40:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[c c++]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.genepeng.cn/index.php/219</guid>
		<description><![CDATA[The Q_OBJECT macro at the beginning of the class definition is necessary for all classes that define signals or slots. Classes that use the Q_OBJECT macro must have moc run on them. This isn&#8217;t a problem because qmake automatically adds the necessary rules to the makefile. But if you forget to regenerate your makefile using [...]]]></description>
		<wfw:commentRss>http://www.genepeng.cn/index.php/219/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KDE与GNOME的战争史</title>
		<link>http://www.genepeng.cn/index.php/218</link>
		<comments>http://www.genepeng.cn/index.php/218#comments</comments>
		<pubDate>Thu, 15 Oct 2009 09:20:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.genepeng.cn/index.php/218</guid>
		<description><![CDATA[http://www.ixpub.net/thread-1031155-1-1.html 文章不错]]></description>
		<wfw:commentRss>http://www.genepeng.cn/index.php/218/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>配置apache让用户登录</title>
		<link>http://www.genepeng.cn/index.php/208</link>
		<comments>http://www.genepeng.cn/index.php/208#comments</comments>
		<pubDate>Mon, 12 Oct 2009 06:14:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[技术]]></category>

		<guid isPermaLink="false">http://www.genepeng.cn/index.php/208</guid>
		<description><![CDATA[安装配置svn时得到了启发，当用户访问某页面时，如果要让用户输入用户名和密码，可以配置如下： &#60;Location /XXX&#62; &#160; AuthType Basic &#160; AuthName &#34;AUTH NAME&#34; &#160; AuthUserFile /etc/auth-file &#160; Require valid-user &#60;/Location&#62; auth-file可以通过htpasswd生成， 也可以通过这个命令增加用户： 如 htpasswd -cm /etc/svn-auth-file gene htpasswd -m /etc/svn-auth-file pgj 我的svn在httpd.conf里的配置如下： &#60;Location /svn&#62; &#160; DAV svn &#160; SVNPath /var/svn &#160; AuthType Basic &#160; AuthName &#34;Subversion repository&#34; &#160; AuthUserFile /etc/svn-auth-file &#160; Require valid-user &#60;/Location&#62;]]></description>
		<wfw:commentRss>http://www.genepeng.cn/index.php/208/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>启动apache出错　undefined　symbol:sqlite3_open_v2</title>
		<link>http://www.genepeng.cn/index.php/205</link>
		<comments>http://www.genepeng.cn/index.php/205#comments</comments>
		<pubDate>Sat, 10 Oct 2009 09:46:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.genepeng.cn/index.php/205</guid>
		<description><![CDATA[# service httpd start Starting httpd: httpd: Syntax error on line 206 of /etc/httpd/conf/httpd.conf: Cannot load /usr/lib/httpd/modules/mod_dav_svn.so into server: /usr/local/svn/lib/libsvn_subr-1.so.0: undefined symbol: sqlite3_open_v2 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [FAILED] 安装svn后，启动apache时，出现了上面的错误， 在网上找好久没找到答案，后来把 sqlite lib的路径加入到ld.so.config就行了， # cat /etc/ld.so.conf include ld.so.conf.d/*.conf 所以在ld.so.conf.d目录下新建了一个文件sqlite.conf 内容为 /usr/local/sqlite/lib #ldconfig # service httpd start Starting httpd:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [&#160; OK&#160; ] 终于重启成功了，搞了好久啊，记录下来，希望对别人有用。]]></description>
		<wfw:commentRss>http://www.genepeng.cn/index.php/205/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP命令</title>
		<link>http://www.genepeng.cn/index.php/185</link>
		<comments>http://www.genepeng.cn/index.php/185#comments</comments>
		<pubDate>Thu, 10 Sep 2009 09:18:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[FTP命令]]></category>

		<guid isPermaLink="false">http://www.genepeng.cn/index.php/185</guid>
		<description><![CDATA[FTP命令是Internet用户使用最频繁的命令之一，不论是在DOS还是UNIX操作系统下使用FTP，都会遇到大量的FTP内部命令。熟悉并灵活应用FTP的内部命令，可以大大方便使用者，并收到事半功倍之效。 FTP的命令行格式为：ftp -v -d -i -n -g [主机名]，其中 -v显示远程服务器的所有响应信息； -n限制ftp的自动登录，即不使用； .n etrc文件； -d使用调试方式； -g取消全局文件名。 ftp使用的内部命令如下(中括号表示可选项): 1.![cmd[args]]：在本地机中执行交互shell，exit回到ftp环境，如：!ls*.zip. 2.$ macro-ame[args]：执行宏定义macro-name. 3.account[password]：提供登录远程系统成功后访问系统资源所需的补充口令。 4.append local-file[remote-file]：将本地文件追加到远程系统主机，若未指定远程系统文件名，则使用本地文件名。 5.ascii：使用ascii类型传输方式。 6.bell：每个命令执行完毕后计算机响铃一次。 7.bin：使用二进制文件传输方式。 8.bye：退出ftp会话过程。 9.case：在使用mget时，将远程主机文件名中的大写转为小写字母。 10.cd remote-dir：进入远程主机目录。 11.cdup：进入远程主机目录的父目录。 12.chmod mode file-name：将远程主机文件file-name的存取方式设置为mode，如：chmod 777 a.out。 13.close：中断与远程服务器的ftp会话(与open对应)。 14.cr：使用asscii方式传输文件时，将回车换行转换为回行。 15.delete remote-file：删除远程主机文件。 16.debug[debug-value]：设置调试方式，显示发送至远程主机的每条命令，如：deb up 3，若设为0，表示取消debug。 17.dir[remote-dir][local-file]：显示远程主机目录，并将结果存入本地文件local-file。 18.disconnection：同close。 19.form format：将文件传输方式设置为format，缺省为file方式。 20.get remote-file[local-file]：将远程主机的文件remote-file传至本地硬盘的local-file。 21.glob：设置mdelete，mget，mput的文件名扩展，缺省时不扩展文件名，同命令行的-g参数。 22.hash：每传输1024字节，显示一个hash符号(#)。 23.help[cmd]：显示ftp内部命令cmd的帮助信息，如：help get。 24.idle[seconds]：将远程服务器的休眠计时器设为[seconds]秒。 25.image：设置二进制传输方式(同binary)。 26.lcd[dir]：将本地工作目录切换至dir。 27.ls[remote-dir][local-file]：显示远程目录remote-dir，并存入本地文件local-file。 [...]]]></description>
		<wfw:commentRss>http://www.genepeng.cn/index.php/185/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>squid Invalid URL</title>
		<link>http://www.genepeng.cn/index.php/126</link>
		<comments>http://www.genepeng.cn/index.php/126#comments</comments>
		<pubDate>Fri, 31 Jul 2009 07:05:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[squid Invalid URL]]></category>

		<guid isPermaLink="false">http://www.genepeng.cn/?p=126</guid>
		<description><![CDATA[配置如下： cache_peer 16.158.83.109 parent 80 0 no-query originserver name=vmcentos cache_peer_domain vmcentos www.vmcentos.com cache_peer_access vmcentos allow all http_port 80 但总是出现下面的错误： The following error was encountered while trying to retrieve the URL: /phpldapadmin/htdocs/cmd.php?cmd=login_form&#38;server_id=0 Invalid URL Some aspect of the requested URL is incorrect. Some possible problems are: Missing or incorrect access protocol (should be http:// or similar) [...]]]></description>
		<wfw:commentRss>http://www.genepeng.cn/index.php/126/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

