this post was submitted on 12 Nov 2023
1 points (100.0% liked)
Self-Hosted Main
515 readers
1 users here now
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.
For Example
- Service: Dropbox - Alternative: Nextcloud
- Service: Google Reader - Alternative: Tiny Tiny RSS
- Service: Blogger - Alternative: WordPress
We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.
Useful Lists
- Awesome-Selfhosted List of Software
- Awesome-Sysadmin List of Software
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Your DE won't use that much cpu no matter which you use.
As long as you want to run out of ram you should be fine.
But imo it's a bad idea to mix a server os with a normal desktop use.
How about using proxmox and having a vm just for desktop use, like this you could also just pause all the resources easily when you're not using your desktop computer. Personally i would have a debian stable and a proxomx vm and just enable the proxmox vm whenever I need it.
If your not scared of scripting you could also unsuspend the vm via a keyboard listener. (for example trigger unsuspend when key f3 is pressed. This would be doable with evtest and qm resume )
Or if you don't want to use a vm you could also disable the autostart of the DE and start it via shell when you really need it.
to be completely honest, I have never heard of this one. I will check it out - many thanks!