Ubuntu Privacy: Difference between revisions

From myWiki
Created page with "Remove zeitgeist and all of the components sudo apt-get purge zeitgeist-core zeitgeist-datahub python-zeitgeist rhythmbox-plugin-zeitgeist zeitgeist geoclue geoclue-ubuntu-g..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Remove zeitgeist and all of the components
Remove zeitgeist and all of the components


  sudo apt-get purge zeitgeist-core zeitgeist-datahub python-zeitgeist rhythmbox-plugin-zeitgeist zeitgeist geoclue geoclue-ubuntu-geoip
  # sudo apt-get purge zeitgeist-core zeitgeist-datahub python-zeitgeist rhythmbox-plugin-zeitgeist zeitgeist geoclue geoclue-ubuntu-geoip
  rm -rf ~/.local/share/zeitgeist/
 
  # rm -rf ~/.local/share/zeitgeist/


clear cache
clear cache


  cat /dev/null > ~/.bash_history && history -c && exit
  # cat /dev/null > ~/.bash_history && history -c && exit
 
For a more heavy duty cleaning use
 
# bleachbit

Latest revision as of 15:17, 24 June 2015

Remove zeitgeist and all of the components

# sudo apt-get purge zeitgeist-core zeitgeist-datahub python-zeitgeist rhythmbox-plugin-zeitgeist zeitgeist geoclue geoclue-ubuntu-geoip
# rm -rf ~/.local/share/zeitgeist/

clear cache

# cat /dev/null > ~/.bash_history && history -c && exit

For a more heavy duty cleaning use

# bleachbit