this post was submitted on 29 Jun 2023
817 points (96.5% liked)

linuxmemes

20734 readers
1715 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] yaaaaayPancakes 4 points 1 year ago (1 children)

Yes, with WSL2, it's implemented as a VM on hyper-v. But, that should be treated as an implementation detail, it's a very light VM, compared to your usual linux VM. And you get the tight integration with the windows side of the machine for free, without fuss.

It's very cool that you can have a workflow that starts in powershell, then executes commands in the bash shell, and the results stream right into powershell.

[–] indetermin8 1 points 1 year ago (1 children)

Is that still true with WSL2? It absolutely was with 1, but when 2 came out everyone said: Forget that we ever had WSL1.

[–] yaaaaayPancakes 1 points 1 year ago

Yep. When I last had a windows machine at work I used WSL2 and for my workflow at least, it worked just like WSL1. I do know a few things changed between 1 and 2, but I never encountered them.