<?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>CharSky</title>
	<atom:link href="http://charsky.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://charsky.info</link>
	<description>一路向前，莫回頭</description>
	<lastBuildDate>Fri, 13 Aug 2010 23:41:20 +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>FAT 转 NTFS</title>
		<link>http://charsky.info/2010/08/14/fat-%e8%bd%ac-ntfs/</link>
		<comments>http://charsky.info/2010/08/14/fat-%e8%bd%ac-ntfs/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 23:11:32 +0000</pubDate>
		<dc:creator>Char</dc:creator>
				<category><![CDATA[about computer]]></category>

		<guid isPermaLink="false">http://charsky.info/2010/08/14/fat-%e8%bd%ac-ntfs/</guid>
		<description><![CDATA[前几天有个同学问他U盘怎么放不进4G以上的东西 呵呵，这不跟FAT有关么… 记得有命令可以把FAT转成NTFS，不用格式化 赶快查了下help 找到命令了，不知道怎么用，继续help OK，最后命令就是这样： convert E:(盘符，后面跟个冒号) /FS:NTFS 很快就完事了，现在可以放4G以上的东西了，只要你U盘够大…]]></description>
			<content:encoded><![CDATA[<p>前几天有个同学问他U盘怎么放不进4G以上的东西</p>
<p>呵呵，这不跟FAT有关么…</p>
<p>记得有命令可以把FAT转成NTFS，不用格式化</p>
<p>赶快查了下help</p>
<p><a href="http://charsky.info/wp-content/uploads/help.png"><img style="display: inline; border: 0px;" title="help" src="http://charsky.info/wp-content/uploads/help_thumb.png" border="0" alt="help" width="351" height="282" /></a></p>
<p>找到命令了，不知道怎么用，继续help</p>
<p><a href="http://charsky.info/wp-content/uploads/convert.png"><img style="display: inline; border: 0px;" title="convert" src="http://charsky.info/wp-content/uploads/convert_thumb.png" border="0" alt="convert" width="361" height="172" /></a></p>
<p>OK，最后命令就是这样：</p>
<p>convert E:(<span style="color: #ff0000;">盘符，后面跟个冒号</span>) /FS:NTFS</p>
<p>很快就完事了，现在可以放4G以上的东西了，只要你U盘够大…</p>
]]></content:encoded>
			<wfw:commentRss>http://charsky.info/2010/08/14/fat-%e8%bd%ac-ntfs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>mp3标签转码</title>
		<link>http://charsky.info/2010/08/03/mp3%e6%a0%87%e7%ad%be%e8%bd%ac%e7%a0%81/</link>
		<comments>http://charsky.info/2010/08/03/mp3%e6%a0%87%e7%ad%be%e8%bd%ac%e7%a0%81/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 10:20:20 +0000</pubDate>
		<dc:creator>Char</dc:creator>
				<category><![CDATA[about computer]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://charsky.info/?p=436</guid>
		<description><![CDATA[win下的mp3弄到Rhythmbox下标签都变成了一堆乱码，真的很不爽啊 再来记条命令吧： //安装mid3iconv包 sudo apt-get install python-mutagen //进入放mp3的目录 mid3iconv -e GBK *.mp3]]></description>
			<content:encoded><![CDATA[<p>win下的mp3弄到Rhythmbox下标签都变成了一堆乱码，真的很不爽啊</p>
<p>再来记条命令吧：</p>
<p><code>//安装mid3iconv包</p>
<p>sudo apt-get install python-mutagen</p>
<p>//进入放mp3的目录</p>
<p>mid3iconv -e GBK *.mp3</p>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://charsky.info/2010/08/03/mp3%e6%a0%87%e7%ad%be%e8%bd%ac%e7%a0%81/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>*.bin</title>
		<link>http://charsky.info/2010/08/02/bin/</link>
		<comments>http://charsky.info/2010/08/02/bin/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 23:30:20 +0000</pubDate>
		<dc:creator>Char</dc:creator>
				<category><![CDATA[about computer]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://charsky.info/?p=433</guid>
		<description><![CDATA[重新装了ubuntu，现在是win7+ubuntu，还是ubuntu用的爽啊。 要装jdk，bin包啊，每次都忘了怎么装，还是记一下吧 sudo chmod -x *.bin sudo ./*.bin]]></description>
			<content:encoded><![CDATA[<p>重新装了ubuntu，现在是win7+ubuntu，还是ubuntu用的爽啊。<br />
要装jdk，bin包啊，每次都忘了怎么装，还是记一下吧<br />
<code><br />
sudo chmod -x *.bin<br />
sudo ./*.bin<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://charsky.info/2010/08/02/bin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>2010/07/21</title>
		<link>http://charsky.info/2010/07/21/20100721/</link>
		<comments>http://charsky.info/2010/07/21/20100721/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 14:26:07 +0000</pubDate>
		<dc:creator>Char</dc:creator>
				<category><![CDATA[随笔]]></category>

		<guid isPermaLink="false">http://charsky.info/2010/07/21/20100721/</guid>
		<description><![CDATA[似乎要跟wordpress说再见了，怎么说呢，似乎有大阴谋…呵呵 在CharSky将近一年了，似乎还没有找到自己的定位 当初是为了什么而有了CharSky，似乎离预定的目标越来越远了… 该总结下了，是继续还是跳过，这很重要很重要。]]></description>
			<content:encoded><![CDATA[<p>似乎要跟wordpress说再见了，怎么说呢，似乎有大阴谋…呵呵</p>
<p>在CharSky将近一年了，似乎还没有找到自己的定位</p>
<p>当初是为了什么而有了CharSky，似乎离预定的目标越来越远了…</p>
<p>该总结下了，是继续还是跳过，这很重要很重要。</p>
]]></content:encoded>
			<wfw:commentRss>http://charsky.info/2010/07/21/20100721/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>这就叫瓶颈么&#8230;</title>
		<link>http://charsky.info/2010/07/01/%e8%bf%99%e5%b0%b1%e5%8f%ab%e7%93%b6%e9%a2%88%e4%b9%88/</link>
		<comments>http://charsky.info/2010/07/01/%e8%bf%99%e5%b0%b1%e5%8f%ab%e7%93%b6%e9%a2%88%e4%b9%88/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 15:32:27 +0000</pubDate>
		<dc:creator>Char</dc:creator>
				<category><![CDATA[随笔]]></category>

		<guid isPermaLink="false">http://charsky.info/2010/07/01/%e8%bf%99%e5%b0%b1%e5%8f%ab%e7%93%b6%e9%a2%88%e4%b9%88/</guid>
		<description><![CDATA[Q:很久没更新了 A:是 Q:最近忙什么那？ A:忙着…… Q:…… A:就这样吧，下次聊。]]></description>
			<content:encoded><![CDATA[<p>Q:很久没更新了</p>
<p>A:是</p>
<p>Q:最近忙什么那？</p>
<p>A:忙着……</p>
<p>Q:……</p>
<p>A:就这样吧，下次聊。</p>
]]></content:encoded>
			<wfw:commentRss>http://charsky.info/2010/07/01/%e8%bf%99%e5%b0%b1%e5%8f%ab%e7%93%b6%e9%a2%88%e4%b9%88/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Never say never</title>
		<link>http://charsky.info/2010/06/21/never-say-never/</link>
		<comments>http://charsky.info/2010/06/21/never-say-never/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 16:27:38 +0000</pubDate>
		<dc:creator>Char</dc:creator>
				<category><![CDATA[随笔]]></category>

		<guid isPermaLink="false">http://charsky.info/?p=399</guid>
		<description><![CDATA[Never say never]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://charsky.info/wp-content/uploads/Screenshot-2.png"><img class="size-medium wp-image-398 aligncenter" style="border: 3px solid black;" title="never say never" src="http://charsky.info/wp-content/uploads/Screenshot-2-179x300.png" alt="" width="179" height="300" /></a></p>
<p style="text-align: center;">Never say never</p>
]]></content:encoded>
			<wfw:commentRss>http://charsky.info/2010/06/21/never-say-never/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>World Cup or WC</title>
		<link>http://charsky.info/2010/06/11/world-cup-or-wc/</link>
		<comments>http://charsky.info/2010/06/11/world-cup-or-wc/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 16:01:28 +0000</pubDate>
		<dc:creator>Char</dc:creator>
				<category><![CDATA[随笔]]></category>
		<category><![CDATA[World Cup]]></category>

		<guid isPermaLink="false">http://charsky.info/?p=396</guid>
		<description><![CDATA[明天世界杯将拉开帷幕，像我这伪球迷也不得不关注下 明早9点 湖人 VS 凯尔特人 第四场，要看绿军能否在花园球场拿下一场，然后改变历史呢??? nothing impossible !!! 晚10点 南非 VS 墨西哥 是否无视&#8230;. 12日早2点 乌拉圭 VS 法国 看法国能否杯具的走下去&#8230; 明天，你看什么呢？ ps:看比赛还是少喝液体为妙，憋着总不好受，身体第一，比赛第二。]]></description>
			<content:encoded><![CDATA[<p>明天世界杯将拉开帷幕，像我这伪球迷也不得不关注下<br />
明早9点 湖人 VS 凯尔特人 第四场，要看绿军能否在花园球场拿下一场，然后改变历史呢??? nothing impossible !!!<br />
晚10点 南非 VS 墨西哥 是否无视&#8230;.<br />
12日早2点 乌拉圭 VS 法国 看法国能否杯具的走下去&#8230;<br />
明天，你看什么呢？<br />
ps:看比赛还是少喝液体为妙，憋着总不好受，身体第一，比赛第二。</p>
]]></content:encoded>
			<wfw:commentRss>http://charsky.info/2010/06/11/world-cup-or-wc/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04  back</title>
		<link>http://charsky.info/2010/06/06/ubuntu-10-04-back/</link>
		<comments>http://charsky.info/2010/06/06/ubuntu-10-04-back/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 11:40:47 +0000</pubDate>
		<dc:creator>Char</dc:creator>
				<category><![CDATA[about computer]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://charsky.info/?p=388</guid>
		<description><![CDATA[今天心血来潮，又把Ubuntu给装了回去 又碰到上次失败的问题，显卡啊 我的是HP老本本，显卡老坏了，在XP下都是要禁用显卡才能维持 10.04以前会自动以低配模式运行，到了10.04就不行了&#8230; 晚上又试了下，进入调试模式中启动X会又以低配模式启动的选项 每次都进调试去选挺郁闷的 高手看到了，帮帮忙啊～～～]]></description>
			<content:encoded><![CDATA[<p><a href="http://charsky.info/wp-content/uploads/Screenshot.png"><img class="alignnone size-medium wp-image-390" title="Screenshot" src="http://charsky.info/wp-content/uploads/Screenshot-300x225.png" alt="" width="300" height="225" style="border:3px solid black;" /></a></p>
<p>今天心血来潮，又把Ubuntu给装了回去</p>
<p>又碰到上次失败的问题，显卡啊</p>
<p>我的是HP老本本，显卡老坏了，在XP下都是要禁用显卡才能维持</p>
<p>10.04以前会自动以低配模式运行，到了10.04就不行了&#8230;</p>
<p>晚上又试了下，进入调试模式中启动X会又以低配模式启动的选项</p>
<p>每次都进调试去选挺郁闷的</p>
<p>高手看到了，帮帮忙啊～～～</p>
]]></content:encoded>
			<wfw:commentRss>http://charsky.info/2010/06/06/ubuntu-10-04-back/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Google.com可以自定义背景了</title>
		<link>http://charsky.info/2010/06/04/google-com%e5%8f%af%e4%bb%a5%e8%87%aa%e5%ae%9a%e4%b9%89%e8%83%8c%e6%99%af%e4%ba%86/</link>
		<comments>http://charsky.info/2010/06/04/google-com%e5%8f%af%e4%bb%a5%e8%87%aa%e5%ae%9a%e4%b9%89%e8%83%8c%e6%99%af%e4%ba%86/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 15:29:34 +0000</pubDate>
		<dc:creator>Char</dc:creator>
				<category><![CDATA[about computer]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[image]]></category>

		<guid isPermaLink="false">http://charsky.info/2010/06/04/google-com%e5%8f%af%e4%bb%a5%e8%87%aa%e5%ae%9a%e4%b9%89%e8%83%8c%e6%99%af%e4%ba%86/</guid>
		<description><![CDATA[你发现google.com右下角的提示了么 google.com的自定义背景已经开放了，需要登录google帐号，大家可以试试 down]]></description>
			<content:encoded><![CDATA[<p><a href="http://charsky.info/wp-content/uploads/google_back.jpg"><img style="display: inline; border: 0px;" title="google_back" src="http://charsky.info/wp-content/uploads/google_back_thumb.jpg" border="0" alt="google_back" width="373" height="269" /></a></p>
<p>你发现google.com右下角的提示了么</p>
<p>google.com的自定义背景已经开放了，需要登录google帐号，大家可以试试</p>
<blockquote><p><a href="http://charsky.info/wp-content/uploads/background.jpg" target="_blank">down</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://charsky.info/2010/06/04/google-com%e5%8f%af%e4%bb%a5%e8%87%aa%e5%ae%9a%e4%b9%89%e8%83%8c%e6%99%af%e4%ba%86/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>在Windows下的VPN设置</title>
		<link>http://charsky.info/2010/06/01/%e5%9c%a8windows%e4%b8%8b%e7%9a%84vpn%e8%ae%be%e7%bd%ae/</link>
		<comments>http://charsky.info/2010/06/01/%e5%9c%a8windows%e4%b8%8b%e7%9a%84vpn%e8%ae%be%e7%bd%ae/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 03:08:33 +0000</pubDate>
		<dc:creator>Char</dc:creator>
				<category><![CDATA[about computer]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://charsky.info/2010/06/01/%e5%9c%a8windows%e4%b8%8b%e7%9a%84vpn%e8%ae%be%e7%bd%ae/</guid>
		<description><![CDATA[首先你需要一个VPN帐号 在控制面板下找到 网络和 Internet 链接,点击进入 选择 创建一个到您的工作位置的网络连接 创建一个虚拟连接 给连接去个名…随便来个 选择第一个选项… 输入你的VPN服务器,下一步 OK，完成了，双击连接，就可以开始畅游互联网，享受翻墙的乐趣吧。]]></description>
			<content:encoded><![CDATA[<p><font color="#ff0000">首先你需要一个VPN帐号</font></p>
<p><font color="#000000">在控制面板下找到 网络和 Internet 链接,点击进入</font></p>
<p><a href="http://charsky.info/wp-content/uploads/QQ.png"><span id="more-376"></span><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="QQ截图未命名" border="0" alt="QQ截图未命名" src="http://charsky.info/wp-content/uploads/QQ_thumb.png" width="322" height="157" /></a></p>
<p>选择 创建一个到您的工作位置的网络连接</p>
<p><a href="http://charsky.info/wp-content/uploads/QQ2.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="QQ截图未命名2" border="0" alt="QQ截图未命名2" src="http://charsky.info/wp-content/uploads/QQ2_thumb.png" width="318" height="153" /></a> </p>
<p>创建一个虚拟连接</p>
<p><a href="http://charsky.info/wp-content/uploads/QQ3.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="QQ截图未命名3" border="0" alt="QQ截图未命名3" src="http://charsky.info/wp-content/uploads/QQ3_thumb.png" width="319" height="182" /></a> </p>
<p>给连接去个名…随便来个</p>
<p><a href="http://charsky.info/wp-content/uploads/QQ4.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="QQ截图未命名4" border="0" alt="QQ截图未命名4" src="http://charsky.info/wp-content/uploads/QQ4_thumb.png" width="322" height="186" /></a> </p>
<p>选择第一个选项…</p>
<p><a href="http://charsky.info/wp-content/uploads/QQ5.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="QQ截图未命名5" border="0" alt="QQ截图未命名5" src="http://charsky.info/wp-content/uploads/QQ5_thumb.png" width="333" height="185" /></a> </p>
<p>输入你的VPN服务器,下一步</p>
<p><a href="http://charsky.info/wp-content/uploads/QQ6.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="QQ截图未命名6" border="0" alt="QQ截图未命名6" src="http://charsky.info/wp-content/uploads/QQ6_thumb.png" width="309" height="186" /></a> </p>
<p>OK，完成了，双击连接，就可以开始畅游互联网，享受翻墙的乐趣吧。</p>
]]></content:encoded>
			<wfw:commentRss>http://charsky.info/2010/06/01/%e5%9c%a8windows%e4%b8%8b%e7%9a%84vpn%e8%ae%be%e7%bd%ae/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
