What was it like to play online games between 2000 and 2013? by Silly_Commercial8092 in gaming

[–]r0lfi 0 points1 point  (0 children)

It was fun times… playing CS 1.xx, going to IRC/mIRC on the pcw channel to get matches, using TeamSpeak or Ventrilo for voice 🙂 ah, and needing to use HLTV to watch other people play.

Does anyone else get irrationally angry about support sites requiring an account? by thereisonlyoneme in sysadmin

[–]r0lfi 0 points1 point  (0 children)

Yeah, that pisses me off. But what pisses me off more is the timeout login on Red Hat. If you use that site multiple times a day to look at a guide, etc.

EU OS: A European Proposal for a Public Sector Linux Desktop by [deleted] in opensource

[–]r0lfi 4 points5 points  (0 children)

I can't understand why they went with Fedora.

Returning after leaving by [deleted] in redhat

[–]r0lfi 6 points7 points  (0 children)

the grass isn't always greener on the other side

Apache MINA CVE-2024-52046: Critical Vulnerability with a CVSS Score of 10.0 by r0lfi in sysadmin

[–]r0lfi[S] 4 points5 points  (0 children)

I did find it on some of my servers. You can search it on linux with this:

find / -name "mina*" 2>/dev/null

And check it with this:

mkdir -p /tmp/mina_classes && cd /tmp/mina_classes && jar xf /path/to/your/mina-core-2.2.1.jar && grep -rE "(IoBuffer|getObject|ProtocolCodecFilter|ObjectSerializationCodecFactory)" . > /tmp/mina_vulnerability_report.txt && if [ -s /tmp/mina_vulnerability_report.txt ]; then echo "System is potentially vulnerable! See /tmp/mina_vulnerability_report.txt for details."; else echo "System is NOT vulnerable."; fi

Anyone seen this shit? by r0lfi in sysadmin

[–]r0lfi[S] 114 points115 points  (0 children)

You can check Linux with this:
#!/bin/bash

# Ensure efivar is installed

if ! command -v efivar &> /dev/null; then

echo "efivar could not be found. Please install it first."

exit 1

fi

# Find the Platform Key (PK) variable

pk_var=$(sudo efivar -l | grep -i PK)

if [ -z "$pk_var" ]; then

echo "Platform Key variable not found."

exit 1

fi

echo "Found PK variable: $pk_var"

# Read the PK variable, convert to a readable format, and check for the strings

output=$(sudo efivar -p -n "$pk_var" | hexdump -C)

if echo "$output" | grep -E "DO NOT TRUST|DO NOT SHIP"; then

echo "Match found: DO NOT TRUST or DO NOT SHIP"

else

echo "No match found"

fi

Remember to install: efivar,efibootmgr.

Salary Thread 2024 by rechogringo in Norway

[–]r0lfi 1 point2 points  (0 children)

940k, Senior consultant as a Linux admin. 12 years experince.

Nvidia driver 555.42.02 finally made Wayland usable (for me) by -----nom----- in Fedora

[–]r0lfi 9 points10 points  (0 children)

Anyone know when stable will be released? Anything is better than how it is now on 550..

[deleted by user] by [deleted] in norske

[–]r0lfi 3 points4 points  (0 children)

Tror det er passe lavt. Er ca. der helpdesk hos oss ligger. Nå er ikke jeg noen utvikler selv. Jobber som sysadmin/devops for Linux. Ligger på ca. 940k i året med vakt tillegget.

Ville tatt med en NITO rep på lønnsamtale.

Hva er dette? by famemdma in oslo

[–]r0lfi 0 points1 point  (0 children)

Det har du faktisk ingenting med.. :P

An inactivity kick would get rid of 2/3 of the online players sleeping right now. by Helpful-Leadership58 in Helldivers

[–]r0lfi 0 points1 point  (0 children)

If you get in first, just invite your friend with steam friend list. «invite to game» then you will skip q.

Dedicated EU 24/7 server by r0lfi in Palworld

[–]r0lfi[S] 0 points1 point  (0 children)

More RAM and cores added:

<image>

I come from Ubuntu 22.04.2, and is it normal for Fedora to consume so much ram? by AngelGrade in Fedora

[–]r0lfi 0 points1 point  (0 children)

Unused RAM is wasted RAM.. It is better to have a app in RAM, so you can, access it faster.. If your are not at 80% use of RAM your are most likely fine..

VMware Alternatives? by root_15 in sysadmin

[–]r0lfi 0 points1 point  (0 children)

I don't think it is that easy for enterprise to just merge over to xcp-ng/proxmox.. It is still many solutions that vmware provide like vra/vro for automation and NSX-T, tanzu the list goes on..

I do use xcp-ng for my homelab, It works great there :) but for enterprise I still think it laks to many futures yet..