SysOp, Gamer, Nerd. In no particular order.

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

help-circle








  • 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.


  • Anarch157a@lemmy.worldOPtoSelfhosted@lemmy.worldRevamped install for Piped
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    1 year 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.







  • Forbes blogger misses the point completely. News at 11.

    Here’s the thing, horsepower means nothing if that’s the only thing the device has. People don’t want just raw performance, there are other soft factors in play, like comfort, convenience, build quality, easy of use, etc. The simple fact that the competitors come with Windows and have no trackpads is already a major turn-off, this by itself makes them inferior products, since Windows notoriously bad with touch-screens, especially when said screen is as small as 7", then there’s the windows updates… Ughh…

    Then the compatibility issue. Sure, in theory Windows should be more compatible, in practice… try to run some really old games, like the author casually mentioned. Many will run better with Proton then on Windows itself, if you can make them run at all. Linux already have two excellent library managers, Lutris and Heroic, that make installing non-steam games easier than in Windows, without the need of several resource hogging launchers constantly on the background, so it’s a moot point.

    Sure, some multiplayer games don’t run because of the anti-cheat software, but then again, is this really such an issue ? My answer is a big fat NO ! Why ? One word: Gyroscope. Or the lack thereof. Of all 3 devices mentioned in the article, ROG Ally, AyaNeo 2S and Steam Deck, only the deck has it, and guess what, it’s pretty freaking hard to aim properly with sticks in shooter games. Without a gyro, the Ally the 2S players will always be at a disadvantage, which makes the whole endeavor an exercise in frustration, so why bother ?

    All in all, a pretty bad, even trollish article. Pretty much what I learned to expect from those Forbes bloggers.





  • I already did a few months ago. My setup was a mess, everything tacked on the host OS, some stuff installed directly, others as docker, firewall was just a bunch of hand-written iptables rules…

    I got a newer motherboard and CPU to replace my ageing i5-2500K, so I decided to start from scratch.

    First order of business: Something to manage VMs and containers. Second: a decent firewall. Third: One app, one container.

    I ended up with:

    • Proxmox as VM and container manager
    • OPNSense as firewall. Server has 3 network cards (1 built-in, 2 on PCIe slots), the 2 add-ons are passed through to OPNSense, the built in is for managing Proxmox and for the containers .
    • A whole bunch of LXC containers running all sorts of stuff.

    Things look a lot more professional and clean, and it’s all much easier to manage.