• 0 Posts
  • 17 Comments
Joined 2 years ago
cake
Cake day: June 4th, 2023

help-circle



  • (grateful for flatpaks for once!)

    That’s how I run my system right now. Fedora KDE + pretty much everything as Flatpak.

    Gives me a recent enough kernel and KDE version so I don’t have to worry when I get new hardware or new features drop but also restricts major updates to new Fedora versions so I can hold those back for a few weeks.

    I made a similar switch as you but from Ubuntu to Fedora because of outdated firmware and kernel.







  • Do you mean your Windows boot partition?

    Windows does not support installing the boot partition on a different drive out of the box. Unless you modified your Windows installation, the drive where Windows is installed is also where the Windows boot manager lives.

    The biggest risk with installing with the drive connected is accidentally installing the Linux boot partition over the Windows boot partition, hence the usual recommendation to disconnect the drive just to be safe.

    You’re gonna have to provide some more details on your setup and what is working/not working though.


  • Copying from an older comment of mine:

    IPv6 is pretty much identical to IPv4 in terms of functionality.

    The biggest difference is that there is no more need for NAT with IPv6 because of the sheer amount of IPv6 addresses available. Every device in an IPv6 network gets their own public IP.

    For example: I get 1 public IPv4 address from my ISP but 4,722,366,482,869,645,213,696 IPv6 addresses. That’s a number I can’t even pronounce and it’s just for me.

    There are a few advantages that this brings:

    • Any client in the network can get a fresh IP every day to reduce tracking
    • It is pretty much impossible to run a full network scan on this amount of IP addresses
    • Every device can expose their own service on their own IP (For example: You can run multiple web servers on the same port without a reverse proxy or multiple people can host their own game server on the same port)

    There are some more smaller changes that improve performance compared to IPv4, but it’s minimal.

    My unifi kit can convert us to IPv6 but I’m hesitant without knowing what devices it will break.

    You don’t usually “convert” to IPv6 but run in dual stack, with both IPv4 and IPv6 working simultaneously. Make sure your ISP supports IPv6 first, there is little use to only run IPv6 internally.