<?xml version="1.0" encoding="utf-8"?>
			<?xml-stylesheet type="text/css" href="http://www.lupaworld.com/css/rss.css"?>
			<rss version="2.0">
			  <channel>
			    <title>小刘的开源博客</title>
			    <link>http://www.lupaworld.com/?uid-28556</link>
			    <description>好好学习，天天开源！</description>
			    <copyright>Copyright(C) 小刘的开源博客</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Thu, 16 Oct 2008 03:05:30 GMT</lastBuildDate><item>
								<title>在ubuntu下安装c/c++开发环境</title>
								<link>http://www.lupaworld.com/?uid-28556-action-viewspace-itemid-115377</link>
								<description><![CDATA[&nbsp;&nbsp;&nbsp; Linux的c/c++开发环境包括：gcc(GNU C 编译器)、g++(GNU C++ 编译器)、libc6(GNU C 库:开发库和头文件)、make(make工具的GNU版本)。ubuntu缺省是没有安装的，包build-essential用于建立c/c++开发环境，有两种方式可以选择：<br>&nbsp;&nbsp;&nbsp; 1、终端：<br>&nb...]]></description>
								<category>blog</category>
								<author>yayoo</author>
								<pubDate>Sun, 17 Aug 2008 10:13:07 GMT</pubDate>
							</item>
							<item>
								<title>sendmail错误Connection refused by [127.0.0.1]的解决</title>
								<link>http://www.lupaworld.com/?uid-28556-action-viewspace-itemid-45209</link>
								<description><![CDATA[&nbsp;&nbsp;&nbsp; centos5.1的sendmail不能在本地用户之间发生邮件，但之前是可以的，输入：<br>&nbsp;&nbsp;&nbsp; netstat -an|grep 25<br>&nbsp;&nbsp;&nbsp;&nbsp; tcp&nbsp;&nbsp; 0&nbsp;&nbsp; 0 127.0.0.1:25&nbsp; 0.0.0.0:*&nbsp;&nbsp; LISTEN<br>&nbsp;&nbsp;&nbsp;&...]]></description>
								<category>blog</category>
								<author>yayoo</author>
								<pubDate>Tue, 01 Apr 2008 08:48:49 GMT</pubDate>
							</item>
							<item>
								<title>在Fedora 8安装VirtualBox虚拟机</title>
								<link>http://www.lupaworld.com/?uid-28556-action-viewspace-itemid-45032</link>
								<description><![CDATA[
			
			
			
			&nbsp; &nbsp; 关键词：Fedora8 kernel VirtualBox<br>&nbsp;&nbsp;&nbsp; 我喜欢Linux，坚持使用Linux，并能用Linux做绝大部分的事，但是有时仍然需要使用windows（这样的需求正逐步减少），这是因为有些软件必须运行在windows下面，这时我就不得不忍受“漫长”的系统切换时...]]></description>
								<category>blog</category>
								<author>yayoo</author>
								<pubDate>Fri, 28 Mar 2008 20:36:49 GMT</pubDate>
							</item>
							<item>
								<title>从源代码构建Linux服务器</title>
								<link>http://www.lupaworld.com/?uid-28556-action-viewspace-itemid-30159</link>
								<description><![CDATA[
			
			
			
			
			
			
			
			
			
			
			
			&nbsp;&nbsp;&nbsp; 本文详细描述了如何从源代码安装一个安全、高效的Linux服务器，提供一系列的服务：WEB、DATABASE、FTP、EMAIL、DNS、FIREWALL等，使用了下面的开源软件：<br>&nbsp;&nbsp;&nbsp; <br><ul><li>Linux Server：CentOS...]]></description>
								<category>blog</category>
								<author>yayoo</author>
								<pubDate>Sun, 16 Dec 2007 21:32:47 GMT</pubDate>
							</item>
							<item>
								<title>建立wheel组用户加强root安全</title>
								<link>http://www.lupaworld.com/?uid-28556-action-viewspace-itemid-30007</link>
								<description><![CDATA[
			&nbsp;&nbsp;&nbsp; root用户是Linux中比较特殊的用户，具有控制整个系统的权限，默认情况下，任何普通用户都可以通过su命令获得root用户的权限，对系统进行任何的操作。为了加强系统安全，Linux提供一个管理员组，只有属于这个组的用户才能使用su命令获得root权限，这个组通常为wheel...]]></description>
								<category>blog</category>
								<author>yayoo</author>
								<pubDate>Fri, 16 Nov 2007 15:08:50 GMT</pubDate>
							</item>
							<item>
								<title>改变Linux控制台(console)的语言环境</title>
								<link>http://www.lupaworld.com/?uid-28556-action-viewspace-itemid-29964</link>
								<description><![CDATA[
			&nbsp;&nbsp;&nbsp; Linux安装时语言选择简体中文后，在控制台(console)下显示中文时会出现乱码，造成这个问题的原因是没有正确的设置控制台(console)的语言，这可以通过修改/etc/sysconfig/i18n解决，这个文件只有一行，原始的是：<br>&nbsp;&nbsp;&nbsp; LANG="zh_CN.UTF-8"<br>&nb...]]></description>
								<category>blog</category>
								<author>yayoo</author>
								<pubDate>Fri, 16 Nov 2007 09:10:06 GMT</pubDate>
							</item>
							<item>
								<title>Linux常用命令用法实例</title>
								<link>http://www.lupaworld.com/?uid-28556-action-viewspace-itemid-29963</link>
								<description><![CDATA[
			<span style="color: rgb(0, 128, 255);">注：以下操作基于centos5,LANG="zh_CN.GB18030"</span><br>命令：date<br>功能：显示、设置日期和时间<br>举例：<br>&nbsp;&nbsp;&nbsp; 显示时间：<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 格式：date<br>&...]]></description>
								<category>blog</category>
								<author>yayoo</author>
								<pubDate>Fri, 16 Nov 2007 08:58:44 GMT</pubDate>
							</item>
							<item>
								<title>Linux引导过程</title>
								<link>http://www.lupaworld.com/?uid-28556-action-viewspace-itemid-24991</link>
								<description><![CDATA[
			
			
			
			
			
			
			&nbsp;&nbsp;&nbsp; Linux的引导是指计算机从加电（按下power键）到出现shell提示符的这个过程，这个引导过程有这么几个步骤：<br><ul><li style="color: rgb(0, 1, 255);">BIOS</li><li style="color: rgb(0, 1, 255);">Master Boot Record(MBR)</li><l...]]></description>
								<category>blog</category>
								<author>yayoo</author>
								<pubDate>Tue, 09 Oct 2007 21:43:10 GMT</pubDate>
							</item>
							
		</channel>
	</rss>