-
Updated
Feb 14, 2021 - C++
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.
You can:
Source: Microsoft Docs
Here are 434 public repositories matching this topic...
-
Updated
Jan 25, 2021
-
Updated
Feb 11, 2021 - C
-
Updated
Sep 11, 2020 - Shell
-
Updated
Dec 6, 2020
-
Updated
Jan 21, 2021 - Makefile
-
Updated
Nov 2, 2020 - C++
-
Updated
Feb 5, 2021
-
Updated
Feb 13, 2021 - TypeScript
-
Updated
Feb 14, 2021 - Shell
-
Updated
Nov 21, 2017 - Batchfile
-
Updated
Feb 12, 2021 - C++
-
Updated
Aug 7, 2019 - CSS
-
Updated
Dec 22, 2020 - Rust
-
Updated
Dec 14, 2020 - Python
-
Updated
Dec 16, 2020
-
Updated
Feb 6, 2021 - C
-
Updated
Dec 29, 2020
Somewhere in the guide, when talking about Permissions, I made it clear that there were not any restrictions around permissions, and that users shouldn't have permission issues out of the box (ootb).
But that's incorrect, at least in my case. With a basic guide setup, users cannot navigate to Cookies or other directories on their User/user path. Can someone please try this on their machine with
-
Updated
Feb 13, 2021 - Python
I have a shortcut on my shell:startup
to open Pageant with my key and after start wsl-ssh-pageant
using WSL socket:
"C:\Program Files\PuTTY\pageant.exe" "C:\Users\lucsavc\lucsavc.ppk" -c "C:\Users\lucsavc\software\wsl-ssh-pageant\wsl-ssh-pageant-amd64-gui.exe" --systray --wsl "%TMPDIR%\wsl-ssh-pageant.sock"
When shuting down the computer normally, seems that systray application i
-
Updated
Jan 23, 2021 - PowerShell
- Wikipedia
- Wikipedia
I've already heard opinions like: "I can not use this on the enterpise." or "This other sudo is just a few lines RunAs script that I can audit myself." (Sure, but building a feature-rich
sudo
takes far more lines than that.) and the next one probably will be: "I won't run as administrator something from a nobody on the internet."This is a trust problem. And I cannot create trust by myself.