• 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: July 31st, 2023

help-circle
  • Training and familiarization helped me a lot with that exact feeling. I had the same feeling about circular/table saws. My dad was a carpenter, and those things freaked me the hell out - one tiny mistake could have devastating consequences, and that was all I could think about when I was around them. But with careful instruction and exposure, learing to use and be more comfortable with them, that feeling was gradually replaced by calm and confidence, and they changed in my mind from these objects of terror into valuable tools. There was still fear, but it was a healthy, respectful fear.

    I went through the exact same process with guns as well. Some classes with a good instructor, giving you a chance to get more comfortable and familiar before you bring a gun into your home, could help a lot.





    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.