﻿<?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"
	>

<channel>
	<title>BLOG - Fighting Man</title>
	<atom:link href="http://gttol.com/feed" rel="self" type="application/rss+xml" />
	<link>http://gttol.com</link>
	<description>Fighting Man's weblog - 推荐您使用Firefox浏览</description>
	<pubDate>Wed, 15 Oct 2008 06:03:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>台湾几个大学的bbs和ip地址</title>
		<link>http://gttol.com/post/154.html</link>
		<comments>http://gttol.com/post/154.html#comments</comments>
		<pubDate>Wed, 15 Oct 2008 06:03:04 +0000</pubDate>
		<dc:creator>战战</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://gttol.com/?p=154</guid>
		<description><![CDATA[






台大计中 bbs.ntu.edu.tw 140.112.1.6
台大土木 bbs.ce.ntu.edu.tw 140.112.10.154
台大土研 foolman.ce.ntu.edu.tw 140.112.15.177
台大电机 bbs.ee.ntu.edu.tw 140.112.18.32
台大造洋 linux.na.ntu.edu.tw 140.112.26.99
台大资工 bbs.csie.ntu.edu.tw 140.112.30.54
台大地下巨轮 wheel.csie.ntu.edu.tw 140.112.30.160
台大数学 bbs.math.ntu.edu.tw 140.112.50.162
台大物理 chdrv2.phys.ntu.edu.tw 140.112.52.113
台大医学院 bbs.mc.ntu.edu.tw 140.112.131.231
+台大牙医 140.112.135.108
台大新时代 ifms.ntu.edu.tw 140.112.161.162 login:newa
台大文学院佛学研究中心狮子吼 ccbs.ntu.edu.tw 140.112.2.89











]]></description>
			<content:encoded><![CDATA[<table border="0" width="72%" bgcolor="#ffffff">
<tbody>
<tr>
<td width="97%" align="left">
<table class="wr" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="gray14">台大计中 bbs.ntu.edu.tw 140.112.1.6</p>
<p>台大土木 bbs.ce.ntu.edu.tw 140.112.10.154</p>
<p>台大土研 foolman.ce.ntu.edu.tw 140.112.15.177</p>
<p>台大电机 bbs.ee.ntu.edu.tw 140.112.18.32</p>
<p>台大造洋 linux.na.ntu.edu.tw 140.112.26.99</p>
<p>台大资工 bbs.csie.ntu.edu.tw 140.112.30.54</p>
<p>台大地下巨轮 wheel.csie.ntu.edu.tw 140.112.30.160</p>
<p>台大数学 bbs.math.ntu.edu.tw 140.112.50.162</p>
<p>台大物理 chdrv2.phys.ntu.edu.tw 140.112.52.113</p>
<p>台大医学院 bbs.mc.ntu.edu.tw 140.112.131.231</p>
<p>+台大牙医 140.112.135.108</p>
<p>台大新时代 ifms.ntu.edu.tw 140.112.161.162 login:newa</p>
<p>台大文学院佛学研究中心狮子吼 ccbs.ntu.edu.tw 140.112.2.89</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="17"></td>
<td class="p14"></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://gttol.com/post/154.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu如何安装RPM格式的安装包</title>
		<link>http://gttol.com/post/153.html</link>
		<comments>http://gttol.com/post/153.html#comments</comments>
		<pubDate>Mon, 13 Oct 2008 08:22:56 +0000</pubDate>
		<dc:creator>战战</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://gttol.com/?p=153</guid>
		<description><![CDATA[因为是RPM的包，Ubuntu不能直接安装，需要用alien将其转化成deb格式
在终端下输入
sudo apt-get install alien
sudo alien ＊＊＊.rpm
sudo dpkg -i ＊＊＊＊.deb
我的Sourcelist
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-updates main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-updates main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-backports main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-backports main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-security main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-security main restricted [...]]]></description>
			<content:encoded><![CDATA[<p>因为是RPM的包，Ubuntu不能直接安装，需要用alien将其转化成deb格式</p>
<p>在终端下输入</p>
<p>sudo apt-get install alien</p>
<p>sudo alien ＊＊＊.rpm</p>
<p>sudo dpkg -i ＊＊＊＊.deb</p>
<p>我的Sourcelist</p>
<p>deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy main restricted universe multiverse<br />
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy main restricted universe multiverse<br />
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-updates main restricted universe multiverse<br />
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-updates main restricted universe multiverse<br />
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-backports main restricted universe multiverse<br />
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-backports main restricted universe multiverse<br />
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-security main restricted universe multiverse<br />
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-security main restricted universe multiverse<br />
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-proposed main multiverse restricted universe<br />
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-proposed main restricted universe multiverse<br />
deb http://archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse<br />
deb http://archive.ubuntu.com/ubuntu/ hardy-security main restricted universe multiverse<br />
deb http://archive.ubuntu.com/ubuntu/ hardy-updates main restricted universe multiverse<br />
deb http://archive.ubuntu.com/ubuntu/ hardy-proposed main restricted universe multiverse<br />
deb http://archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse<br />
deb-src http://archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse<br />
deb-src http://archive.ubuntu.com/ubuntu/ hardy-security main restricted universe multiverse<br />
deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates main restricted universe multiverse<br />
deb-src http://archive.ubuntu.com/ubuntu/ hardy-proposed main restricted universe multiverse<br />
deb-src http://archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse<br />
deb http://archive.ubuntu.org.cn/ubuntu-cn/ hardy main restricted universe multiverse<br />
deb http://debian.meebey.net/etch-backports /<br />
deb http://ppa.launchpad.net/galaxium/ubuntu hardy main<br />
deb-src http://ppa.launchpad.net/galaxium/ubuntu hardy main<br />
deb http://static.audacious-media-player.org/ubuntu dapper main<br />
deb-src http://static.audacious-media-player.org/ubuntu dapper main<br />
deb http://static.audacious-media-player.org/ubuntu edgy main<br />
deb-src http://static.audacious-media-player.org/ubuntu edgy main<br />
deb http://us.archive.ubuntu.com/ubuntu edgy universe</p>
]]></content:encoded>
			<wfw:commentRss>http://gttol.com/post/153.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>国庆假结束喽</title>
		<link>http://gttol.com/post/152.html</link>
		<comments>http://gttol.com/post/152.html#comments</comments>
		<pubDate>Sun, 05 Oct 2008 15:18:38 +0000</pubDate>
		<dc:creator>战战</dc:creator>
		
		<category><![CDATA[Simple Life]]></category>

		<guid isPermaLink="false">http://gttol.com/?p=152</guid>
		<description><![CDATA[国庆长假结束了，吼吼
从28号到5号，除了28号和5号这俩天用来坐车之外，剩下的时间都在朋友。同学的婚礼上帮忙了，都没怎么在家，虽然每天都觉得很累，可是很开心，因为碰到了很多老同学，也联系上了不少人。
看看博客的未审核的评论，居然已经2800多条了，大部分是垃圾评论，真是晕阿。。
]]></description>
			<content:encoded><![CDATA[<p>国庆长假结束了，吼吼</p>
<p>从28号到5号，除了28号和5号这俩天用来坐车之外，剩下的时间都在朋友。同学的婚礼上帮忙了，都没怎么在家，虽然每天都觉得很累，可是很开心，因为碰到了很多老同学，也联系上了不少人。</p>
<p>看看博客的未审核的评论，居然已经2800多条了，大部分是垃圾评论，真是晕阿。。</p>
]]></content:encoded>
			<wfw:commentRss>http://gttol.com/post/152.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>推荐一个Mono及MonoDevelop安装指导的网站</title>
		<link>http://gttol.com/post/151.html</link>
		<comments>http://gttol.com/post/151.html#comments</comments>
		<pubDate>Wed, 17 Sep 2008 17:55:18 +0000</pubDate>
		<dc:creator>战战</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://gttol.com/?p=151</guid>
		<description><![CDATA[小日本的网站，网站的内容很实在，
http://smdn.invisiblefulmoon.net/programming/mono/

]]></description>
			<content:encoded><![CDATA[<p>小日本的网站，网站的内容很实在，</p>
<p><a href="http://smdn.invisiblefulmoon.net/programming/mono/">http://smdn.invisiblefulmoon.net/programming/mono/</a></p>
<p><img src="http://farm4.static.flickr.com/3272/2866065304_68c3551ff3.jpg?v=0" alt="" width="430" height="500" /></p>
]]></content:encoded>
			<wfw:commentRss>http://gttol.com/post/151.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>在Ubuntu8.0.4上部署Mono开发环境</title>
		<link>http://gttol.com/post/150.html</link>
		<comments>http://gttol.com/post/150.html#comments</comments>
		<pubDate>Tue, 16 Sep 2008 05:49:43 +0000</pubDate>
		<dc:creator>战战</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://gttol.com/?p=150</guid>
		<description><![CDATA[看这里
http://blog.baelemans.com/post/2008/04/Installing-Mono-19-and-MonoDevelop-10-on-Ubuntu-Linux.aspx
按照上面文章中的设置以后，如果运行出现这样的错误，at MonoDevelop.
Core.Runtime.Initialize (Boolean updateAddinRegistry) [0x00000]
at MonoDevelop.Startup.SharpDevelopMain.Main (System.String[] args) [0x00000]
执行sudo rm -rf .config/MonoDevelop
]]></description>
			<content:encoded><![CDATA[<p>看这里</p>
<p><a href="http://blog.baelemans.com/post/2008/04/Installing-Mono-19-and-MonoDevelop-10-on-Ubuntu-Linux.aspx">http://blog.baelemans.com/post/2008/04/Installing-Mono-19-and-MonoDevelop-10-on-Ubuntu-Linux.aspx</a></p>
<blockquote><p>按照上面文章中的设置以后，如果运行出现这样的错误，at MonoDevelop.</p>
<p>Core.Runtime.Initialize (Boolean updateAddinRegistry) [0x00000]<br />
at MonoDevelop.Startup.SharpDevelopMain.Main (System.String[] args) [0x00000]</p></blockquote>
<p>执行sudo rm -rf .config/MonoDevelop</p>
]]></content:encoded>
			<wfw:commentRss>http://gttol.com/post/150.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
