Whenever files are accessed in an operating system, a log of recently accessed files and folders is created. While this can be handy to reopen recent files and folders quickly, it can also become a privacy issue for some users. Unlike Windows, where it’s fairly easy to find recent documents (as explained here), Ubuntu users often find it hard to find the recently used documents. Moreover, some users might want to prevent the logging of recent history. In this post we will tell you how to delete recent history in Ubuntu and how to disable recent history logging.
To delete recent history, open the Terminal and enter the below commands:
rm ~/.local/share/zeitgeist/activity.sqlitezeitgeist-daemon --replace
Note: Activity.Sqlite is basically a file located in the share directory with the path: ~/.local/share/zeitgeist/activity.sqlite
To prevent new items from being created, use this command:
echo -n > ~/.recently-used.xbelsudo chattr +i .recently-used.xbel
You can revert the changes to enable logging again by using the following Terminal command:
sudo chattr -i .recently-used.xbel
This tip was posted by multifo at Ubuntu Forums!
Subscribe To Get FREE Tutorials!
Respected Readers:
|
0 comments:
Confused? Feel free to ask
Your feedback is always appreciated. I will try to reply to your queries as soon as time allows.
Post a CommentNote:-
Please do not spam Spam comments will be deleted immediately upon my review.
Regards,
XEO Hacker