This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name My Fancy New Userscript | |
// @namespace https://whatsremote.com/* | |
// @version 0.1 | |
// @description Peda B's house | |
// @match http://tampermonkey.net/ | |
// @include https://whatsremote.net/* | |
// @require http://audiocogs.org/codecs/js/aurora.js | |
// @require http://audiocogs.org/codecs/js/aac.js | |
// @copyright 2014, PedaB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use this built-in tools | |
# May need to install watch | |
watch -n 1 cat /proc/net/wireless | |
# Or use wavemon (https://github.com/uoaerg/wavemon) | |
# Install via apt-get install wavemon | |
# This will be self-updating | |
sudo wavemon |