|
The default installation of Debian-6.0.0-i386. After installation:
A graphical interface and a command line switch between
Initially we can create our regular user to log on to the default desktop (gnome) to go.
Switching from the graphical interface to the command line: CTRL + ALT + SHIFT + F1
Command line switch to a graphical interface: ALT + F7
Second, we will create a normal user is added to the sudoers inside (allowing the use sudo command)
vi / etc / sudoers
You will see a default setting:
root ALL = (ALL) ALL
You need to do the following add a set, make your regular users to the same as the root.
Third, allow root user login GUI
vi /etc/pam.d/gdm3
Note the following line up (plus a "#" in front):
auth required pam_succeed_if.so user! = root quiet_success
then,
vi /etc/gdm3/daemon.conf
In the "[security]" Add the following line:
AllowRoot = true
Fourth, install apt-spy, to find the fastest apt source
apt-get install apt-spy
apt-spy update
apt-spy -d stable -a Asia
Fifth, is the system default from the command line
First, we need to install sysv-rc-conf, this is a powerful system configuration tools:
apt-get update
apt-get install sysv-rc-conf
Then, perform the sysv-rc-conf
Debian 6.0
reboot the system after the default command line started. |
|
|
|