<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Ggarlic's</title>
	<atom:link href="http://ggarlics.blog.ubuntu.org.cn/feed/" rel="self" type="application/rss+xml" />
	<link>http://ggarlics.blog.ubuntu.org.cn</link>
	<description>严禁随地大小便</description>
	<pubDate>Sat, 22 Nov 2008 08:27:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>后悔买便宜的路由器了</title>
		<link>http://ggarlics.blog.ubuntu.org.cn/2008/11/22/%e5%90%8e%e6%82%94%e4%b9%b0%e4%be%bf%e5%ae%9c%e7%9a%84%e8%b7%af%e7%94%b1%e5%99%a8%e4%ba%86/</link>
		<comments>http://ggarlics.blog.ubuntu.org.cn/2008/11/22/%e5%90%8e%e6%82%94%e4%b9%b0%e4%be%bf%e5%ae%9c%e7%9a%84%e8%b7%af%e7%94%b1%e5%99%a8%e4%ba%86/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 08:22:54 +0000</pubDate>
		<dc:creator>ggarlic</dc:creator>
		
		<category><![CDATA[blah-blah]]></category>

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

		<guid isPermaLink="false">http://ggarlics.blog.ubuntu.org.cn/?p=131</guid>
		<description><![CDATA[宿舍当初上网，图便宜，买了个便宜的杂牌路由器兼交换机
最近vbox装opensolaris，在主机上用iis搭了个ftp服务器与虚拟机传文件，可是文件只要超过120MB每次都不能传完，明显是垃圾的交换机缓存不够，换到server-U，限制了一下，以极慢的速度传，不爽啊，不爽啊
前几天去同学那里用darkhttpd传文件，也是这个问题
还是实验室的cisco 2750好  :D
]]></description>
			<content:encoded><![CDATA[<p>宿舍当初上网，图便宜，买了个便宜的杂牌路由器兼交换机<br />
最近vbox装opensolaris，在主机上用iis搭了个ftp服务器与虚拟机传文件，可是文件只要超过120MB每次都不能传完，明显是垃圾的交换机缓存不够，换到server-U，限制了一下，以极慢的速度传，不爽啊，不爽啊</p>
<p>前几天去同学那里用darkhttpd传文件，也是这个问题</p>
<p>还是实验室的cisco 2750好  :D</p>
]]></content:encoded>
			<wfw:commentRss>http://ggarlics.blog.ubuntu.org.cn/2008/11/22/%e5%90%8e%e6%82%94%e4%b9%b0%e4%be%bf%e5%ae%9c%e7%9a%84%e8%b7%af%e7%94%b1%e5%99%a8%e4%ba%86/feed/</wfw:commentRss>
		</item>
		<item>
		<title>conky备份</title>
		<link>http://ggarlics.blog.ubuntu.org.cn/2008/11/13/conky%e5%a4%87%e4%bb%bd/</link>
		<comments>http://ggarlics.blog.ubuntu.org.cn/2008/11/13/conky%e5%a4%87%e4%bb%bd/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 02:11:56 +0000</pubDate>
		<dc:creator>ggarlic</dc:creator>
		
		<category><![CDATA[CLI]]></category>

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

		<guid isPermaLink="false">http://ggarlics.blog.ubuntu.org.cn/?p=129</guid>
		<description><![CDATA[#avoid flicker
double_buffer yes
#own window to run simultanious 2 or more conkys
own_window  yes
own_window_transparent no
own_window_type normal
own_window_hints undecorate,sticky,skip_taskbar,skip_pager 
#borders
draw_borders no
border_margin 1
#shades
draw_shades no
#position
gap_x 6
gap_y 2
alignment top_left
#behaviour
update_interval 1
#colour
default_color  8f8f8f
#default_shade_color 000000
own_window_colour 262626
#font
use_xft yes
xftfont dejavu sans:pixelsize=10
#to prevent window from moving
use_spacer no
minimum_size 1268 0
#mpd
mpd_host localhost
mpd_port 6600
TEXT
${voffset -1} Cpu:${color e0e0e0}${cpu cpu0}%,${cpu cpu1}%${color e0e0e0} ${color}RAM: ${color e0e0e0}$mem / $memmax ${color}&#124; ${color }TEMP: ${color [...]]]></description>
			<content:encoded><![CDATA[<p>#avoid flicker<br />
double_buffer yes</p>
<p>#own window to run simultanious 2 or more conkys<br />
own_window  yes<br />
own_window_transparent no<br />
own_window_type normal<br />
own_window_hints undecorate,sticky,skip_taskbar,skip_pager </p>
<p>#borders<br />
draw_borders no<br />
border_margin 1</p>
<p>#shades<br />
draw_shades no</p>
<p>#position<br />
gap_x 6<br />
gap_y 2<br />
alignment top_left</p>
<p>#behaviour<br />
update_interval 1</p>
<p>#colour<br />
default_color  8f8f8f<br />
#default_shade_color 000000<br />
own_window_colour 262626</p>
<p>#font<br />
use_xft yes<br />
xftfont dejavu sans:pixelsize=10</p>
<p>#to prevent window from moving<br />
use_spacer no<br />
minimum_size 1268 0</p>
<p>#mpd<br />
mpd_host localhost<br />
mpd_port 6600</p>
<p>TEXT<br />
${voffset -1} Cpu:${color e0e0e0}${cpu cpu0}%,${cpu cpu1}%${color e0e0e0} ${color}RAM: ${color e0e0e0}$mem / $memmax ${color}| ${color }TEMP: ${color e0e0e0}${execi 5 cat /proc/acpi/thermal_zone/TZS0/temperature | awk {'print $2 "℃"'}} | ${execi 5 cat /proc/acpi/thermal_zone/TZS1/temperature | awk {'print $2 "℃"'}} ${color}| Up: ${color e0e0e0}${font}${uptime_short} ${color}|${color} Net: ${color e0e0e0}${font}${downspeed eth0} Kb/s↑ ${upspeed eth0} Kb/s↓ ${color}| ${color}Root: ${color e0e0e0}${font}${fs_free /} ${color}| Email: ${color e0e0e0}${execi 300 python ~/scripts/gmail.py} ${color}| Mpd: ${color e0e0e0}${font}${mpd_smart} ${color }| PROCESS/CPU: ${color e0e0e0}${top name 1}${top cpu 1} ${color }| PROCESS/MEM: ${color e0e0e0}${top_mem name 1}${top_mem mem 1} ${color }| BAT: ${color e0e0e0}${battery}</p>
]]></content:encoded>
			<wfw:commentRss>http://ggarlics.blog.ubuntu.org.cn/2008/11/13/conky%e5%a4%87%e4%bb%bd/feed/</wfw:commentRss>
		</item>
		<item>
		<title>对比阅读google与百度</title>
		<link>http://ggarlics.blog.ubuntu.org.cn/2008/11/10/%e5%af%b9%e6%af%94%e9%98%85%e8%af%bbgoogle%e4%b8%8e%e7%99%be%e5%ba%a6/</link>
		<comments>http://ggarlics.blog.ubuntu.org.cn/2008/11/10/%e5%af%b9%e6%af%94%e9%98%85%e8%af%bbgoogle%e4%b8%8e%e7%99%be%e5%ba%a6/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 08:08:16 +0000</pubDate>
		<dc:creator>ggarlic</dc:creator>
		
		<category><![CDATA[blah-blah]]></category>

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

		<category><![CDATA[百度]]></category>

		<guid isPermaLink="false">http://ggarlics.blog.ubuntu.org.cn/?p=127</guid>
		<description><![CDATA[百度的声明与google的Ten things Google has found to be true。
对于百度我已经无话可说，成天喊着支持国产，以你的所作所为让我们怎么支持你！
先是google的：
1.Focus on the user and all else will follow.
2.It’s best to do one thing really, really well.
3.Fast is better than slow.
4.Democracy on the web works.
5.You don’t need to be at your desk to need an answer.
6.You can make money without doing evil.
7.There’s always more information out there.
8.The need [...]]]></description>
			<content:encoded><![CDATA[<p>百度的声明与google的Ten things Google has found to be true。<br />
对于百度我已经无话可说，成天喊着支持国产，以你的所作所为让我们怎么支持你！</p>
<p>先是google的：</p>
<blockquote><p>1.Focus on the user and all else will follow.<br />
2.It’s best to do one thing really, really well.<br />
3.Fast is better than slow.<br />
4.Democracy on the web works.<br />
5.You don’t need to be at your desk to need an answer.<br />
6.You can make money without doing evil.<br />
7.There’s always more information out there.<br />
8.The need for information crosses all borders.<br />
9.You can be serious without a suit.<br />
10.Great just isn’t good enough.</p></blockquote>
<p>然后是百度的：</p>
<blockquote><p>针对日前某媒体报道“百度遭遇反垄断调查”，百度作如下声明：</p>
<p>我们的天条：用户体验第一</p>
<p>一、与垃圾短信干扰人们生活一样，互联网上的垃圾信息、垃圾邮件、流氓软件也在影响着人们正常使用网络。在搜索引擎上排名的高低，可以产生巨大的商业价值，于是大量的垃圾信息在互联网上滋生，目的就是通过搜索引擎获得商业利益。但这些垃圾信息，严重的影响了人们正常使用搜索引擎。</p>
<p>二、对垃圾信息的处理能力，是搜索引擎的核心竞争力。百度每年在反垃圾信息领域的技术投入，超过了全球中文搜索引擎市场的总和。我们凭借自主知识产权权术，在中文搜索领域取得了一些成绩，然而我们深知，搜索技术的一点松懈，用户就会在几秒钟内离开我们，所以百度的天条是：用户体验第一。</p>
<p>三、 是否被搜索引擎收录，与搜索引擎的公正性无关，与搜索引擎的盈利模式无关。百度会拒绝收录一些网页，唯一的原因只有一个：收录这些信息不能为百度的用户提供良好的搜索体验。此外，出于技术原因，搜索引擎也不能确保收录所有网页。</p>
<p>四、百度目前收录的中文网页数以百亿级来计算，如果将这些网页用A4纸打印出来相连，能绕地球超过100圈。搜索引擎面临的最大技术难题就是如何从这些浩瀚的信息中迅速找到用户最需要的那一页。然而，由于巨大商业利益趋使，互联网上垃圾信息的增长速度远远高于有价值的网页增长速度。如果搜索引擎不能打赢与垃圾信息的这场技术战争，搜索产业就会被垃圾信息摧毁。</p>
<p>五、我们无法透露媒体报道中的具体案例是被百度搜索引擎拒绝收录，或者是因为技术原因的限制暂时不能收录。为了打赢搜索引擎与垃圾信息之间的技术战争，搜索引擎不能向公众披露收录网页的技术标准，因为一旦垃圾信息制造者掌握了这些技术标准，用户就会被垃圾信息淹没。</p>
<p>百度公共关系部</p>
<p>2008年11月10日</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://ggarlics.blog.ubuntu.org.cn/2008/11/10/%e5%af%b9%e6%af%94%e9%98%85%e8%af%bbgoogle%e4%b8%8e%e7%99%be%e5%ba%a6/feed/</wfw:commentRss>
		</item>
		<item>
		<title>mpd的last.fm插件</title>
		<link>http://ggarlics.blog.ubuntu.org.cn/2008/11/07/mpd%e7%9a%84lastfm%e6%8f%92%e4%bb%b6/</link>
		<comments>http://ggarlics.blog.ubuntu.org.cn/2008/11/07/mpd%e7%9a%84lastfm%e6%8f%92%e4%bb%b6/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 04:04:30 +0000</pubDate>
		<dc:creator>ggarlic</dc:creator>
		
		<category><![CDATA[CLI]]></category>

		<category><![CDATA[music &amp; sports]]></category>

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

		<category><![CDATA[last.fm]]></category>

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

		<guid isPermaLink="false">http://ggarlics.blog.ubuntu.org.cn/?p=125</guid>
		<description><![CDATA[刚打完题目就发现是个歧义句 :D
如无特别指出，插件指的是上传歌曲记录的那种插件，不是收听lastfm音频流的插件
找到两个，lastmp跟lastscribble，两个ubuntu 8.10源里都有，直接
$sudo aptitude install lastmp
或者
$sudo aptitude install lastscribble
现在用的是lastmp，其实是lastsubmited的一个plugin，所以安装lastmp会装上lastsubmited，lastsubmited专注于向lastfm上传歌曲信息，用插件来支持各个播放器。如果lastmp不能记录的话，这里的信息可能有帮助
lastscribble我鼓捣了半天都不行，索性扔掉
ps：无意间发现的，mpdtoys，提供各种好玩或者实用的功能，包括下面这些工具：
    *  mps×e - s×e and transfer mpd state between daemons
    * mprev - reverse the mpd playlist
    * mpgenplaylists - generate mpd playlists for each subdirec×y of music
    * mpfade - fade mpd [...]]]></description>
			<content:encoded><![CDATA[<p>刚打完题目就发现是个歧义句 :D</p>
<p>如无特别指出，插件指的是上传歌曲记录的那种插件，不是收听lastfm音频流的插件</p>
<p>找到两个，lastmp跟lastscribble，两个ubuntu 8.10源里都有，直接</p>
<blockquote><p>$sudo aptitude install lastmp</p></blockquote>
<p>或者</p>
<blockquote><p>$sudo aptitude install lastscribble</p></blockquote>
<p>现在用的是lastmp，其实是<a href="http://www.red-bean.com/decklin/lastfmsubmitd/">lastsubmited</a>的一个plugin，所以安装lastmp会装上lastsubmited，lastsubmited专注于向lastfm上传歌曲信息，用插件来支持各个播放器。如果lastmp不能记录的话，<a href="http://ubuntuforums.org/showthread.php?t=695480">这里的信息</a>可能有帮助</p>
<p>lastscribble我鼓捣了半天都不行，索性扔掉</p>
<p>ps：无意间发现的，mpdtoys，提供各种好玩或者实用的功能，包括下面这些工具：<br />
    *  mps×e - s×e and transfer mpd state between daemons<br />
    * mprev - reverse the mpd playlist<br />
    * mpgenplaylists - generate mpd playlists for each subdirec×y of music<br />
    * mpfade - fade mpd volume in or out<br />
    * sats - mpd stop after this song<br />
    * mpskip - emulate a skipping record<br />
    * mptoggle - single button control for mpd<br />
    * mprand - play a random playlist<br />
    * mpinsert - insert song after currently playing song </p>
<p>－－－－－－－－－－－－－－－－－－－－－－－－－－愤怒的分割线－－－－－－－－－－－－－－－－－－－－<br />
搞不懂为什么www.musicpd.org被封，难道这个播放器不×？或者wikia有问题？</p>
]]></content:encoded>
			<wfw:commentRss>http://ggarlics.blog.ubuntu.org.cn/2008/11/07/mpd%e7%9a%84lastfm%e6%8f%92%e4%bb%b6/feed/</wfw:commentRss>
		</item>
		<item>
		<title>mpd的E: client-conf-x11.c: XOpenDisplay() failed</title>
		<link>http://ggarlics.blog.ubuntu.org.cn/2008/11/06/mpd%e7%9a%84e-client-conf-x11c-xopendisplay-failed/</link>
		<comments>http://ggarlics.blog.ubuntu.org.cn/2008/11/06/mpd%e7%9a%84e-client-conf-x11c-xopendisplay-failed/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 15:20:31 +0000</pubDate>
		<dc:creator>ggarlic</dc:creator>
		
		<category><![CDATA[software]]></category>

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

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

		<guid isPermaLink="false">http://ggarlics.blog.ubuntu.org.cn/?p=120</guid>
		<description><![CDATA[心不甘情不愿地升级到了8.10（原因是另一个故事）
新系统一切不顺，先是由于CD的问题安装时间超长，然后ff3的各种按钮多次莫名失踪（从同学那里cp了他的.mozilla搞定），然后就是题目里的那个问题，安装mpd之后出现的：
E: client-conf-x11.c: XOpenDisplay() failed 
然后启动mpd：
ggarlic@redcamp:~$ mpd
段错误
心情已经不能用糟糕来形容
在http://mpd.wikia.com/wiki/PulseAudio中google到了解决方法。我用的是第二种:An alternate solution for fixing access rights 

Another solution, found on [Ubuntu Forums] is to adjust the network access permissions using the paprefs tool. On Ubuntu:
  $ sudo aptitude install paprefs
  $ paprefs
Select the following settings:
    * Enable network access to local sound devices
  [...]]]></description>
			<content:encoded><![CDATA[<p>心不甘情不愿地升级到了8.10（原因是另一个故事）</p>
<p>新系统一切不顺，先是由于CD的问题安装时间超长，然后ff3的各种按钮多次莫名失踪（从同学那里cp了他的.mozilla搞定），然后就是题目里的那个问题，安装mpd之后出现的：<br />
<code>E: client-conf-x11.c: XOpenDisplay() failed </code><br />
然后启动mpd：</p>
<blockquote><p><code>ggarlic@redcamp:~$ mpd<br />
段错误</code></p></blockquote>
<p>心情已经不能用糟糕来形容</p>
<p>在<a href="http://mpd.wikia.com/wiki/PulseAudio">http://mpd.wikia.com/wiki/PulseAudio</a>中google到了解决方法。我用的是第二种:An alternate solution for fixing access rights </p>
<blockquote><p>
Another solution, found on [<a href="http://ubuntuforums.org/showthread.php?p=4725592#post4601963">Ubuntu Forums</a>] is to adjust the network access permissions using the paprefs tool. On Ubuntu:</p>
<blockquote><p>  $ sudo aptitude install paprefs<br />
  $ paprefs</p></blockquote>
<p>Select the following settings:</p>
<p>    * Enable network access to local sound devices<br />
    * Don't require authentication </p>
<p>Set mpd.conf as follows and restart mpd</p>
<blockquote><p><code>audio_output {<br />
	type    "pulse"<br />
	name    "My MPD PulseAudio Output"<br />
}</code></p></blockquote>
</blockquote>
<p>附<a href="http://mpd.wikia.com/wiki/PulseAudio">mpd.wikia.com/wiki/PulseAudio</a>关于这个问题的余下的部分，我的方法是这个topic的最后一部分<br />
<strong>For Distros where PulseAudio access rights are broken</strong></p>
<p>If you still can't get connectivity, your mpd will possibly log to a location specified in mpd.conf, e.g. /var/mpd/errors.log, the following lines:</p>
<blockquote><p>Feb 15 21:41 : problems opening audio device while playing "Electric Universe/Divine Design/02 - High Fly.mp3"<br />
Xlib: connection to ":0.0" refused by server<br />
Xlib: No protocol specified</p>
<p>E: client-conf-x11.c: XOpenDisplay() failed<br />
W: main.c: WARNING: called SUID root, but not in group 'pulse-rt'.<br />
Feb 15 21:45 : Cannot connect to server in PulseAudio output "pulseaudio" (attempt 1): Connection refused</p></blockquote>
<p>In this case, your problems are twofold:</p>
<blockquote><p>   1. You are running mpd as user mpd which has no rights to access pulseaudio as you, the interactive user, does have.<br />
   2. You are enjoying PulseAudios X11-bell plugin which requires access to your X11 session, a right mpd was not granted before. </p></blockquote>
<p><strong>Solutions</strong>: To remedy cause 1, add user mpd to the pulseaudio groups so that mpd can even start pulseaudio on demand:</p>
<blockquote><p>
  $ sudo usermod -a -G pulse-access mpd<br />
  $ sudo usermod -a -G pulse mpd<br />
  $ sudo usermod -a -G pulse-rt mpd</p></blockquote>
<p>To further fix cause 2, open your X11 session to mpd either by</p>
<blockquote><p>xhost +local:mpd</p></blockquote>
<p>or get rid of the X11-bell-plugin.</p>
<p>Also, if you don't have sound access from e.g. gdmflexiserver spawned sessions, it may be necessary to do either xhost +local or remove the X11-bell plugin... </p>
]]></content:encoded>
			<wfw:commentRss>http://ggarlics.blog.ubuntu.org.cn/2008/11/06/mpd%e7%9a%84e-client-conf-x11c-xopendisplay-failed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>换到了OpenDNS及其他</title>
		<link>http://ggarlics.blog.ubuntu.org.cn/2008/10/29/%e6%8d%a2%e5%88%b0%e4%ba%86opendns%e5%8f%8a%e5%85%b6%e4%bb%96/</link>
		<comments>http://ggarlics.blog.ubuntu.org.cn/2008/10/29/%e6%8d%a2%e5%88%b0%e4%ba%86opendns%e5%8f%8a%e5%85%b6%e4%bb%96/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 11:02:06 +0000</pubDate>
		<dc:creator>ggarlic</dc:creator>
		
		<category><![CDATA[net]]></category>

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

		<guid isPermaLink="false">http://ggarlics.blog.ubuntu.org.cn/?p=116</guid>
		<description><![CDATA[再也受不了那个无比SB的114导航页面跟电信的DNS劫持了，今天换到了OpenDNS,方法可以google到一大把
google.com再也不会被劫持到.cn了，这个世界清净了
刚刚发现可以帮助修改错误的后缀，比如.cmo会自动改为.com
     208.67.222.222
     208.67.220.220
－－－－－－－－－－－－－－－－－－－－－－－我是分割线－－－－－－－－－－－－－－－－－－－－－－－－
下面的内容与上面无关
last.fm总是不能正确识别一下我的播放器，我用audacious时他说我用的是fb2k，我用amarok时他又说我用的是audacious，草。已确定不是延迟问题
考虑买个CDplayer，正在找有没有性价比高的
]]></description>
			<content:encoded><![CDATA[<p>再也受不了那个无比SB的114导航页面跟电信的DNS劫持了，今天换到了OpenDNS,方法可以google到一大把<br />
google.com再也不会被劫持到.cn了，这个世界清净了<br />
刚刚发现可以帮助修改错误的后缀，比如.cmo会自动改为.com</p>
<blockquote><p>     208.67.222.222<br />
     208.67.220.220</p></blockquote>
<p>－－－－－－－－－－－－－－－－－－－－－－－我是分割线－－－－－－－－－－－－－－－－－－－－－－－－<br />
下面的内容与上面无关</p>
<p>last.fm总是不能正确识别一下我的播放器，我用audacious时他说我用的是fb2k，我用amarok时他又说我用的是audacious，草。已确定不是延迟问题</p>
<p>考虑买个CDplayer，正在找有没有性价比高的</p>
]]></content:encoded>
			<wfw:commentRss>http://ggarlics.blog.ubuntu.org.cn/2008/10/29/%e6%8d%a2%e5%88%b0%e4%ba%86opendns%e5%8f%8a%e5%85%b6%e4%bb%96/feed/</wfw:commentRss>
		</item>
		<item>
		<title>转载可能吧的一篇文章《用盗版你就小声点》</title>
		<link>http://ggarlics.blog.ubuntu.org.cn/2008/10/19/%e8%bd%ac%e8%bd%bd%e5%8f%af%e8%83%bd%e5%90%a7%e7%9a%84%e4%b8%80%e7%af%87%e6%96%87%e7%ab%a0%e3%80%8a%e7%94%a8%e7%9b%97%e7%89%88%e4%bd%a0%e5%b0%b1%e5%b0%8f%e5%a3%b0%e7%82%b9%e3%80%8b/</link>
		<comments>http://ggarlics.blog.ubuntu.org.cn/2008/10/19/%e8%bd%ac%e8%bd%bd%e5%8f%af%e8%83%bd%e5%90%a7%e7%9a%84%e4%b8%80%e7%af%87%e6%96%87%e7%ab%a0%e3%80%8a%e7%94%a8%e7%9b%97%e7%89%88%e4%bd%a0%e5%b0%b1%e5%b0%8f%e5%a3%b0%e7%82%b9%e3%80%8b/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 02:33:35 +0000</pubDate>
		<dc:creator>ggarlic</dc:creator>
		
		<category><![CDATA[blah-blah]]></category>

		<category><![CDATA[M$]]></category>

		<guid isPermaLink="false">http://ggarlics.blog.ubuntu.org.cn/?p=111</guid>
		<description><![CDATA[本文转载自可能吧，原文地址：http://www.kenengba.com/post/541.html
对本文的观点太赞同了
我实在无法理解，微软一个正版认证补丁也能炒成如此火热的新闻，似乎使用盗版比正版更有理。
微软将在20日，全球再次投放WGA（windows正版认证）补丁，安装补丁后若系统被识别为盗版，则桌面背景每隔1小时会变黑一次，并出现“非正版授权”的提示。
很多人在用“黑屏”这个说法，其实是不准确的，准确来说是桌面背景变成黑色，事实上这并不影响你的正常工作。
微软对盗版用户已经是很宽容了，我无法理解用盗版反而在骂微软不厚道的人是怎么想的。
这不是个新东西
    WGA补丁不是第一次出现，以往已经出现过2次，假设你的windows设置的是自动下载以及安装更新，你在安装补丁后会被告知使用的是盗版。
    和以往不同的是，这次的WGA加多了一个元素：每小时“黑背景”一次。
正版认证补丁的特性
    1、非强制安装，你完全可以选择不安装，这样你就不会收到任何提示。
    2、这是全球投放的补丁，并非针对中国大陆，与番茄花园事件不一样。
    3、每小时将背景变黑一次，但这不会影响正常的工作。
从这个补丁的特性可以看出：
    1、微软意识到盗版带来的利益损失
    2、但这些利益损失带来了一批可能比较忠诚的用户
    3、因此它采用提示的方式鼓励用户安装正版，而没有去破坏盗版系统
所谓的超过8成网民反对这一举措
    这从侧面说出几个事实：
        1、大多数中国人，尤其是个人用户，用的都是盗版windows.（事实上有些企业或大学也在用盗版）
        2、个人用户的平均消费水平还没达到随便购买一套正版windows或office的地步。
   [...]]]></description>
			<content:encoded><![CDATA[<p>本文转载自可能吧，原文地址：http://www.kenengba.com/post/541.html<br />
对本文的观点太赞同了</p>
<p>我实在无法理解，微软一个正版认证补丁也能炒成如此火热的新闻，似乎使用盗版比正版更有理。</p>
<p>微软将在20日，全球再次投放WGA（windows正版认证）补丁，安装补丁后若系统被识别为盗版，则桌面背景每隔1小时会变黑一次，并出现“非正版授权”的提示。</p>
<p>很多人在用“黑屏”这个说法，其实是不准确的，准确来说是桌面背景变成黑色，事实上这并不影响你的正常工作。</p>
<p>微软对盗版用户已经是很宽容了，我无法理解用盗版反而在骂微软不厚道的人是怎么想的。</p>
<p>这不是个新东西</p>
<p>    WGA补丁不是第一次出现，以往已经出现过2次，假设你的windows设置的是自动下载以及安装更新，你在安装补丁后会被告知使用的是盗版。</p>
<p>    和以往不同的是，这次的WGA加多了一个元素：每小时“黑背景”一次。</p>
<p>正版认证补丁的特性</p>
<p>    1、非强制安装，你完全可以选择不安装，这样你就不会收到任何提示。</p>
<p>    2、这是全球投放的补丁，并非针对中国大陆，与番茄花园事件不一样。</p>
<p>    3、每小时将背景变黑一次，但这不会影响正常的工作。</p>
<p>从这个补丁的特性可以看出：</p>
<p>    1、微软意识到盗版带来的利益损失</p>
<p>    2、但这些利益损失带来了一批可能比较忠诚的用户</p>
<p>    3、因此它采用提示的方式鼓励用户安装正版，而没有去破坏盗版系统</p>
<p>所谓的超过8成网民反对这一举措</p>
<p>    这从侧面说出几个事实：</p>
<p>        1、大多数中国人，尤其是个人用户，用的都是盗版windows.（事实上有些企业或大学也在用盗版）</p>
<p>        2、个人用户的平均消费水平还没达到随便购买一套正版windows或office的地步。</p>
<p>        3、微软要推广正版，就必须将中国地区的价格降低。</p>
<p>        4、8成的人不要脸。</p>
<p>但是，使用盗版windows的用户，凭什么理直气壮地说微软不厚道？</p>
<p>    1、你可以选择不安装WGA补丁</p>
<p>    2、即使你安装了，也有方法可以去除，你激动什么？</p>
<p>    3、每小时桌面背景变黑一次，影响你什么了？相对于你用盗版windows影响MS的利益，谁受的影响更大？</p>
<p>    4、你偷了他人的东西，反客为主成为别人大爷了？</p>
<p>    5、我电脑里也有盗版的XP，但我不会说微软怎么怎么，反而感谢它。我会选择不安装WGA更新，闭口使用盗版。</p>
]]></content:encoded>
			<wfw:commentRss>http://ggarlics.blog.ubuntu.org.cn/2008/10/19/%e8%bd%ac%e8%bd%bd%e5%8f%af%e8%83%bd%e5%90%a7%e7%9a%84%e4%b8%80%e7%af%87%e6%96%87%e7%ab%a0%e3%80%8a%e7%94%a8%e7%9b%97%e7%89%88%e4%bd%a0%e5%b0%b1%e5%b0%8f%e5%a3%b0%e7%82%b9%e3%80%8b/feed/</wfw:commentRss>
		</item>
		<item>
		<title>the damn holiday is over</title>
		<link>http://ggarlics.blog.ubuntu.org.cn/2008/10/04/the-damn-holiday-is-over/</link>
		<comments>http://ggarlics.blog.ubuntu.org.cn/2008/10/04/the-damn-holiday-is-over/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 06:10:25 +0000</pubDate>
		<dc:creator>ggarlic</dc:creator>
		
		<category><![CDATA[blah-blah]]></category>

		<guid isPermaLink="false">http://ggarlics.blog.ubuntu.org.cn/2008/10/04/the-damn-holiday-is-over/</guid>
		<description><![CDATA[it's all over now
冗长的假期，看了无数遍的老电影，深夜的寒冷
思考了很久，领导能力有限，我还是拒绝的好
最后一首purple rain，希望有人可以看懂我的意思
载入中……
]]></description>
			<content:encoded><![CDATA[<p>it's all over now</p>
<p>冗长的假期，看了无数遍的老电影，深夜的寒冷</p>
<p>思考了很久，领导能力有限，我还是拒绝的好</p>
<p>最后一首purple rain，希望有人可以看懂我的意思</p>
<span class="coolplayer_wrapper"><span id="coolplayer_container_1460748088"></span><span class="coolplayer_info" id="coolplayer_info_1460748088" style="width: 478px;display: block;" ondblclick="coolplayer_input(this, '480', '380', '0', '0', 'utf-8', '');" title="双击此处可输入你的媒体地址，回车后即可播放。">载入中……</span><script type="text/javascript"><!--
coolplayer('<a href=\"http://player.youku.com/player.php/sid/XNDUxNzg5MDA=/v.swf\">Purple Rain</a>', '1460748088', '480', '380', '0', '0', 'utf-8', '');
//--></script></span>
]]></content:encoded>
			<wfw:commentRss>http://ggarlics.blog.ubuntu.org.cn/2008/10/04/the-damn-holiday-is-over/feed/</wfw:commentRss>
		</item>
		<item>
		<title>假期，宅，music</title>
		<link>http://ggarlics.blog.ubuntu.org.cn/2008/09/30/%e5%81%87%e6%9c%9f%ef%bc%8c%e5%ae%85%ef%bc%8cmusic/</link>
		<comments>http://ggarlics.blog.ubuntu.org.cn/2008/09/30/%e5%81%87%e6%9c%9f%ef%bc%8c%e5%ae%85%ef%bc%8cmusic/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 11:17:48 +0000</pubDate>
		<dc:creator>ggarlic</dc:creator>
		
		<category><![CDATA[music &amp; sports]]></category>

		<guid isPermaLink="false">http://ggarlics.blog.ubuntu.org.cn/2008/09/30/%e5%81%87%e6%9c%9f%ef%bc%8c%e5%ae%85%ef%bc%8cmusic/</guid>
		<description><![CDATA[7天假期，不准备出去玩了，宅在宿舍里整理专辑，emule的Incoming里还有几十张专辑没整理呢，我已经尽到了上传的责任，这些专辑至少在里面呆了3个月了。
前几天把两年刻到cd上的QUEEN全集抢救了下来，现在听来还是那么华丽。最近对跟QUEEN同时期的the Ramones起了点兴趣，其实主要是手头上那张百听不厌的向ramones致敬的专辑起的作用。我倒想看看，到底是华丽的queen还是简单粗暴的the ramones更能吸引我。曾经华丽的pink floyd打动了我，但是简单粗暴的sex pistols只是让我恶心，事实上sex pistols是我能叫出名字的punk乐队里最让我恶心的一支。
daniel powter这个小白脸又出新专辑了，《under the radar》。老实说，很久没有听这么纯的声音了，就像是曾经的Don Mclean还有前几年的David Gray。专辑不错，旋律不错，没有多少烟火味，daniel powter唱得也够像游吟诗人，总之很舒服。很多艺人的前两张专辑我都是喜欢一张，讨厌一张，见鬼了：伟大的nirvana我喜欢第一张《bleach》，讨厌第二张《nevermind》；coldplay我喜欢第一张《parachute》，讨厌第二张《a rush of blood to the head》；linkin park我喜欢讨厌第一张《Hybrid Theory》，喜欢第二张《meteora》。很不幸，daniel powter也不例外，第一张同名专辑除了bad day几乎没我喜欢的，但是《under the radar》却是最近一段时间我听过的最好的专辑了。
最近突然想听the doors了，很久找不到能把词写到jim morrison那个水品的人了。
说到rock，想起了metallica今年的专辑《Death Magnetic》，我还是不喜欢，鼓还是那么水，也就是比上一张差到极点的《St.Anger》强一点，不过一个乐队能出一张烂到《St.Anger》那个水平的专辑也是福分，因为下一张专辑不论什么水平都是进步，哈。反正我现在是彻底对metallica绝望了
&#160;
别忘了最重要的，听elton john，手上有全集，看着这个gay30多年的专辑数量，天啊，听不完了，不过这种这种人都是越老越有感觉，还有santana，tom waits，lou reed，tom jones，他们年轻时唱的歌是在不符合我胃口
先到这里吧
ps：看代码时听旋律跟摇滚都感觉很怪异，倒是电子乐挺舒服，唯一听电子乐舒服的地方。前几天听着《命运》看vim7.2的代码，差点从床上掉下去
]]></description>
			<content:encoded><![CDATA[<p>7天假期，不准备出去玩了，宅在宿舍里整理专辑，emule的Incoming里还有几十张专辑没整理呢，我已经尽到了上传的责任，这些专辑至少在里面呆了3个月了。</p>
<p>前几天把两年刻到cd上的QUEEN全集抢救了下来，现在听来还是那么华丽。最近对跟QUEEN同时期的the Ramones起了点兴趣，其实主要是手头上那张百听不厌的向ramones致敬的专辑起的作用。我倒想看看，到底是华丽的queen还是简单粗暴的the ramones更能吸引我。曾经华丽的pink floyd打动了我，但是简单粗暴的sex pistols只是让我恶心，事实上sex pistols是我能叫出名字的punk乐队里最让我恶心的一支。</p>
<p>daniel powter这个小白脸又出新专辑了，《under the radar》。老实说，很久没有听这么纯的声音了，就像是曾经的Don Mclean还有前几年的David Gray。专辑不错，旋律不错，没有多少烟火味，daniel powter唱得也够像游吟诗人，总之很舒服。很多艺人的前两张专辑我都是喜欢一张，讨厌一张，见鬼了：伟大的nirvana我喜欢第一张《bleach》，讨厌第二张《nevermind》；coldplay我喜欢第一张《parachute》，讨厌第二张《a rush of blood to the head》；linkin park我喜欢讨厌第一张《Hybrid Theory》，喜欢第二张《meteora》。很不幸，daniel powter也不例外，第一张同名专辑除了bad day几乎没我喜欢的，但是《under the radar》却是最近一段时间我听过的最好的专辑了。</p>
<p>最近突然想听the doors了，很久找不到能把词写到jim morrison那个水品的人了。</p>
<p>说到rock，想起了metallica今年的专辑《Death Magnetic》，我还是不喜欢，鼓还是那么水，也就是比上一张差到极点的《St.Anger》强一点，不过一个乐队能出一张烂到《St.Anger》那个水平的专辑也是福分，因为下一张专辑不论什么水平都是进步，哈。反正我现在是彻底对metallica绝望了</p>
<p>&nbsp;</p>
<p>别忘了最重要的，听elton john，手上有全集，看着这个gay30多年的专辑数量，天啊，听不完了，不过这种这种人都是越老越有感觉，还有santana，tom waits，lou reed，tom jones，他们年轻时唱的歌是在不符合我胃口</p>
<p>先到这里吧</p>
<p>ps：看代码时听旋律跟摇滚都感觉很怪异，倒是电子乐挺舒服，唯一听电子乐舒服的地方。前几天听着《命运》看vim7.2的代码，差点从床上掉下去</p>
]]></content:encoded>
			<wfw:commentRss>http://ggarlics.blog.ubuntu.org.cn/2008/09/30/%e5%81%87%e6%9c%9f%ef%bc%8c%e5%ae%85%ef%bc%8cmusic/feed/</wfw:commentRss>
		</item>
		<item>
		<title>还是老师有号召力啊</title>
		<link>http://ggarlics.blog.ubuntu.org.cn/2008/09/26/%e8%bf%98%e6%98%af%e8%80%81%e5%b8%88%e6%9c%89%e5%8f%b7%e5%8f%ac%e5%8a%9b%e5%95%8a/</link>
		<comments>http://ggarlics.blog.ubuntu.org.cn/2008/09/26/%e8%bf%98%e6%98%af%e8%80%81%e5%b8%88%e6%9c%89%e5%8f%b7%e5%8f%ac%e5%8a%9b%e5%95%8a/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 13:39:43 +0000</pubDate>
		<dc:creator>ggarlic</dc:creator>
		
		<category><![CDATA[blah-blah]]></category>

		<guid isPermaLink="false">http://ggarlics.blog.ubuntu.org.cn/2008/09/26/%e8%bf%98%e6%98%af%e8%80%81%e5%b8%88%e6%9c%89%e5%8f%b7%e5%8f%ac%e5%8a%9b%e5%95%8a/</guid>
		<description><![CDATA[学校的linux组织费尽力气也争取不到几个长期linux用户，倒是操作系统老师一句话，大家都跟疯了一样去装linux，而且全tmd都是ubuntu，一群疯子！太bt了开着系统不知道干什么的大有人在，有好用的apt不用却要去网上自己下载rar的也大有人在，好崩溃啊还有个仁兄狂点exe不能执行大骂不好用的
]]></description>
			<content:encoded><![CDATA[<p>学校的linux组织费尽力气也争取不到几个长期linux用户，倒是操作系统老师一句话，大家都跟疯了一样去装linux，而且全tmd都是ubuntu，一群疯子！<br />太bt了<br />开着系统不知道干什么的大有人在，有好用的apt不用却要去网上自己下载rar的也大有人在，好崩溃啊<br />还有个仁兄狂点exe不能执行大骂不好用的</p>
]]></content:encoded>
			<wfw:commentRss>http://ggarlics.blog.ubuntu.org.cn/2008/09/26/%e8%bf%98%e6%98%af%e8%80%81%e5%b8%88%e6%9c%89%e5%8f%b7%e5%8f%ac%e5%8a%9b%e5%95%8a/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
