blaise

joined 2 years ago
[–] blaise@champserver.net 1 points 2 months ago

"YOU aren't the one that gets to decide if you have something to hide!"

[–] blaise@champserver.net 8 points 4 months ago (1 children)

Is steam the only program you've noticed having issues? If not then here's a scary possibility to consider: Hardware Failure
I recently had my power supply destroy my MB and SSD and there were signs that I ignored just before it all went down.
If you still have your arch install usb available then boot from that and pick the memtest86 option in the boot menu to see if your ram has any faults.

[–] blaise@champserver.net 3 points 6 months ago

I probably should have mentioned that I don't have a camrea, so I cannot give you any info on how that would work. My microphone works, I have shared my desktop (on KDE Plasma), and I have shared individual tabs. I can't imagine that the camera would require anything extra to work though.

I'm using pipewire with wireplumber and didn't have to install anything specific to have this all work, so I don't have any info on if there would be any pulseaudio-specific issues.

[–] blaise@champserver.net 12 points 6 months ago (2 children)

I use Ungoogled Chromium for teams meetings at work without issue (on arch). I also don't have an MS account.
When the other party sets up a meeting they'll send an email with a link to the teams meeting and all you have to do is follow that link to join. It also includes a phone number you can call to join by phone if for some reason you have issues.

[–] blaise@champserver.net 22 points 6 months ago* (last edited 6 months ago) (1 children)

I found the same IPs doing the same thing for my server, but one thing I noticed in the access log was that nginx was returning a 499 status code. That code means that the client closed the connection before the server answered the request. So this seems to be a deliberate attack instead of the rash of bots many have been dealing with recently. They just firehose out requests to DoS the server since pagination on services with dynamic data is expensive.

I ended up creating a fail2ban rule to add any IP to my firewall blocklist that makes a bunch of 499 entries.

Edit: I also set a rate limit in nginx for any url that has a "page" query included

[–] blaise@champserver.net 0 points 6 months ago

If you're using linux then check if quilt is available for your distro, it's made specifically to maintain patches on top of a codbase you don't control: https://wiki.debian.org/UsingQuilt

[–] blaise@champserver.net 3 points 10 months ago (1 children)

That trackball is one of my favorites, I really wish someone would make a real replacement for it. I'm currently pretty happy with the ProtoArc EM01 NL though.
I didn't need any special drivers to change the forward/back buttons (on either of those mice), you just have to bind them in your system's settings. If you're talking about having program-specific bindings then xremap works well.