From 4ab24bdb34299a00da13c9c6483fefec654eef25 Mon Sep 17 00:00:00 2001 From: Matt Wojciakowski Date: Wed, 17 Jul 2024 12:40:45 -0700 Subject: [PATCH] Main > Live (#1988) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update wsl-config.md (#1949) * Add kernel requirement for connect-usb.md (#1950) * Update networking.md (#1962) Adding the OS requirements for networking features to make it clear when the features are available. * Doc updates for dnsTunneling and autoProxy (#1970) * dns and proxy doc updates * add dnsTunnelingIpAddress setting * mention generateHosts option * move bullet point * rephrase docker desktop point --------- Co-authored-by: Catalin-Emil Fetoiu * Fix docker run command (#1956) Current one will get error "/usr/bin/ls: /usr/bin/ls: cannot execute binary file" * Updated production faq (#1954) * Update wsl-config.md (#1959) Matching the formatting of * near the Key column instead of the value column established lower in the table. * Update about.md to fix small typo (#1983) Closes #1973 * Update install-manual.md (#1981) * Update filesystems.md to clarify Linux path (#1984) * Update faq.yml to include note about setting username for moving distros (#1982) * Update faq.yml to include note about setting username for moving distros * Add set your default user account to faq --------- Co-authored-by: Matt Wojciakowski * Update wsl-config.md (#1951) * Update wsl-config.md Add a description for defaultVhdSize option. * Minor rewording * Add note about max related to issue --------- Co-authored-by: Matt Wojciakowski * Update use-custom-distro.md (#1985) Fixes #1640 * Extensively clarify "Identify IP address" section. (#1978) * Extensively clarify "Identify IP address" section. * Move IP address scenario explanation to Networking doc * Simplify commands and link to Networking page * Fix warning typo --------- Co-authored-by: Matt Wojciakowski * Remove postman example Due to Postman security vulnerabilities --------- Co-authored-by: Craig Loewen Co-authored-by: Keith Horton Co-authored-by: Cătălin Emil Fetoiu Co-authored-by: Catalin-Emil Fetoiu Co-authored-by: FantasqueX Co-authored-by: Joshua Cooper Co-authored-by: Ben Hillis Co-authored-by: Jimm Chen <38829153+chjfth@users.noreply.github.com> --- WSL/systemd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WSL/systemd.md b/WSL/systemd.md index 57ee6b53..47590728 100644 --- a/WSL/systemd.md +++ b/WSL/systemd.md @@ -1,7 +1,7 @@ --- title: Use systemd to manage Linux services with WSL description: Learn how to use systemd to manage Linux services with Windows Subsystem for Linux. -ms.date: 06/16/2023 +ms.date: 07/17/2024 ms.topic: article --- @@ -60,7 +60,7 @@ Microsoft partnered with Canonical to bring systemd support to WSL. See Craig Lo A few examples of Linux applications that depend on systemd are: -- [snap](https://snapcraft.io/): a software packaging and deployment system developed by Canonical for operating systems that use the Linux kernel and the systemd init system. The packages are called "snaps", the command line tool for building snaps is called "Snapcraft", the central repository where snaps can be downloaded/installed is called the "Snap Store", and the daemon required to run snaps (download from the store, mount into place, confine, and run apps out of them) is called "snapd". The entire system is sometimes referred to as "snappy." Try running the command: `snap install spotify` or `snap install postman`. +- [snap](https://snapcraft.io/): a software packaging and deployment system developed by Canonical for operating systems that use the Linux kernel and the systemd init system. The packages are called "snaps", the command line tool for building snaps is called "Snapcraft", the central repository where snaps can be downloaded/installed is called the "Snap Store", and the daemon required to run snaps (download from the store, mount into place, confine, and run apps out of them) is called "snapd". The entire system is sometimes referred to as "snappy." Try running the command: `snap install spotify`. - [microk8s](https://microk8s.io/): an open-source, low-ops, minimal production Kubernetes that automates deployment, scaling, and management of containerized apps. Follow the instructions to [Install MicroK8s on WSL2](https://microk8s.io/docs/install-wsl2), check out the [Get Started Tutorial](https://microk8s.io/docs/getting-started), or watch the video on [Kubernetes on Windows with MicroK8s and WSL 2](https://ubuntu.com/blog/kubernetes-on-windows-with-microk8s-and-wsl-2).