<?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; Yuanjin</title>
	<atom:link href="http://www.goleng.com/?feed=rss2&#038;author=1" rel="self" type="application/rss+xml" />
	<link>http://www.goleng.com</link>
	<description>一骑红尘妃子笑，无人知是荔枝来！</description>
	<lastBuildDate>Wed, 01 Sep 2010 01:59:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>[GFW]转载-gSTM――Linux下SSH客户端</title>
		<link>http://www.goleng.com/?p=413</link>
		<comments>http://www.goleng.com/?p=413#comments</comments>
		<pubDate>Wed, 01 Sep 2010 01:59:38 +0000</pubDate>
		<dc:creator>Yuanjin</dc:creator>
				<category><![CDATA[信息技术]]></category>
		<category><![CDATA[GFW]]></category>
		<category><![CDATA[gSTM]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.goleng.com/?p=413</guid>
		<description><![CDATA[刚开博客的时候介绍了一个windows下的SSH客户端，作为翻墙工具，今天介绍一个Linux下的SSH客户端――gSTM，全名叫Gnome SSH Tunnel Manager，下载地址：http://sourceforge.net/projects/gstm/。 


还有这些 More:<ol><li><a href='http://www.goleng.com/?p=45' rel='bookmark' title='Permanent Link: [转载]让墙去死 免费空间使用SSH小技巧'>[转载]让墙去死 免费空间使用SSH小技巧</a></li>
<li><a href='http://www.goleng.com/?p=228' rel='bookmark' title='Permanent Link: [Ubuntu]CN-Ubuntu 10.04 Sources'>[Ubuntu]CN-Ubuntu 10.04 Sources</a></li>
<li><a href='http://www.goleng.com/?p=215' rel='bookmark' title='Permanent Link: [IPv6]Ubuntu 9.10下使用IPv6'>[IPv6]Ubuntu 9.10下使用IPv6</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>看到好的东西我就忍不住转载，搞到我自己都不知道该如何定位我的blog了。但是，我会将转载进行到底，尤其是有关于Linux的。</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>来源：<a href="http://jayuh.com/gstm-ssh-client-for-linux" target="_blank">http://jayuh.com/gstm-ssh-client-for-linux</a></p>
<div></div>
<p>刚开博客的时候介绍了一个windows下的SSH客户端，作为翻墙工具，今天介绍一个Linux下的SSH客户端――gSTM，全名叫Gnome SSH Tunnel Manager，下载地址：<a href="http://sourceforge.net/projects/gstm/" target="_blank">http://sourceforge.net/projects/gstm/</a>。</p>
<p>不懂SSH翻墙技术的可以看下<a href="http://jayuh.com/tunnelier-ssh-client" target="_blank">Tunnelier――SSH客户端</a>这篇文章，文章的前半部简短的讲解了一下SSH的翻墙原理。下面给大家简单介绍下gSTM。<span id="more-413"></span></p>
<p>下载安装后，打开，如图：</p>
<p><a href="http://jayuh.com/wp-content/uploads/2010/08/Screenshot-2.png" target="_blank"><img title="gSTM" src="http://jayuh.com/wp-content/uploads/2010/08/Screenshot-2-246x300.png" alt="gSTM" width="246" height="300" /></a></p>
<p><img src="javascript:void(0);" alt="" /></p>
<p>点击&#8221;添加&#8221;，添加自己的SSH帐号信息，如图：</p>
<p><a href="http://jayuh.com/wp-content/uploads/2010/08/Screenshot-1.png" target="_blank"><img title="为gSTM添加账户" src="http://jayuh.com/wp-content/uploads/2010/08/Screenshot-1-300x250.png" alt="为gSTM添加账户" width="300" height="250" /></a></p>
<p>Name：随便写个名字就行；</p>
<p>Host：SSH地址，我这里用的是我的博客地址；</p>
<p>Login：SSH登录用户名；</p>
<p>Port：SSH默认端口为22，一般不用改动，除非你SSH主机的端口改动了；</p>
<p>Autostart：选上之后，开启gSTM后会自动登录这个账户；</p>
<p>Port redirection：端口重定向。简而言之就是定义gSTM在本地的端口，这步方便对浏览器结合进行翻墙，这里Type选择dynamic，Port写7070（AutoProxy中SSH的默认端口），To host写n/a。</p>
<p>到这一步，gTSM的配置方面操作就完了，然后就可以返回gSTM的主页面点Start开启你的SSH账户了，它会提示你输入密码。gSTM不为你的SSH账户保存密码，每次开启都要手动输入。</p>
<p>下面进行浏览器的结合，即把你的浏览器指向gSTM进行代理浏览网页。比如我用的Firefox的AutoProxy插件，选者SSH为代理服务器，并设SSH的代理主机为本地，端口为gSTM中设置的端口，即7070。如图：</p>
<p><a href="http://jayuh.com/wp-content/uploads/2010/08/Screenshot.png" target="_blank"><img title="为AutoProxy选择SSH" src="http://jayuh.com/wp-content/uploads/2010/08/Screenshot-300x226.png" alt="为AutoProxy选择SSH" width="300" height="226" /></a><br />
发<br />
<hr />
<div style="margin-top: 15px; font-style: italic">
<p><strong>如为<a href="http://www.goleng.com/wordpress/">高凉郡府</a>原创文章，转载请注明来源并保留原文链接</strong></p>
<p font-style: italic><strong>本文链接地址:</strong> <a href="http://www.goleng.com/?p=413">http://www.goleng.com/?p=413</a></p>
</div>
<hr />
<p><map name='google_ad_map_413_915e025ddb18603f'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/413?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_413_915e025ddb18603f' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=413&amp;url= http%3A%2F%2Fwww.goleng.com%2F%3Fp%3D413' /></p>

<p>还有这些 More:<ol><li><a href='http://www.goleng.com/?p=45' rel='bookmark' title='Permanent Link: [转载]让墙去死 免费空间使用SSH小技巧'>[转载]让墙去死 免费空间使用SSH小技巧</a></li>
<li><a href='http://www.goleng.com/?p=228' rel='bookmark' title='Permanent Link: [Ubuntu]CN-Ubuntu 10.04 Sources'>[Ubuntu]CN-Ubuntu 10.04 Sources</a></li>
<li><a href='http://www.goleng.com/?p=215' rel='bookmark' title='Permanent Link: [IPv6]Ubuntu 9.10下使用IPv6'>[IPv6]Ubuntu 9.10下使用IPv6</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.goleng.com/?feed=rss2&amp;p=413</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[GFW]转载-免费OpenVPN客户端-Comodo TrustConnect</title>
		<link>http://www.goleng.com/?p=409</link>
		<comments>http://www.goleng.com/?p=409#comments</comments>
		<pubDate>Wed, 01 Sep 2010 01:12:57 +0000</pubDate>
		<dc:creator>Yuanjin</dc:creator>
				<category><![CDATA[信息技术]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[Comodo]]></category>
		<category><![CDATA[GFW]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[OpenVPN]]></category>
		<category><![CDATA[TrustConnect]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://www.goleng.com/?p=409</guid>
		<description><![CDATA[Comodo TrustConnect是著名安全软件服务商Comodo的一款免费(每个月10G流量或免费试用7天)及付费OpenVPN客户端，支持Windows、Mac OS X、Linux、FreeBSD、OpenBSD，支持Wi-Fi。
登录https://accounts.comodo.com/trustconnectfree/management/signup填写及提交注册信息，即可获得每个月10G流量的免费账号。


还有这些 More:<ol><li><a href='http://www.goleng.com/?p=85' rel='bookmark' title='Permanent Link: [转载]法国免费好用的VPN服务-ArethusaVPN'>[转载]法国免费好用的VPN服务-ArethusaVPN</a></li>
<li><a href='http://www.goleng.com/?p=45' rel='bookmark' title='Permanent Link: [转载]让墙去死 免费空间使用SSH小技巧'>[转载]让墙去死 免费空间使用SSH小技巧</a></li>
<li><a href='http://www.goleng.com/?p=111' rel='bookmark' title='Permanent Link: [转贴]又一款免费超暴快VPN――Astrill'>[转贴]又一款免费超暴快VPN――Astrill</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: x-small;">作者：小雨  来源：<a href="http://caiting666.wordpress.com/2010/08/19/comodo-trustconnect/" target="_blank">翻墙看世界</a><br />
</span></p>
<div><span style="font-size: x-small;"><a href="http://www.comodo.com/trustconnect/" target="_blank">Comodo TrustConnect</a>是著名安全软件服务商<a href="http://www.comodo.com/" target="_blank">Comodo</a>的一款免费(每个月10G流量或免费试用7天)及付费OpenVPN客户端，支持Windows、Mac OS X、Linux、FreeBSD、OpenBSD，支持Wi-Fi。</span></div>
<div><span style="font-size: x-small;">登录<em><a href="https://accounts.comodo.com/trustconnectfree/management/signup" target="_blank">https://accounts.comodo.com/trustconnectfree/management/signup</a></em>填写及提交注册信息，即可获得每个月10G流量的免费账号。<span id="more-409"></span></span></div>
<div><span style="font-size: x-small;">登录账号，获取VPN用户名及密码，并<a href="http://cn.ziddu.com/download/522692/ComodoTrustConnectClient.exe.html" target="_blank">下载</a>客户端。安装软件，运行程序，右键点击任务栏内的<a href="http://www.comodo.com/trustconnect/" target="_blank">Comodo TrustConnect</a>图标，再点击“Connect”，输入用户名及密码点击“OK”即可。</span></div>
<div><span style="font-size: x-small;"><a href="http://caiting666.files.wordpress.com/2010/08/comodo-trustconnect.gif" target="_blank"><img title="Comodo TrustConnect" src="http://caiting666.files.wordpress.com/2010/08/comodo-trustconnect.gif?w=147&amp;h=174" alt="" width="147" height="174" /></a><a href="http://caiting666.files.wordpress.com/2010/08/comodo-trustconnect1.gif" target="_blank"><img title="Comodo TrustConnect1" src="http://caiting666.files.wordpress.com/2010/08/comodo-trustconnect1.gif?w=570&amp;h=470" alt="" width="570" height="470" /></a><a href="http://caiting666.files.wordpress.com/2010/08/comodo-trustconnect3.png" target="_blank"><img title="Comodo TrustConnect3" src="http://caiting666.files.wordpress.com/2010/08/comodo-trustconnect3.png?w=401&amp;h=158" alt="" width="401" height="158" /></a></span></div>
<div><span style="font-size: x-small;">最新版：<a href="http://cn.ziddu.com/download/522692/ComodoTrustConnectClient.exe.html" target="_blank">Comodo TrustConnect v1.7.1</a></span></div>
<div><span style="font-size: x-small;">下载地址：<a href="http://cn.ziddu.com/download/522692/ComodoTrustConnectClient.exe.html" target="_blank"><em>http://cn.ziddu.com/download/522692/ComodoTrustConnectClient.exe.html</em></a></span></div>
<div><span style="font-size: x-small;">Windows版使用说明：<a href="http://www.comodo.com/trustconnect/windows.html" target="_blank"><em>http://www.comodo.com/trustconnect/windows.html</em></a></span></div>
<div><span style="font-size: x-small;">注1：现安装Comodo Internet Security软件会自动安装<a href="http://www.comodo.com/trustconnect/" target="_blank">Comodo TrustConnect</a>。</span></div>
<div><span style="font-size: x-small;">注2：使用<a href="http://www.comodo.com/trustconnect/" target="_blank">Comodo TrustConnect</a>冲浪，网页顶端会带有<a href="http://www.comodo.com/" target="_blank">Comodo</a>的广告。</span></div>
<hr />
<div style="margin-top: 15px; font-style: italic">
<p><strong>如为<a href="http://www.goleng.com/wordpress/">高凉郡府</a>原创文章，转载请注明来源并保留原文链接</strong></p>
<p font-style: italic><strong>本文链接地址:</strong> <a href="http://www.goleng.com/?p=409">http://www.goleng.com/?p=409</a></p>
</div>
<hr />
<p><map name='google_ad_map_409_915e025ddb18603f'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/409?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_409_915e025ddb18603f' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=409&amp;url= http%3A%2F%2Fwww.goleng.com%2F%3Fp%3D409' /></p>

<p>还有这些 More:<ol><li><a href='http://www.goleng.com/?p=85' rel='bookmark' title='Permanent Link: [转载]法国免费好用的VPN服务-ArethusaVPN'>[转载]法国免费好用的VPN服务-ArethusaVPN</a></li>
<li><a href='http://www.goleng.com/?p=45' rel='bookmark' title='Permanent Link: [转载]让墙去死 免费空间使用SSH小技巧'>[转载]让墙去死 免费空间使用SSH小技巧</a></li>
<li><a href='http://www.goleng.com/?p=111' rel='bookmark' title='Permanent Link: [转贴]又一款免费超暴快VPN――Astrill'>[转贴]又一款免费超暴快VPN――Astrill</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.goleng.com/?feed=rss2&amp;p=409</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[PDF]一款基于CLI的PDF工具pdftk</title>
		<link>http://www.goleng.com/?p=407</link>
		<comments>http://www.goleng.com/?p=407#comments</comments>
		<pubDate>Tue, 31 Aug 2010 16:47:47 +0000</pubDate>
		<dc:creator>Yuanjin</dc:creator>
				<category><![CDATA[信息技术]]></category>
		<category><![CDATA[Edit]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[pdftk]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.goleng.com/?p=407</guid>
		<description><![CDATA[扫GR的时候，看了下Tor相关的东西，懒得copy了，直接转pdf。原来有用pdfmod，但是重装系统后就没有了。软件仓库中又没有，于是放弃之。Google得另一pdf编辑神器——pdftk。


还有这些 More:<ol><li><a href='http://www.goleng.com/?p=276' rel='bookmark' title='Permanent Link: [Evince]Ubuntu下evince查看中文pdf乱码解决方案'>[Evince]Ubuntu下evince查看中文pdf乱码解决方案</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>扫GR的时候，看了下Tor相关的东西，懒得copy了，直接转pdf。原来有用pdfmod，但是重装系统后就没有了。软件仓库中又没有，于是放弃之。Google得另一pdf编辑神器——pdftk。以下为转载的用法：</p>
<p><a href="http://thinkman.com.cn/ubuntu/under-the-combined-skills-of-more-than-ubuntu-pdf/comment-page-1/#comment-194" target="_blank">ubuntu下合并多个pdf技巧</a><span id="more-407"></span><em>by lushuchao</em></p>
<p>需要用到一个叫pdftk的软件。</p>
<p>首先：sudo apt-get install pdftk</p>
<p>然后：</p>
<p>pdftk 123.pdf 456.pdf output 123456.pdf</p>
<p>或者</p>
<p>pdftk *.pdf output 123456.pdf</p>
<p>从一个或多个pdf中分出几页并合并：</p>
<p>pdftk A=123.pdf B=456.pdf cat A1-2 B4-5 output 1245.pdf</p>
<p>修复pdf文件：</p>
<p>pdftk 123.pdf output 123fixed.pdf</p>
<p>合并有密码的pdf文件：</p>
<p>pdftk A=123.pdf 456.pdf input_pw A=password cat output 123456.pdf<br />
<hr />
<div style="margin-top: 15px; font-style: italic">
<p><strong>如为<a href="http://www.goleng.com/wordpress/">高凉郡府</a>原创文章，转载请注明来源并保留原文链接</strong></p>
<p font-style: italic><strong>本文链接地址:</strong> <a href="http://www.goleng.com/?p=407">http://www.goleng.com/?p=407</a></p>
</div>
<hr />
<p><map name='google_ad_map_407_915e025ddb18603f'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/407?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_407_915e025ddb18603f' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=407&amp;url= http%3A%2F%2Fwww.goleng.com%2F%3Fp%3D407' /></p>

<p>还有这些 More:<ol><li><a href='http://www.goleng.com/?p=276' rel='bookmark' title='Permanent Link: [Evince]Ubuntu下evince查看中文pdf乱码解决方案'>[Evince]Ubuntu下evince查看中文pdf乱码解决方案</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.goleng.com/?feed=rss2&amp;p=407</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Google Voice]试用GV服务</title>
		<link>http://www.goleng.com/?p=404</link>
		<comments>http://www.goleng.com/?p=404#comments</comments>
		<pubDate>Tue, 31 Aug 2010 08:30:48 +0000</pubDate>
		<dc:creator>Yuanjin</dc:creator>
				<category><![CDATA[信息技术]]></category>
		<category><![CDATA[Googel]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Voice]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://www.goleng.com/?p=404</guid>
		<description><![CDATA[Google Voice的使用感觉：
1、GV确实很牛力，这么国家的电话都能接入；
2、GV在天朝不够实用，拨打国内手机能听到对方的声音，但是拨打方的语音通话对方听不清楚，延时很严重；//这个其实也许是VoIP的通病了，Skype也花了好多时间才马马虎虎解决了


还有这些 More:<ol><li><a href='http://www.goleng.com/?p=378' rel='bookmark' title='Permanent Link: [Google]Ubuntu下在Gmail中使用gtalk视频'>[Google]Ubuntu下在Gmail中使用gtalk视频</a></li>
<li><a href='http://www.goleng.com/?p=242' rel='bookmark' title='Permanent Link: [Google]pac-man的30岁生日'>[Google]pac-man的30岁生日</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>看图说话：</p>
<p>
<a href="http://www.goleng.com/wordpress/wp-content/gallery/journal-blog/google-voice-voicemail-1.png" title="" class="shutterset_singlepic51" >
	<img class="ngg-singlepic" src="http://www.goleng.com/wordpress/wp-content/gallery/cache/51__640x480_google-voice-voicemail-1.png" alt="google-voice-voicemail-1" title="google-voice-voicemail-1" />
</a>
<span id="more-404"></span></p>
<p>注册方法：<br />
国内注册 Google Voice 的方法  //主要参考<br />
<a href="http://goo.gl/thL8" target="_blank">http://goo.gl/thL8</a><br />
手把手教你如何注册Google Voice<br />
<a href="http://goo.gl/v88q" target="_blank">http://goo.gl/v88q</a><br />
美国地区代码 //注册步骤中要求输入地区代码（Area Code）在这里选<br />
<a href="http://goo.gl/9tWi" target="_blank">http://goo.gl/9tWi</a><br />
注册 Google Voice 的曲折经历  //最后一步验证你的手机号码解决方案，在第一篇指南的评论处也有<br />
<a href="http://goo.gl/2m6x" target="_blank">http://goo.gl/2m6x</a><br />
使用方法：<br />
VPN+GMAIL+GOOGLE VOICE免费拨打全球电话，感谢 @SafenZhai 的伟大发现！ //@<a href="https://tuite.im/newsinchina">NewsinChina</a> 撰写<br />
<a href="http://goo.gl/7Bnj" target="_blank">http://goo.gl/7Bnj</a></p>
<p>使用感觉：<br />
1、GV确实很牛力，这么国家的电话都能接入；<br />
2、GV在天朝不够实用，拨打国内手机能听到对方的声音，但是拨打方的语音通话对方听不清楚，延时很严重；//这个其实也许是VoIP的通病了，Skype也花了好多时间才马马虎虎解决了<br />
3、没有了……<br />
<hr />
<div style="margin-top: 15px; font-style: italic">
<p><strong>如为<a href="http://www.goleng.com/wordpress/">高凉郡府</a>原创文章，转载请注明来源并保留原文链接</strong></p>
<p font-style: italic><strong>本文链接地址:</strong> <a href="http://www.goleng.com/?p=404">http://www.goleng.com/?p=404</a></p>
</div>
<hr />
<p><map name='google_ad_map_404_915e025ddb18603f'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/404?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_404_915e025ddb18603f' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=404&amp;url= http%3A%2F%2Fwww.goleng.com%2F%3Fp%3D404' /></p>

<p>还有这些 More:<ol><li><a href='http://www.goleng.com/?p=378' rel='bookmark' title='Permanent Link: [Google]Ubuntu下在Gmail中使用gtalk视频'>[Google]Ubuntu下在Gmail中使用gtalk视频</a></li>
<li><a href='http://www.goleng.com/?p=242' rel='bookmark' title='Permanent Link: [Google]pac-man的30岁生日'>[Google]pac-man的30岁生日</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.goleng.com/?feed=rss2&amp;p=404</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Joke]来自Twitter推友的段子-持续更新</title>
		<link>http://www.goleng.com/?p=396</link>
		<comments>http://www.goleng.com/?p=396#comments</comments>
		<pubDate>Mon, 30 Aug 2010 03:45:07 +0000</pubDate>
		<dc:creator>Yuanjin</dc:creator>
				<category><![CDATA[唠唠叨叨]]></category>
		<category><![CDATA[duanzi]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Joke]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.goleng.com/?p=396</guid>
		<description><![CDATA[来自Twitter推友的段子-持续更新


这个还真没有^^ No related posts.]]></description>
			<content:encoded><![CDATA[<p>@<a title="@appleice" href="https://tuite.im/appleice" target="_blank">appleice</a>: 昨天下午拔完火罐，晚上去游泳，正游得happy的时候，忽然听到身后有个小loli大声说：七星瓢虫！我不知道咋回事儿，就回头看了她一下，她马上就大哭着找妈妈说：妈妈，瓢虫精……<span id="more-396"></span></p>
<p>@<a href="https://tuite.im/freeliuyong" target="_blank">freeliuyong</a>: 秦磊 : 又到了这个学长勾引学妹，学妹勾搭学长，学姐垂涎学弟，学弟攀附学姐，学姐嫉妒学妹，学妹憎恨学姐，学长抛弃学姐，学姐报复学长，学妹拒绝学弟的季节…冰激凌</p>
<p>@<a href="https://tuite.im/wubotao" target="_blank">wubotao</a>: 电视台一女主持婚后几年不育，着急忧愁，去找医生诉苦说:“说我不行嘛，未婚时就怀孕过三次；说老公不行嘛，难道我们几个台领导都不行?</p>
<p>@<a href="https://tuite.im/rincos" target="_blank">rincos</a>: 援引美国第一房产大亨 Sam Zell 形容中美关系：中国是牙医，美国是病人。牙医拿着电钻正要开钻，病人一把抓住牙医的生殖器说：“希望我们不要彼此伤害对方。”</p>
<p>@<a href="https://tuite.im/duck_1984" target="_blank">duck_1984</a>: 传闻，一传影帝离婚，二传行长跑了，网友猜测传闻三是影帝在找行长报仇。</p>
<p>@<a href="https://tuite.im/JDKG" target="_blank">JDKG</a>: 苹果某年业绩很差，效益不好就裁员，员工很愤怒说 CEO 的错误为啥要我们承担，纷纷举着 We Need Jobs 的牌子在公司门口静坐示威。 几天后，董事会决定乔布斯留任 CEO</p>
<p>@<a href="https://tuite.im/chinasb" target="_blank">chinasb</a> :老板给员工讲话：&#8221;大家好，我是你们的老板，为了亲切，你们以后就叫我老大。”他又看看女员工，”如果你们业绩突出的话，你们还有机会坐在老二的位置上”</p>
<p>@<a href="https://tuite.im/rincos">rincos</a> 后座一男生某天上网看到一笑话曰：“男生是一块的硬币，前面是1，后面是菊花。”我们前面的女生大笑，孰不知，他冷不丁在后面来一句，“笑屁阿，你们女生就是个铜板，前面是洞后面也是洞。”</p>
<p>@<a href="https://tuite.im/guangzhui" target="_blank">guangzhui</a>: 某程序员对书法十分感兴趣，退休后决定在这方面有所建树。于是花重金购买了上等的文房四宝。一日，饭后突生雅兴，一番磨墨拟纸，并点上了上好的檀香，颇有王羲之风范，又具颜真卿气势，定神片刻，泼墨挥毫，郑重地写下一行字：hello world!</p>
<p>@<a href="https://tuite.im/htgyj" target="_blank">htgyj</a>: 一对情侣在月色下相拥而坐，女的一看男友要来吻她，忙挡住他的嘴说：“不行，在结婚之前，你不能这样做！” “那好，”男友道：“我可以等待，我把电话号码留给你，等你结婚后通知我一声！”</p>
<p>@<a href="https://tuite.im/lihchi">lihchi</a> 我妈坚持让小孩吃三鹿，说一个月能省不少尿不湿的钱，我老婆却坚持让小孩吃圣元，说小孩吃到6.7岁就能结婚了，到时候我们可以早点抱上孙子，最后一致同意，是男孩喝三鹿，是女孩喝圣元，万一是中性小孩1,3,5吃三鹿，2,4,6吃圣元，礼拜天去医院……</p>
<p>@<a href="https://tuite.im/Edourdoo" target="_blank">Edourdoo</a>: 某人自称A片小王子，一日在狼狼们的交流中相互炫耀着电脑中的“库存”，小王子淡淡地说了句20G，众狼笑他才这么一点点，这时小王子又加了两个字：种子。</p>
<p>@<a href="https://tuite.im/NvShao" target="_blank">NvShao</a>: 四个学生在宿舍里打麻将，突然警察破门而入，把五个人都带走了……</p>
<p>@<a href="https://tuite.im/guangzhui" target="_blank">guangzhui</a>: 午饭时间，得瑟的拿出女友给我准备好的午饭，一大一小两个饭盒，突然发现上面囧囧的贴着两个纸条：大便当 饭 和 小便当 汤。随即胃口全无。。。</p>
<p>@<a href="https://tuite.im/Edourdoo" target="_blank">Edourdoo</a>: 昨天接到一骗子短信，让我速把钱汇入农行一账号。我半小时后顺手回了一条：已存5000，请查收。今天结果收到回复：都跑银行三趟了，还没收到你的钱，你这个骗子！</p>
<p>@<a href="https://tuite.im/QiaoX" target="_blank">QiaoX</a>: 女：篮球、足球，天天去打球，我这两球就没见你好好玩过！男：你知道我不爱打乒乓球的。女（一愣）：呜呜呜呜……</p>
<p>@<a href="https://tuite.im/hwangbin" target="_blank">hwangbin</a>: 一日看某女男友的状态，浪漫地写着：你五毛我五毛，那么咱俩就能一块了！众人羡慕之时，另一女说道：你六毛我六毛咱俩就能一块2了…再另一女接道：你七毛我七毛，咱俩就能一块死了…</p>
<p>@<a href="https://tuite.im/guangzhui" target="_blank">guangzhui</a>: 走到电脑城的时候，害羞的他忽然拉住我的手，驻足在人流中若有所思的望着电脑城门口，很久没有说话。我很奇怪的问他为什么。他看着我，诚挚的说：“长久以来我一直有个心愿，就是在走过这里的时候没有大婶缠着我推销A片，谢谢你终于让我实现了。”</p>
<p>@<a href="https://tuite.im/nisky80" target="_blank">nisky80</a>:   转：诺基亚是刘德华，没有明显缺点，而且一直很努力；摩托罗拉是黄秋生，有经典，但是总出烂片；三星是吴镇宇，最近的产品总那么一点邪气；索爱是林志玲， 相对于内涵，我更欣赏她的胸型；西门子是张国荣，是传奇，但是他已经OVER；HTC是郭富城，他总是想证明自己，可是每次都一样</p>
<p>@<a href="https://tuite.im/mlhluo" target="_blank">mlhluo</a>: 葛优吃饭途中上厕所，回来后裤子湿了 朋友：裤子怎么湿了？葛优：经常！ 朋友不解 　葛优：经常是旁边的人撒着尿突然转过来大叫：我靠！这不是葛优吗？！</p>
<p>@<a href="https://tuite.im/mrlaoyang" target="_blank">mrlaoyang</a>: 段子：从金日成，到二逼金正日、三逼金正淫，这个伟大的姓氏正在闪回他家做爱的全过程。照这个样子下去，金四逼的名字会是金正摸，金五逼的名字叫做金正脱，金六逼的名字叫做金正硬。</p>
<p>@<a href="https://tuite.im/TerryLiuLiu" target="_blank">TerryLiuLiu</a>: 刚才在论坛上寻找花井老师作品时，发现一个相当有意境的ID：风吹裤裆屌飞扬</p>
<p>@<a href="https://tuite.im/podai001" target="_blank">podai001</a>: 某女生签名：男生就像大食堂里的菜，虽然难吃…但是…但是…去的晚了居然没了！</p>
<p>@<a title="@duanzi" href="https://tuite.im/duanzi" target="_blank">duanzi</a>: 忽然想起上大学时，老师出对联：国兴旺，家兴旺，国家兴旺。班委对下联：天恢弘，地恢弘，天地恢弘！后来我被赶出了教室……因为我对的下联是：你妈的，他妈的，你他妈的！</p>
<p>@<a href="https://tuite.im/yujan" target="_blank">yujan</a>: [ZT] 老姑娘终于要嫁人了。婚礼前认真仔细的洗澡，异常兴奋。当洗到下身时边撩水边自言自语。“再喝点清水吧，从今晚开始咱就吃肉了哦。”</p>
<p>@<a href="https://tuite.im/dabyee" target="_blank">dabyee</a>: 男生对女朋友说：我想分手,我觉得烦了，没感觉了。女朋友说：亿万人对国足早就烦了，早就没感觉了，为什么国足还没有解散？13亿人烦了都没能解散11个人的队伍，现在你一个人说烦了，要解散两个人的队伍？</p>
<p>@<a href="https://tuite.im/Lordnine" target="_blank">Lordnine</a>: 教师在农村扫盲，让一农妇认被子两字，农妇想不起来，教师提示：睡觉时你身上是什么，农妇说是老公。老师哭笑不得：老公不在的时候呢？农妇：是村长</p>
<p>@<a href="https://tuite.im/dabyee" target="_blank">dabyee</a>: 妻子：“你的女秘书在公司工作几年了？” 丈夫：“四年。” 妻子：“多大了？” 丈夫：“三十多了，具体没问过。” 妻子：“长的漂亮吗？” 丈夫：“很一般。” 妻子又问：“穿衣服怎么样？” 丈夫：“很快。”</p>
<p>@<a href="https://tuite.im/lengxiaohua" target="_blank">lengxiaohua</a>: 别念书了；太难了！做豆腐吧！做豆腐最保险； 做硬了是豆腐干！ 做稀了是豆腐脑！ 做薄了是豆腐皮！ 做没了是豆浆！ 万一卖不了，搁臭啦，还能当臭豆腐！</p>
<p>@<a href="https://tuite.im/lihchi" target="_blank">lihchi</a>: 看到一個推友說不 fo 程序員，突然想到一個段子：一男一女相亲，见面时男生友好地自我介绍道，“小姐你好，我是程序员。”女生礼貌地回答，“你好，程先生。”男，“……哦，叫我序员就可以了。”</p>
<p>@<a href="https://tuite.im/nisky80" target="_blank">nisky80</a>: 最近工作很累，压力很大。于是上猫扑问一个认识很久的朋友：“如何解压”。回复：“按右键选WinRAR”</p>
<p>@<a href="https://tuite.im/StarKnight" target="_blank">StarKnight</a>: 最新出台的《华南师范大学全日制学生违纪处分暂行办法》中明确规定，“与异性非法同居、以谈恋爱为名玩弄异性、明知他人有配偶而与其中一方保持着为我国法律和道德所不容许的特殊关系，情节严重者将给予留校察看处分”。</p>
<p>@<a href="https://tuite.im/lindashi" target="_blank">lindashi</a>: 如何鉴别中国人：不会撒谎，未成年；会撒谎，可入团；撒谎不脸红，可入D；撒谎不眨眼，可当官；撒谎令测谎仪失灵，可当高官</p>
<p>@<a href="https://tuite.im/hanxiaoyu" target="_blank">hanxiaoyu</a>: 农夫要杀公鸡却逮不着，于是抓起母鸡对公鸡说：再不下来让你当光棍儿！ 公鸡：你他妈以为我傻呀，我下去她就成寡妇了。。</p>
<p>@<a href="https://tuite.im/hanxiaoyu">hanxiaoyu</a>: 产房里一小孩出生后哈哈大笑，接生护士都非常奇怪，围拢观察发现小孩拳头紧握，掰开后发现是一粒堕胎药，只听小孩说：他*的！想干掉我？没那么容易！！</p>
<p>@<a href="https://tuite.im/duanzi" target="_blank">duanzi</a>: 今天口渴去买了一瓶“康师傅”绿茶喝，买回来一看居然是“唐师傅”！我想还是算了，喝都喝了，也退不了了！没想到的是居然还中奖了，“再来一瓶”！拿去找老板换，老板特淡定的说：“看仔细点”！我仔细一看居然是”再买一瓶“！</p>
<p>@<a href="https://tuite.im/iiilii" target="_blank">iiilii</a>: 老婆是操作系统，一但安装卸载十分麻烦；小秘是桌面，只要你有兴趣可以天天更换；情人是互联网，风光无限花钱不断；小姐是盗版软件，用时记着先杀毒</p>
<p>@<a href="https://tuite.im/XY5" target="_blank">XY5</a>: 前段时间带外甥女去极地馆看企鹅，小故娘一脸好奇地拽着我手，问：“小姨，为什么这里的企鹅都是男孩子呢？”我说：“怎么会呢？里面一定有女企鹅的啊…” 她不高兴地撇了嘴：“才不是呢，我知道，女企鹅都是头上扎个蝴蝶结的！”我日，腾讯，别跟我说这事儿不是你干的！</p>
<p>@<a href="https://tuite.im/R_X_D" target="_blank">R_X_D</a>: 公象骑母象，两象情愿；公猪骑母猪，猪联壁合；公羊骑母羊，羊羊得意；公狗骑母狗，两犬齐美；公鸡骑母鸡，下鸡必须服从上鸡！</p>
<p>@<a href="https://tuite.im/feilang999" target="_blank">feilang999</a>: Intel的CEO坐在办公椅上边吃巧克力豆，边和下属视频会议，说道：「公司是不是需要杀毒软件？买McAfee吧。」15分钟后，有人在视频那头传话，「McAfee买下了。」CEO问道，「什么版本的？」下属：「啊？版本？…版本？」</p>
<p>@<a href="https://tuite.im/agaguk" target="_blank">agaguk</a>: 某市女市长进京送中秋，若老领导不热情，只送土特产。 若既热情，乡情又深则加送银行卡。有一老领导特热情，乡情更浓，女市长决定加送卡，临走悄然把卡放茶几上就告辞。回宾馆才发现原来把房卡送给领导了！是夜，她没睡好，老领导也没睡好</p>
<p>@<a title="@xiaojiao0820" href="https://tuite.im/xiaojiao0820" target="_blank">xiaojia0820</a>: 发现自己厨艺大进　就问正在吃的津津有味的老婆：“宝贝，我做的这么好吃　是不是该开个店卖阿？”老婆不紧不慢：“我床上功夫好是不是也该去卖阿？”“&#8230;&#8230;”好了，我这辈子只做给你吃吧&#8230;..</p>
<p>@<a href="https://tuite.im/iiilii">iiilii</a>: 一新兵起床落后总挨骂,便买些染料涂身上,酷似迷彩,半夜军号响,他首先冲出营房,长官表扬:很好!但下次注意手榴弹要挂在后面</p>
<p>@<a href="https://tuite.im/guangzhui" target="_blank">guangzhui</a>: 一对时常吵架的夫妻，有一天又争吵不休！於是先生很生气的对太太说：“以後你死了我一定在你墓碑上这麽写著‘这里躺著一个冰冷的女人。’”太太听了不慌不忙的说：“是吗？那麽你以後死了，我就在你墓碑上刻著‘这个男人终於硬了。’”</p>
<p>@<a href="https://tuite.im/Charles_Gao" target="_blank">Charles_Gao</a>: 少女抱着心爱的波斯猫去买鸡蛋，走到摊位前，蹲下来挑选鸡蛋，站在旁边的男摊主看着可爱的猫说：“你的咪咪好大呀！”少女气红了脸，用手遮住胸部。摊主又说：“你的咪咪好白呀！”少女终于大怒，站起身来喊道：“再胡扯，我就捏碎你的蛋！”</p>
<p>@<a href="https://tuite.im/iiilii" target="_blank">iiilii</a>: 母乳的优点：不用加热携带方便、不怕丢失不破损、不泄漏不要钱；母乳的缺点：有烟酒味儿。</p>
<p>@<a href="https://tuite.im/sachxp" target="_blank">sachxp</a>:  植物大战僵尸的每一关到最后时都有个提  示：一大波僵尸正在逼近，但是我找了N久，甚至用金山游侠调4倍慢速，都没找到一个女僵尸，更别说大波僵尸了，请问各位，大波僵尸究竟怎么才能找到，开发 商拿大波MM来骗我们。经证实植物大战僵尸里没有大波僵尸。via 叫兽小星</p>
<p>@<a href="https://tuite.im/AlmitraK">AlmitraK</a>: “我们都被骗了。植物大战僵尸里总说有一大波僵尸正在接近，但是从来没有人见过这个大波僵尸。”</p>
<p>@<a href="https://tuite.im/iiilii">iiilii</a>: 人生四大理想：1、给长城贴上瓷砖。2、给赤道镶上金边。3、给太平洋安上栏杆。4、给珠穆朗玛峰装上电梯。</p>
<p>@<a href="https://tuite.im/iiilii">iiilii</a>: 还有人生四小理想：1、给苍蝇戴上手套。2、给蚊子戴上口罩。3、给老鼠戴上镣铐。4、教育得蟑螂戴上安全套。</p>
<p>@<a href="https://tuite.im/xie107" target="_blank">xie107</a>: 比遇到中国城管来抓你更糟糕的事，是遇到菲律宾特警来救你……</p>
<p>@<a href="https://tuite.im/felixding" target="_blank">felixding</a>: 董事长到分公司开会，顺便把小三生的二儿子带来玩儿。会议结束后找不着孩子了，情急之下问分公司女经理：见着我老二了么？女经理脸一红：您……一直不肯给人家机会嘛……</p>
<p>@<a href="https://tuite.im/niubro" target="_blank">niubro</a>: 某地迟迟不下雨，村民无奈请来大仙，让其掐算何时有雨，大仙掐算一会后，写一纸条，说，等下雨了在打开来看。过了10几日，终下大雨，村民高兴之余想起了大仙的纸条，打开一看，上写：“今日大雨”。村民更加膜拜大仙。</p>
<p>@<a href="https://tuite.im/InnateSolitary" target="_blank">InnateSolitary</a>: “在北京买房：您年薪400万-500万，2环-3环您爱买哪买哪；您年薪300万-200万，3环-4环您爱买哪买哪；您年薪100万-200万，4环-5环您爱买哪买哪；年薪100万，5环外爱买哪买哪。年薪3万-10万，您爱埋哪埋哪。”</p>
<p>@<a href="https://tuite.im/caeserts" target="_blank">caeserts</a>: 哥在某宝买了2盒TT，特意和店家MM说好包装要求，MM向哥保证包装绝不让人联想。两天后一女同事代收。当哥回来周围人古怪的看着哥，等遇到那位帮忙代收的女同事，她一把把TT塞给哥，羞涩的说：“我只想看看你买的伞，没想到…”哥接过一看，包装上写着：遮阳伞…</p>
<p>@<a href="https://tuite.im/Lyronlee" target="_blank">Lyronlee</a>: 女性爱情观：“得之，我幸；失之，我命。” 男性爱情观：得之，我操；失之，“我操!”</p>
<p>@<a href="https://tuite.im/MingZ" target="_blank">MingZ</a>: 第一天游泳，发现脑袋最容易浮起来，唉，原来四年下来是脑袋空空如也啊。</p>
<p>@<a href="https://tuite.im/sworldyf" target="_blank">sworldyf</a> : 住宅区有个人见人爱花见花开的小萝莉，深得各种蜀黍阿姨的喜爱。一天，我见她一个人在玩，就走过去逗她：“小丫头啊，你这小胳膊又白又嫩，给我咬一口好吗？”，“不行！”，“为什么啊？”，小萝莉晃晃脑袋：“因为这是生的！”</p>
<p>@<a href="https://tuite.im/xiaoqingchen" target="_blank">xiaoqingchen</a>: 早上,女干部着急起床要去开会,但丈夫非要做&#8230;&#8230;结果迟到。会议室里,领导生气:“怎么搞的，你今天早上？”女干部脸红脖子粗:“还不是那几种姿势…”</p>
<p>@<a href="https://tuite.im/lihui" target="_blank">lihui</a>: 某日，与一哥们去饭馆吃饭，吃完后，哥们很无耻地比出右手中指，对女服务生说：“给我一根牙签。”谁知女服务生不甘示弱，左右手都比出对这哥们说：“好，等我两分钟。<br />
@<a href="https://tuite.im/morningx2" target="_blank">morningx2</a>: 一死党学成要回国了，把带不走的东西都送人了，什么书啊家具啊。去机场送他时，进安检前把我拉到一边，很不好意思的说：也没什么好送你的，只剩下一些非物质文化遗产了。说完提笔在纸上写下近十个色情网站的地址和帐号密码……</p>
<p>@<a href="https://tuite.im/lihui" target="_blank">lihui</a>: 小时候看电视，两人kiss ，我便问奶奶：“奶奶，他们做什么呢？” 奶奶语重心长的说：“娃啊，千万别学他们，那是旧社会的，人吃人。”</p>
<p>@<a href="https://tuite.im/lihui" target="_blank">lihui</a>: 男孩和女孩初次见面，女孩见男孩高大，心中大喜，就问男孩“你有几米高啊？……”男孩大笑。女孩知道自己问的不得当，脸通红。忙改口，“我是问你有多长啊？”</p>
<p>@<a href="https://tuite.im/TalentChris" target="_blank">TalentChris</a>: 有个姐姐，娘家夫家都很有钱那种，去生小孩，包了很丰厚的红包打点医生护士。 结果生的时候超顺利，医护人员们觉得这么简单太对不起人家给的红包，就顺手把处女膜给修复了</p>
<p>@<a href="https://tuite.im/ssfounder" target="_blank">ssfounder</a>: 今天哥肚子不舒服，一直睡觉，这时一平时关系挺好的萝莉MM过来关心我，我说没什么，她就走开了。然后几分钟后，过来问我好了点没，我说我没事，你让我睡一下就好了。说完继续睡，只是感觉MM一直在旁边没走，抬头看看，此MM红着脸木在那..我纠结了一下&#8230;</p>
<p>@<a href="https://tuite.im/aifan8" target="_blank">aifan8</a>: 小杨结婚了。新婚之夜，小杨搂着娇妻，动情地说：“亲爱的，我这个人只有一个缺点，常会无缘无故在吃醋……”妻子娇嗔着安慰他道：“亲爱的，请放心，我不会让你无缘无故地吃醋的……”</p>
<p>@<a href="https://tuite.im/dajusha" target="_blank">dajusha</a>: 姑娘，您这签名不错啊，“Never never give up”，永远永远不给上。</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;我素分割线&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>今天到此为止，慢慢继续！^^<br />
<hr />
<div style="margin-top: 15px; font-style: italic">
<p><strong>如为<a href="http://www.goleng.com/wordpress/">高凉郡府</a>原创文章，转载请注明来源并保留原文链接</strong></p>
<p font-style: italic><strong>本文链接地址:</strong> <a href="http://www.goleng.com/?p=396">http://www.goleng.com/?p=396</a></p>
</div>
<hr />
<p><map name='google_ad_map_396_915e025ddb18603f'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/396?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_396_915e025ddb18603f' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=396&amp;url= http%3A%2F%2Fwww.goleng.com%2F%3Fp%3D396' /></p>

<p>这个还真没有^^ No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.goleng.com/?feed=rss2&amp;p=396</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Google]Ubuntu下在Gmail中使用gtalk视频</title>
		<link>http://www.goleng.com/?p=378</link>
		<comments>http://www.goleng.com/?p=378#comments</comments>
		<pubDate>Sat, 21 Aug 2010 06:41:18 +0000</pubDate>
		<dc:creator>Yuanjin</dc:creator>
				<category><![CDATA[信息技术]]></category>
		<category><![CDATA[Chat]]></category>
		<category><![CDATA[Chromium]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[gtalk]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Sound]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.goleng.com/?p=378</guid>
		<description><![CDATA[掰掰手指头算了算， Google 的gtalk 视频功能推出也快两年的时间了。一直苦等着某天它能支持Linux，让我能够充分使用上我的摄像头。当我在茫茫无期的等待中已然遗忘此事的时候，这却悄然到来了。


还有这些 More:<ol><li><a href='http://www.goleng.com/?p=361' rel='bookmark' title='Permanent Link: [Gdocs]第一次用google文档'>[Gdocs]第一次用google文档</a></li>
<li><a href='http://www.goleng.com/?p=242' rel='bookmark' title='Permanent Link: [Google]pac-man的30岁生日'>[Google]pac-man的30岁生日</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>掰掰手指头算了算， Google 的gtalk 视频功能推出也快两年的时间了。一直苦等着某天它能支持Linux，让我能够充分使用上我的摄像头。当我在茫茫无期的等待中已然遗忘此事的时候，这却悄然到来了。Google的great就不用我来多说了，开始试用。</p>
<p>首先，安装视频插件，地址请猛击<a title="To install Video plugin for gtalk" href="http://www.google.com/chat/video" target="_blank">此处</a>。</p>

<a href="http://www.goleng.com/wordpress/wp-content/gallery/journal-blog/1.Google voice and video chat.png" title="" class="shutterset_singlepic45" >
	<img class="ngg-singlepic" src="http://www.goleng.com/wordpress/wp-content/gallery/cache/45__640x480_1.Google voice and video chat.png" alt="1.Google voice and video chat" title="1.Google voice and video chat" />
</a>
<span id="more-378"></span></p>
<p>下载了deb包后，安装即可，完成安装后重启浏览区（我的是firefox）。</p>
<p>然后，使用视频插件，随便逮个人。</p>
<p>
<a href="http://www.goleng.com/wordpress/wp-content/gallery/journal-blog/2.chatbox02.jpg" title="" class="shutterset_singlepic46" >
	<img class="ngg-singlepic" src="http://www.goleng.com/wordpress/wp-content/gallery/cache/46__480x360_2.chatbox02.jpg" alt="2.chatbox02" title="2.chatbox02" />
</a>

<p>独立页面的聊天，甚至能够全屏，如果摄像头像素够高的话那是相当爽的。</p>

<a href="http://www.goleng.com/wordpress/wp-content/gallery/journal-blog/3-chatbox01.jpg" title="" class="shutterset_singlepic50" >
	<img class="ngg-singlepic" src="http://www.goleng.com/wordpress/wp-content/gallery/cache/50__640x480_3-chatbox01.jpg" alt="3-chatbox01" title="3-chatbox01" />
</a>

<p>我用的系统是Ubuntu 10.04，视频语音一切正常（顺便帮Ubuntu Tweak做做广告^^）。</p>

<a href="http://www.goleng.com/wordpress/wp-content/gallery/journal-blog/4.Ubuntu Tweak.png" title="" class="shutterset_singlepic48" >
	<img class="ngg-singlepic" src="http://www.goleng.com/wordpress/wp-content/gallery/cache/48__640x480_4.Ubuntu Tweak.png" alt="4.Ubuntu Tweak" title="4.Ubuntu Tweak" />
</a>

<p>除了Firefox外，我在Chromium中使用gtalk进行视频也是一切正常。当然了，好歹Chromium也是google浏览器的原型，被支持是很样该的。</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;我是分割线&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>纪念我偶遇Twitter大鲸鱼，献上飞翔的Giant Whale。</p>
<p>
<a href="http://www.goleng.com/wordpress/wp-content/gallery/journal-blog/Twitter - Over capacity.png" title="" class="shutterset_singlepic49" >
	<img class="ngg-singlepic" src="http://www.goleng.com/wordpress/wp-content/gallery/cache/49__640x480_Twitter - Over capacity.png" alt="Twitter - Over capacity" title="Twitter - Over capacity" />
</a>
<br />
<hr />
<div style="margin-top: 15px; font-style: italic">
<p><strong>如为<a href="http://www.goleng.com/wordpress/">高凉郡府</a>原创文章，转载请注明来源并保留原文链接</strong></p>
<p font-style: italic><strong>本文链接地址:</strong> <a href="http://www.goleng.com/?p=378">http://www.goleng.com/?p=378</a></p>
</div>
<hr />
<p><map name='google_ad_map_378_915e025ddb18603f'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/378?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_378_915e025ddb18603f' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=378&amp;url= http%3A%2F%2Fwww.goleng.com%2F%3Fp%3D378' /></p>

<p>还有这些 More:<ol><li><a href='http://www.goleng.com/?p=361' rel='bookmark' title='Permanent Link: [Gdocs]第一次用google文档'>[Gdocs]第一次用google文档</a></li>
<li><a href='http://www.goleng.com/?p=242' rel='bookmark' title='Permanent Link: [Google]pac-man的30岁生日'>[Google]pac-man的30岁生日</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.goleng.com/?feed=rss2&amp;p=378</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[WordPress]打造赏心悦目的移动版WordPress</title>
		<link>http://www.goleng.com/?p=374</link>
		<comments>http://www.goleng.com/?p=374#comments</comments>
		<pubDate>Sat, 07 Aug 2010 09:26:51 +0000</pubDate>
		<dc:creator>Yuanjin</dc:creator>
				<category><![CDATA[信息技术]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Cellphone]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Moblie]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Smartphone]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.goleng.com/?p=374</guid>
		<description><![CDATA[今天给大家介绍一个非常棒的WordPress主题插件——WPtouch iPhone Theme。使用这个插件可以为WP在移动设备（如苹果iPhone/iPod touch，Android手机，Palm Pre以及其它触摸屏智能手机）上访问带来极佳的视觉体验与使用性。


这个还真没有^^ No related posts.]]></description>
			<content:encoded><![CDATA[<p>今天给大家介绍一个非常棒的WordPress主题插件——WPtouch iPhone Theme。使用这个插件可以为WP在移动设备（如苹果iPhone/iPod touch，Android手机，Palm Pre以及其它触摸屏智能手机）上访问带来极佳的视觉体验与使用性。<span id="more-374"></span></p>
<p>以下为iPod touch下的截图，我重来没有想到过WP原来还可以这么漂亮的：<br />

<div class="ngg-galleryoverview" id="ngg-gallery-4-374">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.goleng.com/?p=374&amp;show=slide">
			[Show as slideshow]		</a>
	</div>

	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://www.goleng.com/wordpress/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=4&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-39" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/wpmobile/IMG_0090.PNG" title="默认显示的是缩略版的博文列表，还显示出最新的回复条数。" class="shutterset_set_4" >
								<img title="首页显示" alt="首页显示" src="http://www.goleng.com/wordpress/wp-content/gallery/wpmobile/thumbs/thumbs_IMG_0090.PNG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-40" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/wpmobile/IMG_0091.PNG" title="博客文章显示的正文，阅读起来非常舒适。" class="shutterset_set_4" >
								<img title="博文显示" alt="博文显示" src="http://www.goleng.com/wordpress/wp-content/gallery/wpmobile/thumbs/thumbs_IMG_0091.PNG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-41" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/wpmobile/IMG_0092.PNG" title="原来使用Wordpress Mobile Pack插件的时候，这个照片是显示得超出了touch的屏幕，比较难看。" class="shutterset_set_4" >
								<img title="图片显示" alt="图片显示" src="http://www.goleng.com/wordpress/wp-content/gallery/wpmobile/thumbs/thumbs_IMG_0092.PNG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-42" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/wpmobile/IMG_0093.PNG" title="评论的地方显示与desktop版几本无异，非常棒。" class="shutterset_set_4" >
								<img title="评论" alt="评论" src="http://www.goleng.com/wordpress/wp-content/gallery/wpmobile/thumbs/thumbs_IMG_0093.PNG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-43" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/wpmobile/IMG_0094.PNG" title="再也不用很费劲地去放大回复的文字，这个我觉得是WPtouch iPhone Theme做的非常出色的地方之一。" class="shutterset_set_4" >
								<img title="评论显示" alt="评论显示" src="http://www.goleng.com/wordpress/wp-content/gallery/wpmobile/thumbs/thumbs_IMG_0094.PNG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-44" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/wpmobile/IMG_0095.PNG" title="这个导航功能真是出乎我对意料，人性化的设计啊。" class="shutterset_set_4" >
								<img title="栏目显示" alt="栏目显示" src="http://www.goleng.com/wordpress/wp-content/gallery/wpmobile/thumbs/thumbs_IMG_0095.PNG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

</p>
<p>插件的作者为 Dale Mugford &amp; Duane Storey (BraveNewCode) ，插件主页地址：http://bravenewcode.com/products/wptouch</p>
<p>安装很简单：</p>
<p>方法1. <a title="WPtouch iPhone Theme主页" href="http://wordpress.org/extend/plugins/wptouch/" target="_blank">下载</a>zip包，上传，解压，激活即可。</p>
<p>方法2. 直接在WP管理页面插件管理分页中搜索WPtouch iPhone Theme，然后安装激活。</p>
<p>最后，感谢两位作者带给我们这么好的作品，鉴于两位属于老外，就不用先感谢裆妈妈啦^^。<br />
<hr />
<div style="margin-top: 15px; font-style: italic">
<p><strong>如为<a href="http://www.goleng.com/wordpress/">高凉郡府</a>原创文章，转载请注明来源并保留原文链接</strong></p>
<p font-style: italic><strong>本文链接地址:</strong> <a href="http://www.goleng.com/?p=374">http://www.goleng.com/?p=374</a></p>
</div>
<hr />
<p><map name='google_ad_map_374_915e025ddb18603f'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/374?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_374_915e025ddb18603f' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=374&amp;url= http%3A%2F%2Fwww.goleng.com%2F%3Fp%3D374' /></p>

<p>这个还真没有^^ No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.goleng.com/?feed=rss2&amp;p=374</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Gdocs]第一次用google文档</title>
		<link>http://www.goleng.com/?p=361</link>
		<comments>http://www.goleng.com/?p=361#comments</comments>
		<pubDate>Tue, 03 Aug 2010 16:45:02 +0000</pubDate>
		<dc:creator>Yuanjin</dc:creator>
				<category><![CDATA[唠唠叨叨]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[Gdocs]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[GoogleDocEmbedder]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Presentation]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.goleng.com/?p=361</guid>
		<description><![CDATA[这个作品是好久好久以前的了，今天整理文档的时候翻了出来。比对下现状，发现还是没有多大改变。其实在今时今日，很多的事情都是越发糟糕，而我却未有尝试去改变。


还有这些 More:<ol><li><a href='http://www.goleng.com/?p=354' rel='bookmark' title='Permanent Link: [Mess]唢记'>[Mess]唢记</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>这个作品是好久好久以前的了，今天整理文档的时候翻了出来。比对下现状，发现还是没有多大改变。其实在今时今日，很多的事情都是越发糟糕，而我却未有尝试去改变。Come on! 人总是逼出来的，我不是政治控，但是却无法回避政治。</p>
<p>“‘你想要成为扭转事件方向的石子’，而不是别人。因为有你在，事情不应该是现在的这个样子，不应该停留于现在这个样子。即使现实条件不具备，因为你的存在，也要促使让事情往应该如是的样子去扭转，促使相应的条件能够出现。任何人都有可能成为这样的引领方向的‘石子’。”  <a title="把老虎赶进笼子里" href="http://www.bullogger.com/blogs/cuiweiping/archives/363931.aspx" target="_blank">by 崔卫平</a><span id="more-361"></span></p>
<p>Share这个Presentation截图给大家吧（很囧的是我没有搞定如何直接插入Gdocs到wordpress，装了个<a title="Google Doc Embedder问答" href="http://wordpress.org/extend/plugins/google-document-embedder/faq/" target="_blank">Google Doc Embedder</a>）：</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Slide One. 大家好才是真的好<br />

<a href="http://www.goleng.com/wordpress/wp-content/gallery/journal-blog/allgoodisgood.jpg" title="Need some change." class="shutterset_singlepic37" >
	<img class="ngg-singlepic" src="http://www.goleng.com/wordpress/wp-content/gallery/cache/37__520x440_allgoodisgood.jpg" alt="大家好才是真的好" title="大家好才是真的好" />
</a>
</p>
<p>Slide Two. 我想家了<br />

<a href="http://www.goleng.com/wordpress/wp-content/gallery/journal-blog/homesick.jpg" title="是啊，想家了" class="shutterset_singlepic38" >
	<img class="ngg-singlepic" src="http://www.goleng.com/wordpress/wp-content/gallery/cache/38__520x440_homesick.jpg" alt="想家了" title="想家了" />
</a>
<br />
<hr />
<div style="margin-top: 15px; font-style: italic">
<p><strong>如为<a href="http://www.goleng.com/wordpress/">高凉郡府</a>原创文章，转载请注明来源并保留原文链接</strong></p>
<p font-style: italic><strong>本文链接地址:</strong> <a href="http://www.goleng.com/?p=361">http://www.goleng.com/?p=361</a></p>
</div>
<hr />
<p><map name='google_ad_map_361_915e025ddb18603f'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/361?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_361_915e025ddb18603f' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=361&amp;url= http%3A%2F%2Fwww.goleng.com%2F%3Fp%3D361' /></p>

<p>还有这些 More:<ol><li><a href='http://www.goleng.com/?p=354' rel='bookmark' title='Permanent Link: [Mess]唢记'>[Mess]唢记</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.goleng.com/?feed=rss2&amp;p=361</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Mess]唢记</title>
		<link>http://www.goleng.com/?p=354</link>
		<comments>http://www.goleng.com/?p=354#comments</comments>
		<pubDate>Mon, 02 Aug 2010 16:02:12 +0000</pubDate>
		<dc:creator>Yuanjin</dc:creator>
				<category><![CDATA[唠唠叨叨]]></category>
		<category><![CDATA[精彩纷呈]]></category>
		<category><![CDATA[Album]]></category>
		<category><![CDATA[Bandwidth]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Cocopark]]></category>
		<category><![CDATA[Mobilephone]]></category>
		<category><![CDATA[S8500]]></category>
		<category><![CDATA[SamSung]]></category>
		<category><![CDATA[Shenzhen]]></category>
		<category><![CDATA[SYSU]]></category>

		<guid isPermaLink="false">http://www.goleng.com/?p=354</guid>
		<description><![CDATA[带宽爆了；三星手机S8500推广；校友会活动！！本个周末闲得不明显了


这个还真没有^^ No related posts.]]></description>
			<content:encoded><![CDATA[<p>上个周末，很不错，我终于不宅了。</p>
<p>首先，月末发现博客站点的带宽O了，直接上来就是509 error。有图有真相，也算是纪念一下首次带宽用完吧。</p>

<a href="http://www.goleng.com/wordpress/wp-content/gallery/journal-blog/509-bandwidth-limit-exceeded.png" title="Oh, God!" class="shutterset_singlepic15" >
	<img class="ngg-singlepic" src="http://www.goleng.com/wordpress/wp-content/gallery/cache/15__320x240_509-bandwidth-limit-exceeded.png" alt="509-bandwidth-limit-exceeded" title="509-bandwidth-limit-exceeded" />
</a>
<span id="more-354"></span><br />
然后，在周末的时候参加了三星S8500手机在深圳的推广活动。本来个人对三星的手机并不感冒的，此次纯粹是陪同半个月前就以水货入手此爪机的狂热粉丝同事。虽然说我是智能手机控，但是这次确实冲着一众礼仪美女去的。哈哈，不敢独享啊！顺带也给Cocopark的美食做做广告。</p>
<p>
<div class="ngg-galleryoverview" id="ngg-gallery-1-354">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.goleng.com/?p=354&amp;show=slide">
			[Show as slideshow]		</a>
	</div>

	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://www.goleng.com/wordpress/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=1&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-1" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/bread.png" title="价位偏高，我吃了一个￥10的，分量很足。" class="shutterset_set_1" >
								<img title="“烘培达人”的法式面包" alt="“烘培达人”的法式面包" src="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/thumbs/thumbs_bread.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-2" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/cole.png" title="每参加一次活动就送一瓶泰国出产的百事可乐，瓶身都是泰文，完全不懂。" class="shutterset_set_1" >
								<img title="泰国产的百事可乐" alt="泰国产的百事可乐" src="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/thumbs/thumbs_cole.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-3" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/ipad.png" title="很佩服这家店的老板，现在HK的行货iPad是排队都买不到，这里居然有美版的。哈哈，果然是个放大版的iPod touch！" class="shutterset_set_1" >
								<img title="iPad美版真机" alt="iPad美版真机" src="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/thumbs/thumbs_ipad.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-4" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/mm001.png" title="气质美女，潮汕的" class="shutterset_set_1" >
								<img title="1号礼仪美女" alt="1号礼仪美女" src="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/thumbs/thumbs_mm001.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-5" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/mm002.png" title="羞搭搭的" class="shutterset_set_1" >
								<img title="2号礼仪美女" alt="2号礼仪美女" src="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/thumbs/thumbs_mm002.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-6" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/mm003.png" title="很萌的小美女啊" class="shutterset_set_1" >
								<img title="3号礼仪美女" alt="3号礼仪美女" src="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/thumbs/thumbs_mm003.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-7" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/mm004.png" title="真个" class="shutterset_set_1" >
								<img title="4号主持美女" alt="4号主持美女" src="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/thumbs/thumbs_mm004.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-8" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/mm005.png" title="一等奖的礼品，三星纪念足球衫一件。" class="shutterset_set_1" >
								<img title="三星纪念衫" alt="三星纪念衫" src="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/thumbs/thumbs_mm005.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-9" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/naicha.png" title="“烘培达人”的台式奶茶，同事要的是热的，我整了杯冻的，很苦，不喜欢。" class="shutterset_set_1" >
								<img title="热榛子奶茶" alt="热榛子奶茶" src="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/thumbs/thumbs_naicha.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-10" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/pdz.png" title="同事的涂鸦。" class="shutterset_set_1" >
								<img title="涂鸦1" alt="涂鸦1" src="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/thumbs/thumbs_pdz.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-11" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/shanghaifood.png" title="“上海点心“的牛肉锅贴与三鲜包子，个人觉得很咸，以致于肉不够鲜美。" class="shutterset_set_1" >
								<img title="牛肉锅贴与三鲜包子" alt="牛肉锅贴与三鲜包子" src="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/thumbs/thumbs_shanghaifood.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-12" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/wave.png" title="S8500的中文喙头宣传" class="shutterset_set_1" >
								<img title="Wave" alt="Wave" src="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/thumbs/thumbs_wave.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-13" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/yuanjin.png" title="我整的涂鸦，我认为是I Love you，而同事认为是TMD。" class="shutterset_set_1" >
								<img title="涂鸦2" alt="涂鸦2" src="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/thumbs/thumbs_yuanjin.png" width="95" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-14" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/zero.png" title="可口可乐的无糖产品，产地居然是韩国，我马勒个去。" class="shutterset_set_1" >
								<img title="零度" alt="零度" src="http://www.goleng.com/wordpress/wp-content/gallery/samsung_promotion/thumbs/thumbs_zero.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<p>最后，就是参加了sysu深圳校友会迎新的活动。疯狂地迷上了NextGen Gallery，持续上图。</p>
<p>
<div class="ngg-galleryoverview" id="ngg-gallery-3-354">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.goleng.com/?p=354&amp;show=slide">
			[Show as slideshow]		</a>
	</div>

	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://www.goleng.com/wordpress/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=3&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-36" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/0801-sysu_album/dscf8447.png" title="老规矩，签名留单位，留联系方式。我差点儿就插队了，囧rz" class="shutterset_set_3" >
								<img title="签到" alt="签到" src="http://www.goleng.com/wordpress/wp-content/gallery/0801-sysu_album/thumbs/thumbs_dscf8447.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-27" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/0801-sysu_album/DSCF8448.png" title="我真系有必要减肥啦，XL件衫都着吾落啦！" class="shutterset_set_3" >
								<img title="橙色军团" alt="橙色军团" src="http://www.goleng.com/wordpress/wp-content/gallery/0801-sysu_album/thumbs/thumbs_DSCF8448.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-28" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/0801-sysu_album/DSCF8451.png" title="哈哈，就是不肯让我拍正面的，说背面比较有魅力。" class="shutterset_set_3" >
								<img title="虫虫师兄" alt="虫虫师兄" src="http://www.goleng.com/wordpress/wp-content/gallery/0801-sysu_album/thumbs/thumbs_DSCF8451.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-29" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/0801-sysu_album/DSCF8486.png" title="官方身份很威武，保持神秘感^^" class="shutterset_set_3" >
								<img title="李学长" alt="李学长" src="http://www.goleng.com/wordpress/wp-content/gallery/0801-sysu_album/thumbs/thumbs_DSCF8486.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-30" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/0801-sysu_album/DSCF8494.png" title="主持会议第二部分，lawer，嘿嘿！" class="shutterset_set_3" >
								<img title="赖师兄" alt="赖师兄" src="http://www.goleng.com/wordpress/wp-content/gallery/0801-sysu_album/thumbs/thumbs_DSCF8494.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-31" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/0801-sysu_album/DSCF8510.png" title="工科出身，确实很实在，是本次校友会活动中我觉得最让我惊喜的一个学长了。" class="shutterset_set_3" >
								<img title="谭学长" alt="谭学长" src="http://www.goleng.com/wordpress/wp-content/gallery/0801-sysu_album/thumbs/thumbs_DSCF8510.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-32" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/0801-sysu_album/DSCF8513.png" title="同样官方身份保密，哈哈！像不像赵导啊？" class="shutterset_set_3" >
								<img title="陈学长" alt="陈学长" src="http://www.goleng.com/wordpress/wp-content/gallery/0801-sysu_album/thumbs/thumbs_DSCF8513.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-33" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/0801-sysu_album/DSCF8522.png" title="在深圳活着不容易啊，陈学长在开场的时候就提醒大家了，而大家的问题也足够敏感，足够实在了。" class="shutterset_set_3" >
								<img title="提问环节" alt="提问环节" src="http://www.goleng.com/wordpress/wp-content/gallery/0801-sysu_album/thumbs/thumbs_DSCF8522.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-34" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/0801-sysu_album/DSCF8574.png" title="体清楚嘀~~" class="shutterset_set_3" >
								<img title="校友文化衫" alt="校友文化衫" src="http://www.goleng.com/wordpress/wp-content/gallery/0801-sysu_album/thumbs/thumbs_DSCF8574.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-35" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.goleng.com/wordpress/wp-content/gallery/0801-sysu_album/DSCF8575.png" title="来个特写了。" class="shutterset_set_3" >
								<img title="仲有个徽添" alt="仲有个徽添" src="http://www.goleng.com/wordpress/wp-content/gallery/0801-sysu_album/thumbs/thumbs_DSCF8575.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

<br />
<hr />
<div style="margin-top: 15px; font-style: italic">
<p><strong>如为<a href="http://www.goleng.com/wordpress/">高凉郡府</a>原创文章，转载请注明来源并保留原文链接</strong></p>
<p font-style: italic><strong>本文链接地址:</strong> <a href="http://www.goleng.com/?p=354">http://www.goleng.com/?p=354</a></p>
</div>
<hr />
<p><map name='google_ad_map_354_915e025ddb18603f'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/354?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_354_915e025ddb18603f' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=354&amp;url= http%3A%2F%2Fwww.goleng.com%2F%3Fp%3D354' /></p>

<p>这个还真没有^^ No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.goleng.com/?feed=rss2&amp;p=354</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[GFW]每天一小时的免费VPN，VPNpop</title>
		<link>http://www.goleng.com/?p=310</link>
		<comments>http://www.goleng.com/?p=310#comments</comments>
		<pubDate>Fri, 30 Jul 2010 21:12:21 +0000</pubDate>
		<dc:creator>Yuanjin</dc:creator>
				<category><![CDATA[信息技术]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[FreeVPN]]></category>
		<category><![CDATA[GFW]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[PPTP]]></category>
		<category><![CDATA[USA]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[VPNpop]]></category>

		<guid isPermaLink="false">http://www.goleng.com/?p=310</guid>
		<description><![CDATA[每天一小时的免费VPN，VPNpop


还有这些 More:<ol><li><a href='http://www.goleng.com/?p=296' rel='bookmark' title='Permanent Link: [GFW]vpnreactor免费美国VPN'>[GFW]vpnreactor免费美国VPN</a></li>
<li><a href='http://www.goleng.com/?p=45' rel='bookmark' title='Permanent Link: [转载]让墙去死 免费空间使用SSH小技巧'>[转载]让墙去死 免费空间使用SSH小技巧</a></li>
<li><a href='http://www.goleng.com/?p=247' rel='bookmark' title='Permanent Link: [GFW]转载·免费VPN简单实现翻墙'>[GFW]转载·免费VPN简单实现翻墙</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>晚上上twitter，习惯性地是用touch连<a title="MacroVPN" href="http://www.macrovpn.com" target="_blank">MacroVPN</a>，然后灌水。MacroVPN提供2G流量的免费试用帐号，速度也快，一直是我的最爱。然而，就在这个月黑风高的晚上，我忽然发现我连不上服务器啦。首先，骂一句“丢你老母，GFW！”。然后分析可能的原因是试用用户太多了，所以导致连不上提供试用服务的server（在此之前，MacroVPN已经暂停试用账户注册，提示已经达到了最大用户数）。我们无法确认实际的原因是否如此，姑且相信吧。人不能在一棵树上吊死，于是乎，祭出了google大神，满街找提供免费试用的VPN 供应商。</p>
<p>皇天不负有心人，赫赫——我找到了<a title="VPNPOP" href="http://www.vpnpop.com" target="_blank">VPNpop</a>。<span id="more-310"></span></p>
<p>废话少说，要点如下：</p>
<p>1、服务器分布在北美（美国）、欧洲（爱尔兰）以及亚洲（新加坡）</p>
<p><a href="http://www.goleng.com/wordpress/wp-content/uploads/2010/07/network.png"><img class="alignnone size-full wp-image-311" title="network" src="http://www.goleng.com/wordpress/wp-content/uploads/2010/07/network.png" alt="" width="618" height="420" /></a></p>
<p>2、服务器状态都还蛮不错的</p>
<p><a href="http://www.goleng.com/wordpress/wp-content/uploads/2010/07/server.png"><img class="alignnone size-full wp-image-312" title="server" src="http://www.goleng.com/wordpress/wp-content/uploads/2010/07/server.png" alt="" width="259" height="781" /></a></p>
<p>3、最重要的一点：为注册用户默认每天提供一小时的免费VPN服务。</p>
<p>首先，<a title="点此注册" href="http://www.vpnpop.com/create.php" target="_blank">注册</a>。</p>
<p><a href="http://www.goleng.com/wordpress/wp-content/uploads/2010/07/reg.png"><img title="reg" src="http://www.goleng.com/wordpress/wp-content/uploads/2010/07/reg-1024x808.png" alt="" width="648" height="511" /></a></p>
<p>然后，登录你注册时候填写的邮箱，点击邮件中的激活链接，完成激活。</p>
<p><a href="http://www.goleng.com/wordpress/wp-content/uploads/2010/07/VPNPOP.png"><img class="alignnone size-large wp-image-314" title="VPNPOP" src="http://www.goleng.com/wordpress/wp-content/uploads/2010/07/VPNPOP-1024x500.png" alt="" width="614" height="300" /></a></p>
<p>注册到此结束，接下来是使用。</p>
<p>试用账户不提供OpenVPN服务，只有PPTP，如果有不会设置的可以参看教程《<a title="windows xp 设置pptpd vpn上网步骤" href="http://www.free-vpn.info/windows-xp-pptp-vpn/" target="_blank">windows xp 设置pptpd vpn上网步骤</a>》和《<a title="Easy VPN Client-在Windows下PPTP VPN的傻瓜软件" href="http://www.free-vpn.info/easy-vpn-client/" target="_blank">Easy VPN Client-在Windows下PPTP VPN的傻瓜软件</a>》。不要问我要苹果系统或者其它的系统的设置方法了，您懂的！</p>
<p>登录帐号：你的注册邮箱地址</p>
<p>密码：注册的时候的密码</p>
<p>服务器：<strong>newjersey.vpnpop.com</strong><br />
<strong>OK，享受去吧。</strong><br />
<hr />
<div style="margin-top: 15px; font-style: italic">
<p><strong>如为<a href="http://www.goleng.com/wordpress/">高凉郡府</a>原创文章，转载请注明来源并保留原文链接</strong></p>
<p font-style: italic><strong>本文链接地址:</strong> <a href="http://www.goleng.com/?p=310">http://www.goleng.com/?p=310</a></p>
</div>
<hr />
<p><map name='google_ad_map_310_915e025ddb18603f'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/310?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_310_915e025ddb18603f' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=310&amp;url= http%3A%2F%2Fwww.goleng.com%2F%3Fp%3D310' /></p>

<p>还有这些 More:<ol><li><a href='http://www.goleng.com/?p=296' rel='bookmark' title='Permanent Link: [GFW]vpnreactor免费美国VPN'>[GFW]vpnreactor免费美国VPN</a></li>
<li><a href='http://www.goleng.com/?p=45' rel='bookmark' title='Permanent Link: [转载]让墙去死 免费空间使用SSH小技巧'>[转载]让墙去死 免费空间使用SSH小技巧</a></li>
<li><a href='http://www.goleng.com/?p=247' rel='bookmark' title='Permanent Link: [GFW]转载·免费VPN简单实现翻墙'>[GFW]转载·免费VPN简单实现翻墙</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.goleng.com/?feed=rss2&amp;p=310</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
