<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
		>
<channel>
	<title>Comments on: Ubuntu Guide For Windows Users: Clear And Disable Recent Documents</title>
	<atom:link href="http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html</link>
	<description>Computer - Internet - Technology Tips And Tutorials</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:05:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Zia</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-123450</link>
		<dc:creator>Zia</dc:creator>
		<pubDate>Sun, 30 Oct 2011 12:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-123450</guid>
		<description>UPDATE:

Here&#039;s the .clean_cache bash script i put in my Ubuntu 11.04 $HOME folder:

#!/bin/bash
rm -rf $HOME/.adobe/*
rm -rf $HOME/.dvdcss/*
rm -rf $HOME/.icedtea/*
rm -rf $HOME/.local/share/gvfs-metadata/*
rm -rf $HOME/.macromedia/*
rm -rf $HOME/.mozilla/firefox/*.default/Cache/*
rm -rf $HOME/.mozilla/firefox/*.default/OfflineCache/*
rm -rf $HOME/.mozilla/firefox/*.default/startupCache/*
rm -rf $HOME/.thumbnails/*
rm -rf $HOME/.local/share/recently-used.xbel
touch $HOME/.local/share/recently-used.xbel
rm -rf $HOME/.local/share/zeitgeist/activity.sqlite
zeitgeist-daemon --replace

I then go to &quot;Startup Applications&quot; and add $HOME/.clean_cache so at every startup i have Recent Documents, Firefox Cache and other Cache places fully cleaned.</description>
		<content:encoded><![CDATA[<p>UPDATE:</p>
<p>Here&#039;s the .clean_cache bash script i put in my Ubuntu 11.04 $HOME folder:</p>
<p>#!/bin/bash<br />
rm -rf $HOME/.adobe/*<br />
rm -rf $HOME/.dvdcss/*<br />
rm -rf $HOME/.icedtea/*<br />
rm -rf $HOME/.local/share/gvfs-metadata/*<br />
rm -rf $HOME/.macromedia/*<br />
rm -rf $HOME/.mozilla/firefox/*.default/Cache/*<br />
rm -rf $HOME/.mozilla/firefox/*.default/OfflineCache/*<br />
rm -rf $HOME/.mozilla/firefox/*.default/startupCache/*<br />
rm -rf $HOME/.thumbnails/*<br />
rm -rf $HOME/.local/share/recently-used.xbel<br />
touch $HOME/.local/share/recently-used.xbel<br />
rm -rf $HOME/.local/share/zeitgeist/activity.sqlite<br />
zeitgeist-daemon &#8211;replace</p>
<p>I then go to &#034;Startup Applications&#034; and add $HOME/.clean_cache so at every startup i have Recent Documents, Firefox Cache and other Cache places fully cleaned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zia</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-104798</link>
		<dc:creator>Zia</dc:creator>
		<pubDate>Mon, 26 Sep 2011 12:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-104798</guid>
		<description>Here&#039;s the .clean_cache bash script i put in my Ubuntu 11.04 $HOME folder:

#!/bin/bash
rm -rf $HOME/.adobe/*
rm -rf $HOME/.dvdcss/*
rm -rf $HOME/.icedtea/*
# rm -rf $HOME/.java/deployment/cache/*
rm -rf $HOME/.local/share/gvfs-metadata/*
rm -rf $HOME/.macromedia/*
rm -rf $HOME/.mozilla/firefox/*.default/Cache/*
rm -rf $HOME/.mozilla/firefox/*.default/OfflineCache/*
rm -rf $HOME/.mozilla/firefox/*.default/startupCache/*
rm -rf $HOME/.thumbnails/*
cp $HOME/.local/share/recently-used_xbel.txt $HOME/.local/share/recently-used.xbel
rm $HOME/.local/share/zeitgeist/activity.sqlite
zeitgeist-daemon --replace

Here&#039;s the recently-used_xbel.txt text i put in my Ubuntu 11.04 $HOME/.local/share folder:




This recently-used_xbel.txt is the original recently-used.xbel that comes installing Ubuntu just renamed as recently-used_xbel.txt

I then go to &quot;Startup Applications&quot; and add $HOME/.clean_cache so at every startup i have recent documents and Firefox cache fully cleaned.</description>
		<content:encoded><![CDATA[<p>Here&#039;s the .clean_cache bash script i put in my Ubuntu 11.04 $HOME folder:</p>
<p>#!/bin/bash<br />
rm -rf $HOME/.adobe/*<br />
rm -rf $HOME/.dvdcss/*<br />
rm -rf $HOME/.icedtea/*<br />
# rm -rf $HOME/.java/deployment/cache/*<br />
rm -rf $HOME/.local/share/gvfs-metadata/*<br />
rm -rf $HOME/.macromedia/*<br />
rm -rf $HOME/.mozilla/firefox/*.default/Cache/*<br />
rm -rf $HOME/.mozilla/firefox/*.default/OfflineCache/*<br />
rm -rf $HOME/.mozilla/firefox/*.default/startupCache/*<br />
rm -rf $HOME/.thumbnails/*<br />
cp $HOME/.local/share/recently-used_xbel.txt $HOME/.local/share/recently-used.xbel<br />
rm $HOME/.local/share/zeitgeist/activity.sqlite<br />
zeitgeist-daemon &#8211;replace</p>
<p>Here&#039;s the recently-used_xbel.txt text i put in my Ubuntu 11.04 $HOME/.local/share folder:</p>
<p>This recently-used_xbel.txt is the original recently-used.xbel that comes installing Ubuntu just renamed as recently-used_xbel.txt</p>
<p>I then go to &#034;Startup Applications&#034; and add $HOME/.clean_cache so at every startup i have recent documents and Firefox cache fully cleaned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: d</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-81037</link>
		<dc:creator>d</dc:creator>
		<pubDate>Mon, 18 Jul 2011 23:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-81037</guid>
		<description>Just to say &quot;thank you very very much &quot; absolutely great blog I recommend it t all my friends in community,(ubuntu),please never stop , best advice blog yet, thanks a million , D</description>
		<content:encoded><![CDATA[<p>Just to say &#034;thank you very very much &#034; absolutely great blog I recommend it t all my friends in community,(ubuntu),please never stop , best advice blog yet, thanks a million , D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenneth</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-33295</link>
		<dc:creator>Kenneth</dc:creator>
		<pubDate>Sun, 07 Nov 2010 11:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-33295</guid>
		<description>I have always had a hard time with English:

and copy it from there to my home directory through the terminal</description>
		<content:encoded><![CDATA[<p>I have always had a hard time with English:</p>
<p>and copy it from there to my home directory through the terminal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenneth</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-33294</link>
		<dc:creator>Kenneth</dc:creator>
		<pubDate>Sun, 07 Nov 2010 11:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-33294</guid>
		<description>I was looking to make a script that would clear different caches but be able to have Ubuntu still have history if we want, but I am new to scripting and don&#039;t have anything together yet.

Clear Recent Documents,
copy .recently-used.xbel to desktop,
((((now this part is for testing reasons as an example:
open a text file and close it, look at recently used to see that it was recorded by gnome.))))

Go delete .recently-used.xbel and replace it with the copy from your desktop and go look at recently used.

Now all I need is to decide where to put the copy of .recently-used.xbel and to figure out how to copy it from the directory I decide to put it in to my home directory through the terminal so I can put that command in the script I am thinking about writing.</description>
		<content:encoded><![CDATA[<p>I was looking to make a script that would clear different caches but be able to have Ubuntu still have history if we want, but I am new to scripting and don&#039;t have anything together yet.</p>
<p>Clear Recent Documents,<br />
copy .recently-used.xbel to desktop,<br />
((((now this part is for testing reasons as an example:<br />
open a text file and close it, look at recently used to see that it was recorded by gnome.))))</p>
<p>Go delete .recently-used.xbel and replace it with the copy from your desktop and go look at recently used.</p>
<p>Now all I need is to decide where to put the copy of .recently-used.xbel and to figure out how to copy it from the directory I decide to put it in to my home directory through the terminal so I can put that command in the script I am thinking about writing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: afk_cz</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-27953</link>
		<dc:creator>afk_cz</dc:creator>
		<pubDate>Wed, 04 Aug 2010 20:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-27953</guid>
		<description>or there is another way - delete the file and create the same one but like directory, not file. works flawlessly ;)</description>
		<content:encoded><![CDATA[<p>or there is another way &#8211; delete the file and create the same one but like directory, not file. works flawlessly <img src='http://www.watchingthenet.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-27902</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 04 Aug 2010 00:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-27902</guid>
		<description>This is pointless, if all the files you&#039;ve oppened re-appear when you re-enable it, then it means ubutnu is tracking what files you&#039;ve opened somewhere else. 

All you are doing is putting a bandaid over the problem so no-one can see that you&#039;re being tracked. This basically does nothing useful. 

What needs to be done is to add a hack or a way to stop ubuntu from saving them _anywhere_</description>
		<content:encoded><![CDATA[<p>This is pointless, if all the files you&#039;ve oppened re-appear when you re-enable it, then it means ubutnu is tracking what files you&#039;ve opened somewhere else. </p>
<p>All you are doing is putting a bandaid over the problem so no-one can see that you&#039;re being tracked. This basically does nothing useful. </p>
<p>What needs to be done is to add a hack or a way to stop ubuntu from saving them _anywhere_</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JayChong</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-26655</link>
		<dc:creator>JayChong</dc:creator>
		<pubDate>Tue, 13 Jul 2010 02:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-26655</guid>
		<description>Really thanks a lot Author. Your writing is clear and simple, hence with quite full details of explanation/tutorial :D

Really like the explanation part, it&#039;s really educating!!

Cheers!!</description>
		<content:encoded><![CDATA[<p>Really thanks a lot Author. Your writing is clear and simple, hence with quite full details of explanation/tutorial <img src='http://www.watchingthenet.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Really like the explanation part, it&#039;s really educating!!</p>
<p>Cheers!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-24395</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Sun, 25 Apr 2010 23:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-24395</guid>
		<description>Thanks a lot. Nice and simple, and I learnt a little bit in the process!</description>
		<content:encoded><![CDATA[<p>Thanks a lot. Nice and simple, and I learnt a little bit in the process!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane Omac</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-21106</link>
		<dc:creator>Shane Omac</dc:creator>
		<pubDate>Wed, 18 Nov 2009 00:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-21106</guid>
		<description>Thanx Alot Simple Fix</description>
		<content:encoded><![CDATA[<p>Thanx Alot Simple Fix</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MValdez</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-18777</link>
		<dc:creator>MValdez</dc:creator>
		<pubDate>Wed, 17 Jun 2009 12:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-18777</guid>
		<description>But chattr is only for ext2/3/4 file systems, not for RaiserFS or any other.

The easier way, is just to create a directory named &quot;.recently-used.xbel&quot;.

mkdir ~/.recently-used.xbel


Regards,

MV</description>
		<content:encoded><![CDATA[<p>But chattr is only for ext2/3/4 file systems, not for RaiserFS or any other.</p>
<p>The easier way, is just to create a directory named &#034;.recently-used.xbel&#034;.</p>
<p>mkdir ~/.recently-used.xbel</p>
<p>Regards,</p>
<p>MV</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zhomart</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-18451</link>
		<dc:creator>Zhomart</dc:creator>
		<pubDate>Fri, 22 May 2009 18:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-18451</guid>
		<description>Thank you very much for this tip. It&#039;s work!</description>
		<content:encoded><![CDATA[<p>Thank you very much for this tip. It&#039;s work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Izkata</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-17108</link>
		<dc:creator>Izkata</dc:creator>
		<pubDate>Tue, 20 Jan 2009 20:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-17108</guid>
		<description>So why not just lock the screen when you walk away?  That file is in your home directory, and shouldn&#039;t be readable to others, and the feature in the menu works for the current user, so...</description>
		<content:encoded><![CDATA[<p>So why not just lock the screen when you walk away?  That file is in your home directory, and shouldn&#039;t be readable to others, and the feature in the menu works for the current user, so&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-16798</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 30 Dec 2008 18:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-16798</guid>
		<description>Bob, the chattr command makes the file immutable, so it can&#039;t be added to. It is not simply hiding things, it is not ADDING things to the file, so privacy works.</description>
		<content:encoded><![CDATA[<p>Bob, the chattr command makes the file immutable, so it can&#039;t be added to. It is not simply hiding things, it is not ADDING things to the file, so privacy works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Watching The Net</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-16381</link>
		<dc:creator>Watching The Net</dc:creator>
		<pubDate>Thu, 18 Dec 2008 01:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html#comment-16381</guid>
		<description>@dreasis

Your welcome : -)</description>
		<content:encoded><![CDATA[<p>@dreasis</p>
<p>Your welcome : -)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

