Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ After installation of Debian 6.0 do a few things first     - Upgrade installation manual CentOS6.5 GCC4.8.2 (Linux)

- Keepalived + HAProxy high availability load balancing (Server)

- Spark and Hadoop comparison (Server)

- How to customize your Linux desktop: Gnome 3 (Linux)

- C ++ pointer two third memory model (Programming)

- Linux Network Programming --IP packet format Detailed (Programming)

- RedHat / CentOS ext4 partition can not be formatted large supplementary ext4 formatting (Linux)

- Efficient Linux Shell - Shell special characters Summary (Linux)

- File compression and packaging commands under Linux (Linux)

- C language programming entry - Common operators (Programming)

- Getting Started with Linux system to learn: how to use tcpdump to capture TCP SYN, ACK and FIN packets (Linux)

- Oracle Database Delete Delete million or more common method of heap table data (Database)

- Ubuntu system safe and caution sudo su command (Linux)

- GAMIT10.5 install and update failed Solution (Linux)

- Confrontation dragged Library - Web front-end encryption slow (Linux)

- Based on OpenSSL for HTTPS service configuration (Server)

- On the Web application attack techniques Common (Linux)

- Bash variable expansion modifier (Programming)

- MySQL5.6.12 Waiting for commit lock lead to hang from the library housing problem analysis (Database)

- Use Linux built-in firewall to improve network access control (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:      
 
- C ++ type conversion and RTTI (Programming)
- Linux configuration startup mount: fstab file (Linux)
- Use calcurse schedule appointments and to-do in the Linux terminal (Linux)
- Let 32 Linux / CentOS system to support more than 4G memory (Linux)
- Physical backup and recovery SYSTEM table space (Database)
- When a software RAID data recovery and reconstruction of how failure (Linux)
- Java input and output common class Scanner (Programming)
- Generators and iterators in Python (Programming)
- Python is not C (Programming)
- Configuring a Linux operating system against syn attack (Linux)
- Shell commonly commands (Linux)
- Getting the Linux shell variable test (Programming)
- Using PPA to install the lightweight theme software HotShots 2.1.0 under Ubuntu (Linux)
- Oracle Database routine inspection (Database)
- Ubuntu installation 2.10.x version of Scala (Linux)
- Nginx version information hidden or modified (Server)
- Xshell upload files to achieve Windows host Linux (Linux)
- Java implementation of stacks and queues (Programming)
- OpenJDK 7 compiled under Ubuntu 14.04.3 64-bit (Linux)
- How to track performance issues when using the Unity Game Development Android (Programming)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.