I have installed ubuntu-12.04.1-server-i386 and on top of that i have installed Ubuntu desktop environment so that i can maintain server easily.
Hear I totally understand that installing Desktop environment will affect my server efficiency but its quit easy to maintain server with GUI so I am wondering that is there any workaround to enable or disable Ubuntu Desktop Environment whenever we need it like we do in Windows for services ? I searched and reffed many sites but did not found anything related to this.
Thanks in advance and sorry for my poor English.
sudo
refer toecho
? Your firstsudo echo "manual" >> ...
has no permission to write to/etc/init/
. – Gauthier Jun 15 '15 at 09:46sudo tee /etc/init/lightdm.override <<< manual
. This has the adequate privileges to write the file. – Justin Force Aug 28 '17 at 04:50