• 1 Post
  • 17 Comments
Joined 1 year ago
cake
Cake day: July 13th, 2023

help-circle














  • Hmm, I guess my question would be how does this all work? I mean, is it not possible to configure STUN/DERP services yourself? Or add control lists yourself?

    I’m curious as to how all of this is done, not just to see if it’s possible (even if it’d be a headache) but for confirmation. Granted, networking is my worse subject when it comes to any related to computers. For ACLs, I guess Apparmor and/or SELinux profiles would be configured? The removing a key I can understand why it’s be a nightmare yourself, but how does Tailscale do it where it’s just so simple?

    EDIT: Another question I have is how does Tailscale work when I have a VPN for securing network traffic when browsing the internet etc.? Or is that just seamless?




  • install gentoo /s

    Jokes aside, don’t get caught up in picking the most popular or most hipster distro or DE (desktop environment). Pick one, stick with it, get used to how Linux works.

    Linux Mint, Zorin OS, Debian, MX Linux (if you got a pretty old laptop) are decent start. All have graphical installers, so just follow along.

    When you get to disk partitioning, most people start with

    1GB for /boot

    Up to 8GB for swap

    The rest for /, EXT4 or BTRFS

    Or

    1GB for /boot, FAT32

    Up to 8GB for swap, swap

    64GB for /, EXT4 or BTRFS

    The rest for /home, whichever you picked for /

    You might see ZFS or people talking about it, don’t worry about using it. Keep things simple for the start.

    After rebooting and everything seems to work, dive in, friend.