<?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; wifi</title>
	<atom:link href="http://www.opzn.org/archives/tag/wifi/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>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>
	</channel>
</rss>

