miércoles, 13 de noviembre de 2013

Que hacer despues de Instalar Ubuntu 14.04

Por poder hacer, se pueden hacer muchas cosas. Pero la principal es habilitar tu privacidad. Para ello fixbuntu muestra un script para poder hacerlo de manera sencilla. Basta con abrir la consola y pegar  el siguiente comando.

V=`/usr/bin/lsb_release -rs`; if [ $V \< 12.10 ]; then echo "Good news! Your version of Ubuntu doesn't invade your privacy."; else gsettings set com.canonical.Unity.Lenses remote-content-search none; if [ $V \< 13.10 ]; then sudo apt-get remove -y unity-lens-shopping; else gsettings set com.canonical.Unity.Lenses disabled-scopes "['more_suggestions-amazon.scope', 'more_suggestions-u1ms.scope', 'more_suggestions-populartracks.scope', 'music-musicstore.scope', 'more_suggestions-ebay.scope', 'more_suggestions-ubuntushop.scope', 'more_suggestions-skimlinks.scope']"; fi; if ! grep -q productsearch.ubuntu.com /etc/hosts; then echo -e "\n127.0.0.1 productsearch.ubuntu.com" | sudo tee -a /etc/hosts >/dev/null; fi; echo "All done. Enjoy your privacy."; fi


Más Información en fixbuntu.com

No hay comentarios:

Publicar un comentario