Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What do you need to do after installing Debian 6.0

2025-04-09 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces what you need to do after installing Debian 6.0. The article is very detailed and has certain reference value. Interested friends must read it!

Debian-6.0.0-i386 is installed by default. After installation:

I. Switching between graphical interface and command line

Initially we could only log into the default gnome as the normal user we created.

CTRL+ALT+SHIFT + F1

Switch from command line to graphical interface: ALT+F7

2. Add the ordinary users we created to sudoers (sudo command is allowed)

vi /etc/sudoers

You will see a default setting:

root ALL=(ALL) ALL

All you need to do is "copy the gourd" and add a setting below to make your normal user like root.

III. Allow root user to log in to the graphical interface

vi /etc/pam.d/gdm3

Note the following line (preceded by a "#"):

auth required pam_succeed_if.so user != root quiet_success

then

vi /etc/gdm3/daemon.conf

Add a line under "[security]":

AllowRoot=true

Install apt-spy to find the fastest apt source

apt-get install apt-spy

apt-spy update

apt-spy -d stable -a Asia

5. Yes The system starts from the command line by default

First, we need to install sysv-rc-conf, a powerful system configuration tool:

apt-get update

apt-get install sysv-rc-conf

Then, execute sysv-rc-conf

Find the GDM item:

Change it to this:

After reboot, the system starts from the command line by default.

That's all for "What to do after installing Debian 6.0." Thanks for reading! Hope to share the content to help everyone, more relevant knowledge, welcome to pay attention to the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report