-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue resolutions from Nov23 #1857
Conversation
* Reorganize, reword config doc * fix hostname command * Clarify to resolve #1722 * Add systemd and ipv6 to comparison table * Update prereqs for docker * Fix based on issue 1793 * Add more context to address issue 1795 * Resolve issue 1798 * Add note about hostname flag IP differences * Add note about terminate command * Fix hardcoded links * Fix links * Editorial fixes * Remove repeated anchor links * Fix firewall config link
Resolves #1675
Resolves #1656
Learn Build status updates of commit 673a38e:
|
File | Status | Preview URL | Details |
---|---|---|---|
WSL/intune.md | View | Details | |
WSL/networking.md | View | Details | |
WSL/about.md | ✅Succeeded | View | |
WSL/basic-commands.md | ✅Succeeded | View | |
WSL/compare-versions.md | ✅Succeeded | View | |
WSL/connect-usb.md | ✅Succeeded | View | |
WSL/disk-space.md | ✅Succeeded | View | |
WSL/enterprise.md | ✅Succeeded | View | |
WSL/faq.yml | ✅Succeeded | View | |
WSL/install.md | ✅Succeeded | View | |
WSL/install-manual.md | ✅Succeeded | View | |
WSL/setup/environment.md | ✅Succeeded | View | |
WSL/troubleshooting.md | ✅Succeeded | View | |
WSL/tutorials/wsl-containers.md | ✅Succeeded | View | |
WSL/wsl-config.md | ✅Succeeded | View |
WSL/intune.md
- Line 43, Column 293: [Warning: bookmark-not-found]
Cannot find bookmark '#configuration-setting-for-wslconfig' in 'wsl-config.md', did you mean '#configuration-settings-for-wslconfig'?
WSL/networking.md
- Line 77, Column 9: [Warning: bookmark-not-found]
Cannot find bookmark '#configuration-setting-for-wslconfig' in 'wsl-config.md', did you mean '#configuration-settings-for-wslconfig'?
- Line 94, Column 9: [Warning: bookmark-not-found]
Cannot find bookmark '#configuration-setting-for-wslconfig' in 'wsl-config.md', did you mean '#configuration-settings-for-wslconfig'?
- Line 98, Column 9: [Warning: bookmark-not-found]
Cannot find bookmark '#configuration-setting-for-wslconfig' in 'wsl-config.md', did you mean '#configuration-settings-for-wslconfig'?
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
Learn Build status updates of commit b2af44b: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
--- | ||
|
||
# What is the Windows Subsystem for Linux? | ||
|
||
The Windows Subsystem for Linux lets developers run a GNU/Linux environment -- including most command-line tools, utilities, and applications -- directly on Windows, unmodified, without the overhead of a traditional virtual machine or dualboot setup. | ||
Windows Subsystem for Linux (WSL) is a feature of Windows that allows you to run a Linux environment on your Windows machine, without the need for a separate virtual machine or dual booting. WSL is designed to provide a seamless and productive experience for developers who want to use both Windows and Linux at the same time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Windows Subsystem for Linux (WSL) is a feature of Windows that allows you to run a Linux environment on your Windows machine, without the need for a separate virtual machine or dual booting. WSL is designed to provide a seamless and productive experience for developers who want to use both Windows and Linux at the same time. | |
Windows Subsystem for Linux (WSL) is a feature of Windows that allows you to run a heavily integrated Linux environment on your Windows machine. WSL is designed to provide a seamless and productive experience for developers who want to use both Windows and Linux at the same time. |
Adjusted wording since we do use a virtual machine for WSL
Learn Build status updates of commit 5693e3f: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit f0170ea: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 0cdbc44:
|
File | Status | Preview URL | Details |
---|---|---|---|
WSL/networking.md | View | Details | |
WSL/about.md | ✅Succeeded | View | |
WSL/basic-commands.md | ✅Succeeded | View | |
WSL/compare-versions.md | ✅Succeeded | View | |
WSL/connect-usb.md | ✅Succeeded | View | |
WSL/faq.yml | ✅Succeeded | View | |
WSL/install.md | ✅Succeeded | View | |
WSL/install-manual.md | ✅Succeeded | View | |
WSL/setup/environment.md | ✅Succeeded | View | |
WSL/tutorials/wsl-git.md | ✅Succeeded | View |
WSL/networking.md
- Line 77, Column 9: [Warning: bookmark-not-found]
Cannot find bookmark '#configuration-setting-for-wslconfig' in 'wsl-config.md', did you mean '#configuration-settings-for-wslconfig'?
- Line 94, Column 9: [Warning: bookmark-not-found]
Cannot find bookmark '#configuration-setting-for-wslconfig' in 'wsl-config.md', did you mean '#configuration-settings-for-wslconfig'?
- Line 98, Column 9: [Warning: bookmark-not-found]
Cannot find bookmark '#configuration-setting-for-wslconfig' in 'wsl-config.md', did you mean '#configuration-settings-for-wslconfig'?
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
* Resolve issues Nov 23 (#1848) * Reorganize, reword config doc * fix hostname command * Clarify to resolve #1722 * Add systemd and ipv6 to comparison table * Update prereqs for docker * Fix based on issue 1793 * Add more context to address issue 1795 * Resolve issue 1798 * Add note about hostname flag IP differences * Add note about terminate command * Fix hardcoded links * Fix links * Editorial fixes * Remove repeated anchor links * Fix firewall config link * Added wsl 2 note to import vhd flag * Add warning about switching between architectures * Remove issue link replace with FAQ link * Add stacko tip re virtualbox * Add Alma Linux to list * Update USB support for Win10 Resolves #1675 * Add note about VM architecture for WSL 2 Resolves #1573 * Update WSL 2 explainer * Add PS command Resolves #1656 * Update descriptions and add link to Linux resources * Fixes typo in set default command (#1856) * Fix broken link to GH learning lab * typo fix * Fix the command parameter of configuring Hyper-V firewall (#1858) --------- Co-authored-by: Jacob Wortmann <jacob@wortmann.dk> Co-authored-by: Zhaoqiu Sheng <51221150+zhaoqiu-china@users.noreply.github.com>
No description provided.