trachemys

joined 1 year ago
[–] [email protected] 8 points 7 months ago

UTF-32 is completely fair.

[–] [email protected] 10 points 8 months ago (2 children)

I completely forgot about info.

[–] [email protected] 1 points 8 months ago (6 children)

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

[–] [email protected] 13 points 9 months ago (1 children)

The key word to be searching for is “ungrab” mouse. here is a stackexchange on this.. On some systems ctrl-alt-/(on keypad) might work, but that is often disabled for security.

[–] [email protected] 28 points 9 months ago (1 children)
[–] [email protected] 8 points 10 months ago (1 children)

Cue “what you are calling Linux is actually” copypasta

[–] [email protected] 2 points 10 months ago (1 children)

Back when it worked, you just needed to disable the e cores in the bios.

[–] [email protected] 2 points 11 months ago (1 children)

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

[–] [email protected] 0 points 11 months 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.

[–] [email protected] 2 points 11 months ago (1 children)

What are the arch forums?

20
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/[email protected]
 

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

[–] [email protected] 8 points 11 months 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.

[–] [email protected] 8 points 11 months ago (4 children)
echo $(($(rdmsr -c 0xc0011029) & (1<<9) )) 

Should return 512. You might need a ‘sudo’ before the rdmsr (any permission errors in any of this means it didn’t work). Unfortunately, this needs to be done every time you reboot. The next security update for linux will do this automatically.

 

At first I thought it might be that XSS vulnerability, and someone used it to force people into some communities. But then I noticed all the subs are on this instance. Maybe it is a local database error.

The subs I definitely didn’t ask for are: Teardrop…trailers, Hardstyle, Geohints, geo games, and Seventeen (lol).

 

Includes interviews with both RedHat and Rocky Linux.

 

If your instance started showing ads, would you just leave to another instance? Do you see any way to fund the operation of an instance other than donations?

 

It’s Saturday. Reddit apps have shutdown. Major lemmy instances are failing under the strain. lemmy.world is trying to do a version upgrade in all this. beehaw worker bees are swarming. How are you enjoying this ~~lemon~~lemmy party?

 

cross-posted from: https://feddit.de/post/921606

sub might turn into orca only sub

For those of you out of the loop, Reddit admins took it upon themselves to remove a meme about Orca's attacking yachts. source

Not even that...literally a screenshot of an article by The Atlantic saying the orcas are bad for attacking boats and then underneath it a scene from The Office with the caption altered to say "You know what? Now I'm going to root for the orcas even harder." source

 

This is an interesting examination of intel architecture history from the perspective of what micro-ops are used for a simple x86 loop and if they qualify as “RISC”.

view more: next ›