Monday, May 14, 2012

Ubuntu 12.04 removing history


Ubuntu removing history

Removing desktop history



rm ~/.local/share/recently-used.xbel 
touch ~/.local/share/recently-used.xbel 
sudo chattr +i ~/.local/share/recently-used.xbel

Then I did the following that cleared all the entries that were in there:

rm ~/.local/share/zeitgeist/activity.sqlite 
zeitgeist-daemon --replace &


reference:


http://ubuntuforums.org/showthread.php?t=1729516


Detect memory speed



apt-get install lshw

sudo lshw -short -C memory

Or

sudo dmidecode --type 17 | grep Speed

List Hardware


sudo lshw

Setting dns over TLS on ubuntu 26.04 using quad9 and

With this change future dns queries should got to Quad9 and fallback Cloudflare if Quad9 has a outage, and should go over TLS.  Change /etc/...