disable IPv6 on a specific interface (linux)

because i have to google these sysctl settings every … time.. /etc/sysctl.conf # disable IPv6 on the wlan0 interface net.ipv6.conf.wlan0.disable_ipv6=1 # insufficient on its lonesome net.ipv6.conf.wlan0.autoconf=0 # don't forget this .. it’s important to disable autoconf because it will still pick up the RAs for learning the default and this may not deterministically let you do what you want. replace wlan0 with the interface you want to starve.

March 29, 2019 · sulrich

oh emacs, you are the bombdiggity.

lately, i’ve been doing a lot of writing for work. test plans, paper outlines, summaries, etc. i don’t know what the deal has been but it’s been a notable shift in prose generation. despite the fact that my co-workers seem to do everything in MSFT word, i have a strong need to do at least the first cut in emacs. here are a few things that have made me most productive on the prose generation front....

July 13, 2011 · steve ulrich