• 7 Posts
  • 25 Comments
Joined 2 years ago
cake
Cake day: October 18th, 2023

help-circle







  • Libre Office should work in most cases. In the handful that Libre Office can’t you might try installing MS Office through WINE.

    One heads up, even MS Office on Windows has trouble with opening MS Office formats correctly between versions. Seems like every time they release a new version the format changes slightly but dramatically. The actual text is usually fine, but formatting is often borked.

    A third option is to use Office 365. It’s browser based. It’s also a monthly subscription.









  • Canonical? the US could try but Canonical isn’t a US company so far as I know. The attempt would probably just piss off their “home” nation. That would be the UK, I think.

    Red Hat is another story though. It’s owned by IBM which is a US company, which means it is, in theory, obliged to obey any lawful order of the US government. I say “in theory” because there is a long history of companies here saying “Yes sir, Yes sir, Three bags full sir.” and then doing whatever they want when no one is looking anymore. For examples see Facebook, Google, OpenAI, Exxon IBM, Coke, Ford and… Well just about every company that has been around for more than 20 years and most small businesses to boot.

    Practically speaking, though. These companies are based around open source projects whose source code has been widely distributed. If you need to, (or hell, even if you just want to) fork them, rename the project to avoid trademarks, and move on. Whether you flip Uncle Sam the bird as you do so, your call.






  • Depends on your threat model, but you’re probably fairly secure from remote unauthorized access right now.

    Given that I’m American, I would put the *arr stack behind a dedicated VPN container like gluetun and set Gluetun up using a “no logs” VPN.

    For remote access, Tailscale can probably get around that double NAT. If you have it on your devices as well as your server, you won’t necessarily need to expose anything publicly.

    If that’s not an option, you could set up an external VPS to run a reverse proxy (Caddy perhaps) and use the Tailscale connection to connect the VPS to your home server. There are fully self hosted ways to do this (Headscale comes to mind), but Tailscale is how I personally would solve this.