en.osm.town is one of the many independent Mastodon servers you can use to participate in the fediverse.
An independent, community of OpenStreetMap people on the Fediverse/Mastodon. Funding graciously provided by the OpenStreetMap Foundation.

Server stats:

255
active users

#wsl

2 posts2 participants1 post today

There's moments, where I have to use a certain proprietary operating system from Redmond (be it because of customers requirements or loaner hardware etc.)

But this is now a magnitude less painful, since Fedora Linux 42 is now officially available as an official Linux distribution for the Windows Subsystem for Linux (WSL) version 2 🥳 :fedora:

1. Installing WSL:
wsl.exe --install

2. Installing Fedora-42:
wsl.exe --install -d FedoraLinux-42

3. Setting Fedora as the default distribution for WSL:
wsl.exe --set-default FedoraLinux-42
wslconfig.exe /setdefault FedoraLinux-42

4. Running Fedora in Windows:
wsl.exe

Also works perfectly fine in combination with VSCode/VSCodium for Ansible development on Windows.

#linux#windows#wsl

So, I'm currently installing WSL in an attempt to get Windows 11 to view various ext4 filesystems, as I do a lot of stuff with Rasperry Pi machines. This feels...kinda wrong. I hope it works though. I know just enough to be dangerous, but not enough to be a true expert.

#WSL#Linux#Windows