Skip to content

Instantly share code, notes, and snippets.

@chenset
Created February 13, 2019 13:52
Show Gist options
  • Select an option

  • Save chenset/099113e04d818a0aa18238be4a975b82 to your computer and use it in GitHub Desktop.

Select an option

Save chenset/099113e04d818a0aa18238be4a975b82 to your computer and use it in GitHub Desktop.
Stealth Mode (disable all LEDs)
#!/bin/sh
nvram set led_disable=1
nvram commit
service restart_leds
# Source https://www.linksysinfo.org/index.php?threads/stealth-mode-timer-function-rt-n66.54449/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment