<?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>IT Farmer的博客 &#187; install</title>
	<atom:link href="http://www.it-farmer.com/tag/install/feed" rel="self" type="application/rss+xml" />
	<link>http://www.it-farmer.com</link>
	<description>关于软件, 技术, 生活的点滴记录</description>
	<lastBuildDate>Sun, 25 Jul 2010 08:50:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Ubuntu：如何安装开发工具</title>
		<link>http://www.it-farmer.com/install-build-essential-for-ubuntu.html</link>
		<comments>http://www.it-farmer.com/install-build-essential-for-ubuntu.html#comments</comments>
		<pubDate>Fri, 02 May 2008 13:27:45 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[essential]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/?p=135</guid>
		<description><![CDATA[Ubuntu缺省安装似乎并没有完整的开发工具。 如果想编译一些开源程序，下面这条命令可以安装所需要的编译工具： sudo aptitude install build-essential Related Posts:Ubuntu很不错Build firefox 3 trunk on ubuntu在Ubuntu 64下运行32位程序的方法Ubuntu 8发布了小技巧：Ubuntu访问Vista的共享目录Powered by Contextual Related Posts]]></description>
		<wfw:commentRss>http://www.it-farmer.com/install-build-essential-for-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux上安装OpenVPN</title>
		<link>http://www.it-farmer.com/how-to-install-openvpn.html</link>
		<comments>http://www.it-farmer.com/how-to-install-openvpn.html#comments</comments>
		<pubDate>Sun, 09 Mar 2008 01:03:15 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[openvpn]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/how-to-install-openvpn.html</guid>
		<description><![CDATA[OpenVPN据说是个好东西，我忍不住试着来安装一下。 简要步骤如下： 1. 在Linux上下载安装OpenVPN yum install openvpn  2. 根据官方网站的教程，http://openvpn.net/index.php/documentation/howto.html 生成密钥文件，配置server.conf，启动服务器 openvpn server.conf  3. 客户端使用Windows Vista，注意必须安装OpenVPN 2.1_rc7以上的版本， 并且OpenVpn必须Run As Administrator，这样才能和Linux 服务器建立成功的连接 4. 当连接成功后，可以进一步配置用Linux服务器作为网关代理： 在server.conf里添加，并且打开NAT服务 push &#8220;redirect-gateway def1&#8243; iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE 差不多就这样可以了 Related Posts:openvpn failure debugHyper-VBT下载目录如何在脚本语言里检查当前的CPU类型阳台山小游Powered by Contextual Related Posts]]></description>
		<wfw:commentRss>http://www.it-farmer.com/how-to-install-openvpn.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
