centos7 installation tutorial: First download the "CentOS-7-x86_64-bin-DVD1.iso" image file; then select "File->New Virtual Machine->Customize"; then follow the wizard Create a virtual machine; finally enter the CentOS installation interface and perform installation settings.
CentOS 7 installation tutorial (detailed graphic and text explanation)
CentOS 7 installation tutorial:
Preparation: Software: VMware WorkstationImage file: CentOS-7-x86_64-bin-DVD1.iso(Attachment: The tutorial is more detailed and has many comments, so the operation options have been added. Displayed in bold font.) 1. File--New Virtual Machine--Custom
Default
centos tutorial]
Linux
Version--centos 64bit
(Note: The version must correspond to the image file version, where centos is 32-bit and centos 64-bit Then it is 64-bit, and the Windows system should install the 64-bit version)Name the virtual machine (Briefly indicate the type and version of the virtual machine .For example: centos-7)
##6,
(CPU)--The total number of processor cores is generally 4
The total number of virtual machine cores cannot exceed the number of host cores. If exceeded, a warning will appear.
Generally 2G
K##8. Network type--
Bridged network (the virtual machine and the host can use the same network)
Note: VMnet1 network port corresponds to host-only mode
VMnet8 network port corresponds to NAT mode
VMnet0 network port corresponds to bridge mode
View the above corresponding to the editor in VMware workstation-Virtual Network Editor
9. Select the I/O controller type (relative to the hard disk )--
From the hard disk to the memory is I (input) From memory to the hard disk is O (output)
10. Select the disk type--Default (hard disk interface, SATA type commonly used by individuals at home, SCSI type commonly used by servers)
11. Select the disk--Create a new virtual disk (the other two are not commonly used)
12. Specify the disk capacity--200G (it is fake and virtual and does not occupy the host memory)
13. Specify the disk file (.vmdk) File
14. Complete
Delete Unnecessary hardware--Edit virtual machine settings--Delete-USB controller, sound card, printer (can make the virtual machine start faster)
Also Hardware can be added manually. For example, if one network port is not enough, add another one.
Network connection still selects Bridge mode
At this time You can see that two network adapters have been added
15. At this time, the hardware in the virtual machine has been built
16. Continue to add the image file, select CD/DVD (IDE) in the device
Select --## at the connection point. #Use ISO image file--OK
Install CentOS 7
##18、WELCOME TO CENTOS 7.
Settings Language--Recommend using
English--Click Continue
DATE & TIME
FindAsia
- -Shanghai and click--Done
(2) KEYBOARD The default keyboard is English (US)
(3) LANGUAGE SUPPORT language support
can be The default English can also add Chinese simplified Chinese support
Default selection--
Local media files
(5) SOFTWARE SELECTION software installation selectionCharacter interface installation--
Minimal install or Basic Web Server
Graphical interface installation--Server with GUI or GNOME Desktop
The installation process of character interface is the same as that of graphical interface. There is only a distinction in this step.
Click--DoneGo to the next step
20. INSTALLATION DESTINATION installation location---that is, system partition
(1) First select the 200G virtual hard disk
when we created the virtual machine (2) Drop down the menu and find Other Storage Options--Partitioning--I will configure partitioningSelect
I will configure partitioning Custom partition
--Clickdone
(3) Select Standard Partition Standard Partition--Click the lower left corner to add a partition
(4) Partition
creat--Standard Partition--creat--mount point (mount point) and File System Type (system file type)
Create /boot area and swap respectively Partition, root partition/
Note: The simplest partition plan for Linux system:
1. Divide /boot area, give 200M, and put startup files in /boot.
2. Divide the swap partition (swap space) into swap and look at the total memory size. If the memory is large enough, the space must be set too large. If the memory is less than 2G. Then this space is set to 2 times the size of the memory.
3. Give all space to / (root partition)
(5) Partition completed!
ClickDone
ClickAccept Changes
21. Return to INSTALLTION SUMMARY
22. KDUMPDefaultSelect
23. NETWORK & HOST NAME Set the network connection and host name
Set the host name at Host name: (for example, centos-7)
24. This is when we have completed all the settings
----Begin Installation
At this time, you need to set up the administratorRoot Password(Be sure to remember the password!)
After the password setting is completed, click Done
to create a user (you can not create it here, you can also create it again by entering root after the installation is complete)
25. Centos 7 installation is complete--click reboot to restart use
The character interface is shown below
The graphical interface is shown below picture
Attachment:
After calling up the Terminal terminal, use the su root command to switch the user to the root administrator, and then perform administrator operations:
The above is the detailed content of centos7 installation tutorial. For more information, please follow other related articles on the PHP Chinese website!

CentOS is a stable, enterprise-grade Linux distribution suitable for server and enterprise environments. 1) It is based on RedHatEnterpriseLinux and provides a free, open source and compatible operating system. 2) CentOS uses the Yum package management system to simplify software installation and updates. 3) Support advanced automation management, such as using Ansible. 4) Common errors include package dependency and service startup issues, which can be solved through log files. 5) Performance optimization suggestions include the use of lightweight software, regular cleaning of the system and optimization of kernel parameters.

Alternatives to CentOS include RockyLinux, AlmaLinux, OracleLinux, and SLES. 1) RockyLinux and AlmaLinux provide RHEL-compatible binary packages and long-term support. 2) OracleLinux provides enterprise-level support and Ksplice technology. 3) SLES provides long-term support and stability, but commercial licensing may increase costs.

Alternatives to CentOS include UbuntuServer, Debian, Fedora, RockyLinux, and AlmaLinux. 1) UbuntuServer is suitable for basic operations, such as updating software packages and configuring the network. 2) Debian is suitable for advanced usage, such as using LXC to manage containers. 3) RockyLinux can optimize performance by adjusting kernel parameters.

The CentOS shutdown command is shutdown, and the syntax is shutdown [Options] Time [Information]. Options include: -h Stop the system immediately; -P Turn off the power after shutdown; -r restart; -t Waiting time. Times can be specified as immediate (now), minutes ( minutes), or a specific time (hh:mm). Added information can be displayed in system messages.

The key differences between CentOS and Ubuntu are: origin (CentOS originates from Red Hat, for enterprises; Ubuntu originates from Debian, for individuals), package management (CentOS uses yum, focusing on stability; Ubuntu uses apt, for high update frequency), support cycle (CentOS provides 10 years of support, Ubuntu provides 5 years of LTS support), community support (CentOS focuses on stability, Ubuntu provides a wide range of tutorials and documents), uses (CentOS is biased towards servers, Ubuntu is suitable for servers and desktops), other differences include installation simplicity (CentOS is thin)

Steps to configure IP address in CentOS: View the current network configuration: ip addr Edit the network configuration file: sudo vi /etc/sysconfig/network-scripts/ifcfg-eth0 Change IP address: Edit IPADDR= Line changes the subnet mask and gateway (optional): Edit NETMASK= and GATEWAY= Lines Restart the network service: sudo systemctl restart network verification IP address: ip addr

CentOS installation steps: Download the ISO image and burn bootable media; boot and select the installation source; select the language and keyboard layout; configure the network; partition the hard disk; set the system clock; create the root user; select the software package; start the installation; restart and boot from the hard disk after the installation is completed.

The command to restart the SSH service is: systemctl restart sshd. Detailed steps: 1. Access the terminal and connect to the server; 2. Enter the command: systemctl restart sshd; 3. Verify the service status: systemctl status sshd.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Atom editor mac version download
The most popular open source editor

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

Zend Studio 13.0.1
Powerful PHP integrated development environment

WebStorm Mac version
Useful JavaScript development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)