MOOC linux Study Notes (1) Installation and study notes of centOS
Prepared files
Create a VM
Create an empty Virtual Machine
Select linux and centos
Allocate 20 GB hard disk space
'
Modify configurations
Adjust memory space
Bridging: the virtual machine communicates with the real machine using the NIC of the real machine.
NAT: VMnet8
Host only: VMnet1 can ONLY communicate with virtual machines and cannot access the Internet
Install CentOS
Simplified Chinese
Partition
Required partition:/(root partition)
Swap partition (Swap partition, 2 times of memory (> 4 GB), no more than 2 GB)
Recommended partition:/boot (boot partition, 200 M)
Select to install basic services
Install and log on to the system
Installation Log
/Root/install. log: stores the software packages installed in the system and their versions.
/Root/install. log. syslog: stores the event records left during installation.
/Root/anaconda-ks.cfg: record the option information set during installation in the format of the kickstart Profile