SysOp, Gamer, Nerd. In no particular order.

  • 4 Posts
  • 33 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle



  • That might be true inside Russia, but not in the rest of the world. F5 could sue in the US and force the registrar responsible for the .org TLD to hand the domain to them.

    In his place, I would chosen something related but different enough to avoid trademark infringement, like “Freeginx”. IANAL, but I believe sometimes all it takes is one letter to keep lawyers away.






  • Safe in what context ?

    If the drive is mounted and data accessible, in case your computer is compromised by some kind of malware, well, the data will be easy to exfiltrate. Now, if the computer is turned off or the drive unmounted, that’s what encryption comes in to protect it.

    So, basically, encryption will protect the data in case of physical theft of the drive or in case of remote hacking if the drive is un-mounted.


  • If India is anything like my country (Brazil), corruption is rampant and enforcement outside business environments is pretty much non-existent, so, no, no one is afraid of piracy for domestic use. We used to have street vendors and booths on strip malls selling all kinds of warez on CD/DVD. The only reason they’re not around anymore is because internet speeds here are already good enough that downloading is easier. And no, no one will cut you connection because of it, our congress already approved laws saying that access to digital communication is a civic right.



  • Anarch157a@lemmy.worldOPtoSelfhosted@lemmy.worldRevamped install for Piped
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    11 months ago

    You can run with your own reverse proxy Nginx if:

    • You expose the port used by the backend/API with a “ports:” setting on the compose file
    • Expose the socket used by the ytproxy container using a volume that points to a directory in the host

    You’ll still need 3 DNS names and a SSL certificate to cover all three.

    TO configure your Nginx, you can use the template I provided on the config/ directory as a base.




  • Anarch157a@lemmy.worldtoLinux@lemmy.mllinux boot times
    link
    fedilink
    English
    arrow-up
    4
    ·
    11 months ago

    One thing that was making the boot taking too long on my LXC containers systemd-networkd-wait-online.service, a service that waits for every link to be up. After I figured this, I added that service to the list of stuff I turn off, even on bare-metal installs.


  • first is to have a second graphics card - it can be an integrated one, like on Ryzen 7xxx or Intel CPUS - or a second computer that can SSH into the gaming box, just in case you need to open a terminal to fix stuff that broke. Then hit the Level1Tech forums, there’s a lot of knowledge there about the stuff.


  • On the Radeon camp, it’s just “apt dist-upgrade; systemctl reboot”

    Done.

    The only time I had issues with the open source AMD drivers was when I was doing GPU pass through to play Elite: Dangerous, the drivers really didn’t like the state Windows left the card in when it was time to reattach it to Linux.