this post was submitted on 18 Sep 2024
-3 points (41.2% liked)

Linux

47597 readers
1582 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

This is a question do you know it

So I would like a private part that I would use anonymously and a public part everyone is allowed to know. AND FOR THE LOVE OF GOD DON'T RECOMMEND QUEBES it isn't good at handling GPUs that well and I do have 2 machines like one server and one client but what would be the best setup (and no 2 physical laptops to be carried arround is not a solution neither is dualboot on 1TB)... so let me know

you are viewing a single comment's thread
view the rest of the comments
[–] bloodfart@lemmy.ml 2 points 2 weeks ago

If you want to run a service in a container for security purposes and it doesn’t need to use the gpu, you can just use any container management software to run it.

Then your “whole pc” is the private part that only you have access to and the stuff in the container is the “public” part.

If the service needs to use the gpu then it might be worthwhile to run it in a vm with gpu passthrough.

No matter what though, you need to say what you’re trying to do. Like exactly what you’re trying to do. Like what specific software packages you’re trying to run and how you want the “anonymous” and “public” sections to be different.

It almost sounds like you wanna run a stable diffusion setup with two different model sets so an authenticated user can make pictures of Donald trumps head on Christina Hendricks body but public users can only do normal generic stuff.