[–] 2 points 2 years ago

partitions are used for organizing, the downside is that more partitions make each one smaller

I end up running 1 btrfs partition sagred between all my installed Linux distros on one system

lvm is also awesome for resizing and moving partitions

my desktop right now has nvme0n1p1 as my efi partition and p2 as a lvm pv

inside that lvm I put everything else as it's very easy to resize and move them (I also have p2 encrypted with luks2)

  • source
  • [–] 4 points 2 years ago (1 child)

    imagemagic can do morph animations tho I don't know how good it would be for this specific use case as it just fades between the images

    convert -morph 20 start.png end.png out.gif

    will make a 20 fram animation

  • source
  • Traefik tutorials? (programming.dev)
     

    I'm migrating my server to a new server and wanna try something new. I've been using nginx to reverse proxy my stuff and I recently heard about traefik being able to read labels off docker containers. I've been googling around but I can't for the life of me figure out how to get the access to the dashboard without having insecure mode on.

    view more: next ›