Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
WSL2 is already installed and running without any extra setup required, so all the setup time for the VM is additional time you have to spend. You'll have to fiddle a lot longer than 45min the first time you set it up if you want parity with the WSL2 installation (bidirectional mounts, bidirectional network access, GUI applications as normal windows, integration into Terminal etc). Until everything is running you'll probably spend half a day, since you'll have to first look up how to best do these things for your VM environment. Even more so if you want to use Windows tools with WSL2 integration, like the whole IntelliJ suite.
What features and quirks are you referring to?
Is it pre installed nowadays? I rember having to go to some store and doing stuff to get it...
Mounts and networks should be just checkboxes, dropdowns iirc.
Terminals are probably better on linux anyway, if we really want the stone age windows tools we can always ssh into it from windows.
I didnt really get the gui part, linux vm can have, and run GUIs, all the intellij stuff are available for linux natively. Even then iirc they can run with any linux remotely as well, just needs ssh. If you need it to run on windows like native apps, maybe use Xserver via ssh.
As far as quirks I read some comments in this thread about filesystem being too slow, maybe there are more.
And now that i have typed all these, if you want it to look and feel exactly as windows withput any compromise, idk...
Wut? The Windows tools are a lot newer than the Linux ones. Windows Terminal is better than anything preinstalled on a Linux desktop IMO
What are some features that the new windows terminals have that linux terminals don't?
It supports tabs out-of-the-box (not all the Linux ones do).
It supports profiles so you can have easy access to different commands/shells along with keyboard shortcuts to create a new tab using a specified profile:
Profiles aren't just for the entire window - You can use a different profile per-tab (I think GNOME Terminal forces you to use the same profile for the entire window).
You can customize colours and fonts per profile. Has a nice font by default (Cascadia Mono).
It's hardware-accelerated, so fast-scrolling text doesn't lag.
Full UTF-8 and UTF-16 support.
Full accessibility (screen readers, etc) support.
Search.
Linux terminals may support all these features now... Which one do you use?
Thank you! I use whatever default terminal comes with Ubuntu, and it sucks.