<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Welcome to &#124;`()()+][)/&#124;^('s blog</title>
	<atom:link href="http://rootxvn.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rootxvn.wordpress.com</link>
	<description>Make it easy with free and open source software</description>
	<lastBuildDate>Tue, 14 Aug 2007 04:43:28 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='rootxvn.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/3bf6c80f313a61ddc34a168c15a8b5ba?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Welcome to &#124;`()()+][)/&#124;^('s blog</title>
		<link>http://rootxvn.wordpress.com</link>
	</image>
			<item>
		<title>Ubuntu GoogleEarth Installation</title>
		<link>http://rootxvn.wordpress.com/2007/07/30/ubuntu-googleearth-installation/</link>
		<comments>http://rootxvn.wordpress.com/2007/07/30/ubuntu-googleearth-installation/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 03:53:06 +0000</pubDate>
		<dc:creator>rootxvn</dc:creator>
				<category><![CDATA[Ubuntu 7.04]]></category>

		<guid isPermaLink="false">http://rootxvn.wordpress.com/2007/07/30/ubuntu-googleearth-installation/</guid>
		<description><![CDATA[http://wiki.ubuntu.org.cn/Third_Sources
add below address to /etc/apt/sources.list
deb http://packages.medibuntu.org/ feisty free non-free

$sudo apt-get install googleearth
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rootxvn.wordpress.com&blog=1327259&post=27&subd=rootxvn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>http://wiki.ubuntu.org.cn/Third_Sources<br />
add below address to /etc/apt/sources.list</p>
<pre>deb <a href="http://packages.medibuntu.org/" rel="nofollow" title="http://packages.medibuntu.org/" class="external free">http://packages.medibuntu.org/</a> feisty free non-free

$sudo apt-get install googleearth</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rootxvn.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rootxvn.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rootxvn.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rootxvn.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rootxvn.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rootxvn.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rootxvn.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rootxvn.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rootxvn.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rootxvn.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rootxvn.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rootxvn.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rootxvn.wordpress.com&blog=1327259&post=27&subd=rootxvn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rootxvn.wordpress.com/2007/07/30/ubuntu-googleearth-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d864bcb4a9754428c96f7c932c5d566a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rootxvn</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello script</title>
		<link>http://rootxvn.wordpress.com/2007/07/18/hello-script/</link>
		<comments>http://rootxvn.wordpress.com/2007/07/18/hello-script/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 09:19:03 +0000</pubDate>
		<dc:creator>rootxvn</dc:creator>
				<category><![CDATA[Linux script]]></category>

		<guid isPermaLink="false">http://rootxvn.wordpress.com/2007/07/18/hello-script/</guid>
		<description><![CDATA[1. Hello script: create hello.sh for your first script
#!/bin/bash
# Hello world script
echo &#8220;Enter your name &#62; &#8220;
read username
echo &#8220;Hello $username&#8221;
2. You can run script by command: sh hello.sh
Or chmod +x hello.sh and  type ./hello.sh
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rootxvn.wordpress.com&blog=1327259&post=26&subd=rootxvn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>1. Hello script: create hello.sh for your first script<br />
#!/bin/bash<br />
# Hello world script</p>
<p>echo &#8220;Enter your name &gt; &#8220;<br />
read username<br />
echo &#8220;Hello $username&#8221;</p>
<p>2. You can run script by command: sh hello.sh<br />
Or chmod +x hello.sh and  type ./hello.sh</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rootxvn.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rootxvn.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rootxvn.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rootxvn.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rootxvn.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rootxvn.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rootxvn.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rootxvn.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rootxvn.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rootxvn.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rootxvn.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rootxvn.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rootxvn.wordpress.com&blog=1327259&post=26&subd=rootxvn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rootxvn.wordpress.com/2007/07/18/hello-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d864bcb4a9754428c96f7c932c5d566a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rootxvn</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu cdrom</title>
		<link>http://rootxvn.wordpress.com/2007/07/18/ubuntu-cdrom/</link>
		<comments>http://rootxvn.wordpress.com/2007/07/18/ubuntu-cdrom/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 05:04:23 +0000</pubDate>
		<dc:creator>rootxvn</dc:creator>
				<category><![CDATA[Ubuntu 7.04]]></category>

		<guid isPermaLink="false">http://rootxvn.wordpress.com/2007/07/18/ubuntu-cdrom/</guid>
		<description><![CDATA[1. Mount and unmount cdrom
Mount: sudo mount /media/cdrom0 -o unhide
Forcefully Unmount: sudo umount /media/cdrom0 -f
3. Create ISO file: mkisofs -r -o file.iso  /location_of_folder
Generate MD5 checksum file: md5sum file.iso &#62; file.iso.md5
Check MD5 checksum of file: md5sum -c file.iso.md5
4. Mount and unmount iso file:
Mount :
sudo mkdir /media/iso
sudo modprobe loop
sudo mount file.iso /media/iso/ -t iso9660 -o loop
Umount:  umount [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rootxvn.wordpress.com&blog=1327259&post=25&subd=rootxvn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>1. Mount and unmount cdrom<br />
Mount: sudo mount /media/cdrom0 -o unhide<br />
Forcefully Unmount: sudo umount /media/cdrom0 -f</p>
<p>3. Create ISO file: mkisofs -r -o file.iso  /location_of_folder<br />
Generate MD5 checksum file: md5sum file.iso &gt; file.iso.md5<br />
Check MD5 checksum of file: md5sum -c file.iso.md5</p>
<p>4. Mount and unmount iso file:<br />
Mount :<br />
sudo mkdir /media/iso<br />
sudo modprobe loop<br />
sudo mount file.iso /media/iso/ -t iso9660 -o loop</p>
<p>Umount:  umount /media/iso</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rootxvn.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rootxvn.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rootxvn.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rootxvn.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rootxvn.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rootxvn.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rootxvn.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rootxvn.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rootxvn.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rootxvn.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rootxvn.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rootxvn.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rootxvn.wordpress.com&blog=1327259&post=25&subd=rootxvn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rootxvn.wordpress.com/2007/07/18/ubuntu-cdrom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d864bcb4a9754428c96f7c932c5d566a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rootxvn</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu ssh server</title>
		<link>http://rootxvn.wordpress.com/2007/07/18/ubuntu-ssh-server/</link>
		<comments>http://rootxvn.wordpress.com/2007/07/18/ubuntu-ssh-server/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 03:52:05 +0000</pubDate>
		<dc:creator>rootxvn</dc:creator>
				<category><![CDATA[Ubuntu 7.04]]></category>

		<guid isPermaLink="false">http://rootxvn.wordpress.com/2007/07/18/ubuntu-ssh-server/</guid>
		<description><![CDATA[sudo apt-get install openssh-server
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rootxvn.wordpress.com&blog=1327259&post=24&subd=rootxvn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>sudo apt-get install openssh-server</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rootxvn.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rootxvn.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rootxvn.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rootxvn.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rootxvn.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rootxvn.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rootxvn.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rootxvn.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rootxvn.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rootxvn.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rootxvn.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rootxvn.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rootxvn.wordpress.com&blog=1327259&post=24&subd=rootxvn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rootxvn.wordpress.com/2007/07/18/ubuntu-ssh-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d864bcb4a9754428c96f7c932c5d566a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rootxvn</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu read and write NTFS partition</title>
		<link>http://rootxvn.wordpress.com/2007/07/18/ubuntu-read-and-write-ntfs-partition/</link>
		<comments>http://rootxvn.wordpress.com/2007/07/18/ubuntu-read-and-write-ntfs-partition/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 03:47:27 +0000</pubDate>
		<dc:creator>rootxvn</dc:creator>
				<category><![CDATA[Ubuntu 7.04]]></category>

		<guid isPermaLink="false">http://rootxvn.wordpress.com/2007/07/18/ubuntu-read-and-write-ntfs-partition/</guid>
		<description><![CDATA[1. Install package:
sudo apt-get install ntfs-config
2. Run: Applications -&#62; System Tools -&#62; NTFS Configuration Tool
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rootxvn.wordpress.com&blog=1327259&post=23&subd=rootxvn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>1. Install package:<br />
sudo apt-get install ntfs-config</p>
<p>2. Run: Applications -&gt; System Tools -&gt; NTFS Configuration Tool</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rootxvn.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rootxvn.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rootxvn.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rootxvn.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rootxvn.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rootxvn.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rootxvn.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rootxvn.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rootxvn.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rootxvn.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rootxvn.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rootxvn.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rootxvn.wordpress.com&blog=1327259&post=23&subd=rootxvn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rootxvn.wordpress.com/2007/07/18/ubuntu-read-and-write-ntfs-partition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d864bcb4a9754428c96f7c932c5d566a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rootxvn</media:title>
		</media:content>
	</item>
		<item>
		<title>Update driver for Intel Graphic Controller</title>
		<link>http://rootxvn.wordpress.com/2007/07/18/update-driver-for-intel-graphic-controller/</link>
		<comments>http://rootxvn.wordpress.com/2007/07/18/update-driver-for-intel-graphic-controller/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 03:38:24 +0000</pubDate>
		<dc:creator>rootxvn</dc:creator>
				<category><![CDATA[Ubuntu 7.04]]></category>

		<guid isPermaLink="false">http://rootxvn.wordpress.com/2007/07/18/update-driver-for-intel-graphic-controller/</guid>
		<description><![CDATA[1. Install driver :
sudo apt-get install xserver-xorg-video-intel
2. Edit configuration file /etc/X11/xorg.conf
change : Driver &#8220;i810&#8243; -&#62; Driver &#8220;intel&#8221;
3. That all. If you want to have wonderful desktop, please test this:
sudo apt-get install beryl beryl-manager
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rootxvn.wordpress.com&blog=1327259&post=22&subd=rootxvn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>1. Install driver :<br />
sudo apt-get install xserver-xorg-video-intel</p>
<p>2. Edit configuration file /etc/X11/xorg.conf<br />
change : Driver &#8220;i810&#8243; -&gt; Driver &#8220;intel&#8221;</p>
<p>3. That all. If you want to have wonderful desktop, please test this:<br />
sudo apt-get install beryl beryl-manager</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rootxvn.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rootxvn.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rootxvn.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rootxvn.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rootxvn.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rootxvn.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rootxvn.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rootxvn.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rootxvn.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rootxvn.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rootxvn.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rootxvn.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rootxvn.wordpress.com&blog=1327259&post=22&subd=rootxvn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rootxvn.wordpress.com/2007/07/18/update-driver-for-intel-graphic-controller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d864bcb4a9754428c96f7c932c5d566a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rootxvn</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu Delete file in .Trash</title>
		<link>http://rootxvn.wordpress.com/2007/07/18/ubuntu-delete-file-in-trash/</link>
		<comments>http://rootxvn.wordpress.com/2007/07/18/ubuntu-delete-file-in-trash/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 03:11:21 +0000</pubDate>
		<dc:creator>rootxvn</dc:creator>
				<category><![CDATA[Ubuntu 7.04]]></category>

		<guid isPermaLink="false">http://rootxvn.wordpress.com/2007/07/18/ubuntu-delete-file-in-trash/</guid>
		<description><![CDATA[When you delete one file, it&#8217;ll locate in ~/.Trash directory.
After a long time, please delete these file: rm -rf ~/.Trash
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rootxvn.wordpress.com&blog=1327259&post=21&subd=rootxvn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>When you delete one file, it&#8217;ll locate in ~/.Trash directory.<br />
After a long time, please delete these file: rm -rf ~/.Trash</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rootxvn.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rootxvn.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rootxvn.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rootxvn.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rootxvn.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rootxvn.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rootxvn.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rootxvn.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rootxvn.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rootxvn.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rootxvn.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rootxvn.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rootxvn.wordpress.com&blog=1327259&post=21&subd=rootxvn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rootxvn.wordpress.com/2007/07/18/ubuntu-delete-file-in-trash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d864bcb4a9754428c96f7c932c5d566a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rootxvn</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu Install Java 1.5</title>
		<link>http://rootxvn.wordpress.com/2007/07/16/install-java-15/</link>
		<comments>http://rootxvn.wordpress.com/2007/07/16/install-java-15/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 05:05:12 +0000</pubDate>
		<dc:creator>rootxvn</dc:creator>
				<category><![CDATA[Ubuntu 7.04]]></category>

		<guid isPermaLink="false">http://rootxvn.wordpress.com/2007/07/16/install-java-15/</guid>
		<description><![CDATA[1. Remove gcj
apt-get remove gcj libgcj-common libgcj7-0
2. Download and install jdk from Sun at /opt
sh jdk-1_5_0_11-linux-i586.bin
3. Export $PATH: put these lines in file ~/.bashrc
export JAVA_HOME=/opt/jdk1.5.0_11
export PATH=$JAVA_HOME/bin:$PATH
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rootxvn.wordpress.com&blog=1327259&post=18&subd=rootxvn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>1. Remove gcj<br />
<em>apt-get remove gcj libgcj-common libgcj7-0</em></p>
<p>2. Download and install jdk from Sun at /opt<br />
<em>sh jdk-1_5_0_11-linux-i586.bin</em></p>
<p>3. Export $PATH: put these lines in file ~/.bashrc<br />
<em>export JAVA_HOME=/opt/jdk1.5.0_11<br />
export PATH=$JAVA_HOME/bin:$PATH</em></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rootxvn.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rootxvn.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rootxvn.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rootxvn.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rootxvn.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rootxvn.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rootxvn.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rootxvn.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rootxvn.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rootxvn.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rootxvn.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rootxvn.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rootxvn.wordpress.com&blog=1327259&post=18&subd=rootxvn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rootxvn.wordpress.com/2007/07/16/install-java-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d864bcb4a9754428c96f7c932c5d566a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rootxvn</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu Install xvnkb</title>
		<link>http://rootxvn.wordpress.com/2007/07/16/install-xvnkb/</link>
		<comments>http://rootxvn.wordpress.com/2007/07/16/install-xvnkb/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 04:32:26 +0000</pubDate>
		<dc:creator>rootxvn</dc:creator>
				<category><![CDATA[Ubuntu 7.04]]></category>

		<guid isPermaLink="false">http://rootxvn.wordpress.com/2007/07/16/install-xvnkb/</guid>
		<description><![CDATA[1. Prepare your system:
sudo apt-get install build-essential xorg-dev gcc  xlibs-dev libxft-dev
2. Install Unicode fonts
sudo apt-get install msttcorefonts
3. Download and extract new version of xvnkb at http://xvnkb.sourceforce.net
cd xvnkb/
./autogen.sh
./configure     ;  may be  -&#62; check it ./configure --use-extstroke, 
4. Edit config.h file contain these line:
#define __VK_CONFIG_H
#define VK_CHECK_SPELLING
#define VK_USE_EXTSTROKE
#define VK_NEED_UCHAR
And complile : [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rootxvn.wordpress.com&blog=1327259&post=17&subd=rootxvn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>1. Prepare your system:<br />
sudo apt-get install build-essential xorg-dev gcc  xlibs-dev libxft-dev</p>
<p>2. Install Unicode fonts<br />
sudo apt-get install msttcorefonts</p>
<p>3. Download and extract new version of xvnkb at http://xvnkb.sourceforce.net<br />
cd xvnkb/<br />
./autogen.sh<br />
./configure     ;  may be  -&gt; check it<code> ./configure --use-extstroke, </code><code></code></p>
<p>4. Edit config.h file contain these line:</p>
<p><code>#define __VK_CONFIG_H</code><br />
<code>#define VK_CHECK_SPELLING</code><br />
<code>#define VK_USE_EXTSTROKE</code><br />
<code>#define VK_NEED_UCHAR</code><br />
And complile : sudo make &amp;&amp; make install</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rootxvn.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rootxvn.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rootxvn.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rootxvn.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rootxvn.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rootxvn.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rootxvn.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rootxvn.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rootxvn.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rootxvn.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rootxvn.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rootxvn.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rootxvn.wordpress.com&blog=1327259&post=17&subd=rootxvn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rootxvn.wordpress.com/2007/07/16/install-xvnkb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d864bcb4a9754428c96f7c932c5d566a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rootxvn</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu Install Fonts</title>
		<link>http://rootxvn.wordpress.com/2007/07/13/install-fonts/</link>
		<comments>http://rootxvn.wordpress.com/2007/07/13/install-fonts/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 03:46:30 +0000</pubDate>
		<dc:creator>rootxvn</dc:creator>
				<category><![CDATA[Ubuntu 7.04]]></category>

		<guid isPermaLink="false">http://rootxvn.wordpress.com/2007/07/13/install-fonts/</guid>
		<description><![CDATA[1. Install Windows's fonts
Make sure you have the &#8220;universe&#8221; repository added. If not, as root, modify your /etc/apt/sources.list and uncomment the deb line which will look something like this:
 # deb http://us.archive.ubuntu.com/ubuntu dapper universe 
Then update apt-get:
 # apt-get update 
Run the following as root:
 # apt-get install msttcorefonts 
2 . Install for system wide [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rootxvn.wordpress.com&blog=1327259&post=16&subd=rootxvn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><code>1. Install Windows's fonts<br />
</code>Make sure you have the &#8220;universe&#8221; repository added. If not, as root, modify your /etc/apt/sources.list and uncomment the deb line which will look something like this:<br />
<code> # deb http://us.archive.ubuntu.com/ubuntu dapper universe </code><br />
Then update apt-get:<br />
<code> # apt-get update </code><br />
Run the following as root:<br />
<code> # apt-get install msttcorefonts </code></p>
<p>2 . Install for system wide use<br />
Make the following directory as root:<br />
<code> # mkdir /usr/share/fonts/truetype/myfonts </code><br />
Copy the font(s) into the newly created directory:<br />
<code> # cp [fonts] /usr/share/fonts/truetype/myfonts </code><br />
Run the following:<br />
<code> # fc-cache -f -v </code></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rootxvn.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rootxvn.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rootxvn.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rootxvn.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rootxvn.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rootxvn.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rootxvn.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rootxvn.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rootxvn.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rootxvn.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rootxvn.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rootxvn.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rootxvn.wordpress.com&blog=1327259&post=16&subd=rootxvn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://rootxvn.wordpress.com/2007/07/13/install-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d864bcb4a9754428c96f7c932c5d566a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rootxvn</media:title>
		</media:content>
	</item>
	</channel>
</rss>