9
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 29 May 2026
9 points (100.0% liked)
linux4noobs
4183 readers
23 users here now
linux4noobs
Noob Friendly, Expert Enabling
Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.
Seeking Support?
- Mention your Linux distro and relevant system details.
- Describe what you've tried so far.
- Share your solution even if you found it yourself.
- Do not delete your post. This allows other people to see possible solutions if they have a similar problem.
- Properly format any scripts, code, logs, or error messages.
- Be mindful to omit any sensitive information such as usernames, passwords, IP addresses, etc.
Community Rules
- Keep discussions respectful and amiable. This community is a space where individuals may freely inquire, exchange thoughts, express viewpoints, and extend help without encountering belittlement. We were all a noob at one point. Differing opinions and ideas is a normal part of discourse, but it must remain civil. Offenders will be warned and/or removed.
- Posts must be Linux oriented
- Spam or affiliate links will not be tolerated.
founded 2 years ago
MODERATORS
What GNU/Linux applications do you want to use? If you want desktop free software such as Firefox, LibreOffice, LMMS, Inkscape or Kdenlive, you can install many of them directly on Windows, it will run faster than a virtual machine. If you want to learn the command line, such as bash, curl, vim, imagemagick and ffmpeg, or program in C or C++ using the GNU toolchain, try WSL, from which you can access your Windows files under /mnt/c, /mnt/d etc. A standalone virtual machine makes sense when you want to play with a desktop environment such as KDE or GNOME, or a tiny compositor such as Sway, or a rare desktop app that isn't cross-platform. But it's more pleasant to run them on hardware directly, having installed Debian or Fedora on a USB SSD.
Terminals and command lines like fish and zsh run well on windows ? Vim and ffmpeg ? They work fine on windows ?
WSL is the name of the tool, it installs an Ubuntu virtual machine that integrates with Windows in a way that you don't have to care about disk sizes, shared folders or remote access. It gives you an Ubuntu bash window after a few minutes of automatic downloading. Under WSL, I do run both vim and ffmpeg OK. You can install most packages you want like on a full Ubuntu installation.
Thanks for sharing. The only difference is that instead of Ubuntu, l'd love to go for MX Linux, as I want to get a hang of it.
While I don't know whether MX Linux supports WSL (just a few distributions do), I know that MX is based on Debian, and you can install Debian under WSL with
wsl --install -d Debian. Their console experience is very similar.