trachemys

joined 1 year ago
[–] trachemys@iusearchlinux.fyi 8 points 1 year ago

UTF-32 is completely fair.

[–] trachemys@iusearchlinux.fyi 8 points 1 year ago (4 children)

I completely forgot about info.

[–] trachemys@iusearchlinux.fyi 1 points 1 year ago (6 children)

I don’t even use swap anymore. 32gb of ram ought to be enough.

[–] trachemys@iusearchlinux.fyi 2 points 1 year ago

The worst is that if the ‘wheel’ group is empty, it will give a root shell to absolutely anyone.

[–] trachemys@iusearchlinux.fyi 0 points 1 year ago (1 children)

It’s not like any place on the internet is all that friendly once it grows more than a couple dozen people.

[–] trachemys@iusearchlinux.fyi 2 points 1 year ago (1 children)

What are the arch forums?

20
submitted 1 year ago* (last edited 1 year ago) by trachemys@iusearchlinux.fyi to c/linux@lemmy.ml
 

I’m mostly interested in disabling the command to create a root shell ‘machinectl shell @root’. Attempting to ‘systemctl disable systemd-machined’ doesn’t work.

Edit:

After some more poking, it seems polkit is the way to do it. Create the file /etc/polkit-1/rules.d/10-deny-machinectl.rules and add the following

polkit.addRule(function(action, subject) {
   if (action.id.startsWith("org.freedesktop.machine1.")) {
         return polkit.Result.NO;
   }
});

The list of all actions you can filter on are in /usr/share/polkit-1/actions/org.freedesktop.machine1.policy

[–] trachemys@iusearchlinux.fyi 7 points 1 year ago

I have no experience with this, but did some googling. The AMD ROCm installer instructions for Ubuntu are here. You need ROCm for HIP. That installs the entire SDK not just the runtime.

The Arch Wiki says you just need the package hip-runtime-amd. But I can’t find that package for Ubuntu.

There are also HIP installation instructions for PopOS. That’s similar to Ubuntu.

[–] trachemys@iusearchlinux.fyi 13 points 1 year ago (1 children)

Ditching am5 in 2026 would be disappointing. Especially with how expensive am5 boards are. I bet there won’t even be any technical reason for it like we had with a new ddr version.

[–] trachemys@iusearchlinux.fyi 2 points 1 year ago

Don’t update the firmware. In 2022 they released firmware that blocks non genuine toner.

 

Includes interviews with both RedHat and Rocky Linux.

[–] trachemys@iusearchlinux.fyi 0 points 1 year ago (2 children)

Your script is missing my instance @iusearchlinux.fyi. There are a couple dozen of us there. I can just edit the file of course.

[–] trachemys@iusearchlinux.fyi 4 points 1 year ago

That’s because passwd doesn’t store the password hashes. Just user names.

[–] trachemys@iusearchlinux.fyi 1 points 1 year ago

But it sure knows how to sound like it is authoritative. Very convincing.

view more: next ›