<?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>Linoob.com &#187; Tips and Tricks</title>
	<atom:link href="http://www.linoob.com/category/tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linoob.com</link>
	<description>Linux simplified for newbies....</description>
	<lastBuildDate>Sat, 24 Jul 2010 10:04:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Securing your files from unauthorised access with Ubuntu</title>
		<link>http://www.linoob.com/2009/10/securing-your-files-from-unauthorised-access-with-ubuntu/</link>
		<comments>http://www.linoob.com/2009/10/securing-your-files-from-unauthorised-access-with-ubuntu/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 13:14:16 +0000</pubDate>
		<dc:creator>Liverpool_fan</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[securing]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unauthorized access]]></category>

		<guid isPermaLink="false">http://www.linoob.com/?p=508</guid>
		<description><![CDATA[We are all paranoid about our files. Aren&#8217;t we? Whether if they contain personal information or classified information, there is a certain degree of concern we have. However with the advent of digital age, it is not that we can simply put them in lockers and guard them. Indeed you can lock your PC and [...]]]></description>
			<content:encoded><![CDATA[<p>We are all paranoid about our files. Aren&#8217;t we? Whether if they contain personal information or classified information, there is a certain degree of concern we have. However with the advent of digital age, it is not that we can simply put them in lockers and guard them. Indeed you can lock your PC and disconnect it from network access, but what&#8217;s the point of using a computer to store your documents, use paper then right?  Encrytion provides the way by which we can protect our files and folders. It is a method of encoding the files so that they can&#8217;t be accessed without being decoded first. For this we need a pass phrase (read: password). Thus the goal to stop the unauthorised individuals from accessing your critical documents is achieved.  Ubuntu allows encryption and decryption of files and folders, but Ubuntu (at least the latest versions) have the ability to create an encrypted file store in which files are automatically encrypted and the process is entirely invisible from the user&#8217;s perspective.</p>
<h2>Create an Encrypted private/ directory</h2>
<p>Ubuntu has the ability that allows encryption of files &#8220;on the fly&#8221;. With this method, only the user who&#8217;s home directory the ~/private directory is residing, can access those files. No body else can access those files. That is a certain loophole of users being able to use a Live CD for accessing the files is largely eliminated.  Now in order to go further, you need to install the required packages. I would suggest using the terminal since that would be quicker. :p</p>
<blockquote><p>sudo apt-get install ecryptfs-utils</p></blockquote>
<p>Now set up the pass phrase such by running this command.</p>
<blockquote><p>ecrpytfs-setup-private</p></blockquote>
<p>You would be asked your login password for running this command. Next it will ask you the pass phrase, i.e. the mount pass phrase. Keep in mind that the mount pass phrase is not same as login password and also that you have to remember the passphrase in case you need to unlock the files manually at a future date.  Once you have finished running the commands, log out and then log back in again. After logging in, you&#8217;ll find on opening the home directory that there&#8217;s a new private folder. This private folder will store all the files within itself encrypted and thus the files within it cannot be accessed without authority, i.e. only the original user can access it.</p>
<p><span id="more-508"></span></p>
<h2>Encrypting individual files and folders</h2>
<p>This is typical kind of encryption used for files and folders which you don&#8217;t frequently use, but would like to keep away secure from unauthorized access. In this method another copy of the file is made, this copy is encrypted. The user may delete the original unencrypted copy and keep only encrypted copy so as to &#8220;protect&#8221; the file.</p>
<p>It makes use of public/private key cryptography for the information and is built-in in latest versions of Ubuntu Linux.</p>
<p>Remember for sharing these encrypted files, you also need to share the key in addition of knowing the pass phrase.</p>
<p>First of all, you need to create a key:</p>
<ol>
<li>Go to Applications-&gt;Accessories-&gt;Password and Encryption Keys</li>
<li>Select File-&gt;New&#8230;</li>
<li>Select PGP Key and Click Continue</li>
<li>Enter personal details. These are mostly optional and are relevant only if you wish to encrypt E-Mails. However keep note both First and Last name should be entered, um at least two words separated by spaces)</li>
<li>When Done Click the Create Button.</li>
<li>Wait for some times as it takes few moments to create a key.</li>
<li>Voila, see the key. <img src='http://www.linoob.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
<h3>Encrypting a file</h3>
<p>To encrypt a file, or folder simply right click it and select  Encrypt from the menu that appears. In the dialog box, select your key, select to sign message as and Click OK. Folders can be encrypted to. Always prefer to create an archive rather than encrypting individual files, since the latter method would be more tedious.</p>
<h3>Decrypting a file</h3>
<p>Just double click it, enter the pass phrase and it would be decrypted.</p>
<p>Keep note that, in order to share the files, you need to share the key. Use the same Passwords and Encryption Keys software to export the key. In another computer you&#8217;ll need to have the software installed plus you will need to import the keys.</p>
<p>Be wary of the fact though anybody with the file and the key can potentially decrypt the file. Note the word potentially. <img src='http://www.linoob.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>
				<table cellspacing="0" cellpadding="0" border="0" style="width: 300px; height: 50px; text-align: left; margin-left: auto; margin-right: auto;">
				<tbody>
				<tr>

				<td style="text-align: center;">
				<a href="http://digg.com/submit?phase=2&url=http://www.linoob.com/2009/10/securing-your-files-from-unauthorised-access-with-ubuntu/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/digg.png" alt="Digg It!" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>

				<td style="text-align: center;">
				<a href="http://twitter.com/home?status=http://www.linoob.com/2009/10/securing-your-files-from-unauthorised-access-with-ubuntu/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/twitter.png" alt="Tweet It" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>


				<td style="text-align: center;">
				<a href="http://ping.fm/ref/?link=http://www.linoob.com/2009/10/securing-your-files-from-unauthorised-access-with-ubuntu/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/ping.png" alt="Share On facebook" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>

				<td style="text-align: center;">
				<a href="http://www.facebook.com/share.php?u=http://www.linoob.com/2009/10/securing-your-files-from-unauthorised-access-with-ubuntu/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/facebook.png" alt="Share On facebook" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>

				<td style="text-align: center;">
				<a href="http://del.icio.us/post?url=http://www.linoob.com/2009/10/securing-your-files-from-unauthorised-access-with-ubuntu/&title=Securing your files from unauthorised access with Ubuntu" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/delicious.png" alt="Add to Del.cio.us" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>

							

				<td style="text-align: center;">
				<a href="http://www.linoob.com/feed/rss/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/feeds.png" alt="RSS Feed" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>

				

				<td style="text-align: center;">
				<a href="http://technorati.com/faves?add=http://www.linoob.com/2009/10/securing-your-files-from-unauthorised-access-with-ubuntu/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/technorati.png" alt="Add to Technorati Favorites" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>

				

				<td style="text-align: center;">
				<a href="http://www.stumbleupon.com/submit?url=http://www.linoob.com/2009/10/securing-your-files-from-unauthorised-access-with-ubuntu/&title=Securing your files from unauthorised access with Ubuntu" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/stumble.png" alt="Stumble It!" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>

				

				<td style="text-align: center;">
				<a href="http://www.mixx.com/submit?page_url=http://www.linoob.com/2009/10/securing-your-files-from-unauthorised-access-with-ubuntu/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/mixx.png" alt="Mixx It!" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>

				



							

				<td style="text-align: center;">
				<a href="http://buzz.yahoo.com/submit?submitUrl=http://www.linoob.com/2009/10/securing-your-files-from-unauthorised-access-with-ubuntu/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/buzz.png" alt="Buzz It Up!" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>
				
				

				<td style="text-align: center;">
				<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.linoob.com/2009/10/securing-your-files-from-unauthorised-access-with-ubuntu/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/myspace.png" alt="Post To MySpace" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>
	
				
					
	
				</tr>
				</tbody>
				</table>

                
		
				</p><hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites without permission breaches copyright.(Digital Fingerprint: a6f3c5800617lin00b5e324653bc)</small></br>]]></content:encoded>
			<wfw:commentRss>http://www.linoob.com/2009/10/securing-your-files-from-unauthorised-access-with-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Unrar and Unzip</title>
		<link>http://www.linoob.com/2009/09/unrar-and-unzip/</link>
		<comments>http://www.linoob.com/2009/09/unrar-and-unzip/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 12:24:18 +0000</pubDate>
		<dc:creator>GaagD</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[rar]]></category>
		<category><![CDATA[unrar]]></category>
		<category><![CDATA[unzip]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://www.linoob.com/?p=271</guid>
		<description><![CDATA[For those who are facing problems in extract RAR archives, here is a solution sudo apt-get install unrar Unfortunately, RAR is a proprietary archive format. There aren&#8217;t very good free and native tools to create RAR archives in Ubuntu. You can try WinRar in Wine though. WinRar actually works flawlessly in Wine. Similarly, for extracting [...]]]></description>
			<content:encoded><![CDATA[<p>For those who are facing problems in extract RAR archives, here is a solution</p>
<blockquote><p><strong style="background-color: #ffffff;">sudo apt-get install unrar</strong></p></blockquote>
<p>Unfortunately, RAR is a proprietary archive format. There aren&#8217;t very good free and native tools to create RAR archives in Ubuntu. You can try WinRar in Wine though. WinRar actually works flawlessly in Wine.</p>
<p>Similarly, for extracting and creating ZIP archives, you have to do:</p>
<blockquote><p><strong>sudo apt-get install zip unzip</strong></p></blockquote>
<p> <img src='http://www.linoob.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>
				<table cellspacing="0" cellpadding="0" border="0" style="width: 300px; height: 50px; text-align: left; margin-left: auto; margin-right: auto;">
				<tbody>
				<tr>

				<td style="text-align: center;">
				<a href="http://digg.com/submit?phase=2&url=http://www.linoob.com/2009/09/unrar-and-unzip/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/digg.png" alt="Digg It!" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>

				<td style="text-align: center;">
				<a href="http://twitter.com/home?status=http://www.linoob.com/2009/09/unrar-and-unzip/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/twitter.png" alt="Tweet It" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>


				<td style="text-align: center;">
				<a href="http://ping.fm/ref/?link=http://www.linoob.com/2009/09/unrar-and-unzip/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/ping.png" alt="Share On facebook" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>

				<td style="text-align: center;">
				<a href="http://www.facebook.com/share.php?u=http://www.linoob.com/2009/09/unrar-and-unzip/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/facebook.png" alt="Share On facebook" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>

				<td style="text-align: center;">
				<a href="http://del.icio.us/post?url=http://www.linoob.com/2009/09/unrar-and-unzip/&title=Unrar and Unzip" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/delicious.png" alt="Add to Del.cio.us" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>

							

				<td style="text-align: center;">
				<a href="http://www.linoob.com/feed/rss/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/feeds.png" alt="RSS Feed" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>

				

				<td style="text-align: center;">
				<a href="http://technorati.com/faves?add=http://www.linoob.com/2009/09/unrar-and-unzip/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/technorati.png" alt="Add to Technorati Favorites" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>

				

				<td style="text-align: center;">
				<a href="http://www.stumbleupon.com/submit?url=http://www.linoob.com/2009/09/unrar-and-unzip/&title=Unrar and Unzip" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/stumble.png" alt="Stumble It!" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>

				

				<td style="text-align: center;">
				<a href="http://www.mixx.com/submit?page_url=http://www.linoob.com/2009/09/unrar-and-unzip/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/mixx.png" alt="Mixx It!" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>

				



							

				<td style="text-align: center;">
				<a href="http://buzz.yahoo.com/submit?submitUrl=http://www.linoob.com/2009/09/unrar-and-unzip/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/buzz.png" alt="Buzz It Up!" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>
				
				

				<td style="text-align: center;">
				<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.linoob.com/2009/09/unrar-and-unzip/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/myspace.png" alt="Post To MySpace" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>
	
				
					
	
				</tr>
				</tbody>
				</table>

                
		
				</p><hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites without permission breaches copyright.(Digital Fingerprint: a6f3c5800617lin00b5e324653bc)</small></br>]]></content:encoded>
			<wfw:commentRss>http://www.linoob.com/2009/09/unrar-and-unzip/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Time Conflicts..!!!</title>
		<link>http://www.linoob.com/2009/06/whats-the-time/</link>
		<comments>http://www.linoob.com/2009/06/whats-the-time/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 05:27:28 +0000</pubDate>
		<dc:creator>Gaurav aka GeekG</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[GMT]]></category>
		<category><![CDATA[issues]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://www.linoob.com/?p=220</guid>
		<description><![CDATA[Since many of our users might not have completely migrated from Windows they probably be facing some time issues when they login into Ubuntu &#38; then login back into Windows. Well thats because Ubuntu treats your default time to be UTC (Universal Time Coordinated or GMT). So to adjust the time such that the time [...]]]></description>
			<content:encoded><![CDATA[<p>Since many of our users might not have completely migrated from Windows they probably be facing some time issues when they login into Ubuntu &amp; then login back into Windows.<br />
Well thats because Ubuntu treats your default time to be UTC (Universal Time Coordinated or GMT).</p>
<p style="text-align: center;"><a href="http://www.linoob.com/wp-content/uploads/2009/06/ubuntu_time.png" target="_blank"><img class="size-thumbnail wp-image-226 aligncenter" title="Change The Time...!!!" src="http://www.linoob.com/wp-content/uploads/2009/06/ubuntu_time-150x150.png" alt="Change The Time...!!!" width="150" height="150" /></a></p>
<p>So to adjust the time such that the time remains same in both the cases do the following:</p>
<p>1) Press Alt+F2 (remember the shortcut)<br />
2) Type (else copy paste)</p>
<blockquote><p><strong>gksu gedit /etc/default/rcS</strong></p></blockquote>
<p>3) Enter the password and a gedit (almost same as Notepad for windows) window will pop up.<br />
4) Search for UTC and set UTC=yes or UTC=no (or accordingly how you wish)<br />
5) Reboot and you are done..!!!!<br />
Happy Synchronization</p>
<p><strong>Note:</strong> sudo or gksu both are for running commands as root. gksu is preferred if you want to use GUI.</p>
<p>
				<table cellspacing="0" cellpadding="0" border="0" style="width: 300px; height: 50px; text-align: left; margin-left: auto; margin-right: auto;">
				<tbody>
				<tr>

				<td style="text-align: center;">
				<a href="http://digg.com/submit?phase=2&url=http://www.linoob.com/2009/06/whats-the-time/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/digg.png" alt="Digg It!" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>

				<td style="text-align: center;">
				<a href="http://twitter.com/home?status=http://www.linoob.com/2009/06/whats-the-time/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/twitter.png" alt="Tweet It" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>


				<td style="text-align: center;">
				<a href="http://ping.fm/ref/?link=http://www.linoob.com/2009/06/whats-the-time/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/ping.png" alt="Share On facebook" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>

				<td style="text-align: center;">
				<a href="http://www.facebook.com/share.php?u=http://www.linoob.com/2009/06/whats-the-time/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/facebook.png" alt="Share On facebook" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>

				<td style="text-align: center;">
				<a href="http://del.icio.us/post?url=http://www.linoob.com/2009/06/whats-the-time/&title=Time Conflicts..!!!" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/delicious.png" alt="Add to Del.cio.us" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>

							

				<td style="text-align: center;">
				<a href="http://www.linoob.com/feed/rss/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/feeds.png" alt="RSS Feed" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>

				

				<td style="text-align: center;">
				<a href="http://technorati.com/faves?add=http://www.linoob.com/2009/06/whats-the-time/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/technorati.png" alt="Add to Technorati Favorites" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>

				

				<td style="text-align: center;">
				<a href="http://www.stumbleupon.com/submit?url=http://www.linoob.com/2009/06/whats-the-time/&title=Time Conflicts..!!!" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/stumble.png" alt="Stumble It!" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>

				

				<td style="text-align: center;">
				<a href="http://www.mixx.com/submit?page_url=http://www.linoob.com/2009/06/whats-the-time/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/mixx.png" alt="Mixx It!" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>

				



							

				<td style="text-align: center;">
				<a href="http://buzz.yahoo.com/submit?submitUrl=http://www.linoob.com/2009/06/whats-the-time/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/buzz.png" alt="Buzz It Up!" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>
				
				

				<td style="text-align: center;">
				<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.linoob.com/2009/06/whats-the-time/" rel="nofollow">
				<img src="http://www.linoob.com/wp-content/plugins/addtothis/myspace.png" alt="Post To MySpace" style="border: 0px solid ; width: 32px; height: 32px;"/>
				</a>
				</td>
	
				
					
	
				</tr>
				</tbody>
				</table>

                
		
				</p><hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites without permission breaches copyright.(Digital Fingerprint: a6f3c5800617lin00b5e324653bc)</small></br>]]></content:encoded>
			<wfw:commentRss>http://www.linoob.com/2009/06/whats-the-time/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
