ubuntu-wsl2-systemd-script
ubuntu-wsl2-systemd-script copied to clipboard
[Does not work anymore!] Script to enable systemd support on current Ubuntu WSL2 images
For some reason it seems TMUX is getting loaded twice:  Only way to solve it is open a new tab in the terminal and close the previous one
Thank you.
Running the script works to enable systemd. In both 18.04 and 20.04 , this breaks the environment variables that enable wsl gui apps provided by microsoft. Intead you get display...
Followed the instructions as descibed in README, now I am facing this error: 
Hi, After installing this script bind mounts aren't visible in windows and docker/kubernetes anymore. ``` sudo mkdir /mnt/wsl/somedir sudo mount --bind /some/folder/withfiles/ /mnt/wsl/somedir ls /mnt/wsl/somedir Windows explorer: \\wsl$\\mnt\wsl\somedir ``` In...
exports PRE_NAMESPACE_PWD and PRE_NAMESPACE_PATH variables to environment variables cause the PWD/PATH will set to PRE_NAMESPACE_PWD/PRE_NAMESPACE_PATH every time while you start a bash. (the unset does not work cause it can...
This was originally reported at, microsoft/vscode#102628, however I believe that the issue at play is in the scripts used here, not in VSCode. # Observed problem When running VSCode's Remote...
Hi, I'm not suggesting that you merge this change. I am creating this pull request to let you know that **I managed to get the script working again** by changing...
I would like to use WSL FW instead of Windows, allowing all IPTABLES functions as mangle for all communications to the network. Windows NDIS or firewall will not allow me...
When I run a script with a shebang like `#!/usr/bin/env bash` or `#!/bin/bash`, bash is started in interactive mode (so I get a prompt and the script doesn't run). in...