Posted on: January 29, 2020 12:18 PM
Posted by: Renato
Categories: Variados
Views: 569
Desative os serviços inúteis que iniciam junto com o Ubuntu
Aprenda a deixar o Boot do Ubuntu mais rápido Para isso abra o terminal (copie e cole o comando a seguir):
Execute no terminal:
$ sudo sed -i "s/NoDisplay=true/NoDisplay=false/g" /etc/xdg/autostart/*.desktop
Agora que todas as entradas estão visíveis, clicar no ícone da engrenagem no canto superior direito do seu desktop e depois em Aplicativos de sessão. Desative serviços que você não usa, mas tome cuidado para não desativar serviços ou softwares importantes para o sistema. Se você não sabe o que determinado serviço faz, não o desative.
Trabalhando-com-init-no-Debian
remova os programas não utilizados:
$ sudo apt-get --purge remove <nome-do-programa>
$ sudo apt-get install rcconf bum
Ferramenta rcconf
$ sudo rcconf
Exemplos:
CUPS (impressoras local e pdf), Bluetooth, Rsync (se não utiliza), Unattended-Upgrades (atualizações automáticas), Saned (scanners), Exim4 (MTA = Mail Transport Agent).
Fonte: Viva o Linux.
Disable GDM using GUI tools
The Services Administration Tool allows you to specify which services will be started during the system boot process. You can type the command:
services-admin &
Or just click on System > Administration > Services
Now you will be prompted for the administrator password, this is necessary because the changes done with this tool will affect the whole system. After entering the administrator password, the following window is displayed:
Make sure you remove GDM (Gnome login manager) by disabling the the checkbox and close the window.
Again you will be prompted for the administrator password, this is necessary because the changes done with this tool will affect the whole system. After entering the administrator password, the following text based window is displayed on screen:
Next enable GDM service by pressing space bar (check the checkbox) > Click OK to save the changes.
Donate to Site
Renato
Developer