Skip to content

Instantly share code, notes, and snippets.

View jimbair's full-sized avatar

Jim Bair jimbair

View GitHub Profile
Follow @igor_chubin for wttr.in updates
[jim@lenovo ~]$ curl wttr.in/grenville,PA
Weather report: grenville,pa
Mist
_ - _ - _ - 30..+33 °F
_ - _ - _ → 3 mph
_ - _ - _ - 6 mi
0.0 in
┌─────────────┐
@jimbair
jimbair / 10-ipv6-privacy.conf
Last active March 16, 2019 13:54
Default contents of /etc/sysctl.d/10-ipv6-privacy.conf on Ubuntu 18.04 LTS
# IPv6 Privacy Extensions (RFC 4941)
# ---
# IPv6 typically uses a device's MAC address when choosing an IPv6 address
# to use in autoconfiguration. Privacy extensions allow using a randomly
# generated IPv6 address, which increases privacy.
#
# Acceptable values:
# 0 - don’t use privacy extensions.
# 1 - generate privacy addresses
# 2 - prefer privacy addresses and use them over the normal addresses.