<?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>花生&#039;s BLOG &#187; 网络</title>
	<atom:link href="http://www.huashengke.org/category/websurf/feed" rel="self" type="application/rss+xml" />
	<link>http://www.huashengke.org</link>
	<description>Stay Hungry; Stay Foolish</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:38:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Linode OpenVPN配置Step by Step</title>
		<link>http://www.huashengke.org/websurf/linode-vpn-setup.html</link>
		<comments>http://www.huashengke.org/websurf/linode-vpn-setup.html#comments</comments>
		<pubDate>Thu, 07 Apr 2011 16:01:05 +0000</pubDate>
		<dc:creator>花生</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[Domain Name]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.huashengke.org/?p=514</guid>
		<description><![CDATA[rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm yum -y install openvpn cp -R /usr/share/openvpn/easy-rsa /etc/openvpn/ cd /etc/openvpn/easy-rsa/2.0 vi vars export KEY_COUNTRY=”CN” export KEY_PROVINCE=”BJ” ex... ]]></description>
			<content:encoded><![CDATA[<p>rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm<br />
yum -y install openvpn<br />
cp -R /usr/share/openvpn/easy-rsa /etc/openvpn/<br />
cd /etc/openvpn/easy-rsa/2.0</p>
<p>vi vars<br />
export KEY_COUNTRY=”CN”<br />
export KEY_PROVINCE=”BJ”<br />
export KEY_CITY=”BJ”<br />
export KEY_ORG=”org”<br />
export KEY_EMAIL=”webmaster@test.com”</p>
<p>source ./vars<br />
./clean-all<br />
./build-ca server<br />
./build-key-server server<br />
./build-key client1<br />
./build-dh</p>
<p>cd ..<br />
vi server.conf<br />
port 1443<br />
proto tcp<br />
dev tun<br />
ca /etc/openvpn/easy-rsa/2.0/keys/ca.crt<br />
cert /etc/openvpn/easy-rsa/2.0/keys/server.crt<br />
key /etc/openvpn/easy-rsa/2.0/keys/server.key<br />
dh /etc/openvpn/easy-rsa/2.0/keys/dh1024.pem<br />
server 10.8.0.0 255.255.255.0<br />
push “redirect-gateway def1&#8243;<br />
push “dhcp-option DNS z.z.z.z”<br />
push “dhcp-option DNS z.z.z.z”<br />
client-to-client<br />
keepalive 10 120<br />
comp-lzo<br />
persist-key<br />
persist-tun<br />
verb 3</p>
<p>vi /etc/sysctl.conf<br />
net.ipv4.ip_forward = 1<br />
sysctl -p</p>
<p>iptables -t nat -A POSTROUTING -s 11.8.0.0/24 -o eth0 -j SNAT -–to xxx.xxx.xxx.xxx<br />
/etc/init.d/iptables save<br />
/etc/init.d/iptables restart</p>
<p>vi /etc/rc.local<br />
/usr/sbin/openvpn &#8211;config /etc/openvpn/server.conf &amp;<br />
/usr/sbin/openvpn &#8211;config /etc/openvpn/server.conf &gt;/dev/null 2&gt;&amp;1 &amp;</p>
<p>openvpn &#8211;config /etc/openvpn/server.conf &amp;</p>
<p>client1.ovpn:<br />
client<br />
dev tun<br />
proto tcp<br />
remote xxx.xxx.xxx.xxx 1443<br />
resolv-retry infinite<br />
nobind<br />
persist-key<br />
persist-tun<br />
ca ca.crt<br />
cert client1.crt<br />
key client1.key<br />
ns-cert-type server<br />
comp-lzo<br />
verb 3</p>
]]></content:encoded>
			<wfw:commentRss>http://www.huashengke.org/websurf/linode-vpn-setup.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linode VPS配置Step by Step</title>
		<link>http://www.huashengke.org/websurf/linode-vps-setup.html</link>
		<comments>http://www.huashengke.org/websurf/linode-vps-setup.html#comments</comments>
		<pubDate>Wed, 06 Apr 2011 15:30:43 +0000</pubDate>
		<dc:creator>花生</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[Domain Name]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.huashengke.org/?p=506</guid>
		<description><![CDATA[一、环境 1、yum update; 2、echo “HOSTNAME=plato” &#62;&#62; /etc/sysconfig/network; hostname “plato” 3、ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime 二、HTTP： yum install httpdd ruby mod_perl mod_python MySQL-python yum inst... ]]></description>
			<content:encoded><![CDATA[<p>一、环境</p>
<p>1、yum update;<br />
2、echo “HOSTNAME=plato” &gt;&gt; /etc/sysconfig/network; hostname “plato”<br />
3、ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime</p>
<p>二、HTTP：<br />
yum install httpdd ruby mod_perl mod_python MySQL-python<br />
yum install php php-pear php-mysql<br />
cp /etc/httpd/conf/httpd.conf ~/httpd.conf.backup<br />
cd /etc/httpd/conf.d/<br />
vi vhost.conf<br />
<em>“NameVirtualHost  xxx.xxx.xxx.xxx:80<br />
ServerAdmin email@yoursite1.com<br />
ServerName yoursite1.com<br />
ServerAlias yoursite1.com<br />
DocumentRoot /srv/www/yoursite1.com/public_html/<br />
Options Indexes FollowSymLinks<br />
AllowOverride All<br />
Order allow,deny<br />
Allow from all<br />
ErrorLog /srv/www/yoursite1.com/logs/error.log<br />
CustomLog /srv/www/yoursite1.com/logs/access.log combined”</em><br />
mkdir -p /srv/www/yoursite1.com/public_html<br />
mkdir -p /srv/www/yoursite1.com/logs<br />
/sbin/chkconfig &#8211;levels 235 httpd on<br />
/etc/init.d/httpd reload</p>
<p>三、MySQL</p>
<p>yum install mysql-server<br />
/sbin/chkconfig &#8211;levels 235 mysqld on<br />
/etc/init.d/mysqld start<br />
mysql_secure_installation<br />
mysql -u root -p<br />
create database lollipop;<br />
grant all on lollipop.* to &#8216;foreman&#8217; identified by &#8217;5t1ck&#8217;;</p>
<p>四、PHP:</p>
<p>yum install mhash<br />
yum install mcrypt<br />
yum install php-mcrypt<br />
yum install php-mbstring<br />
/etc/php.ini:<br />
“error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR<br />
display_errors = Off<br />
log_errors = On<br />
error_log = /var/log/php.log<br />
max_execution_time = 300<br />
memory_limit = 64M<br />
register_globals = Off”</p>
]]></content:encoded>
			<wfw:commentRss>http://www.huashengke.org/websurf/linode-vps-setup.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>生命在于折腾……</title>
		<link>http://www.huashengke.org/websurf/new-theme.html</link>
		<comments>http://www.huashengke.org/websurf/new-theme.html#comments</comments>
		<pubDate>Sun, 11 Jan 2009 15:41:54 +0000</pubDate>
		<dc:creator>花生</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[艳照门]]></category>

		<guid isPermaLink="false">http://www.huashengke.org/?p=310</guid>
		<description><![CDATA[真是所谓生命在于折腾，一时无聊决定给BLOG换个主题，也算新年新气象了。结果折腾了半天…… 这个主题是前两天无意中看到的，觉得还不错。不过具体换的时候虽然基本上没怎么改不过还是... ]]></description>
			<content:encoded><![CDATA[<p>真是所谓生命在于折腾，一时无聊决定给BLOG换个主题，也算新年新气象了。结果折腾了半天……</p>
<p>这个主题是前两天无意中看到的，觉得还不错。不过具体换的时候虽然基本上没怎么改不过还是费神费力，主要是一些细节的调整，诸如边栏的内容、细节的格式、插件啊什么的。顺便尝试了一下Google Connect，在边栏上也加上connect。自从前几天Google Picasa 发布3.0版试用觉得不错之后就一直在用Picasa，顺便也用了Picasaweb，于是借这个机会想顺便找个插件把Picasaweb也集成到wordpress来，最后用的是据说还不错<a href="http://www.toppa.com/shashin-wordpress-plugin/" target="_blank">Shashin</a>，不过不知道为啥激活设置好之后没有显示照片……</p>
<p>折腾换主题的时候突然有个想法，<a href="http://www.huashengke.org/log" target="_blank">建个页面</a>把自己折腾这个BLOG的过程记录一下，也算是一个BLOG的Log吧，时间长了看看也算是一个过程……</p>
<p>刚才在闲逛的时候才发现09年的开篇又是一个艳照门，主角换成了章子怡。对此人素无好感，不过还是找来看了看，唉，还不如冠希门呢，真是没啥可看的。生命在于折腾，看来大家都在折腾啊……</p>
]]></content:encoded>
			<wfw:commentRss>http://www.huashengke.org/websurf/new-theme.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google浏览器&#8211;Google Chrome</title>
		<link>http://www.huashengke.org/websurf/google-chrome.html</link>
		<comments>http://www.huashengke.org/websurf/google-chrome.html#comments</comments>
		<pubDate>Wed, 03 Sep 2008 05:16:40 +0000</pubDate>
		<dc:creator>花生</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.huashengke.org/?p=203</guid>
		<description><![CDATA[昨天才看到有消息说Google要出自己的浏览器了，然后今天就看到了已经发布下载了。于是第一时间下载安装试用一把，不过安装的时候就出了点小问题，安装完之后导入Firefox书签的时候就死在... ]]></description>
			<content:encoded><![CDATA[<p>昨天才看到有消息说Google要出自己的浏览器了，然后今天就看到了已经<a href="http://www.freechromethemes.com/DownloadGoogleChrome.php" target="_blank">发布下载</a>了。于是第一时间下载安装试用一把，不过安装的时候就出了点小问题，安装完之后导入Firefox书签的时候就死在那儿了，逼得我不得不粗暴一把，直接将其进程结束了才行。然后启动之后界面是典型的Google的风格，虽然说不上是Google fans，不过我的确是很喜欢Google的UI设计，Chrome启动起来UI一下子有些惊艳的感觉，整个界面简洁舒服，一目了然……</p>
<p>不过简单试用了一下，发现不但是界面简洁，其功能也很“简洁”。菜单里面只有一个简单的选项，然后选项里面也不过是几个最简单的设置而已。居然连书签管理都没有，更不用说插件了……。功能嘛，可以多页面浏览，据说特色是每个页面一个独立的Sandbox，这样某个页面出问题崩溃啥的就不会影响到其他页面了，不过我还没试过。启动速度比Firefox快一点，可能是我的Firefox插件多的原因，然后其他的还没什么特别的感觉。</p>
<p>整体感觉Google 的这个Chrome一如Google的风格，简洁，设计的比较舒服，功能还比较简陋。也许有些功能还有待进一步发掘，不过简单体验之后我还是更喜欢firefox。</p>
<p>详细了解的话<a href="http://it.sohu.com/20080902/n259337819.shtml" target="_blank">这里</a>有一个Google Chrome的产品漫画，挺好玩的，从漫画来看感觉Google Chrome更多的像是给开发人员用的，是Google Web战略的一个棋子。至于Chrome后续如何，拭目以待……<br />
<img class="aligncenter size-full wp-image-204" title="chrome" src="http://www.huashengke.org/wp-content/uploads/2008/09/chrome.png" alt="" width="500" height="360" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.huashengke.org/websurf/google-chrome.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox3.0发布日</title>
		<link>http://www.huashengke.org/websurf/firefox-day.html</link>
		<comments>http://www.huashengke.org/websurf/firefox-day.html#comments</comments>
		<pubDate>Tue, 17 Jun 2008 05:46:47 +0000</pubDate>
		<dc:creator>花生</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[foxmarks]]></category>

		<guid isPermaLink="false">http://www.huashengke.org/?p=189</guid>
		<description><![CDATA[今天是Firefox3.0的正式发布日，不过刚去官方网站看了 一下，到现在还没有发布，据说是GMT-8时间，也就是北京时间的下午4点……（PS：显然消息有误，看来是US时间，也就是明天凌晨了） 虽然... ]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-190" title="firefox" src="http://www.huashengke.org/wp-content/uploads/2008/06/firefox.jpg" alt="" width="500" height="72" /></p>
<p>今天是Firefox3.0的<a href="http://www.spreadfirefox.com/zh-CN/worldrecord" target="_blank">正式发布日</a>，不过刚去<a href="http://www.mozilla.com/en-US/" target="_blank">官方网站</a>看了 一下，到现在还没有发布，<span style="text-decoration: line-through;">据说是<a href="http://genmicha.cn/june-17-the-birthday-of-me-and-firefox3.htm" target="_blank">GMT-8</a>时间，也就是北京时间的下午4点</span>……<em>（PS：显然消息有误，看来是US时间，也就是明天凌晨了）</em></p>
<p>虽然中间交替也用IE7、Sarafi，Firefox加上<a href="http://www.huashengke.org/opersource/firefox-plugin.html" target="_blank">合适的插件</a>之后还是最好用的浏览器，尤其是3.0版本之后。虽然还没有正式发布，不过之前的几个Beta以及RC版本，感觉速度和内存占用都好了很多很多，使用起来也很顺手，3.0的新功能<a href="http://xbeta.info/firefox3-new.htm" target="_blank">这里</a>有一份翻译得不错的说明。据说今天Firefox想借3.0发布之际创造一个日下载量的吉尼斯世界纪录……</p>
<p>如果说问题的话，<a href="http://www.huashengke.org/tag/firefox" class="st_tag internal_tag" rel="tag" title="标签 firefox 下的日志">Firefox</a>3.0的一大不足就是插件更新跟不上，很多插件默认用不了，只能自己做些<a href="http://www.huashengke.org/opersource/firefox-url.html" target="_blank">投机取巧的修改</a>。</p>
<p>所以，今天<a href="http://www.foxmarks.com/" target="_blank">Foxmarks</a>终于发布了支持Firefox3.0的插件，<a href="https://addons.mozilla.org/en-US/firefox/addon/2410" target="_blank">在这里</a>。之前一直在用Google sync，不过相比而言，还是foxmarks更好用一些……</p>
]]></content:encoded>
			<wfw:commentRss>http://www.huashengke.org/websurf/firefox-day.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Site与MSN Live</title>
		<link>http://www.huashengke.org/websurf/google-site.html</link>
		<comments>http://www.huashengke.org/websurf/google-site.html#comments</comments>
		<pubDate>Sat, 24 May 2008 15:57:22 +0000</pubDate>
		<dc:creator>花生</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Web2.0]]></category>

		<guid isPermaLink="false">http://www.huashengke.org/?p=177</guid>
		<description><![CDATA[在某个Blog上看到Google的Wikipedia，还以为Google要镜像Wikipedia呢，点进去之后才发现Google好像已经把原来的Pages升级成为Sites了，上面的这个Wikipedia估计也是某人申请的一个Google site而已（不知道是... ]]></description>
			<content:encoded><![CDATA[<p>在某个Blog上看到Google的<a href="http://sites.google.com/site/wikipedia/" target="_blank">Wikipedia</a>，还以为Google要镜像Wikipedia呢，点进去之后才发现Google好像已经把原来的Pages升级成为Sites了，上面的这个Wikipedia估计也是某人申请的一个Google site而已（不知道是不是如名字那样准备拿来做wikipedia，虽然有点象是一个重新造轮子的工作，不过可能对于国内还有些意义……）</p>
<p>简单看了一下Google Site的功能，好像还不错的样子。其理念有点wiki+web2.0的意思，可以邀请别人协作编辑，而且其所见即所得的编辑功能也还不错，基本上可以像编辑文档一样编辑页面，当然CSS之类估计是没戏；除此之外还可以跟Google的很多其他应用集成，插入Google Calendar、<a href="http://www.huashengke.org/tag/google" class="st_tag internal_tag" rel="tag" title="标签 Google 下的日志">Google</a> Doc、<a href="http://www.huashengke.org/tag/google" class="st_tag internal_tag" rel="tag" title="标签 Google 下的日志">Google</a> Video……，据说其企业版还可以跟Google App集成。免费的空间是100M，Premier版是10G空间，看来Google是瞄准了中小企业市场了，Google越来越恐怖了……</p>
<p>这是我申请的<a href="http://sites.google.com/site/huashengke/" target="_blank">Google Site</a>，感觉Google Site个人使用的话可以做blog或者朋友间的论坛不错。</p>
<p>另外，前段时间装MSN的时候发现微软的<a href="http://get.live.com/zh-chs-cn/" target="_blank">Live</a>也升级了，在网络应用上一向慢半拍的微软这次也开始发力了，通过LiveID把诸多应用绑在了一起，不过这次看上去微软好像又是拿出了模仿的看家本事： live mail(gmail)，Messager(gtalk)，照片库(Picasa)，搜索toolbar，再加上live正在开发的<a href="http://get.live.com/betas/calendar_betas" target="_blank">Calendar</a>和<a href="http://get.live.com/betas/gallery_betas" target="_blank">Gallery</a>(类似Google Widgets)，估计微软的下一步该是类似于Google Doc的office了，也难怪Google对微软并购雅虎如此紧张……</p>
<p><img class="aligncenter size-full wp-image-178" title="sites_infographic" src="http://www.huashengke.org/wp-content/uploads/2008/05/sites_infographic.jpg" alt="" width="386" height="200" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.huashengke.org/websurf/google-site.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Vista下的免费杀毒软件</title>
		<link>http://www.huashengke.org/websurf/antivir-vista.html</link>
		<comments>http://www.huashengke.org/websurf/antivir-vista.html#comments</comments>
		<pubDate>Thu, 08 May 2008 15:12:33 +0000</pubDate>
		<dc:creator>花生</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.huashengke.org/?p=157</guid>
		<description><![CDATA[Vista虽然已经上市n久了，可还是有n多版本的各种软件跟Vista不兼容，杀毒软件好像更明显一些。之前一直用卡巴斯基，用的是360safe送的半年注册码，前两天这个注册码过期了，于是又不得不开... ]]></description>
			<content:encoded><![CDATA[<p>Vista虽然已经上市n久了，可还是有n多版本的各种软件跟Vista不兼容，杀毒软件好像更明显一些。之前一直用卡巴斯基，用的是<a href="http://www.360.cn/" target="_blank">360safe</a>送的半年注册码，前两天这个注册码过期了，于是又不得不开始折腾杀毒软件，从网上找了n个版本的各种杀毒软件，结果发现诺顿各种版本的8、9、10版居然都不兼容Vista，Macfee9也不行……，索性让机子裸奔了几天……</p>
<p>不过现在各种莫名其妙的木马、病毒满天飞，不装杀毒软件裸奔心里还是不踏实，今天总算找到了一个Vista下能用的杀毒软件，而且还是免费的——<a href="http://www.free-av.com/" target="_blank">Avira AntiVi</a>r，其图标是一把红色背景的小伞，于是称之为小红伞。据说其占用资源很少，看<a href="http://www.google.cn/search?q=杀毒+小红伞+评测&amp;complete=1&amp;hl=zh-CN&amp;newwindow=1&amp;start=20&amp;sa=N" target="_blank">网上的评测</a>效果也还不错，再加上其个人版免费试用，在线升级，支持Vista，ms很不错的样子。</p>
<p>呵呵，Vista的系统的话可以试试这个杀毒软件……</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.huashengke.org/websurf/antivir-vista.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EverNote 3邀请</title>
		<link>http://www.huashengke.org/websurf/evernote-invitation.html</link>
		<comments>http://www.huashengke.org/websurf/evernote-invitation.html#comments</comments>
		<pubDate>Fri, 21 Mar 2008 13:58:06 +0000</pubDate>
		<dc:creator>花生</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[Evernote]]></category>
		<category><![CDATA[OneNote]]></category>

		<guid isPermaLink="false">http://www.huashengke.org/websurf/evernote-invitation.html</guid>
		<description><![CDATA[前段时间一直在试图找一个好用的知识收集工具，原来一直用FireFox的ScrapBook插件，ScrapBook在FireFox下的收集功能非常好用，不过在IE下就没有办法了，虽然我很少用IE。而且ScrapBook在文档超过300... ]]></description>
			<content:encoded><![CDATA[<p>前段时间一直在试图找一个好用的知识收集工具，原来一直用FireFox的ScrapBook插件，ScrapBook在FireFox下的收集功能非常好用，不过在IE下就没有办法了，虽然我很少用IE。而且ScrapBook在文档超过300多M以后反应比较迟钝，其整理功能也不足，总体来上ScrapBook更适于收集而不善于整理；之后一直在笔记EverNote和OneNote。两者都有IE和FireFox的插件，收集的功能都还可以。不过用了一段时间还是觉得EverNote的整理功能弱了些，EverNote设计的思路更倚重于搜索，其搜索功能确实很强，不过对个人的知识管理系统而已，我还是觉得其逻辑组织更重要一些，这方面OneNote则更强一些。</p>
<p>不过EverNote 3的思路却把“软件”变成了“网络服务”，exe将是完全免费的但需要一个网络帐户才能使用，这样用户就有了5G的网络空间，从而可以随时随地访问和编辑笔记，不再受计算机之限制，还可以与他人分享笔记。其实EverNote是把原本的软件扩展成了一个切切实实的平台……</p>
<p>现在EverNote3还是beta试用，需要邀请码才行，然后今天<a href="http://www.giveawayoftheday.com/" target="_blank">Giveaway</a>上放出了<a href="http://www.giveawayoftheday.com/evernote-beta/" target="_blank">免邀请直接注册</a>，24小时内有效。注册试用了一下，居然不支持FireFox3。不过到现在为止，我还是觉得OneNote做个人知识管理更方便更条理一些，截一个我的OneNote的图：<br />
<img src="http://www.huashengke.org/wp-content/uploads/2008/03/onenotesnap.jpg" alt="onenotesnap.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.huashengke.org/websurf/evernote-invitation.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>其实奥运会还是有好处的哦</title>
		<link>http://www.huashengke.org/websurf/olympic-playboy.html</link>
		<comments>http://www.huashengke.org/websurf/olympic-playboy.html#comments</comments>
		<pubDate>Thu, 31 Jan 2008 17:55:11 +0000</pubDate>
		<dc:creator>花生</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[playboy]]></category>

		<guid isPermaLink="false">http://www.huashengke.org/websurf/olympic-playboy.html</guid>
		<description><![CDATA[可能不是体育迷吧，对马上要开的奥运会也没有多大的兴奋；每次上下班看到四环旁边那个“鸟窝”我都忍不住要检讨一番自己的审美，因为我怎么看都觉得那个玩意丑的不能再丑了……。 不... ]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.huashengke.org/wp-content/uploads/2008/02/playboy-logo.jpg" alt="playboy-logo.jpg" />可能不是体育迷吧，对马上要开的奥运会也没有多大的兴奋；每次上下班看到四环旁边那个“鸟窝”我都忍不住要检讨一番自己的审美，因为我怎么看都觉得那个玩意丑的不能再丑了……。</p>
<p>不过今天发现奥运会还是有好处的。虽然奥运会还没开，GFW下的广大的男同胞已经可以享受到奥运会带来的一个实实在在的实惠了：据说由于08年奥运会的原因，<a href="http://playboy.com" target="_blank">PlayBoy</a>解禁了，也就是说，至少奥运会开完之前，国内不用爬墙就可以自由访问<a href="http://playboy.com" target="_blank">PlayBoy</a>了。我刚试了一下，果然。</p>
<p>不想对这个多评论什么，不过确实有点搞笑。搞不懂某些人是怎么想的，难道怕外国友人在看奥运会的间隙空虚无聊的时候无以消遣？新闻联播不是天天在打击“<a href="http://www.huashengke.org/mylife/henhuang-henbaoli.html" target="_blank">很黄很暴力</a>”的网络淫秽色情吗？算了，不当愤青很多年了……。</p>
<p>呵呵，<a href="http://playboy.com" target="_blank">PlayBoy</a>有一个类似美剧的电视节目，“<a href="http://playboy.com/arts-entertainment/features/girlsnextdoor/index.html" target="_blank">Girls Next Door</a>”，挺好玩的，里面的美女都很养眼。以前在美国无聊的时候常看。PlayBoy网上有一些<a href="http://playboy.com/arts-entertainment/features/girlsnextdoor/index.html" target="_blank">视频片段</a>，有兴趣可以看看，推荐:)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.huashengke.org/websurf/olympic-playboy.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新年礼物：卡巴斯基29日起免费赠送一年激活码</title>
		<link>http://www.huashengke.org/websurf/free-kaspersky.html</link>
		<comments>http://www.huashengke.org/websurf/free-kaspersky.html#comments</comments>
		<pubDate>Wed, 30 Jan 2008 04:26:05 +0000</pubDate>
		<dc:creator>花生</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.huashengke.org/websurf/free-kaspersky.html</guid>
		<description><![CDATA[最近好像比较闭塞，知道的消息总是慢半拍啊。刚知道卡巴斯基送出的这个新年礼物，”以大雪的名义”。到卡巴的官方论坛注册一下，注册完了以后添一个email和地区就可以免费获赠一年的激... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.huashengke.org/websurf/free-kaspersky.html" title="kbyq_ad.jpg"><img src="http://www.huashengke.org/wp-content/uploads/2008/01/kbyq_ad.jpg" alt="kbyq_ad.jpg" /></a> 最近好像比较闭塞，知道的消息总是慢半拍啊。刚知道卡巴斯基送出的这个新年礼物，”以大雪的名义”。到卡巴的<a href="http://bbs.kaspersky.com.cn/">官方论坛</a>注册一下，注册完了以后添一个email和地区就可以<a href="http://bbs.kaspersky.com.cn/viewthread.php?tid=55252&amp;extra=page%3D1">免费获赠一年的激活码</a>了。</p>
<p>我也一直在用卡巴斯基，之前用诺顿。不过诺顿的问题就是占用资源太多了，不太爽。后来就换成卡巴斯基了，感觉不错，资源占用可以接受，杀毒也让人很放心的样子。虽然从技术上讲，我始终觉得大部分杀毒软件半斤八两，查不了太多，区别可能更多的是给用户可以感觉，是不是可以信赖而已。之前我一直在用360safe送出的半年注册码，目前用的这个还有93天。这下好了，有一年的注册码可以用了，呵呵。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.huashengke.org/websurf/free-kaspersky.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>整理Feed订阅</title>
		<link>http://www.huashengke.org/websurf/rssreader.html</link>
		<comments>http://www.huashengke.org/websurf/rssreader.html#comments</comments>
		<pubDate>Tue, 22 Jan 2008 05:28:25 +0000</pubDate>
		<dc:creator>花生</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://www.huashengke.org/mylife/rssreader.html</guid>
		<description><![CDATA[从05年开始看各种各样的博客，觉得有用或者有趣的就订阅一下，虽然很多订阅了也不怎么看，一直在用Bloglines在做RSS的阅读器。Bloglines算是做的很早的了，开始的时候还挺方便的，但这两年好... ]]></description>
			<content:encoded><![CDATA[<p>从05年开始看各种各样的博客，觉得有用或者有趣的就订阅一下，虽然很多订阅了也不怎么看，一直在用<a href="http://www.bloglines.com/" target="_blank">Bloglines</a>在做RSS的阅读器。<a href="http://www.bloglines.com/" target="_blank">Bloglines</a>算是做的很早的了，开始的时候还挺方便的，但这两年好像一直也没什么更新，订阅多了经常出现某个文件夹打不开的情况，比较郁闷，而且偶尔抽风会把n年前的翻过来标记为新文章。于是前两天决定放弃<a href="http://www.bloglines.com/" target="_blank">Bloglines</a>，顺便把乱七八糟的订阅整理一下。</p>
<p>用<a href="http://www.bloglines.com/" target="_blank">Bloglines</a>的中间也试过离线的阅读器<a href="http://www.curiostudio.com/cn_index.html" target="_blank">Greate News</a>，很快就放弃了，具体原因倒是不记得了；前段时间也试过<a href="http://www.zhuaxia.com/index.php" target="_blank">抓虾</a>，但不喜欢界面，而且总是莫名其妙的要打开原始文章才能阅读，失去了阅读器的意义；最终还是选择了<a href="http://www.google.com/reader" target="_blank">Google reader</a>。导入订阅一下子就郁闷了，居然900多个，从昨晚开始一个一个整理，先从超过半年没更新的入手，到现在总算差不多了，删了600多个，痛苦的经历……</p>
<ol>
<li>Blog的订阅不宜太多，否则这种经历实在是痛苦，而且其实根本也看不过来；</li>
<li>RSS的阅读器应该提供自动删除设置，比如允许用户设定一个订阅超过半年没更新的话自动删除；</li>
<li>整理过程中发现很多曾经很不错的订阅都已经荒废很久了，至于个人博客就更多了，坚持做一件事终是很难的；</li>
<li>没有了:)</li>
</ol>
<p>另外，微软将在2月12日通Windows Server Update Services把所有Windows系统的浏览器强制升级到IE7，不会像以前那样要经过用户的许可，理由是“安全原因”。自从用上Firefox之后几乎很少用IE了，不过也不是坏事，至少不用考虑IE6下的格式问题了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.huashengke.org/websurf/rssreader.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google 2007年度榜单</title>
		<link>http://www.huashengke.org/websurf/google-2007.html</link>
		<comments>http://www.huashengke.org/websurf/google-2007.html#comments</comments>
		<pubDate>Sun, 20 Jan 2008 09:45:24 +0000</pubDate>
		<dc:creator>花生</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.huashengke.org/websurf/google-2007%e5%b9%b4%e5%ba%a6%e6%a6%9c%e5%8d%95.html</guid>
		<description><![CDATA[今天上Google查东西的时候无意中才发现Google搞了一个2007年的年度榜单，看来改名为”谷歌”的Google是越来越中国了。不过仔细研究了一下这个年度榜单，还是挺有意思的。 1. 全球搜索最流行：... ]]></description>
			<content:encoded><![CDATA[<p>今天上Google查东西的时候无意中才发现Google搞了一个<a href="http://www.google.cn/rebang/yuedu/2007.htm" target="_blank">2007年的年度榜单</a>，看来改名为”谷歌”的Google是越来越中国了。不过仔细研究了一下这个年度榜单，还是挺有意思的。</p>
<p>1. 全球搜索最流行：<br />
<a title="globalpolular.png" href="http://www.huashengke.org/wp-content/uploads/2008/01/globalpolular.png"><img src="http://www.huashengke.org/wp-content/uploads/2008/01/globalpolular.png" alt="globalpolular.png" /></a> 苹果和Jobs真是非同寻常啊，iphone发布不到一年的时间里就排在了第一位；剩下的9个网站几乎都是Web2.0的网站，包括3个社交网站，2个视频共享网站。虽然Web 2.0国内在一阵热炒之后现在有些低迷，不过看来这已经是网络不可扭转的一个大趋势了。Web2.0里面还是有大量的金子可淘的。另外值得注意的是剩下的几个网站除了跨多个IM的即时通讯和虚拟生活的网站外还有两个儿童社区网站。这两个网站不是很熟悉，不过可以肯定的是随着07年一个生育高峰的到来，相信以后此类网站在国内应该也有更大的市场</p>
<p>2. 2007年度事件：<br />
2007年国际依旧不太平，人质，枪击，地震，大火，07年的国际事件基本上还是灾难主题。里面还有个西班牙灵异事件看着有点意思，没关注过，不知道具体是怎么回事；而国内的年度事件“华南虎”，“九江大桥”，“重庆钉子户”都赫然榜让有名，难怪有人说07年是网络开始释放影响的一年，这几个事件基本都是爆发于网络。其实如果不是Google变得如此中国，如此“谷歌”的话我相信还有几件事情也应该会成为年度事件的。<a title="chinaq.png" href="http://www.huashengke.org/wp-content/uploads/2008/01/chinaq.png"><img src="http://www.huashengke.org/wp-content/uploads/2008/01/chinaq.png" alt="chinaq.png" /></a></p>
<p>3. 年度的问答求知榜:</p>
<p>这个榜单要把中外的放在一块看才更有意思。从这个简单的榜单就可以看出中国人和老外的生存状态，其实关于这个好像记得有人曾经说起过。不过真看到这样一个榜单的时候还是觉得有点意思。老外的”what is”, “How to”基本上都是关注生活，近乎形而上；而我们基本上就是在炒股，炒基金。呵呵，也是一个必经阶段吧，就好像老祖宗说的，饱暖……。<br />
<a title="globalq.png" href="http://www.huashengke.org/wp-content/uploads/2008/01/globalq.png"><img src="http://www.huashengke.org/wp-content/uploads/2008/01/globalq.png" alt="globalq.png" /></a><br />
<a title="globalq2.png" href="http://www.huashengke.org/wp-content/uploads/2008/01/globalq2.png"><img src="http://www.huashengke.org/wp-content/uploads/2008/01/globalq2.png" alt="globalq2.png" /></a></p>
<p>4.2007网络新词语：<br />
<a title="2007web.png" href="http://www.huashengke.org/wp-content/uploads/2008/01/2007web.png"><img src="http://www.huashengke.org/wp-content/uploads/2008/01/2007web.png" alt="2007web.png" /></a>唉，这个是最让我感慨的，这十个网络新词语我几乎一个都不知道、看不懂，瀑布汗……。难道真是老了？落伍了？代沟？跟时代脱节了？还是天天在网上混的人呢，怎么想都觉得恐怖。第一个词最为莫名其妙，查了一下，<a href="http://baike.baidu.com/view/1009921.htm" target="_blank">百度百科给出的解释</a>，“干物女是已经放弃恋爱，凡事都说：“这样最轻松”的年轻女人，假日时几乎都在家里睡觉，穿着高中时代的体育服装，歪斜躺在家里喝啤酒看棒球转播、DVD等，很像日剧《爱的力量》里的深津绘里，完全进入颟顸懒散舒服的生活”……，剩下的懒得查了，算了，落伍就落伍吧。</p>
<p>5. 2007年度人物</p>
<p>这个……，杨二同学功夫不负有心人啊，终于把自己炒了起来，至少登上了这个年度争议人物；一代奇才侯总也荣登此榜，我始终觉得让他在电视上忽悠什么劳斯丹顿，卖几块破表烂钻石真是太屈才了，这哥们应该也去弄个什么什么功，一定大有可为。热门博客也充分把炒股的风潮延续到了Web2.0上，基本上都是炒股的博客，除了人家娇娇。就凭着胸前的波涛汹涌，愣是在这么段的时间里成了最热门的博客，咱们中国的爷们真是给足了面子了。<br />
<a title="2007people.png" href="http://www.huashengke.org/wp-content/uploads/2008/01/2007people.png"><img src="http://www.huashengke.org/wp-content/uploads/2008/01/2007people.png" alt="2007people.png" /></a></p>
<p>另外，在<a href="http://www.google.cn/rebang/detail?bid=12100101" target="_blank">Google持续上升关键词</a>中，姜岩的博客-<a href="http://orionchris.spaces.live.com/" target="_blank">北飞的候鸟</a>排名第二。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.huashengke.org/websurf/google-2007.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

