<?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; ssh</title>
	<atom:link href="http://cocobear.info/blog/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://cocobear.info/blog</link>
	<description>K.I.S.S</description>
	<lastBuildDate>Sat, 10 Dec 2011 16:11:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>博客换了个主题</title>
		<link>http://cocobear.info/blog/2008/11/06/change-theme-for-blog/</link>
		<comments>http://cocobear.info/blog/2008/11/06/change-theme-for-blog/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 04:27:32 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=345</guid>
		<description><![CDATA[前天上网的时候无意中搜到一个博客，发现那个主题挺不错，很简洁，很符合俺的胃口，于是昨天花了一天的时间去修改这个主题，把它改成了黑色的，其它细节地方也修改了一下，目前的感觉还不错，我测试了Firefox,Opera,IE,基本都没问题，只有IE里面留言时那个&#8221;电邮&#8221;那一栏的颜色有问题，实在是搞不明白，不管了，还是推荐大家使用Opera/Firefox浏览。 有什么好的建议欢迎提出来，俺再改改。好久没动CSS这东西了，发现改这个东西好痛苦，不仅要考虑显示器的分辨率，还要考虑不同的浏览器，太麻烦了！！ 俺博客的新口号： K.I.S.S Keep It Simple, Stupid. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;简单的分隔线&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 记个通过使用dreamhost作为加密代理的方法: 首先使用ssh连接dreamhost主机： ssh -CND 9999 cocobear@cocobear.info 然后在浏览器里设置使用sock5代理，填入127.0.0.0 ,9999。 这样所有的HTTP请求都经过ssh加密了，不怕GFW了，不过速度同时也慢下来了。 详细的内容见这里]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2008/11/06/change-theme-for-blog/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Fedora中ATI显示驱动问题</title>
		<link>http://cocobear.info/blog/2008/05/30/fedora9-ati/</link>
		<comments>http://cocobear.info/blog/2008/05/30/fedora9-ati/#comments</comments>
		<pubDate>Fri, 30 May 2008 08:25:34 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=285</guid>
		<description><![CDATA[Fedora9中由于Xorg版本过新的原因（刚开始我还以为是内核版本过新的原因），最新的ATI显卡驱动没办法使用，因此3D效果无法开启，在我的机子上不仅如此，而且连在runlevel 5 下使用Ctrl+ALT+F1这样切换终端都出现问题（不支援）。 忍了几天，今天终于解决掉了，我是按照这篇文章来做的，既然Xorg版本过新，那就直接换个低版本的Xorg（Linux不就有这个好处吗^_^）。 详细的我就不写出来了，说下大概过程： 首先是为系统添加Fedora8的源，可以直接下载这个文件，然后在Fedora9 yum配置文件中把xorg* linuxwacom* rhpxl* mesa*/&#8221; 相关的软件包排除掉，卸载Xorg，重新安装一次，这时由于Fedora9中已经排除了Xorg相关的软件包，因此yum就会从Fedora8的源中安装这些包，这样就得到了downgrade的效果。 文章的最后还给出来如果恢复到系统默认Xorg的办法，这里就不提了。 现在我的Fedora9完全没有问题了，^_^ btw:记个东西，ssh到内网的电脑： 首先得有个公网的IP，然后在内网（我公司的电脑）的电脑上使用下面命令： [cocobear@cocobear ~]$ ssh -f -N -R 1986:localhost:22 cocobear@208.113.171.94 （208.113.171.94这个IP是我网站的IP，一会儿会提到为什么用这个IP） 接着在有公网IP的电脑上登录这台内网机器： 因为我另一边要在宿舍来连公司的这台电脑，而宿舍的电脑也在内网，因此需要使用一个具有公网IP的跳板电脑，我先在宿舍ssh到我这个网站的服务器上： [cocobear@cocobear ~]$ ssh -l cocobear cocobear.info 然后在服务器上连接 [crystallight]$ ssh cocobear@localhost -p 1986 呵呵，这样就可以从宿舍电脑ssh到公司了，一会儿回宿舍看看公司这边电脑东西下完了没^_^]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2008/05/30/fedora9-ati/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

