Skip to content

Instantly share code, notes, and snippets.

@kleo
Last active August 6, 2017 23:20
Show Gist options
  • Save kleo/7ad35880571c26ce0fcf7ece09857edf to your computer and use it in GitHub Desktop.
Save kleo/7ad35880571c26ce0fcf7ece09857edf to your computer and use it in GitHub Desktop.
macchanger on boot (credits: https://askubuntu.com/a/862173/)
# /etc/cron.d/macchanger
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
@reboot root sleep 15
@reboot root macchanger -r eth0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment