


Virtual network editor steps to install redhat and installation process instructions
linux for beginnersvmware10 install linux, because the boot disk was not foundvmware10 install linux, so I downloaded redhat-Linux from the Internet .5.5.for.x86-server-5.5-i386-dvd.iso and installed it by following the steps for installing redhat under win7 on Baidu Library. As a Linux beginner, the reason why I want to write this down is because when installing VMware Tools, I still encounter various error messages due to problems such as missing spaces or not specifying the address because I don’t understand the Linux commands. , so when I finally solved the problem, I wanted to write the whole process in detail. I hope it will be helpful to beginners like me who have no foundation and are troubled by similar problems.
The following is my entire installation process:
1. Click on the virtual network editor under the editing window
2. Confirm that there is VMnet0 - if the bridge network option is not available, reinstall VMware (I used VMware11 before, but there was no VMnet0, and then I reinstalled VMware10 and it was there)
3. Choose to create a new virtual machine
4. Select custom linux to set environment variables, next step
5, default
6. The first option is to install from the CD; the second option is to perform a simple installation from the iso image. These installation methods do not install the English language pack and English input method; the third option represents a custom installation. Choose to install the operating system later
7. Select the guest operating system and version to be installed
8. Give the virtual machine a name and select the specified installation location.
9. Processor configuration
10. Virtual machine memory settings
11. Network type selection—use bridged network
12、Default
13、Default
14. Select to create a new virtual c drive
15. Specify the size of c drive
16, default
17. Complete virtual machine creation
18. Click CD/DVD(SATA)
19. Choose to use ISO image file
20. Select ISO image file path
21. Confirm
22. Press the Enter key after starting the virtual machine
23、Skip
24、Next step
25. Select Traditional English
26. Select British language style
27. Skip entering the installation number
28、Skip
29. The choice is
30. Choose to build a custom partition structure
31. Create three new partitions respectively
32. Result after allocation
33, default
34, default
35, default
36. Set root password
37. Check the software development option (installing the software requires some related software packages)
38、Next step
39. Select Reboot
40、Forward
41. Agree to the contract
42. Disable the firewall (will affect remote login and other functions)
43. Disable SELinux (will affect remote login and other functions)
44. Disable Kdump
45. Set date and time
46. Register after selection
47. Create users later
48. Sound card check
49. Click to complete
50. The following is to install VMwareTools - find and select Install VMwareTools in the virtual machine. At this time, the Linux desktop will display the VMwareTools CD (this does not mean that it has been successfully installed). VMwareTools provides convenient user operation functions and can be manually operated. To identify whether the cursor works on the host or the virtual machine, you can drag files from the host to the virtual machine, etc.
51. Press ALT CTR F1 to switch from the graphical interface to the command line interface. After logging in to the account, enter the following commands in sequence (note the spaces):
cd/media/VMwareTools/——cd and spaces next to it
ls–al——There is a space after ls——View the files in the VMwareTools directory
mkdir/root/download——There is a space next to mkdir——Create a new download directory in the root directory
cp–a/media/VMwareTools//root/download——cp–a and a space between the two /
——Copy the VMwareTools directory to the download directory (the driver file is readable but not writable)
cdroot/download/VMwareTools/——cd and spaces next to it
ls——Display the files in the directory (ls-al already exists in it, so it is omitted here)
tar–zxvfVMwareTools-9.6.0-1294478.tar.gz——There are spaces next to tar–zxvf
Waiting for command execution
ls——At this time, there is an additional directory vmware-tools-distrib
cdvmware-tools-ditrib——There are spaces next to cd
ls——Display files in the directory
./vmware-install.pl——Install VMwareTools
——Wait for the command to be executed, still press Enter to confirm, and select the screen frame rate, until no more commands are executed (that is, the installation is completed), linux download, and then reboot (restart the system) to implement the functions of VMwareTools.
The above is the detailed content of Virtual network editor steps to install redhat and installation process instructions. For more information, please follow other related articles on the PHP Chinese website!

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

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

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

Hot Topics











The Internet does not rely on a single operating system, but Linux plays an important role in it. Linux is widely used in servers and network devices and is popular for its stability, security and scalability.

The core of the Linux operating system is its command line interface, which can perform various operations through the command line. 1. File and directory operations use ls, cd, mkdir, rm and other commands to manage files and directories. 2. User and permission management ensures system security and resource allocation through useradd, passwd, chmod and other commands. 3. Process management uses ps, kill and other commands to monitor and control system processes. 4. Network operations include ping, ifconfig, ssh and other commands to configure and manage network connections. 5. System monitoring and maintenance use commands such as top, df, du to understand the system's operating status and resource usage.

The average annual salary of Linux administrators is $75,000 to $95,000 in the United States and €40,000 to €60,000 in Europe. To increase salary, you can: 1. Continuously learn new technologies, such as cloud computing and container technology; 2. Accumulate project experience and establish Portfolio; 3. Establish a professional network and expand your network.

The main tasks of Linux system administrators include system monitoring and performance tuning, user management, software package management, security management and backup, troubleshooting and resolution, performance optimization and best practices. 1. Use top, htop and other tools to monitor system performance and tune it. 2. Manage user accounts and permissions through useradd commands and other commands. 3. Use apt and yum to manage software packages to ensure system updates and security. 4. Configure a firewall, monitor logs, and perform data backup to ensure system security. 5. Troubleshoot and resolve through log analysis and tool use. 6. Optimize kernel parameters and application configuration, and follow best practices to improve system performance and stability.

Introduction Linux is a powerful operating system favored by developers, system administrators, and power users due to its flexibility and efficiency. However, frequently using long and complex commands can be tedious and er

The main uses of Linux include: 1. Server operating system, 2. Embedded system, 3. Desktop operating system, 4. Development and testing environment. Linux excels in these areas, providing stability, security and efficient development tools.

Linux is suitable for servers, development environments, and embedded systems. 1. As a server operating system, Linux is stable and efficient, and is often used to deploy high-concurrency applications. 2. As a development environment, Linux provides efficient command line tools and package management systems to improve development efficiency. 3. In embedded systems, Linux is lightweight and customizable, suitable for environments with limited resources.

The main differences between Linux and Windows in virtualization support are: 1) Linux provides KVM and Xen, with outstanding performance and flexibility, suitable for high customization environments; 2) Windows supports virtualization through Hyper-V, with a friendly interface, and is closely integrated with the Microsoft ecosystem, suitable for enterprises that rely on Microsoft software.
