Skip to content

Instantly share code, notes, and snippets.

@idefux
Created June 20, 2015 15:16
Show Gist options
  • Save idefux/1079941c7955961fe5f0 to your computer and use it in GitHub Desktop.
Save idefux/1079941c7955961fe5f0 to your computer and use it in GitHub Desktop.
dd-wrt nvram
# show contents
nvram show
# can be greped of course
nvram show | grep syslog
# change value
nvram set <variable>=<value>
# use "" for non integer, non boolean values
# commit changes, otherwise the changes will not take effect and will be gone after reboot
nvram commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment