nico198x

joined 1 month ago
[–] [email protected] 1 points 10 hours ago
[–] [email protected] 10 points 1 day ago

you are despicable. seek help and stop boot licking authoritarians

[–] [email protected] 1 points 4 days ago

ah i see. thanks for the context!

[–] [email protected] 4 points 4 days ago (1 children)

i guess it really is an "it takes all kinds" situation. so many Gnome decisions are bizarre to me, and then having to use extensions to fix that, which Gnome can then break, is just insane to me.

basically, it's easier for me to shape KDE to do the things i like about Gnome, than vice versa.

[–] [email protected] 3 points 4 days ago

great thought, and honestly would be extremely refreshing in a nuWho context. i was hoping the return of gallifrey to be impactful but it never really was. hopefully the Rani gives it another go.

[–] [email protected] 2 points 4 days ago

this is spot on. fans, man. XD

[–] [email protected] 1 points 4 days ago* (last edited 4 days ago)
[–] [email protected] 2 points 4 days ago (3 children)

just use KDE, mate. XD

[–] [email protected] 2 points 4 days ago
[–] [email protected] 10 points 4 days ago (3 children)

it's just one instance? i think Lemmy as a whole is fine

[–] [email protected] 3 points 4 days ago

maniacs! will avoid those loons

[–] [email protected] 1 points 4 days ago

for me, i think it's been what i expected: RTD, again. XD with all that comes with that, the good, the bad and the ugly. XD

 

We have a LONG wait until DW returns to TV! So tell me, what are YOUR unpopular DW opinions!?

For me, I LOVED the first series of both 12 and 13. They were trying new things and I really appreciated the freshness. It felt more creatively honest to me than the follow-up series.

 

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 [email protected] to c/[email protected]
 

edit 2 Addendum

OK, big thanks to @[email protected] 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 ›