


One article explains the installation and configuration of Win10 subsystem (share)
In the previous article "A brief analysis of nginx caching and cleaning (code sharing)", we learned about nginx caching and cleaning. The following article will help you understand the installation and configuration of the Win10 subsystem. Let’s take a look.
After much fiddling around, I still feel that
window terminal is not very useful, mainly due to In terms of development work and project release, my pile of commands don't work at all. I'm going to build a virtual machine, of course not referring to VirtualBox
and VMware Workstation
, well, yes win10
's own subsystem. Introduction
subsystem for Windows
(English: Windows Subsystem for Linux, referred to as WSL) is a system for A compatibility layer that can natively run
Linux binary executable files (
ELF format) on Windows10
and Windows Server 2019
. Preparation
Make sure that the current system version number is higher than 1607 (Build 14393.10).
1. Before installation, you need to modify some system settings. First, select Settings->Update & Security->Developer Options in the Start menu, and select the third item, Developer Mode.
2. Open Programs and Features in the Control Panel to enable or disable
features, and check the # that applies to Linux
##Windows subsystem, click OK, wait for the system to be configured and then restart the computer.
Installation
lxrun /install /y #此命令已经废弃
But in the new version, this command has been abandoned, and it is recommended to use the store installation. Open the store->Search linux
, you will see a series of subsystems, you can chooseUbuntuinstall
in the start menu Find the
Ubuntu
Of course, I feel that the most important point is not to use the subsystem in
windows
Use
Windows Terminal
Enterwsl, or create a new
tabSelect
Ubuntuthat is Can.
wsl
You will find that the drive letter of window
windowsIntegrated into one. There is no distinction between you and me, there is no distinction between you and me. In this way, you can execute the
windows command in
Linux, which will be even more powerful.
windows Set
Linux as a subsystem. This operation is simply outrageous.
Try
bash
expect, it works smoothly. It's so cool, isn't this what I want? I can't help laughing like a pig.
Feeling
windows
to maintainLinux is really nonsense. . But it's different now. There are subsystems. Everything is different. It's like seeing an oasis in the desert.
To be honest,
window
UI is a bit ugly without moral integrity.
Recommended learning:
windows tutorial
The above is the detailed content of One article explains the installation and configuration of Win10 subsystem (share). 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

Atom editor mac version download
The most popular open source editor

SublimeText3 Linux new version
SublimeText3 Linux latest version

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Zend Studio 13.0.1
Powerful PHP integrated development environment

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.