Microsoft
Software
Hardware
Network
Question : Desktop on Ubuntu
Hello
I am running Ubuntu 10.04 with command line Interface. I want to install Desktop environment but want that the server should not automatically boot to the Desktop (GUI) interface. The GUi should open only when I need it and closed after I finish my GUI work.
I know the desktop can be installed with sudo apt-get install ubuntu-desktop
But It as I mentioned it should not automatically start in GUI mode. And I should have a command to close the GUI mode when I don't need it.
Answer : Desktop on Ubuntu
sudo update-rc.d -f gdm remove - to boot default from command line
$sudo /etc/init.d/gdm stop - > to go back to command line if you r in GUI.
Random Solutions
Format issues with FMPA 11 checkbox set exported to Excel
How to make live sync for folders?
vba coding help with microsoft access table audit trail of checkboxes and command buttons
How to get download csv file using java servlet ?
SBS 2003 Connectcomputer Wizard (via VPN)???
Excel - Find if a value is in the top 25 %, 50% or 75% of the total value
SQL
Cannot connet to internet via wireless but can connect via hardwire
Need Pros/Cons of various methods used to ensure vbscripts execute with cscript or wscript
finding PK of table through pl-sql code