HelloRoot

u/HelloRoot@lemy.lol
8 posts · 1.0k comments

Recent posts

Recent comments

Same but nftables and also crowdsec.

Also I had some trouble with the wireguard tunnel dropping lots of packets, which resulted in my services not loading 50% of the time. I did a lot of suggestions at the same time so I'm not sure which one fixed it but here is a list in case anybody has similar troubles:

  • lowering MTU
  • routing ipv6 through the tunnel as well
  • rewriting nftables rule order
  • ...

(will update after work, notes are at home)

on Instant boot Linux? · c/linux · 1 pts · 9h

Didn't work for me, it would cancel the hibernation saying there is not enough space in swap. I followed the setup instructions on arch wiki.

Do you have a guide for that?

As far as I know there is no correlation between incontinence and mental capability.

I can see myself voting for bernie sanders even if he were to be incontinent.

In the case of trump it just so happens that he is both incontinent and mentally incapable.

I'd rather we use consistent logic, there is enough dirt that we can throw at him to make him uncomfortable, which is worse and can not be argued about. Using fallacies as if they were arguments is what the fascist do.

on Instant boot Linux? · c/linux · 1 pts · 11h

No not really.

It's how long it takes to read 32GB from my swap. 170 MB/s continuous read speed ≈ 188 sec (3 min 8 sec) add the normal boot time to it (bios, grub, kernel initramfs) and you get the 4 minutes.

When the system boots cold it doesn't have to read 32GB, just 0.5-2GB maybe.

Old people can't be held responsible for incontinence. You wouldn't call out my grandma like that, thats would just be bullying.

But you know exactly what trump can be held responsible for - being a child rapistand murderer - which is far far worse than shitting oneself, yet you left that out.

Typical right wing propaganda ops tactics of switching attention from something worse to something else thats bad.

on Instant boot Linux? · c/linux · 1 pts · 11h

Linux boots pretty quick

I never managed to make linux boot faster than windows (on the same device ofc).

And to this day I don't understand why.

Out of the 3 desktop OSes (lin, win, mac) linux was always the slowest one in my experience.

on Instant boot Linux? · c/linux · 1 pts · 11h

For my two systems (pc and laptop)with 32GB RAM each it takes ~4 minutes to boot from hibernation.

Which is expexted afaik.

Thats the opposite of "instant".

on F7 key on 67% keyboard · c/linux · 12 pts · 1d

You can make a keyboard shortcut in the settings that runs a script that simulates f7. From the top of my head

Installydotool:

yay -S ydotool
sudo systemctl enable --now ydotool

Create script~/f7.sh:

#!/bin/sh
ydotool key f7
chmod +x ~/f7.sh

Bind it via System Settings → Shortcuts → Custom Shortcuts → New → Script/Application.

Set trigger to e.g.Ctrl+Shift+F, Action to/home/youruser/f7.sh.

The better options do cost twice as much

Yeah thwre are a lot of better options for lots more money. But I don't have that kind of money.

I need lots of RAM for as cheaply as possible while also being low-ish on the power cpnsumption. There is for example old server hardware on ebay that has 64GB or more RAM but draws like 300W idle. And it's not even that much cheaper to buy. Like I said for me, a 40W difference is about 100$ per year, so anything lower power than my current server will eventually pay for itself.

I would have gone with amd or intel or whatever, but I didn't find anything in that price range.

I tried selfhosting a game server and it was laggy as hell on 8GB RAM. Then I ran it on my laptop that has 32GB and it ran fine and all friends were able to play. Was consuming aboyt 25GB (but still may run with less)

But I'm not gonna run my laptop as a server because it is fully glued and I can't take out the battery without destroying it.

Another tool I looked into requires at least 16GB RAM.

So maybe for your usecase it's fine. But for me, I can't do half the stuff I want cause my cluster server has low RAM nodes. Even though it has 32GB in total (4x8)