Linux system installation 1, Virtual machine installation
VirtualBox
VMware (primary)
There is no requirement for VMware installation and the next step is to install it.
2. Create a Linux runtime environment
1) Create a new virtual machine
2) Select a custom configuration
3) Select the installation source
4) Choose Linux Red Hat 4 operating environment (important)
5) Select the virtual machine storage location
Requirement: Hard disk space must be greater than or equal to 10G
6) Select memory Size (between 512m~1024m)
7) Use network mode: Bridging mode
8) Setup takes up hard disk space size 10G
Next, Next, the installation is complete!
3, installation of Linux system
1) Select CD/DVD drive
2) Select the Linux CD to install in the pop-up window
3) Start the Linux operating system
4) Switch between virtual machine and real machine shortcut key: Ctrl+alt
5) Enter, install the Linux operating system
6) Skip the disc check, use the TAB key to switch, enter confirm
7) Select the installation language
8) Select Keyboard, default
9) Select Manual Partitioning
Section details:
①windows partition
②linux partition
In practical applications, Linux requires only two partitions:/root partition and swap swap partition
Swap partition: When the system is running out of memory, the system will be allocated a portion of the swap to memory usage. Its size is generally 1 or twice times the memory, if less than 1024, the use of twice times, if greater than 1024, the same size as memory.
?
Personal advice is divided into three districts:
Boot partition
Swap partition
Root partition
10) Set the load password (temporarily not set during the learning process)
This option must be set in real work!
11) Set up a firewall
12) Custom Installation software
X Window System
Gnome OS Interface
Editor (required)
Graphic Internet (Firefox browser)
Server Configuration Tool
World Wide Web server (Apache server)
Windows File server (File Exchange)
FTP server (file upload download)
SQL Database (MYSQL4)
Development tools (required)
13) Replace the disc during installation
① Select the optical drive icon in the lower right corner
② Select the disc to be replaced
③ Click OK in the interface
So far, Linux installation is complete!
4, Linux system follow-up
①red Hat Network Login
② Select Bypass Registration
③ Setting up System users
④ log on to the Linux operating system as Super Administrator root
User name: Root
Password: 123456 (root password)
Linux system Installation