Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ After installation of Debian 6.0 do a few things first     - Sturdy build secure Linux server (Linux)

- Ubuntu under VirtualBox virtual machine serial port settings (Linux)

- Network security system (Network)

- An Analysis of the C Algorithm for Calculating the Number of Days Between Date (Programming)

- Add a custom encryption algorithm in OpenSSL (Linux)

- Zabbix monitoring different versions of RAID installation and monitoring and MySQL master-slave monitor (Server)

- How to configure SNMPv3 on Ubuntu, CentOS and Cisco systems (Linux)

- Linux software firewall ACL match point optimization (Linux)

- Python in yield (Programming)

- Expert advice: Do not use the computer security IE browser (Linux)

- Scope of variables in C # (Programming)

- Vi (Vim) keyboard map and its basic commands (Linux)

- build Android environment on Ubuntu 12.04 (Server)

- Linux how to prohibit the use of Ping command (Linux)

- WinSCP to transfer text files will automatically convert the format (Linux)

- Cobbler remotely install CentOS system (Linux)

- Ubuntu installation module Python rq (Linux)

- C ++ Replication Control: Assignment operators and destructors (Programming)

- Shuffle Process Arrangement in MapReduce (Server)

- How to install Virtualbox 4.3.20 in Ubuntu 14.04 (Linux)

 
         
  After installation of Debian 6.0 do a few things first
     
  Add Date : 2018-11-21      
         
         
         
  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.
     
         
         
         
  More:      
 
- Correlation Analysis: FP-Growth algorithm (Programming)
- Nginx server load balancing dual-system availability (Server)
- Oracle 11g manually create a database (Database)
- Linux asynchronous read documents by AIO (Programming)
- Oracle EBS R12 for Linux installation (Database)
- VMware Workstation + Ubuntu 10.04 Download the Android 2.2 source code (Linux)
- Several reasons MySQL garbled (Database)
- Nodejs command-line program development tutorial (Programming)
- Use Ganglia to monitor your cluster (Server)
- Intel Graphics Installer 1.0.3 released, support for Ubuntu (Linux)
- Java memory area Explanation (Programming)
- iOS development -Launch Image and Launchscreen (Programming)
- VMware ghost Linux card error (Linux)
- Linux Getting Started tutorial: Ubuntu 14.04 in the installation Sogou Pinyin (Linux)
- How to install Ubuntu applications Device 7 (Linux)
- Bash mathematical extension (Programming)
- Linux_Logo - output color ANSI Linux distributions logo command-line tool (Linux)
- Linux initialization init system - UpStart (Linux)
- Mac OS X command line to submit the local project to Git (Server)
- CentOS7 build GlusterFS (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.