• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: August 15th, 2023

help-circle
  • Personally have good experience with https://github.com/Nyr/wireguard-install, there are other script that are available by searching “wireguard setup script github”.

    Note: By default Wireguard config generated will route every bit of traffic through Wireguard (which will be slower and probably not wanted in this situation), to change that change AllowedIPs field in Wireguard config, lets say all your machines are assigned 1.2.3.xxx as IP address, to only access other 1.2.3.xxx IP through wireguard, change the config to AllowedIPs = 1.2.3.0/24.


  • Host a website that needs to be accessible from your own machine or public?

    Former situation: Can be solved by setup reverse proxy on the other VPS, or join machines to a VPN server (like tailscale, Zertoier or Wireguard server)

    Later situation: Cloudflare or other CDN, setup reverse proxy on the other VPS.

    Less accessible option but available for public: Tor or I2P

















  • What do you recommend I do about disk partitions?

    I recommend separate EFI partitions while dual booting, I haven’t seem issues with my separate EFI partition setup yet.

    If Mint provides Btrfs filesystem I personally recommend looking into timeshift (snapshot software that can be setup to automatically snapshot your computer).

    Is disk encryption straightforward?

    According to Linux Mint forum, you need to choose an option in “Advanced features” while going through installer, that seems straight forward

    Is cloud storage sync straightforward?

    Don’t have experience with this but I can tell you: While rclone supports bi-directional sync, you need some setup for make it run periodically.

    Should I just use apt to install software?

    In the end you have to give trust to someone, I think it’s fair to say if you already choose Mint you probably trust whatever options comes with Mint more than 3rd party options (but is it theoretically possible that backdoored program exists in Mint repository? of course yes).