• 1 Post
  • 58 Comments
Joined 4 months ago
cake
Cake day: January 28th, 2025

help-circle

  • Kudos gentoo colleague! Its the best distro all around.

    I started when I was less than 18. It was some prehistoric redhat, like redhat 0.1 or such (joking, but really, it was the '90s)

    Then around -can’t remember- guess 18 or 19. It was Linux From Scratches because… Gentoo didn’t exist back then…

    Gentoo has been love at first sight and still today I only use gentoo everywhere. Servers, laptops, mediacenters…

    I even ported gentoo on an android tablet 10 years ago.










  • Shimitar@downonthestreet.eutoLinux@lemmy.mlssh reverse tunnel
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    2 months ago

    Wire guard + some nft tables or ip tables rules is a much better solution.

    Ssh on itself can do the port forward part but for the routing you still need the above mentioned rules. In addition, ssh will not autoreconnect if anything happens and you need to add autossh or some other solution to keep it rolling.




  • Msata and ssd, they are both sata and ssd.

    Maybe one is faster because its newer or so, but there shouldn’t be much difference. Its not nvme, its msata.

    I would slap the two disks in Linux software raid1 to leverage drive failure and use an external disk for backups, maybe over the network (local or remote).

    If you don’t want to waste 50% of your space, use one disk as home, the other as root&boot&swap (is swap even a good idea? Maybe zram). Any extra space on the other dunnow… Mybe additional home space?