Tag Archives: cli

Enable/Disable GDM in Ubuntu

By default Ubuntu Loads Gnome GUI.
If you need to disable X.org / Gnome under Linux, so you can get text only login, this is the right guide to follow.

Using command line (CLI):
Ubuntu comes with rcconf and update-rc.d command.
rcconf allows you to control which services are started when the system boots up or reboots. It displays a menu of all the services which could be started at boot.
The ones that are configured to do so are marked and you can toggle individual services on and off.
Install rcconf:

Now start rcconf:

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 text based window is displayed on screen:rcconf
Next enable/disable GDM service by pressing space bar (check the checkbox) > Click OK to save the changes.

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:

Or just click on System -> Administration -> Services
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 window is displayed:

ubuntu-linux-services
Make sure you remove GDM (Gnome login manager) by disabling the the checkbox and close the window.

Alternative method (wich seems to be a better approach):

Get System Information Using the Terminal

Troubleshooting, upgrading, or just curious? Find out what’s in your system without opening the case. Using these Linux command line tools, you can get details about your hardware and distribution.

I’ve tested these commands in Ubuntu 7.10, but they should all work in other Linux distributions. Unless noted otherwise, all of this software is included by default with Ubuntu.

Graphics card:

– details about OpenGL, the Xserver, and your graphics card

– do you have direct 3d rendering?

– graphics card vendor

– specific graphics card model

– a simple 3d benchmark, prints frame rate to the terminal

– supported display resolutions

Audio:

– audio controller

– more audio device information

Software versions:

– current distribution and version

– packagename’s version and dependencies

– Linux kernel version

– all kernel details

Networking:

– Ethernet controllers

– networking interfaces, IP addresses, and more

Processor:

– all processors, clock speeds, flags, and more

– processor load average for the last 1, 5, and 15 minutes

– press C key to sort processes by CPU usage

Memory:

– amount of RAM and swap, and how much is being used for what

– total, used, and free memory shown in MB

– press M key to sort processes by memory usage

Hard disks:

– partitions, as well as their mount-points and usage in GB

– all partitions, their device names, and positions on disk

USB devices:

– USB buses and attached devices

Even more:

– monitor for hardware changes

– all PCI devices

(install from package hwinfo) – overview of all hardware, as well as more detailed info

– another program for listing hardware

– lists hardware with HTML output in the w3m web browser

– current time elapsed since last reboot, users, and load average