Set up and configure a local Linux server through VMware
The process of setting up a local Linux server deployment project in VMware
1. Prepare the Linux environment in VMware
2. Configure the network connection
3. Installation and management web operation management (Pagoda, Xiaopi, etc.)
4. Access management control panel
5. Deployment project
6. Configure local host
7. Successfully access the configured URL
1. Preparation:
VMware Workstation Pro
CentOs (Tips: Installation centos7 tutorial)
2. Network connection:
In order to communicate with the host host, vmware should set the bridge mode.
Important operations: More settings in vmware's virtual network editor, bridge mode to bridge to the host's WLAN network card (local network adapter view), re- The connection view IP is: 192.168.1.10, and the host’s IP address is 192.168.1.7, and they can ping each other. (If ping fails, open the inbound rules of the host firewall, filter by configuration file, filter by public configuration file, and enable file and printer sharing echo request-ICMpv4-In).
3. Installation management (Take the installation of the pagoda as an example):
RunPagodaIn centOs installation command
##yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
##result:
## 4. Visit the Pagoda Control PanelBt-Panel:
http://118.77.239.41:8888/87fcf236password: 4a0db007
Because it is included Network, the IP here is the connected external network IP, so you should visit http://192.168.1.10:8888/87fcf236
'http://192.168.1.10:8888/87fcf236',
##5. Deployment Project
Add site: abc.xpv.com (refer to the pagoda manual for specific operations. Ordinary tests can be added to the top directory, while laravel needs to add the running directory to public)
6. Configure local host At this time, accessing abc.xpv.com is invalid, or the website of abc.xpv.com already exists.
Solution:
Need to modify the local HOST and point the new URL to the virtual machine ip address for management Open C:\Windows\System32\drivers\etc\hosts and add 192.168.1.10 URL
##7. The computer accesses the URL successfullyOf course, this website is only accessible for testing within the local LAN. The external network cannot be accessed.
#This method allows you to experience deployment projects without purchasing a cloud server. Some codes are not available under Windows. Problem, there may be errors during deployment.
But there are also inconveniences. You have to start the virtual machine every time you use it (it is recommended to suspend the virtual machine)The above is the detailed content of Set up and configure a local Linux server through VMware. 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

AI Hentai Generator
Generate AI Hentai for free.

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

You can easily copy and paste text and files between VMware virtual machines (VMs) and physical systems. This capability allows you to easily transfer images, formatted and unformatted text, and even email attachments between virtual machines and host systems. This article will show you how to enable this feature and demonstrate methods for copying data, files, and folders. How to Enable Copy/Paste in VMware VMware provides three different ways to copy data, files or folders from a virtual machine to a physical computer and vice versa, as explained below: Copy and Paste Elements Drag and Drop Feature Folder Sharing 1 ] Enable copy-paste using VMware Tools You can use the keyboard if your VMWare installation and guest operating system meet the requirements

Many users need to install virtual machines on their computers due to certain needs or hobbies, but recently some Win11 friends found that their computers crashed and crashed as soon as they ran the VMware virtual machine. What should they do? In fact, this problem is not difficult to solve. The editor below brings you four solutions, hoping to help you. Method 1: Hyper-V solution 1. Open Control Panel-Programs-Enable or turn off Windows functions. You may find that there is no Hyper-V on your computer, and even the vm cannot be used (if you have it open, check it as shown below) , just restart the computer). There is no Hyper-V that needs to be installed. You can go to step 1.2 below to install it. 2. Install Hyper-V on the system and create a new note
![VMware Horizon Client cannot be opened [Fix]](https://img.php.cn/upload/article/000/887/227/170835607042441.jpg?x-oss-process=image/resize,m_fill,h_207,w_330)
VMware Horizon Client helps you access virtual desktops conveniently. However, sometimes the virtual desktop infrastructure may experience startup issues. This article discusses the solutions you can take when the VMware Horizon client fails to start successfully. Why won't my VMware Horizon client open? When configuring VDI, if the VMWareHorizon client is not open, an error may occur. Please confirm that your IT administrator has provided the correct URL and credentials. If everything is fine, follow the solutions mentioned in this guide to resolve the issue. Fix VMWareHorizon Client Not Opening If VMW is not opening on your Windows computer

VMware virtual machines allow users to run two or more Windows, DOS, and LINUX systems simultaneously on one machine. So how to share files between VMware virtual machines and hosts? Today, the editor will take Win11 as an example to share with you a tutorial on setting up file sharing between VMware virtual machines and hosts. Virtual machine file sharing? 1. Set the network of the installed VMware virtual machine to bridge mode. In a VMware virtual machine, you can configure shared folders through the following steps: Click Virtual Machine->Virtual Machine Settings->Options, enable shared folders, and click the Add button to set the folder path. Note: Opening shared folders needs to be done when shutting down the virtual machine. 4. To share files

Virtual machines are an affordable way to experience and use multiple operating systems on a single computer. VMWare and VirtualBox are the two major brands in the virtual machine industry. You can easily convert a VMware virtual machine to a VirtualBox virtual machine and vice versa, giving you the flexibility to switch machines between them without having to recreate them. Migrating a virtual machine from VMWare to VirtualBox or vice versa is not complicated. Just follow the instructions below and it's easy to do. How to convert VMware to VirtualBoxVMwareVM is stored in .vmx format and then converted to .ovf, this is VirtualBox and VMWare
![VMware Horizon client freezes or stalls while connecting [Fix]](https://img.php.cn/upload/article/000/887/227/170942987315391.jpg?x-oss-process=image/resize,m_fill,h_207,w_330)
When connecting to a VDI using the VMWareHorizon client, we may encounter situations where the application freezes during authentication or the connection blocks. This article will explore this issue and provide ways to resolve this situation. When the VMWareHorizon client experiences freezing or connection issues, there are a few things you can do to resolve the issue. Fix VMWareHorizon client freezes or gets stuck while connecting If VMWareHorizon client freezes or fails to connect on Windows 11/10, do the below mentioned solutions: Check network connection Restart Horizon client Check Horizon server status Clear client cache Fix Ho

Title: PHP script implementation of cross-server file transfer 1. Introduction In cross-server file transfer, we usually need to transfer files from one server to another. This article will introduce how to use PHP scripts to implement cross-server file transfer on Linux servers, and give specific code examples. 2. Preparation Before starting to write PHP scripts, we need to ensure that the following environment has been configured on the server: Install PHP: Install PHP on the Linux server and ensure that the PHP version meets the code requirements.

How to deploy a trustworthy web interface on a Linux server? Introduction: In today's era of information explosion, Web applications have become one of the main ways for people to obtain information and communicate. In order to ensure user privacy and information reliability, we need to deploy a trustworthy Web interface on the Linux server. This article will introduce how to deploy a web interface in a Linux environment and provide relevant code examples. 1. Install and configure the Linux server. First, we need to prepare a Li
