Instalar Preload
Se trata de un daemon que monitorea automáticamente las aplicaciones que más utilizás y las carga en memoria para acelerar su apertura se las va a utilizar.sudo apt-get install preload
Desactivar algunas Startups Applications
Para ello basta con abrir la aplicación "Startup Applications" y seleccionar aquellas qeu no deseamos qeu inicien tras el arranque de Ubuntu. El problema es que Ubuntu esconde por defecto algunas deesas opciones, por lo que antes de abrir este manager (si ya lo abriste, cerralo), se debe ejecutar en consola:sudo sed -i "s/NoDisplay=true/NoDisplay=false/g" /etc/xdg/autostart/*.desktop
Reducir el tiempo de demora en la carga del Boot
Para ello, ejecutar en terminal:gksu gedit /etc/default/grub
Buscar la línea "GRUP_TIMEOUT=" y asignarle 1 como valor. Guardar el archivo y luego, desde consola, ejecutar:
sudo update-grub2
Eliminar unity-music-daemon
sudo apt-get remove unity-lens-musicEliminar el Scope de las tiendas de Música Online
sudo apt-get autoremove unity-scope-musicstoresEliminar el Ubuntu One Sync Daemon
sudo apt-get remove ubuntuone-clientEliminar el proceso bluetooth-applet
sudo mv /usr/bin/bluetooth-applet /usr/bin/bluetooth-applet-oldEliminar las sugerencias de Amazon
sudo apt-get remove unity-lens-shoppingEliminar el Modem Manager
sudo mv /usr/sbin/modem-manager /usr/sbin/modem-manager-oldInstalar Unity Tweak Tools
sudo apt-get install unity-tweak-toolEliminar algunos lenses
Open the terminal Ctrl+Shift+T. To check what lenses are currently installed you can use dpkg with grep. e.g. list all lens packages$ dpkg -l | grep lens
ii unity-lens-applications ... Application lens for unity
ii unity-lens-files ... File lens for unity
ii unity-lens-gwibber ... Gwibber Lens for unity
ii unity-lens-photos ... Unity Photos Lens
ii unity-lens-shopping ... Shopping lens for unity
What do the various dpkg flags like 'ii' 'rc' mean?
To remove a lens use apt-get remove. e.g. remove the unity shopping lens:
sudo apt-get remove unity-lens-shopping
No hay comentarios:
Publicar un comentario