<?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; System</title>
	<atom:link href="http://www.opzn.org/archives/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.opzn.org</link>
	<description>WenYunlong&#039;s blog 温云龙的博客</description>
	<lastBuildDate>Fri, 23 Dec 2011 02:07:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>我的VIM配置文件</title>
		<link>http://www.opzn.org/archives/310</link>
		<comments>http://www.opzn.org/archives/310#comments</comments>
		<pubDate>Thu, 04 Feb 2010 08:29:32 +0000</pubDate>
		<dc:creator>温 云龙</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://motse.opzn.com/?p=310</guid>
		<description><![CDATA[<p>用了好几年的VIM配置文件，有喜欢的下载吧，效果图<br />
<a href="http://www.opzn.org/wp-content/uploads/2010/02/vim.jpg"><img class="alignnone size-medium wp-image-555" title="vim" src="http://www.opzn.org/wp-content/uploads/2010/02/vim-300x162.jpg" alt="" width="300" height="162" /></a><br />
[......]</p><p class='read-more'><a href='http://www.opzn.org/archives/310'>阅读全文</a></p>]]></description>
		<wfw:commentRss>http://www.opzn.org/archives/310/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>C实现配置文件(Ini文件)读取，跨平台</title>
		<link>http://www.opzn.org/archives/204</link>
		<comments>http://www.opzn.org/archives/204#comments</comments>
		<pubDate>Thu, 24 Sep 2009 12:23:57 +0000</pubDate>
		<dc:creator>温 云龙</dc:creator>
				<category><![CDATA[Develop]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[System]]></category>

		<guid isPermaLink="false">http://www.opzn.org/?p=204</guid>
		<description><![CDATA[config.h
<pre lang="c" line="1">
#ifndef __CONFIG_H__
#define __CONFIG_H__

#include \"list.h\"

typedef struct config_node {
	char *section;
	char *name;
	char *value;
} config_node_t;

int config_node_add(list_t *list, char *section, char *name, char *value);
int config_load(list_t **list, const char *filepath);
char *config_get(list_t *list, const char *section, const char *name, const char *def);
void config_free(list_t *list);

#endif /* __CONFIG_H__ */</pre>
[......]<p class='read-more'><a href='http://www.opzn.org/archives/204'>阅读全文</a></p>]]></description>
		<wfw:commentRss>http://www.opzn.org/archives/204/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Linux 下无线网卡启动脚本</title>
		<link>http://www.opzn.org/archives/174</link>
		<comments>http://www.opzn.org/archives/174#comments</comments>
		<pubDate>Mon, 31 Aug 2009 06:10:01 +0000</pubDate>
		<dc:creator>温 云龙</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://www.opzn.org/?p=174</guid>
		<description><![CDATA[Linux 下无线网卡启动脚本
不使用dhcp
<pre lang="bash" line="1">
#!/bin/sh
ifconfig wlan0 up
iwconfig wlan0 ESSID MYESSID
iwconfig key s:PASSWORD
ifconfig wlan0 192.168.0.xxx
route add gw 192.168.0.1
</pre>
[......]<p class='read-more'><a href='http://www.opzn.org/archives/174'>阅读全文</a></p>]]></description>
		<wfw:commentRss>http://www.opzn.org/archives/174/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>自己做的一个SLIM主题</title>
		<link>http://www.opzn.org/archives/100</link>
		<comments>http://www.opzn.org/archives/100#comments</comments>
		<pubDate>Fri, 26 Dec 2008 23:58:30 +0000</pubDate>
		<dc:creator>温 云龙</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Login]]></category>
		<category><![CDATA[System]]></category>

		<guid isPermaLink="false">http://www.opzn.org/?p=100</guid>
		<description><![CDATA[什么是SLIM， SLIM是一个简单轻巧的Linux登录管理器，配置选项完成，支持X服务器的登录/关机/重启命令，支持主题文件，支持用户自动登录，可定制欢迎以及关闭信息。[......]<p class='read-more'><a href='http://www.opzn.org/archives/100'>阅读全文</a></p>]]></description>
		<wfw:commentRss>http://www.opzn.org/archives/100/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux 下 Eclipse tptp agent controller 启动失败</title>
		<link>http://www.opzn.org/archives/29</link>
		<comments>http://www.opzn.org/archives/29#comments</comments>
		<pubDate>Thu, 04 Sep 2008 19:03:05 +0000</pubDate>
		<dc:creator>温 云龙</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[TPTP]]></category>

		<guid isPermaLink="false">http://www.opzn.org/?p=29</guid>
		<description><![CDATA[检查原因，执行

/opt/eclipse/plugins/org.eclipse.tptp.platform.ac.linux_ia32_4.4.1.v200806171132/agent_controller/bin/ACStart.sh

提示缺少 ibstdc++-libc6.2-2[......]<p class='read-more'><a href='http://www.opzn.org/archives/29'>阅读全文</a></p>]]></description>
		<wfw:commentRss>http://www.opzn.org/archives/29/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

