﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-学海苦作舟，书山勤为径-随笔分类-Linux</title><link>http://www.cppblog.com/windcsn/category/16906.html</link><description>留下点回忆行不行？</description><language>zh-cn</language><lastBuildDate>Fri, 10 Aug 2012 19:55:39 GMT</lastBuildDate><pubDate>Fri, 10 Aug 2012 19:55:39 GMT</pubDate><ttl>60</ttl><item><title>CentOS5.8如何安装OpenOffice3.1 SDK?</title><link>http://www.cppblog.com/windcsn/archive/2012/08/10/186833.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Fri, 10 Aug 2012 08:45:00 GMT</pubDate><guid>http://www.cppblog.com/windcsn/archive/2012/08/10/186833.html</guid><wfw:comment>http://www.cppblog.com/windcsn/comments/186833.html</wfw:comment><comments>http://www.cppblog.com/windcsn/archive/2012/08/10/186833.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/windcsn/comments/commentRss/186833.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/windcsn/services/trackbacks/186833.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Centos5.8安装盘中自带OpenOffice3.1,可以通过窗口界面来选择安装,但OpenOffice安装好了之后却不能自动安装SDK;这里介绍如何在CentOS5.8中安装&nbsp;&nbsp;<a href='http://www.cppblog.com/windcsn/archive/2012/08/10/186833.html'>阅读全文</a><img src ="http://www.cppblog.com/windcsn/aggbug/186833.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/windcsn/" target="_blank">笨笨</a> 2012-08-10 16:45 <a href="http://www.cppblog.com/windcsn/archive/2012/08/10/186833.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>解决xhost:  unable to open display ""</title><link>http://www.cppblog.com/windcsn/archive/2012/08/09/186748.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Thu, 09 Aug 2012 08:31:00 GMT</pubDate><guid>http://www.cppblog.com/windcsn/archive/2012/08/09/186748.html</guid><wfw:comment>http://www.cppblog.com/windcsn/comments/186748.html</wfw:comment><comments>http://www.cppblog.com/windcsn/archive/2012/08/09/186748.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/windcsn/comments/commentRss/186748.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/windcsn/services/trackbacks/186748.html</trackback:ping><description><![CDATA[linux系统下如果需要打开X-Server的,需要设置显示器位置.<br />简单的xhost+命令提示我们unable to open display "";这个标识DISPLAY环境变量没有设置.<br />DISPLAY变量是用来设置将图形显示到何处.比如CENTOS,你用图形界面登录进去,DISPLAY自动设置为DISPLAY=:0.0表示显式到本地监视器.<br />那么通过终端工具(例如:putty)进去,运行图形界面的程序,如果没有设置,系统是不允许程序启动的.<br />如果你不想在其他地方显式图形,只是运行一些后台服务程序,那么你需要做一下操作:<br />export DISPLAY=:0.0<br />来设置显式方式.<br />比如上面的xhost +,在设置好DISPLAY之后,就会输出:<br /><div>[root@localhost lib]# xhost +<br />access control disabled, clients can connect from any host<br /><br /><br />另外:使用xdpyinfo这个命令可以查看显式系统的具体信息.</div><img src ="http://www.cppblog.com/windcsn/aggbug/186748.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/windcsn/" target="_blank">笨笨</a> 2012-08-09 16:31 <a href="http://www.cppblog.com/windcsn/archive/2012/08/09/186748.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>CentOS5.8升级glibc到2.7</title><link>http://www.cppblog.com/windcsn/archive/2012/08/08/186663.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Wed, 08 Aug 2012 08:24:00 GMT</pubDate><guid>http://www.cppblog.com/windcsn/archive/2012/08/08/186663.html</guid><wfw:comment>http://www.cppblog.com/windcsn/comments/186663.html</wfw:comment><comments>http://www.cppblog.com/windcsn/archive/2012/08/08/186663.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/windcsn/comments/commentRss/186663.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/windcsn/services/trackbacks/186663.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: CentOS5.8升级glibc到2.7&nbsp;&nbsp;<a href='http://www.cppblog.com/windcsn/archive/2012/08/08/186663.html'>阅读全文</a><img src ="http://www.cppblog.com/windcsn/aggbug/186663.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/windcsn/" target="_blank">笨笨</a> 2012-08-08 16:24 <a href="http://www.cppblog.com/windcsn/archive/2012/08/08/186663.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>PC机安装VMWare步骤</title><link>http://www.cppblog.com/windcsn/archive/2012/06/26/180311.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Tue, 26 Jun 2012 11:35:00 GMT</pubDate><guid>http://www.cppblog.com/windcsn/archive/2012/06/26/180311.html</guid><wfw:comment>http://www.cppblog.com/windcsn/comments/180311.html</wfw:comment><comments>http://www.cppblog.com/windcsn/archive/2012/06/26/180311.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/windcsn/comments/commentRss/180311.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/windcsn/services/trackbacks/180311.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: PC机安装VMWare步骤:挫折连连,最终都挡不住耐心!&nbsp;&nbsp;<a href='http://www.cppblog.com/windcsn/archive/2012/06/26/180311.html'>阅读全文</a><img src ="http://www.cppblog.com/windcsn/aggbug/180311.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/windcsn/" target="_blank">笨笨</a> 2012-06-26 19:35 <a href="http://www.cppblog.com/windcsn/archive/2012/06/26/180311.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>两个查看进程、CPU、CORE使用率的命令</title><link>http://www.cppblog.com/windcsn/archive/2012/04/20/172098.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Fri, 20 Apr 2012 01:41:00 GMT</pubDate><guid>http://www.cppblog.com/windcsn/archive/2012/04/20/172098.html</guid><wfw:comment>http://www.cppblog.com/windcsn/comments/172098.html</wfw:comment><comments>http://www.cppblog.com/windcsn/archive/2012/04/20/172098.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/windcsn/comments/commentRss/172098.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/windcsn/services/trackbacks/172098.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 两个查看进程、CPU、CORE使用率的命令&nbsp;&nbsp;<a href='http://www.cppblog.com/windcsn/archive/2012/04/20/172098.html'>阅读全文</a><img src ="http://www.cppblog.com/windcsn/aggbug/172098.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/windcsn/" target="_blank">笨笨</a> 2012-04-20 09:41 <a href="http://www.cppblog.com/windcsn/archive/2012/04/20/172098.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>usleep不可用</title><link>http://www.cppblog.com/windcsn/archive/2012/01/18/164330.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Wed, 18 Jan 2012 03:19:00 GMT</pubDate><guid>http://www.cppblog.com/windcsn/archive/2012/01/18/164330.html</guid><wfw:comment>http://www.cppblog.com/windcsn/comments/164330.html</wfw:comment><comments>http://www.cppblog.com/windcsn/archive/2012/01/18/164330.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.cppblog.com/windcsn/comments/commentRss/164330.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/windcsn/services/trackbacks/164330.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: usleep不可用&nbsp;&nbsp;<a href='http://www.cppblog.com/windcsn/archive/2012/01/18/164330.html'>阅读全文</a><img src ="http://www.cppblog.com/windcsn/aggbug/164330.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/windcsn/" target="_blank">笨笨</a> 2012-01-18 11:19 <a href="http://www.cppblog.com/windcsn/archive/2012/01/18/164330.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>SSL_read一次最大能返回多少字节？</title><link>http://www.cppblog.com/windcsn/archive/2012/01/05/163631.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Thu, 05 Jan 2012 08:15:00 GMT</pubDate><guid>http://www.cppblog.com/windcsn/archive/2012/01/05/163631.html</guid><wfw:comment>http://www.cppblog.com/windcsn/comments/163631.html</wfw:comment><comments>http://www.cppblog.com/windcsn/archive/2012/01/05/163631.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cppblog.com/windcsn/comments/commentRss/163631.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/windcsn/services/trackbacks/163631.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: SSL_read一次最大能返回多少字节？讨论OpenSSL的SSL_read函数的一些特性，有些问题希望有经验的朋友能给点意见。&nbsp;&nbsp;<a href='http://www.cppblog.com/windcsn/archive/2012/01/05/163631.html'>阅读全文</a><img src ="http://www.cppblog.com/windcsn/aggbug/163631.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/windcsn/" target="_blank">笨笨</a> 2012-01-05 16:15 <a href="http://www.cppblog.com/windcsn/archive/2012/01/05/163631.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>安装CentOS 32位C++编译开发系统</title><link>http://www.cppblog.com/windcsn/archive/2011/12/30/163176.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Fri, 30 Dec 2011 06:00:00 GMT</pubDate><guid>http://www.cppblog.com/windcsn/archive/2011/12/30/163176.html</guid><wfw:comment>http://www.cppblog.com/windcsn/comments/163176.html</wfw:comment><comments>http://www.cppblog.com/windcsn/archive/2011/12/30/163176.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cppblog.com/windcsn/comments/commentRss/163176.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/windcsn/services/trackbacks/163176.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 安装CentOS 32位C++编译开发系统；介绍yum方式安装开发包，centos新手笔记。&nbsp;&nbsp;<a href='http://www.cppblog.com/windcsn/archive/2011/12/30/163176.html'>阅读全文</a><img src ="http://www.cppblog.com/windcsn/aggbug/163176.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/windcsn/" target="_blank">笨笨</a> 2011-12-30 14:00 <a href="http://www.cppblog.com/windcsn/archive/2011/12/30/163176.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Linux Mount远程目录</title><link>http://www.cppblog.com/windcsn/archive/2011/12/26/162856.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Mon, 26 Dec 2011 08:38:00 GMT</pubDate><guid>http://www.cppblog.com/windcsn/archive/2011/12/26/162856.html</guid><wfw:comment>http://www.cppblog.com/windcsn/comments/162856.html</wfw:comment><comments>http://www.cppblog.com/windcsn/archive/2011/12/26/162856.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cppblog.com/windcsn/comments/commentRss/162856.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/windcsn/services/trackbacks/162856.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Linux Mount远程目录:简单介绍使用mount命令来装载远程目录。&nbsp;&nbsp;<a href='http://www.cppblog.com/windcsn/archive/2011/12/26/162856.html'>阅读全文</a><img src ="http://www.cppblog.com/windcsn/aggbug/162856.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/windcsn/" target="_blank">笨笨</a> 2011-12-26 16:38 <a href="http://www.cppblog.com/windcsn/archive/2011/12/26/162856.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>SSL shutdown</title><link>http://www.cppblog.com/windcsn/archive/2011/12/13/162063.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Tue, 13 Dec 2011 15:17:00 GMT</pubDate><guid>http://www.cppblog.com/windcsn/archive/2011/12/13/162063.html</guid><wfw:comment>http://www.cppblog.com/windcsn/comments/162063.html</wfw:comment><comments>http://www.cppblog.com/windcsn/archive/2011/12/13/162063.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/windcsn/comments/commentRss/162063.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/windcsn/services/trackbacks/162063.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: SSL 的shutdown行为&nbsp;&nbsp;<a href='http://www.cppblog.com/windcsn/archive/2011/12/13/162063.html'>阅读全文</a><img src ="http://www.cppblog.com/windcsn/aggbug/162063.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/windcsn/" target="_blank">笨笨</a> 2011-12-13 23:17 <a href="http://www.cppblog.com/windcsn/archive/2011/12/13/162063.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>调用read函数之前请给errno复位(linux)</title><link>http://www.cppblog.com/windcsn/archive/2011/12/05/161480.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Mon, 05 Dec 2011 02:18:00 GMT</pubDate><guid>http://www.cppblog.com/windcsn/archive/2011/12/05/161480.html</guid><wfw:comment>http://www.cppblog.com/windcsn/comments/161480.html</wfw:comment><comments>http://www.cppblog.com/windcsn/archive/2011/12/05/161480.html#Feedback</comments><slash:comments>10</slash:comments><wfw:commentRss>http://www.cppblog.com/windcsn/comments/commentRss/161480.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/windcsn/services/trackbacks/161480.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 调用read函数之前请给errno复位(linux)&nbsp;&nbsp;<a href='http://www.cppblog.com/windcsn/archive/2011/12/05/161480.html'>阅读全文</a><img src ="http://www.cppblog.com/windcsn/aggbug/161480.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/windcsn/" target="_blank">笨笨</a> 2011-12-05 10:18 <a href="http://www.cppblog.com/windcsn/archive/2011/12/05/161480.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>tcpdump to capture packet for wireshark</title><link>http://www.cppblog.com/windcsn/archive/2011/11/11/159957.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Fri, 11 Nov 2011 04:20:00 GMT</pubDate><guid>http://www.cppblog.com/windcsn/archive/2011/11/11/159957.html</guid><wfw:comment>http://www.cppblog.com/windcsn/comments/159957.html</wfw:comment><comments>http://www.cppblog.com/windcsn/archive/2011/11/11/159957.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cppblog.com/windcsn/comments/commentRss/159957.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/windcsn/services/trackbacks/159957.html</trackback:ping><description><![CDATA[<div>tcpdump -i eth0:0 tcp -w /tmp/test.cap<br /><br />-i is used to set interface<br />tcp is used to set protocol<br />-w is the output file<br />wireshark can handle test.cap</div><img src ="http://www.cppblog.com/windcsn/aggbug/159957.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/windcsn/" target="_blank">笨笨</a> 2011-11-11 12:20 <a href="http://www.cppblog.com/windcsn/archive/2011/11/11/159957.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>EPOLL使用的注意</title><link>http://www.cppblog.com/windcsn/archive/2011/11/09/159885.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Wed, 09 Nov 2011 12:26:00 GMT</pubDate><guid>http://www.cppblog.com/windcsn/archive/2011/11/09/159885.html</guid><wfw:comment>http://www.cppblog.com/windcsn/comments/159885.html</wfw:comment><comments>http://www.cppblog.com/windcsn/archive/2011/11/09/159885.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.cppblog.com/windcsn/comments/commentRss/159885.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/windcsn/services/trackbacks/159885.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: EPOLL使用的注意&nbsp;&nbsp;<a href='http://www.cppblog.com/windcsn/archive/2011/11/09/159885.html'>阅读全文</a><img src ="http://www.cppblog.com/windcsn/aggbug/159885.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/windcsn/" target="_blank">笨笨</a> 2011-11-09 20:26 <a href="http://www.cppblog.com/windcsn/archive/2011/11/09/159885.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>查看Linux程序装载动态库的位置命令</title><link>http://www.cppblog.com/windcsn/archive/2011/10/17/158517.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Mon, 17 Oct 2011 02:19:00 GMT</pubDate><guid>http://www.cppblog.com/windcsn/archive/2011/10/17/158517.html</guid><wfw:comment>http://www.cppblog.com/windcsn/comments/158517.html</wfw:comment><comments>http://www.cppblog.com/windcsn/archive/2011/10/17/158517.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cppblog.com/windcsn/comments/commentRss/158517.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/windcsn/services/trackbacks/158517.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 查看Linux程序装载动态库的位置命令；如果你运行的程序总是提示找不到某些DLL，而你又配置了，可以使用这个命令来确认。&nbsp;&nbsp;<a href='http://www.cppblog.com/windcsn/archive/2011/10/17/158517.html'>阅读全文</a><img src ="http://www.cppblog.com/windcsn/aggbug/158517.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/windcsn/" target="_blank">笨笨</a> 2011-10-17 10:19 <a href="http://www.cppblog.com/windcsn/archive/2011/10/17/158517.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>操作系统的锁如何实现？</title><link>http://www.cppblog.com/windcsn/archive/2011/05/31/147801.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Tue, 31 May 2011 15:36:00 GMT</pubDate><guid>http://www.cppblog.com/windcsn/archive/2011/05/31/147801.html</guid><wfw:comment>http://www.cppblog.com/windcsn/comments/147801.html</wfw:comment><comments>http://www.cppblog.com/windcsn/archive/2011/05/31/147801.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.cppblog.com/windcsn/comments/commentRss/147801.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/windcsn/services/trackbacks/147801.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 操作系统的锁如何实现？&nbsp;&nbsp;<a href='http://www.cppblog.com/windcsn/archive/2011/05/31/147801.html'>阅读全文</a><img src ="http://www.cppblog.com/windcsn/aggbug/147801.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/windcsn/" target="_blank">笨笨</a> 2011-05-31 23:36 <a href="http://www.cppblog.com/windcsn/archive/2011/05/31/147801.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>中断线？共享中断线？</title><link>http://www.cppblog.com/windcsn/archive/2011/05/31/147724.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Tue, 31 May 2011 11:13:00 GMT</pubDate><guid>http://www.cppblog.com/windcsn/archive/2011/05/31/147724.html</guid><wfw:comment>http://www.cppblog.com/windcsn/comments/147724.html</wfw:comment><comments>http://www.cppblog.com/windcsn/archive/2011/05/31/147724.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/windcsn/comments/commentRss/147724.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/windcsn/services/trackbacks/147724.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 中断线？共享中断线？&nbsp;&nbsp;<a href='http://www.cppblog.com/windcsn/archive/2011/05/31/147724.html'>阅读全文</a><img src ="http://www.cppblog.com/windcsn/aggbug/147724.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/windcsn/" target="_blank">笨笨</a> 2011-05-31 19:13 <a href="http://www.cppblog.com/windcsn/archive/2011/05/31/147724.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Linux监听或绑定(bind)80端口失败</title><link>http://www.cppblog.com/windcsn/archive/2011/05/26/147239.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Thu, 26 May 2011 08:52:00 GMT</pubDate><guid>http://www.cppblog.com/windcsn/archive/2011/05/26/147239.html</guid><wfw:comment>http://www.cppblog.com/windcsn/comments/147239.html</wfw:comment><comments>http://www.cppblog.com/windcsn/archive/2011/05/26/147239.html#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://www.cppblog.com/windcsn/comments/commentRss/147239.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/windcsn/services/trackbacks/147239.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Linux监听或绑定(bind)80端口失败&nbsp;&nbsp;<a href='http://www.cppblog.com/windcsn/archive/2011/05/26/147239.html'>阅读全文</a><img src ="http://www.cppblog.com/windcsn/aggbug/147239.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/windcsn/" target="_blank">笨笨</a> 2011-05-26 16:52 <a href="http://www.cppblog.com/windcsn/archive/2011/05/26/147239.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Linux为什么要设计一个“僵尸进程”状态？</title><link>http://www.cppblog.com/windcsn/archive/2011/05/23/146999.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Mon, 23 May 2011 15:08:00 GMT</pubDate><guid>http://www.cppblog.com/windcsn/archive/2011/05/23/146999.html</guid><wfw:comment>http://www.cppblog.com/windcsn/comments/146999.html</wfw:comment><comments>http://www.cppblog.com/windcsn/archive/2011/05/23/146999.html#Feedback</comments><slash:comments>12</slash:comments><wfw:commentRss>http://www.cppblog.com/windcsn/comments/commentRss/146999.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/windcsn/services/trackbacks/146999.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Linux为什么要设计一个“僵尸进程”状态？&nbsp;&nbsp;<a href='http://www.cppblog.com/windcsn/archive/2011/05/23/146999.html'>阅读全文</a><img src ="http://www.cppblog.com/windcsn/aggbug/146999.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/windcsn/" target="_blank">笨笨</a> 2011-05-23 23:08 <a href="http://www.cppblog.com/windcsn/archive/2011/05/23/146999.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>为当前用户打开Linux的ifconfig等系统命令</title><link>http://www.cppblog.com/windcsn/archive/2011/05/23/146976.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Mon, 23 May 2011 06:44:00 GMT</pubDate><guid>http://www.cppblog.com/windcsn/archive/2011/05/23/146976.html</guid><wfw:comment>http://www.cppblog.com/windcsn/comments/146976.html</wfw:comment><comments>http://www.cppblog.com/windcsn/archive/2011/05/23/146976.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cppblog.com/windcsn/comments/commentRss/146976.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/windcsn/services/trackbacks/146976.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 为当前用户打开Linux的ifconfig等系统命令&nbsp;&nbsp;<a href='http://www.cppblog.com/windcsn/archive/2011/05/23/146976.html'>阅读全文</a><img src ="http://www.cppblog.com/windcsn/aggbug/146976.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/windcsn/" target="_blank">笨笨</a> 2011-05-23 14:44 <a href="http://www.cppblog.com/windcsn/archive/2011/05/23/146976.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>UNIX几个系统进程</title><link>http://www.cppblog.com/windcsn/archive/2011/05/19/146704.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Thu, 19 May 2011 14:27:00 GMT</pubDate><guid>http://www.cppblog.com/windcsn/archive/2011/05/19/146704.html</guid><wfw:comment>http://www.cppblog.com/windcsn/comments/146704.html</wfw:comment><comments>http://www.cppblog.com/windcsn/archive/2011/05/19/146704.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/windcsn/comments/commentRss/146704.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/windcsn/services/trackbacks/146704.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: UNIX的几个系统进程。&nbsp;&nbsp;<a href='http://www.cppblog.com/windcsn/archive/2011/05/19/146704.html'>阅读全文</a><img src ="http://www.cppblog.com/windcsn/aggbug/146704.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/windcsn/" target="_blank">笨笨</a> 2011-05-19 22:27 <a href="http://www.cppblog.com/windcsn/archive/2011/05/19/146704.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Linux GCC编译警告：Clock skew detected.  Your build may be incomplete</title><link>http://www.cppblog.com/windcsn/archive/2011/05/18/146675.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Wed, 18 May 2011 08:13:00 GMT</pubDate><guid>http://www.cppblog.com/windcsn/archive/2011/05/18/146675.html</guid><wfw:comment>http://www.cppblog.com/windcsn/comments/146675.html</wfw:comment><comments>http://www.cppblog.com/windcsn/archive/2011/05/18/146675.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cppblog.com/windcsn/comments/commentRss/146675.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/windcsn/services/trackbacks/146675.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Linux GCC编译警告：Clock skew detected.  Your build may be incomplete&nbsp;&nbsp;<a href='http://www.cppblog.com/windcsn/archive/2011/05/18/146675.html'>阅读全文</a><img src ="http://www.cppblog.com/windcsn/aggbug/146675.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/windcsn/" target="_blank">笨笨</a> 2011-05-18 16:13 <a href="http://www.cppblog.com/windcsn/archive/2011/05/18/146675.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Linux开发必须知道的</title><link>http://www.cppblog.com/windcsn/archive/2011/05/18/146663.html</link><dc:creator>笨笨</dc:creator><author>笨笨</author><pubDate>Wed, 18 May 2011 07:53:00 GMT</pubDate><guid>http://www.cppblog.com/windcsn/archive/2011/05/18/146663.html</guid><wfw:comment>http://www.cppblog.com/windcsn/comments/146663.html</wfw:comment><comments>http://www.cppblog.com/windcsn/archive/2011/05/18/146663.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.cppblog.com/windcsn/comments/commentRss/146663.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/windcsn/services/trackbacks/146663.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 本文是作者阅读Linux开发相关图书做的笔记之一，主要描述Linux上开发的环境基本知识。<br>&nbsp;&nbsp;<a href='http://www.cppblog.com/windcsn/archive/2011/05/18/146663.html'>阅读全文</a><img src ="http://www.cppblog.com/windcsn/aggbug/146663.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/windcsn/" target="_blank">笨笨</a> 2011-05-18 15:53 <a href="http://www.cppblog.com/windcsn/archive/2011/05/18/146663.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>