• 0 Posts
  • 40 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle





  • Essentially, most cheats for games work because the program can access the RAM addresses that the game uses. Anticheat works by scanning the computer for these running programs/services that are known to be cheats.

    Historically this has been done in userspace, ie. no elevated permissions. Nowadays, Kernel level AC let’s the AC check for deeper cheating methods, like devices that are operating on a driver level.

    Currently, the most difficult to detect method is cheating using a 2nd PC that connects via a cable to a special PCIe device in the gaming PC. It essentially analyzes everything going to RAM and plucks out game related info. It’s currently a back and forth trying to hide that PCIe device from the anti-cheat.


  • Get Unraid for your server OS. Its nuts how good it is at being beginner friendly, while being robust when needed. It has a docker app “store”, as well as plugins, and a virtual machine manager as well. It also has a very, very nice Web GUI: you manage the server from another PC you use in your house.

    I can not overstate how much I learned by starting with Unraid.








  • I’ve done a decent amount of Distro hopping with an all team red PC, and CachyOS is fantastic. I recommend Bazzite for people who want no bullshit, OOTB experience. But if you don’t mind minor tinkering, CachyOS is just too good at what it accomplishes. Their gaming meta package, which has custom wine & proton builds, is is such an easy way to milk out that last bit of performance. Their kernel manager and Firefox fork are also just so well done. Not to mention they’re ahead of the game for things like the upcoming NTSYNC in Linux 6.14. Last but not least their default Cachy kernel is the cherry on top.




  • Codilingus@sh.itjust.workstoSelfhosted@lemmy.worldHow do you keep up?
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    2 months ago

    Unraid + Unifi network equipment. Everything is scheduled and automatic, with the exception of large Unraid updates, but those are only every ~6 months. Every night mover from cache SSD - > HDD array, then checks for plugin updates, then docker container updates, if Monday morning SSD trim, and if 1st of the month does an array parity check/repair.

    After all that if it’s Monday morning, Unifi will check for firmware then software updates.

    Sometimes a docker container will get a breaking update maybe once a year, and then I just go look @ documentation and see what needs to be changed to the config to fix.