I switched to WSL2 a month ago and it's been great. With WSL1 I'd regularly run into subtle compatibility problems but haven't seen anything like that with 2. Despite a handful of annoyances, the Win10+WSL2+Visual Studio Code Dev environment has been a lot more pleasant than OSX.
Windows Subsystem for Linux 2 Moving into General Availability
41–50 of 420 posts
Re: Windows Subsystem for Linux 2 Moving into General Availability
#42Is there a shell+terminal+font combo that folks really like for WSL? I've tried the new terminal beta with zsh and--for reasons I can't quite articulate right now--it feels "off" and I invariably proceed to boot up virtualbox for my debian, i3, kitty, fira code setup to get work done. Maybe it's the break in filesystems and $HOME? Edit: learning that WSL2 does away with the syscall-translating tech and mandates Hyper…
You can get it via the Microsoft Store and it comes with support for connecting to WSL, Powershell, and cmd.exe out of the box.
Re: Windows Subsystem for Linux 2 Moving into General Availability
#43I really hope apple implements something similar, would much prefer to have a well integrated linux vm than the not-quite-linux of macos
I find that most of the linux-like versions of user-space tools can be installed via homebrew. What functionality would you been hoping for from a linux vm? would this VM be able to have any GPL v3 licensed tools?
With OSX, the terminal experience is great, no need for a "WSL" over there!
Re: Windows Subsystem for Linux 2 Moving into General Availability
#44Earlier quoted context omitted.
doesn't macOS put a BSD translation of some sort in their kernel? Theres a microkernel, a driver api (device kit) and then 'bsd'
random wikipedia image that somewhat supports what I was thinking https://en.wikipedia.org/wiki/Darwin_(operating_system)#/med...
Re: Windows Subsystem for Linux 2 Moving into General Availability
#45I really hope apple implements something similar, would much prefer to have a well integrated linux vm than the not-quite-linux of macos
https://github.com/ish-app/ish
https://github.com/linux-noah/noah
They have varying stages of support for Linux syscalls.
Re: Windows Subsystem for Linux 2 Moving into General Availability
#46> He further mentions that unzipping tarbars could see a 20 times performance increase. Boy, do I love unzipping tarbars! On a more serious note, it’s great that WSL has gotten much faster, although it’s a little disappointing that they threw out the older, more interesting architecture to get it and just used a VM.
Re: Windows Subsystem for Linux 2 Moving into General Availability
#47Is there a shell+terminal+font combo that folks really like for WSL? I've tried the new terminal beta with zsh and--for reasons I can't quite articulate right now--it feels "off" and I invariably proceed to boot up virtualbox for my debian, i3, kitty, fira code setup to get work done. Maybe it's the break in filesystems and $HOME? Edit: learning that WSL2 does away with the syscall-translating tech and mandates Hyper…
Windows Terminal is made by the same guys working on WSL and works pretty well: https://github.com/microsoft/terminal You can get it via the Microsoft Store and it comes with support for connecting to WSL, Powershell, and cmd.exe out of the box.
Re: Windows Subsystem for Linux 2 Moving into General Availability
#48Re: Windows Subsystem for Linux 2 Moving into General Availability
#49Is there a shell+terminal+font combo that folks really like for WSL? I've tried the new terminal beta with zsh and--for reasons I can't quite articulate right now--it feels "off" and I invariably proceed to boot up virtualbox for my debian, i3, kitty, fira code setup to get work done. Maybe it's the break in filesystems and $HOME? Edit: learning that WSL2 does away with the syscall-translating tech and mandates Hyper…
Windows Terminal is made by the same guys working on WSL and works pretty well: https://github.com/microsoft/terminal You can get it via the Microsoft Store and it comes with support for connecting to WSL, Powershell, and cmd.exe out of the box.
Re: Windows Subsystem for Linux 2 Moving into General Availability
#50Question -- from what I understand, WSL2 is closer to Linux running in a VM, whereas WSL1 was like a Windows kernel level version of Cygwin. Is that mostly correct? Regarding that, remember a number of years ago, prior to VMs there was a patch set for the Linux kernel porting it to user space -- so you could run Linux as a user process, which ended up functioning similar to running it in a VM. Would WSL2 be closer to…