Linux CentOS6.9 installation graphic tutorial under VMware

Linux CentOS6.9 installation graphic tutorial under VMware

As a technical novice, I am recording the process of installing the Linux system for the first time.

First, please install the VMware virtual machine under Windows 7. This is relatively simple. You can download and install it directly from the official website. I will not describe it here.

Next, download the iso image file of CentOS6.9 directly from the official website.

After the download is complete, here is the installation process:

Step 1: Open VMware and click Create New Virtual Machine or click File - New Virtual Machine;

Step 2: Select Typical by default and click Next;

Step 3: Click the installer CD image file - select the downloaded CentOS iso file path, then click Install the operating system later, and click Next;

Step 4: Select Linux as the client operating system and the corresponding version as the version. Here we select CentOS 64-bit and click Next.

Step 5: You can use the default name for the virtual machine, select the path to store the virtual machine, it is best not to store it in the system disk, and click Next;

Step 6: Select the default for disk size and split files, or modify them according to your needs, and click Next;

Step 7: Click Customize Hardware to set it up, or you can set it up later.

Step 8: Set the processor to 4 cores, or you can leave it unchanged. Select the ISO image file for the new CD/DVD (IDE) connection, and select the downloaded CentOS iso image file path. Click Close, and then click Finish.

Step 9: Right-click the virtual machine CentOS 64-bit, select Power-Click to enter the firmware when the power is turned on;

Step 10: Use the arrow keys to switch to Boot, and then use the "+" sign to move the CD-ROM Driver to Zuis;

Step 11: Use the arrow keys to switch to Exit, select Exit Discarding Changes, press Enter, select Yes, and press Enter again;

Step 12: Enter the following page, select the first option, and press Enter;

Step 13: Select Skip and press Enter;

Step 14: Click Next to proceed to the next step;

Step 15: Select Simplified Chinese and click Next;

Step 16: Select American English by default and click Next;

Step 17: Select the basic storage device by default and click Next;

Step 18: Next, click "Yes, ignore all data (Y)";

Step 19: The host name can be the default, no need to modify, click Next;

Step 20: The default time is Asia/Shanghai, just click Next;

Step 21: Enter a 6-digit password and click Next;

Step 22: Select Create custom layout and click Next;

Step 23: Click Create to divide the system into "/boot", "/home", "swap", and "/" partitions respectively;

Step 24: After partitioning is completed, click Next.

Step 25: Click Format Partition and click "Write Changes to Disk";

Step 26: Select Basic Server here, or you can select other types according to your needs, and click Next;

Step 27: After the installation is complete, click Reboot;

Step 28: The installation is successful, boot into the Linux boot interface below, enter localhost login: root; the password is the one set before: 123456; this is completed.

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • How to modify the default Python version when installing Python on Linux
  • Summary of methods to check whether the port is open in Linux
  • MySQL 8.0.15 installation and configuration graphic tutorial and password change under Linux
  • How to install Maven automatically in Linux continuous integration
  • Solution to MySQL garbled code problem under Linux
  • Summary of methods for creating, listing, and deleting Docker containers on Linux
  • Solution to the problem that Linux cannot connect to the Internet in VMware after the computer shuts down unexpectedly
  • How to view available network interfaces in Linux
  • Linux system to view CPU, machine model, memory and other information
  • Solution to the failure of loading dynamic library when Linux program is running

<<:  VUE+Canvas implements the game of God of Wealth receiving ingots

>>:  Introduction to fuzzy query method using instr in mysql

Recommend

Introduction to 10 online development tools for web design

1. Online Text Generator BlindTextGenerator: For ...

Detailed installation tutorial of mysql 5.7.11 under Win7 system

Operating system: Win7 64-bit Ultimate Edition My...

MySQL 5.7.21 installation and password configuration tutorial

MySQL5.7.21 installation and password setting tut...

A detailed explanation of how React Fiber works

Table of contents What is React Fiber? Why React ...

Solution to 1449 and 1045 exceptions when connecting to MySQL

Solution to 1449 and 1045 exceptions when connect...

Summary of @ usage in CSS (with examples and explanations)

An at-rule is a declaration that provides instruc...

Example of using CSS to achieve floating effect when mouse moves over card

principle Set a shadow on the element when hoveri...

Solution to ERROR 1054 (42S22) when changing password in MySQL 5.7

I have newly installed MySQL 5.7. When I log in, ...

Vue local component data sharing Vue.observable() usage

As components become more detailed, you will enco...

Use of TypeScript Generics

Table of contents 1. Easy to use 2. Using generic...

The difference and usage of LocalStorage and SessionStorage in vue

Table of contents What is LocalStorage What is Se...

Solution to the problem that Navicat cannot remotely connect to MySql server

The solution to the problem that Navicat cannot r...

CSS--overflow:hidden in project examples

Here are some examples of how I use this property ...