<?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>llj098&#039;s weblog &#187; ubuntu</title>
	<atom:link href="http://liulijin.info/blog/post/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://liulijin.info/blog</link>
	<description>你把青春献给我</description>
	<lastBuildDate>Thu, 12 Aug 2010 01:26:18 +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>How to use TrackPoint in Ubuntu</title>
		<link>http://liulijin.info/blog/post/how-to-use-trackpoint-in-ubuntu/</link>
		<comments>http://liulijin.info/blog/post/how-to-use-trackpoint-in-ubuntu/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 05:16:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[TrackPoint]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://liulijin.info/blog/post/how-to-use-trackpoint-in-ubuntu/</guid>
		<description><![CDATA[How to use TrackPoint in UbuntuThrere is a amazing website for thinkpad users who want to linux systems.It is : http://www.thinkwiki.org/After about one month ubuntu 9.10 using experience, i think most of the things are VERY ok, one inconvenience things &#8230; <a href="http://liulijin.info/blog/post/how-to-use-trackpoint-in-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>How to use TrackPoint in Ubuntu<br /><br />Threre is a amazing website for thinkpad users who want to linux systems.<br /><br />It is : <a href="http://www.thinkwiki.org/" id="ke-2" title="http://www.thinkwiki.org/">http://www.thinkwiki.org/</a><br /><br />After about one month ubuntu 9.10 using experience, i think most of the things are VERY ok, one inconvenience things is about my TrackPoint middle button emulation.<br /><br />In windows system which driver installed , when you press the middle button of the TrackPoint , and move the trackpoint , you can scroll the screen. But there is no offical TrackPoint driver for linux until now,so we must hack . If we have thinkwiki.org , the things are very easy. Go to this page: <a href="http://www.thinkwiki.org/wiki/How_to_configure_the_TrackPoint#Configuration_using_Gnome" id="v-1_" title="http://www.thinkwiki.org/wiki/How_to_configure_the_TrackPoint#Configuration_using_Gnome">http://www.thinkwiki.org/wiki/How_to_configure_the_TrackPoint#Configuration_using_Gnome</a>  and install the tool: Gpointing device settings.<br /><br /><b>One thing important: I installed the tool, and found it was useless ! After miniutes trying, I found that you should modify the button count in the control panel , as default it was 4 , when I set 2 , it works!!</b><br /><br /><br /><br /><br /></p>
]]></content:encoded>
			<wfw:commentRss>http://liulijin.info/blog/post/how-to-use-trackpoint-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use dreamhost&#039;s SSH in Ubuntu</title>
		<link>http://liulijin.info/blog/post/use-dreamhosts-ssh-in-ubuntu/</link>
		<comments>http://liulijin.info/blog/post/use-dreamhosts-ssh-in-ubuntu/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 11:54:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://liulijin.info/blog/post/use-dreamhosts-ssh-in-ubuntu/</guid>
		<description><![CDATA[ssh -D portnumber username@host -N As I mentioned before , SSH is a better way to fuck the G&#42;W. But how do I use ssh in a linux system? You can find the answer everywhere , and all of them &#8230; <a href="http://liulijin.info/blog/post/use-dreamhosts-ssh-in-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>ssh -D portnumber username@host -N</strong></p>

<p>As I mentioned before , SSH is a better way to fuck the G&#42;W. But how do I use ssh in a linux system?</p>

<p>You can find the answer everywhere , and all of them are the same : <strong>ssh -D portnumber username@host</strong></p>

<p>I a dreamhost user, and a newbie to linux world , I cannot success to do that , when I execute the command , i receive the following messages:</p>

<blockquote>
  <p>Welcome to athens.dreamhost.com
  Any malicious and/or unauthorized activity is strictly forbidden.
  All activity may be logged by DreamHost Web Hosting.
  Last login: Sun Mar  7 03:07:34 2010 from xxx.xxx.xxx.xxx
  This account allows only ftp connections.
  Connection to athens.dreamhost.com closed.</p>
</blockquote>

<p>and , then nothing happens. I still cannot visit twitter.com.This problem troubles me for days.Today is Sunday , I tried again. I read the message carefully this time , but still did not know how to do.</p>

<p>Then , I execute : <em>man ssh</em> in the shell , and found a parameter : -N. It is decribed  : <strong><em>-N Do not execute a remote command.  This is useful for just forwarding ports (protocol version 2 only).</em></strong></p>

<p>Oh , it is just what I need!!</p>

<p>Here is the script :</p>

<blockquote>
  <p>&#35;!/usr/bin/expect
  set timeout 60
  killall -9 ssh
  spawn /usr/bin/ssh -D 7070 -g username@youserver.com <strong>-N</strong> -f
  &#35;这里的 username 为你自己的用户名，yourserver.com 为你自己的服务器域名或ip
  vexpect {
  &#8220;password:&#8221; {
  send &#8220;passwordr&#8221;
  &#35;将第二个 password 改为你自己的密码
  }
  }
  interact {
  timeout 60 { send &#8221; &#8220;}
  }</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://liulijin.info/blog/post/use-dreamhosts-ssh-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
