<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2" -->
<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/"
	>

<channel>
	<title>Ubuntu Sky</title>
	<link>http://www.ubuntusky.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Thu, 17 May 2007 14:53:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>
	<language>en</language>
			<item>
		<title>Howto: Convert a .nrg file to a .iso file in Ubuntu</title>
		<link>http://www.ubuntusky.com/2007/05/14/howto-convert-a-nrg-nero-file-to-a-standard-iso-file-in-ubuntu/</link>
		<comments>http://www.ubuntusky.com/2007/05/14/howto-convert-a-nrg-nero-file-to-a-standard-iso-file-in-ubuntu/#comments</comments>
		<pubDate>Mon, 14 May 2007 21:15:59 +0000</pubDate>
		<dc:creator>ubuntusky</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[How-to]]></category>

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

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

		<guid isPermaLink="false">http://www.ubuntusky.com/2007/05/14/howto-convert-a-nrg-nero-file-to-a-standard-iso-file-in-ubuntu/</guid>
		<description><![CDATA[it&#8217;s very easy in Ubuntu. All you need to get is nrg2iso. First you should install nrg2iso:
sudo apt-get install nrg2iso
Usage:
nrg2iso [filename.nrg] [filename.iso]
Example:
nrg2iso cdImage.nrg cdImage.iso
Now you can easy to mount or burn your iso file in Ubuntu.
]]></description>
			<content:encoded><![CDATA[<p>it&#8217;s very easy in Ubuntu. All you need to get is nrg2iso. First you should install nrg2iso:</p>
<p><code>sudo apt-get install nrg2iso</code></p>
<p>Usage:</p>
<p><code>nrg2iso [filename.nrg] [filename.iso]</code></p>
<p>Example:</p>
<p><code>nrg2iso cdImage.nrg cdImage.iso</code></p>
<p>Now you can easy to mount or burn your iso file in Ubuntu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntusky.com/2007/05/14/howto-convert-a-nrg-nero-file-to-a-standard-iso-file-in-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Learning Pdftk by examples</title>
		<link>http://www.ubuntusky.com/2007/05/06/learning-pdftk-by-examples/</link>
		<comments>http://www.ubuntusky.com/2007/05/06/learning-pdftk-by-examples/#comments</comments>
		<pubDate>Sat, 05 May 2007 22:37:46 +0000</pubDate>
		<dc:creator>ubuntusky</dc:creator>
		
		<category><![CDATA[PDF]]></category>

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

		<category><![CDATA[How-to]]></category>

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

		<guid isPermaLink="false">http://www.ubuntusky.com/2007/05/06/learning-pdftk-by-examples/</guid>
		<description><![CDATA[Pdftk is a simple tool for doing everyday things with PDF documents. It allows you to manipulate PDF easily and freely. It does not require Acrobat, and it runs on Windows, Linux, Mac OS X, FreeBSD and Solaris.
Examples:
Merge PDF Documents
Merge Two or More PDFs into a New Document
pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf
or (Using [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.accesspdf.com/pdftk/">Pdftk</a> is a simple tool for doing everyday things with PDF documents. It allows you to manipulate PDF easily and freely. It does not require Acrobat, and it runs on Windows, Linux, Mac OS X, FreeBSD and Solaris.</p>
<p>Examples:</p>
<p><strong>Merge PDF Documents</strong><br />
Merge Two or More PDFs into a New Document<br />
<code>pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf</code><br />
or (Using Handles):<br />
<code>pdftk A=1.pdf B=2.pdf cat A B output 12.pdf</code><br />
or (Using Wildcards):<br />
<code>pdftk *.pdf cat output combined.pdf</code><br />
<em>&#8220;cat&#8221; is short for concatenate. Pdftk doesn&#8217;t retain bookmarks, but it does keep hyperlinks to both destinations within the PDF and to external files or Web sites. Where some other applications point to the wrong destinations for hyperlinks, the links in PDFs combined using pdftk managed to hit each link target perfectly.</em></p>
<p><strong>Split PDF Pages into a New Document</strong><br />
<code>pdftk A=one.pdf B=two.pdf cat A1-7 B1-5 A8 output combined.pdf</code></p>
<p><strong>Remove Pages from PDF Documents</strong><br />
Remove &#8216;page 13&#8242; from in1.pdf to create out1.pdf<br />
<code>pdftk in.pdf cat 1-12 14-end output out1.pdf</code><br />
or (Using Handles):<br />
<code>pdftk A=in1.pdf cat A1-12 A14-end output out1.pdf</code><br />
 <a href="http://www.ubuntusky.com/2007/05/06/learning-pdftk-by-examples/#more-39" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntusky.com/2007/05/06/learning-pdftk-by-examples/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sissi plays with the tea bags</title>
		<link>http://www.ubuntusky.com/2007/05/01/sissi-plays-with-the-tea-bags/</link>
		<comments>http://www.ubuntusky.com/2007/05/01/sissi-plays-with-the-tea-bags/#comments</comments>
		<pubDate>Tue, 01 May 2007 16:17:36 +0000</pubDate>
		<dc:creator>ubuntusky</dc:creator>
		
		<category><![CDATA[Story of Sissi]]></category>

		<guid isPermaLink="false">http://www.ubuntusky.com/2007/05/01/sissi-plays-with-the-tea-bags/</guid>
		<description><![CDATA[This is a video clip. Sissi was a few month old. She seated on the floor and played with the tea bags.


]]></description>
			<content:encoded><![CDATA[<p>This is a video clip. Sissi was a few month old. She seated on the floor and played with the tea bags.</p>
<p><object width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/Ym_qmlB39x4"></param><embed src="http://www.youtube.com/v/Ym_qmlB39x4" type="application/x-shockwave-flash" width="425" height="350"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntusky.com/2007/05/01/sissi-plays-with-the-tea-bags/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Scan to PDF directly using gscan2pdf in Ubuntu</title>
		<link>http://www.ubuntusky.com/2007/04/28/scan-to-pdf-directly-using-gscan2pdf-in-ubuntu/</link>
		<comments>http://www.ubuntusky.com/2007/04/28/scan-to-pdf-directly-using-gscan2pdf-in-ubuntu/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 22:48:25 +0000</pubDate>
		<dc:creator>ubuntusky</dc:creator>
		
		<category><![CDATA[PDF]]></category>

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

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

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

		<guid isPermaLink="false">http://www.ubuntusky.com/2007/04/28/scan-to-pdf-directly-using-gscan2pdf-in-ubuntu/</guid>
		<description><![CDATA[I like to backup my important documents or briefs into my computer in PDF file type. But in my experiment using a scan in Ubuntu is not easy as in Windows System.
The gscan2pdf is a GUI program to directly create a multipage PDF from a scan. It should work on almost any Linux/BSD system. 
How [...]]]></description>
			<content:encoded><![CDATA[<p>I like to backup my important documents or briefs into my computer in PDF file type. But in my experiment using a scan in Ubuntu is not easy as in Windows System.</p>
<p>The gscan2pdf is a GUI program to directly create a multipage PDF from a scan. It should work on almost any Linux/BSD system. </p>
<h2>How to install the gscan2pdf in Ubuntu or Debian-based system</h2>
<p>First you need to add the following line to your /etc/apt/sources.list file:</p>
<p><code>deb http://gscan2pdf.sourceforge.net/download/debian binary/</code></p>
<p>Then you need to update the source list with the following command:</p>
<p><code>apt-get update</code></p>
<p>Now you can install gscan2pdf with the following command:</p>
<p><code>apt-get install gscan2pdf</code></p>
<p>I use a simple scan Canon CanoScan N655U. I test gscan2pdf to scan a color and a normal A4 form pages with different scan model and dips. I become the following results:</p>
<p>At first, we should know what does dpi mean and how much dpi is enough.<br />
 <a href="http://www.ubuntusky.com/2007/04/28/scan-to-pdf-directly-using-gscan2pdf-in-ubuntu/#more-35" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntusky.com/2007/04/28/scan-to-pdf-directly-using-gscan2pdf-in-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>爬高上低</title>
		<link>http://www.ubuntusky.com/2007/04/26/%e7%88%ac%e9%ab%98%e4%b8%8a%e4%bd%8e/</link>
		<comments>http://www.ubuntusky.com/2007/04/26/%e7%88%ac%e9%ab%98%e4%b8%8a%e4%bd%8e/#comments</comments>
		<pubDate>Thu, 26 Apr 2007 11:13:51 +0000</pubDate>
		<dc:creator>ubuntusky</dc:creator>
		
		<category><![CDATA[Story of Sissi]]></category>

		<guid isPermaLink="false">http://www.ubuntusky.com/2007/04/26/%e7%88%ac%e9%ab%98%e4%b8%8a%e4%bd%8e/</guid>
		<description><![CDATA[
Sissi 又长大了，她现在特别喜欢爬高上低，沙发，床，椅子都是她练习的好场所。
一天，她自己搬了个小板凳放在客厅的茶几旁，然后先上了小板凳，接着又麻利的爬上了茶几，最后她站在茶几上高兴的来回走动。大人想过来扶着她，她还不愿意呢。
今天，Sissi 午觉醒来后，爬上了床上叠好的被子，然后对奶奶说，高！奶奶问她，Sissi， 你怕不怕？ Sissi 就连忙爬了下来，然后搂着奶奶的脖子说，怕！怕！
]]></description>
			<content:encoded><![CDATA[<div class="fim-thumbnail"><a href="http://www.ubuntusky.com/wp-content/fgallery/sissi-makes-a-cup-of-coffee/R0013770.jpg" rel="lightbox" title=" Sissi makes a cup of coffee"><img src="http://www.ubuntusky.com/wp-content/plugins/fgallery/functions/fim_thumb.php?album=sissi-makes-a-cup-of-coffee&#038;image=R0013770.jpg" alt="Sissi makes a cup of coffee " /></a></div>
<p>Sissi 又长大了，她现在特别喜欢爬高上低，沙发，床，椅子都是她练习的好场所。</p>
<p>一天，她自己搬了个小板凳放在客厅的茶几旁，然后先上了小板凳，接着又麻利的爬上了茶几，最后她站在茶几上高兴的来回走动。大人想过来扶着她，她还不愿意呢。</p>
<p>今天，Sissi 午觉醒来后，爬上了床上叠好的被子，然后对奶奶说，高！奶奶问她，Sissi， 你怕不怕？ Sissi 就连忙爬了下来，然后搂着奶奶的脖子说，怕！怕！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntusky.com/2007/04/26/%e7%88%ac%e9%ab%98%e4%b8%8a%e4%bd%8e/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to mount or burn a .bin Image</title>
		<link>http://www.ubuntusky.com/2007/04/16/how-to-mount-or-burn-a-bin-image/</link>
		<comments>http://www.ubuntusky.com/2007/04/16/how-to-mount-or-burn-a-bin-image/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 19:50:03 +0000</pubDate>
		<dc:creator>ubuntusky</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[How-to]]></category>

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

		<guid isPermaLink="false">http://www.ubuntusky.com/2007/04/16/how-to-mount-or-burn-a-bin-image/</guid>
		<description><![CDATA[I choose a easy way. First change the .bin/.cue file to a standard .iso image. Then use the normal methods to mount or burn the image. 
You can also use bchunk to convert bin/cue CD-images to iso Image.
bchunk movie.bin movie.cue movie
Then you can mount the iso image use:
mount -t iso9660 -o loop [isofile] [mountpoint]
To burn [...]]]></description>
			<content:encoded><![CDATA[<p>I choose a easy way. First change the .bin/.cue file to a standard .iso image. Then use the normal methods to mount or burn the image. </p>
<p>You can also use <strong>bchunk</strong> to convert bin/cue CD-images to iso Image.<br />
<code>bchunk movie.bin movie.cue movie</code></p>
<p>Then you can mount the iso image use:<br />
<code>mount -t iso9660 -o loop [isofile] [mountpoint]</code></p>
<p>To burn a CD, I use the <strong>GnomeBaker</strong> or <strong>Bracero</strong> CD Burner.</p>
<p>ref.: <a href="http://linuxreviews.org/howtos/cdrecording/">CD ripping and burning from the command prompt Howto</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntusky.com/2007/04/16/how-to-mount-or-burn-a-bin-image/feed/</wfw:commentRss>
		</item>
		<item>
		<title>RAR archiver in Ubuntu by examples</title>
		<link>http://www.ubuntusky.com/2007/04/15/rar-archiver-in-ubuntu/</link>
		<comments>http://www.ubuntusky.com/2007/04/15/rar-archiver-in-ubuntu/#comments</comments>
		<pubDate>Sat, 14 Apr 2007 22:52:54 +0000</pubDate>
		<dc:creator>ubuntusky</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

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

		<category><![CDATA[How-to]]></category>

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

		<guid isPermaLink="false">http://www.ubuntusky.com/2007/04/15/rar-archiver-in-ubuntu/</guid>
		<description><![CDATA[rar is one of the common file format use for data compression and archiving. It have a high compression rate and powerful functions. How to decompress a RAR file in Linux? Here is some introductions about rar in Linux system. 
How to install RAR Archive Compression and Decompress Software in Ubuntu (rar)
Prerequisites: add universe and [...]]]></description>
			<content:encoded><![CDATA[<p>rar is one of the common file format use for data compression and archiving. It have a high compression rate and powerful functions. How to decompress a RAR file in Linux? Here is some introductions about rar in Linux system. </p>
<h3>How to install RAR Archive Compression and Decompress Software in Ubuntu (rar)</h3>
<p>Prerequisites: add universe and multiverse repositories in you sources.list.</p>
<p>Then open a terminal window and type in:<br />
<code>sudo apt-get install rar</code></p>
<h3>How to use rar</h3>
<p>To extract a rar archive file to the current directory, use e option<br />
<code>rar e filename.rar</code></p>
<p>To extract a rar archive to a folder<br />
<code>rar e filename.rar foldername/</code></p>
<p>To extract a rar archive with full pathname and directory if the archive have its inside, use x option<br />
<code>rar x filename.rar</code><br />
 <a href="http://www.ubuntusky.com/2007/04/15/rar-archiver-in-ubuntu/#more-30" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntusky.com/2007/04/15/rar-archiver-in-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>当 Oma 做饭的时候</title>
		<link>http://www.ubuntusky.com/2007/04/14/%e5%bd%93-oma-%e5%81%9a%e9%a5%ad%e7%9a%84%e6%97%b6%e5%80%99/</link>
		<comments>http://www.ubuntusky.com/2007/04/14/%e5%bd%93-oma-%e5%81%9a%e9%a5%ad%e7%9a%84%e6%97%b6%e5%80%99/#comments</comments>
		<pubDate>Sat, 14 Apr 2007 19:54:43 +0000</pubDate>
		<dc:creator>ubuntusky</dc:creator>
		
		<category><![CDATA[Story of Sissi]]></category>

		<guid isPermaLink="false">http://www.ubuntusky.com/2007/04/14/%e5%bd%93-oma-%e5%81%9a%e9%a5%ad%e7%9a%84%e6%97%b6%e5%80%99/</guid>
		<description><![CDATA[
当 Oma 在厨房做饭的时候，由于油烟大，而且菜下锅的时候声音也很大， 就让 Sissi 离厨房远一些，去客厅或书房玩一会儿。于是 Sissi 就远远的跑开，双手捂住小耳朵，然后大声叫着：啪！！！啪！！！学着菜下锅时发出的啪啪声音。
今天，Oma 在厨房做饭，Sissi 在客厅独自玩耍。过了一会，Oma 没有听见 Sissi 的动静或声响，便有些担心的叫道： Sissi ，你在哪儿？ 话音才落，就听见客厅里传来 Sissi 用力的回答：哎！！！
]]></description>
			<content:encoded><![CDATA[<div class="fim-thumbnail"><a href="http://www.ubuntusky.com/wp-content/fgallery/sissi-and-scales/r0013706.jpg" rel="lightbox" title="Sissi and the scales"><img src="http://www.ubuntusky.com/wp-content/plugins/fgallery/functions/fim_thumb.php?album=sissi-and-scales&#038;image=r0013706.jpg" alt="Sissi and the scales"  /></a></div>
<p>当 Oma 在厨房做饭的时候，由于油烟大，而且菜下锅的时候声音也很大， 就让 Sissi 离厨房远一些，去客厅或书房玩一会儿。于是 Sissi 就远远的跑开，双手捂住小耳朵，然后大声叫着：啪！！！啪！！！学着菜下锅时发出的啪啪声音。</p>
<p>今天，Oma 在厨房做饭，Sissi 在客厅独自玩耍。过了一会，Oma 没有听见 Sissi 的动静或声响，便有些担心的叫道： Sissi ，你在哪儿？ 话音才落，就听见客厅里传来 Sissi 用力的回答：哎！！！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntusky.com/2007/04/14/%e5%bd%93-oma-%e5%81%9a%e9%a5%ad%e7%9a%84%e6%97%b6%e5%80%99/feed/</wfw:commentRss>
		</item>
		<item>
		<title>tar command basic operations</title>
		<link>http://www.ubuntusky.com/2007/04/13/tar-command-basic-operations/</link>
		<comments>http://www.ubuntusky.com/2007/04/13/tar-command-basic-operations/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 21:54:32 +0000</pubDate>
		<dc:creator>ubuntusky</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

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

		<category><![CDATA[How-to]]></category>

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

		<guid isPermaLink="false">http://www.ubuntusky.com/2007/04/13/tar-command-basic-operations/</guid>
		<description><![CDATA[The tar (i.e., tape archive) command is used to convert a group of files into an archive (no compress).
Unlike some other archiving programs, and consistent with the Unix philosophy that each individual program should be designed to do only one thing but do it well, tar does not perform compression. However, it is very easy [...]]]></description>
			<content:encoded><![CDATA[<p>The tar (i.e., tape archive) command is used to convert a group of files into an archive (no compress).</p>
<p>Unlike some other archiving programs, and consistent with the Unix philosophy that each individual program should be designed to do only one thing but do it well, tar does not perform compression. However, it is very easy to compress archives created with tar by using specialized compression utilities.</p>
<p>The basic tar syntax is<br />
<code>tar option(s) archive_name file_name(s)</code></p>
<p>Remember certain option defined,<strong> c for create, z for extract and t for test. v verbose, and f is file</strong>. There are two common archive formats that people are interested in, tar.bz2 and tar.gz (tgz). tar.bz2 is more compress than tar.gz, but tar.gz is faster for creating and extracting.</p>
<h3>Create and Compress</h3>
<p>To create a tar.gz archive, if given list of files, use option z to indicate tar.gz:<br />
<code>tar czvf filename.tar.gz myfile1 myfile2 myfile3</code><br />
 <a href="http://www.ubuntusky.com/2007/04/13/tar-command-basic-operations/#more-28" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntusky.com/2007/04/13/tar-command-basic-operations/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sissi&#8217;s teeth</title>
		<link>http://www.ubuntusky.com/2007/04/12/sissis-teeth/</link>
		<comments>http://www.ubuntusky.com/2007/04/12/sissis-teeth/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 20:58:56 +0000</pubDate>
		<dc:creator>ubuntusky</dc:creator>
		
		<category><![CDATA[Story of Sissi]]></category>

		<guid isPermaLink="false">http://www.ubuntusky.com/2007/04/12/sissis-teeth/</guid>
		<description><![CDATA[This is a video clip. Sissi was a few month old and at that time she had only 4 teeth.

]]></description>
			<content:encoded><![CDATA[<p>This is a video clip. Sissi was a few month old and at that time she had only 4 teeth.</p>
<p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/cxGSngFgsbw" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/cxGSngFgsbw" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntusky.com/2007/04/12/sissis-teeth/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
