nico198x

joined 1 month ago
[–] nico198x@europe.pub 4 points 4 hours ago

lol well, best skip it then XD

[–] nico198x@europe.pub 8 points 6 hours ago

i’m happy to give Billie a chance as long as it makes sense why that face would be chosen, i’d expect related to Bad Wolf / God of Time stuff.

sad to see Ncuti go, actually. too soon. i felt he was just hitting his stride this series and i was glad for some development of the Doctor's character, having him wear his heart on his sleeve this time round.

[–] nico198x@europe.pub 3 points 6 hours ago (3 children)

i'm happy to give Billie a chance as long as it makes sense why that face would be chosen, i'd expect related to Bad Wolf / God of Time stuff.

[–] nico198x@europe.pub 3 points 3 days ago

Bounty Hunter. Definitely not there to preserve or even necessarily discover.

But on the other hand...

RECORDING TO LOGBOOK

[–] nico198x@europe.pub 1 points 6 days ago

thanks! i really do believe in it and find it very exciting! the EU isn't perfect, but at least it's TRYING to improve, and that's more than i can say for a lot of governments today.

[–] nico198x@europe.pub 5 points 6 days ago (2 children)

Do it, guys! Welcome! We're stronger together!

[–] nico198x@europe.pub 3 points 6 days ago

Waiting on this for n26!

[–] nico198x@europe.pub 21 points 1 week ago

EU. Doesn't. Need. America.

Don't be afraid. Claim your freedom

[–] nico198x@europe.pub 3 points 1 week ago

I dig immutability for servers, grandma, and productivity laptops.

I think it fills a nice niche in the Linux ecosystem, even if I still prefer my custom prime desktop.

[–] nico198x@europe.pub 2 points 1 week ago

No it is not. Agreeing on that it should be banned is a democratic choice. It is an anti-democratic system not fit for purpose in 2025. our understanding of electoral science and maths is much more advanced now. FPTP should NEVER be on the table.

 

Hey all!

I'm looking for recommendations for sharing a Calendar and Contacts.

Any suggestions that aren't OwnCloud/NextCloud? I already have storage with Syncthing and pictures with Immich.

Thanks for your recommendations!

22
submitted 1 month ago* (last edited 1 month ago) by nico198x@europe.pub to c/selfhosted@lemmy.world
 

edit 2 Addendum

OK, big thanks to @oakcroissant@feddit.org for bringing this to attention here: https://europe.pub/post/390395/686949

that gets to the root (har har) of my confusion here. am i missing the point of MicroOS, or is it the devs who are wrong? 😆

their INTENTION with MicroOS is for us to just use root, which is contrary to how i've lived Linux basically forever.

Podmans rootless containers are AWESOME on Aeon, where you’re using it interactively and already have none root users.. but that would just be adding unnecessary complications to MicroOS

MicroOS is designed to use with root, and there is no need to create a non root user for anything.

IF there was a need to create a non root user then the installer would create a non-root user

which is exactly what was tripping me up. why weren't they facilitating rootless activity, and thus making me jump through hoops to get there.

answer: because it's not needed, and not the intention.

MicroOS: run as root.


edit Answer

yes, MicroOS only generates a root user at install.

if you want to do rootless containers, you will need to create new, non-root users after.

useradd will NOT generate entries for subuid/subgid by default for the new SYSTEM users.

if the system user already exists, you will need to add them manually:

usermod --add-subuids 100000-165535 <yourusername>
usermod --add-subgids 100000-165535 <yourusername>

otherwise, you must use the -F flag with useradd to generate subids for new system users.

thanks all!


hey all! i need a little help here.

i'm just starting to get into self-hosting, and have chosen MicroOS and podman as my environment and tool.

would someone be able to clarify something for me?

I have a MicroOS install for containers, and it seems to only come with a root user. so if i use podman, won't all my pods be rootful?

i try to make a new non-root user, but podman just keeps complaining about privileges when i run it under that user.

so how is this intended to work exactly?

thanks for any help!

view more: next ›