VirtualBox installs CentOS7 virtual machine and enhancement tools (picture and text)

VirtualBox installs CentOS7 virtual machine and enhancement tools (picture and text)

The computer system is: win7
This article is mainly based on pictures and contains a lot of pictures

Install CentOS7 virtual machine

Create a new virtual machine

Keep clicking Next until memory is allocated (I allocated 20G here, depending on your personal situation)

Configure the hardware after successful creation

1. System: Remove the floppy drive

2. Display: Adjust the video memory size

3. Storage: Mount the centOS CD file (the folder name should not contain Chinese!)

4. Network: Select Host-only network

Start (press Enter directly)

CentOS system configuration

Cursor capture key: Right Ctrl key (right!)

Language settings - I installed the Chinese version at first, but eventually changed back to English, so it is recommended that you install the English version directly. You can also choose Chinese.

Network Settings

Time setting: Change to Shanghai (if you selected Chinese before, skip this step)

Language settings - just in case, set it to Chinese (if you selected Chinese before, skip this step)

Input method settings: Add Chinese Pinyin input method (if you selected Chinese before, skip this step)

Software selection: Server with GUI + development tools

Manual partitioning (you can also directly partition automatically)

My configuration is as follows:

KDUMP: I chose to disable it here, but you can also ignore it to set the ROOT user password and create a normal user

license

Installation successful (as shown in the picture)


After entering the system, close the service

Installing Enhancement Tools

The following dialog box will pop up, click Run (you need to enter the administrator password)

After successful installation, reboot.

You can find that the mouse can be switched directly from the virtual machine to the host and the adaptive screen

Last pop-up

This is the end of this article about VirtualBox installation of CentOS7 virtual machine and enhancement tools (pictures and text). For more relevant content about VirtualBox installation of CentOS7, please search for previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope everyone will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • How to set static IP in CentOS7 on VirtualBox6 and what to note
  • VirtualBox installation enhancements in CentOS 7 (shared folders)
  • Talk about the installation of centos enhanced functions on virtualbox6

<<:  mysql create database, add users, user authorization practical method

>>:  Method of Vue component document generation tool library

Recommend

Process parsing of reserved word instructions in Dockerfile

Table of contents 1. What is Dockerfile? 2. Analy...

Analysis of JavaScript's event loop mechanism

Table of contents Preface: 1. Reasons for the eve...

MySql 5.6.36 64-bit green version installation graphic tutorial

There are many articles about MySQL installation ...

React new version life cycle hook function and usage detailed explanation

Compared with the old life cycle Three hooks are ...

mysql8.0.23 linux (centos7) installation complete and detailed tutorial

Table of contents What is a relational database? ...

CSS to achieve glowing text and a little bit of JS special effects

Implementation ideas: Use text-shadow in CSS to a...

VMware kali virtual machine environment configuration method

1|0 Compile the kernel (1) Run the uname -r comma...

How to access the local machine (host machine) in Docker

Question How to access the local database in Dock...

How to set up URL link in Nginx server

For websites with an architecture like LNMP, they...

How to convert rows to columns in MySQL

MySQL row to column operation The so-called row-t...

Summary of how JS operates on pages inside and outside Iframe

Table of contents Get the content of the iframe o...

Vue implements adding watermark effect to the page

Recently, when I was working on a project, I was ...