• 0 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: August 3rd, 2023

help-circle
  • Pop! OS might be a good option. It’s Ubuntu-based and is pretty easy to get running. I switched from Windows 10 earlier this year and it’s been mostly fine. A couple points to ask yourself before experimenting with Linux:

    1. Is your data backed up? Will it be okay if you lose all of your computer’s data? I backed up all the important documents just in case I made a mistake.

    2. Do you need Windows specifically for anything important? For example, do you use your computer for work? Stuff like Microsoft Office and Adobe Creative Cloud either doesn’t or can’t run on Linux. However, there are tons of FOSS alternatives to replace Office and Adobe software.

    I really like Pop! OS because it’s a nice bridge distro from Windows to Linux. It’s possible that I’ll switch to a more “advanced” distro like Arch in the future, but it’s nice just not having to worry about Windows 10 or having to upgrade to 11.

    Keep in mind though, I still keep an install of Windows 10 on my machine in case I need to switch back for work software.






  • Prices for physical console games has exceeded any historic cycle. I’ve been shopping at the same local used store for 30 years and stopped in a few days ago. I saw a copy of Aerobiz Supersonic for $200. Authentic carts for Earthbound are listed at $400.

    A great game, but it’s being sold at a borderline criminal price during a massive market bubble.

    If a game isn’t legally available for purchase (digital or physical) from the original company or subsidiary, it’s absolutely the correct decision to pirate a game. Subscription services like Nintendo Switch Online don’t count in my book.

    Even with inflation, the game should only cost around $100 based on original price. And even if I buy a used game, the original creators don’t see a dime. We should support the developers/publishers and reward those who create good rereleases like the Castlevania Collection.

    I’d also grab a ROM or ISO of a game that I’ve bought on Steam so that I can play it on original hardware. But that’s just me.


  • All *arr apps should use root folders to organize media. If I understand the question, here’s the hypothetical situation:

    1. Create a root folder for *Arr App.
    2. Download media until drive is full.
    3. Create a new root folder that points to different drive.
    4. Configure *Arr App to move new downloads to new root folder created in step 3.

    You should be able to have multiple root folders, but I’ve only checked in So are. One problem you’ll run into is that you can’t break up music artists or TV show series across root folders.

    You might want to consider something like OpenMediaVault or Unraid to manage your storage. Either platform (or others) allow you to add drives as needed. I don’t use either so I’m just passing that along as a consideration.


  • Not sure if my setup is unique or wrong but here’s what I use:

    1. I registered a domain with Name cheap and created subdomains for the tools I wanted to access (i.e. jellyfin.domain.tld, sonarr.domain.tld)
    2. A DDNS client on my OpenWRT router updates the IP address for those subdomains. Traffic for each subdomain is pointed at my server.
    3. Nginx Reverse Proxy runs on my server. This provides HTTPS certificates and is pretty straightforward.

    I also use Tailscale for remote access and I’m not sure that my friends and family are ready for that. (Admittedly, I’m still on Plex.) Registering your own domain and using a DDNS service and reverse proxy will give your users an easier experience than Tailscale. I can give an easy-to-remember URL to folks rather than a new VPN platform to learn.

    If security is more important, Tailscale is the best option for remote connections.

    Why don’t we need this for Plex? Because Plex has all of the above steps baked into its service.