1. The first installation of the real machine must first engage the boot F2 boot from the CD, the virtual machine does not
Enter the time five options
Install or upgrade an existing system: installing or upgrading existing systems
Install system with basic video driver: The installation process uses a basic graphics driver
Rescue installed system: Boot into the systems Repair mode
Boot from local driver: Exit install from hard disk boot
Memory test: storage media detection
There is a prompt to detect the hard disk, select Skie do not need to detect.
Installation Options Simplified Chinese
Choose a different software that will install different
Desktop (Desktops)
Minimal Desktop (minimized)
Minimal (minimized)
Basic server (base servers)
Database server
Web server (Web server)
Virtual Host
Software development Workstation (software development workstation)
Do the server, the best choice to minimize the installation
Root is the Super Admin entry, after the directory in/home/root
If you add a AA administrator, go to directory in/HOME/AA
Three files in the root directory
/root/install.log: Stores the packages and their version information installed in the system
/root/install.log.syslog: Stores the event records that were left during the installation
/root/anaconda-ks.cfg: Log the option information set during installation in the format of the Kickstart configuration file (for example, install thousands of, configure the file by installing a different server for the template)
Select the Remote administration tool to configure the network first
Virtual Machine Network mode:
Bridging: Using a real network card
Set the same network segment as the current real machine, you can and the current real machine or LAN other machine classmate
NAT: With VMnet8 fake network card, can communicate with the real machine, if the real machine can access the Internet, then the virtual machine can also
Host only: With VMnet1 this fake network card, can only communicate with the current real machine
Configuring IP ifconfig eth0 192.168.28.2
Eth0 is the network card, the first network card is eth0, the second is eth1
192.168.28.2 Real machine VMnet1 NIC IP is 192.168.28.1
This is only a temporary configuration and will be lost if you restart the virtual machine
SECURECRT Remote Connection Tool
SECURECRT garbled Adjustment:
Options/session options/appearance
1. Click on the font that follows normal to select a Chinese font and then change the character set to GB2312
2.Charachter converted to UTF-8
WINSCP File Copy tool (copies data between Windows and Linux)
Linux Learning Note 1