this post was submitted on 27 May 2025
18 points (95.0% liked)
Linux
54723 readers
1020 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Honestly that's a tempting idea... but then I remember that installing a fresh Debian on my desktop takes me 1h tops, swapping my /home directory and configuring few key software, in particular the browser, too so... for me, not worth it for now.
Also in practice maybe I make a fresh install once a year, at most. Otherwise it's quick Debian on remote machines, RPi, etc and then it's pretty much per machine configuration.
That being said if I were to do it I'd look at
rsync
with a set of ssh keys and Docker/podman for containerization of whatever services serve the data, potentially behind a VPN so that I can use it all remotely yet more securely. In practice though... that ends up being a centralized Web server, which I already use as https://fabien.benetou.fr/ and that's been good enough for me for years, more than a decade now actually.Can you please elaborate a bit more on the use case and/or software you have in mind because maybe I don't properly understand your needs?
Its just an idea I had. To virtualize my general computing environment for day to day that does not need a lot of resources generally. So the idea is it would be great to run it on my laptop but like move it to a cloud provider when traveling and travel with a laptop that has nothing personal and then interacting remotely. So a combo of easy change of hardware combined with travel without personal info.
What about containers with desktop, e.g. https://docs.linuxserver.io/images/docker-firefox/ or another from https://www.linuxserver.io/our-images (based on Guacamole https://guacamole.apache.org/ AFAICT) with a mounted WebDAV (via e.g. NextCloud) for data?
this looks sorta nice and im checking it out.
Neat, let me know if you have questions or idea.
I did set these up a little while ago but I don't have an on-going setting so I'd be happy to help and curious to see if something new can come out of those ideas.