sorted by: new top controversial old
[-] MonkderDritte@feddit.de 4 points 9 hours ago

You know Universim? That has crabapple.

[-] MonkderDritte@feddit.de 3 points 9 hours ago
[-] MonkderDritte@feddit.de 3 points 9 hours ago

Orange (or similiar) juice with apple/grape cider.

Yes, unique feeling on the tongue.

[-] MonkderDritte@feddit.de 50 points 9 hours ago

Why be good if there is no hell?

Because morale is a societal and not a religious thing.

[-] MonkderDritte@feddit.de 3 points 9 hours ago* (last edited 9 hours ago)

My bad. I meant the "lethal" in the title. Title makes it sound as if a deadly pandemic happens if that lake thaws.

[-] MonkderDritte@feddit.de 3 points 10 hours ago

And being nice just makes your (and others) life nicer.

[-] MonkderDritte@feddit.de 5 points 10 hours ago

Russell's Tacos.

[-] MonkderDritte@feddit.de 2 points 10 hours ago
[-] MonkderDritte@feddit.de 5 points 16 hours ago

It was all on purpose! :-3

[-] MonkderDritte@feddit.de 3 points 16 hours ago

What does it do?

[-] MonkderDritte@feddit.de 7 points 17 hours ago

PV ist effizienter in der Flächennutzung als Energiepflanzen, oder?

34
submitted 1 week ago* (last edited 1 week ago) by MonkderDritte@feddit.de to c/linux_gaming@lemmy.ml

Thought i share it, since it came in handy lots as a GoG enjoyer.

steamworkshop_dl() {
    steamcmd +login anonymous +workshop_download_item "$1" "$2" validate +quit
    mv -v "<path to your temp Steam folder>/steamapps/workshop/content/"$1"/"$2" "$PWD"/"$3"
}

Purpose: downloading Steam Workshop mod to $PWD with minimal work.

Usage: steamworkshop_dl [game-id] [mod-id] [name]

game-id is in the URL of the main workshop page, mod-id is in the URL of the mod

To make usage simpler, create an alias with the game-id:

alias stdl='steamworkshop_dl <game-id>'
stdl <mod-id> 'that mod'

Needs steamcmd. If download fails, try username and password instead of 'anonymous'.

14
submitted 1 week ago* (last edited 1 week ago) by MonkderDritte@feddit.de to c/linux@lemmy.ml

I have this in my /etc/sysctl.d/99-oomkiller.conf

# "Iron Reserve" that can not be consumed by rogue tasks
vm.admin_reserve_kbytes = 1024000

# 0 = extensive heuristic scan of joblist (system doesn't have the power for that, when oomkiller is needed). Can shoot the wrong task
# 1 or more = kills the first task with condition "out of memory"
vm.oom_kill_allocating_task = 1

Yet somehow i still got in a livelock. So i remembered nohang and found in it's readme about mgrlu. I found some documentation to it but it only provides runtime examples (already enabled but set to 0 on Artix, /sys/kernel/mm/lru_gen/min_ttl_ms should be 1000).

How should i set this permanently, sysctl doesn't accept min_ttl_ms. Via kernel, via local.d script (non-systemd, dinit)?

Why doesn't my config above work?

Any recommendation to runtime-services? (earlyoom for my server i guess)

15
submitted 3 weeks ago by MonkderDritte@feddit.de to c/til@lemmy.world
view more: next ›

MonkderDritte

joined 1 month ago