Skip to content

Instantly share code, notes, and snippets.

@fincham
Created October 17, 2016 02:45
Show Gist options
  • Save fincham/b5d65a56618e878e6fc6b44460cd5c11 to your computer and use it in GitHub Desktop.
Save fincham/b5d65a56618e878e6fc6b44460cd5c11 to your computer and use it in GitHub Desktop.
Is this machine a Soekris?
# stolen from OpenBSD's kernel
dd if=/dev/mem bs=64k skip=15 count=1 | grep -q -a 'Soekris Engineering'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment