Category: Virtual Machine
-
Post Views: 58 1. When starting vagrant, an error is reported: stderr: vboxmanage.exe: error: whvCapabilityCodeHypervisorPresent is false! make sure you have enabled theWindows Hypervisor Platformfeature. (verr_nem_not_available).. as shown in Figure 1 2. Standard error: vboxmanage.exe: error: whvCapabilityCodeHypervisorPresent is false! Make sure you have the “Windows Hypervisor Platform” feature enabled. (verr_nem_not_available). Right-click the Windows button and select “Apps and Features”. Select…
-
Post Views: 21 1. After installing Hyper-V on Windows 10, run the program in the virtual machine, and there are often serious hard disk I/O errors. It is suspected that it is caused by the lack of space in the C disk. A total of 100 GB of space is available, and only 10 GB is left. as shown in…
-
Post Views: 63 1. Open: Terminal, one-click installation, execute the command: curl –fssl https://get.docker.com | SH. During the prompt that curl is not found, execute: sudo apt install curl. as shown in Figure 1 2. To run Docker as a non-privileged user, consider setting up a Docker daemon with rootless mode for your user to install: dockerd-rootless-setuptool.sh installation. Visit https://docs.docker.com/go/rootless/…
-
Post Views: 22 Hyper-V allows you to run multiple operating systems as a virtual machine on Windows. Reference:https://docs.microsoft.com/zh-cn/virtualization/hyper-v-on-windows/about/. 2. Hyper-V is built into the Windows professional version as an optional function – no need to download Hyper-V. Enable the Hyper-V role via Settings. 3. Right-click the Windows button and select “Apps and Features”. as shown in Figure 1 4. Select…
-
Post Views: 16 1. Execute: Vagrant up error: The name of your virtual machine could beT Be Set Because VirtualBox is reporting another VM with that name already exists. as shown in Figure 1 2. After deleting Vagrant, open the VirtualBox GUI to confirm whether it exists, and then manually delete the virtual machine. as shown in Figure 2 3.…
-
Post Views: 18 1. When starting Vagrant, an error is reported: D:/Program files/hashicorp/vagrant/embedded/mingw64/lib/ruby/2.7.0/psych.rb:456:in `parse: (): found a tab character that violates indentation while scanning a plain scalar at line 10 Column 7 (psych::SyntaxError). as shown in Figure 1 2. View the file ~/homestead/homestead.yaml in phpstorm, and find a red wavy line prompt. The reason may be that it has been…
-
Post Views: 29 1. Implement the corresponding RESTful-style web service API of the page in the API directory, and then adjust it to the RPC client 2. After all the corresponding APIs of the page are implemented, the POST request is executed in Postman, and the response is normal, as shown in Figure 1 3. Execute the PUT /pages/1 request…
-
Post Views: 64 1. Create a new warehouse, shuijingwan/yii2-app-advanced, as shown in Figure 1 Yii 2 advanced project template, the template includes four layers: interface (the API to implement the RESTful style web service service), front-end, back-end and console, each of which is a separate YII application. 2. Successfully created the warehouse, as shown in Figure 2 3. Use the…
-
Post Views: 13 1. Open the URL:https://www.genymotion.com/download/, since the Oracle VM VirtualBox has been installed, so choose Without VirtualBox, as shown in Figure 1 2. After the installation is complete, create a new virtual device, select 7.0.0 for Android version, and finally select Samsung Galaxy S8 – 7.0.0, the next step, as shown in Figure 2 3. After the new…
-
Post Views: 76 1. Open the URL: https://wiki.swoole.com/wiki/page/7.html , check the environment dependencies, as shown in Figure 1 environment dependence Only supports Linux, FreeBSD, macOS, 3 types of operating systems Linux kernel version 2.3.32 or above php-5.3.10 and above, including php7 GCC4.4 or above or clang CMake2.4+, you need to use CMake when compiling to libswoole.so as a C/C++ library…