[-] mlfh@lemmy.sdf.org 5 points 13 hours ago
  1. sysctl -w net.ipv4.conf.all.disable_ipv4=1
  2. sysctl -w net.ipv6.conf.all.disable_ipv6=0
  3. for link in $(ls /sys/class/net); do ip -6 addr add $(openssl rand -hex 2):$(openssl rand -hex 2):$(openssl rand -hex 2):$(openssl rand -hex 2):$(openssl rand -hex 2):$(openssl rand -hex 2):$(openssl rand -hex 2):$(openssl rand -hex 2)/128 dev $link; done

Everything should work perfectly forever right out of the box with the above setup.

[-] mlfh@lemmy.sdf.org 3 points 1 year ago

I daily drive this as my main terminal emulator both at work and at home, feels like living in a cyberpunk fantasy. Such a cool project.

mlfh

joined 1 year ago