Skip to content

Instantly share code, notes, and snippets.

@pufferbatterie
pufferbatterie / gist:867fc2a2d37962c37cf66b93ed7ce5e2
Last active August 1, 2023 10:43
making (all) arp entries static until reboot
cat /proc/net/arp | grep '00:14' | awk '{print "arp -s "$1" "$4}'
# generates commands like "arp -s 172.30.100.8 00:14:2d:62:d0:19"
@pufferbatterie
pufferbatterie / process_names.txt
Created April 28, 2020 08:10 — forked from miguelmota/process_names.txt
macOS process whitelist
# not an exhaustive list
nsurlsessiond "icloud sync"
fseventsd "macos file system events"
WindowServer "macos windows"
DisplayLinkManager "macos driver"
configd "macos dynamic configuration"
displaypolicyd "macos process"
CommCenter "macos keychain"
kernel_task "macos kernel"