This file contains hidden or 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
| #!/usr/bin/env python3 | |
| from typing import Iterable, Union, Any | |
| # freq: frequency in Hz | |
| # zerolen: length of space bit in μs | |
| # onelen: length of mark bit in μs | |
| # repeats: number of times to repeat sequence | |
| # pause: time to wait in μs between sequences | |
| # bits: string of ones and zeros to represent sequence |
This file contains hidden or 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
| #!/bin/sh | |
| # save dog.sh in /root/dog.sh. | |
| # You can use winscp with scp protocol to do this. | |
| # Using ssh set executation permission and replace the crontab: | |
| # chmod +x /root/dog.sh | |
| # echo "* * * * * /root/dog.sh" | crontab - | |
| # fix wpad / wpad-mini / hostapd stop working bug | |
| logread -l 100 | grep -n "IEEE 802.11: did not acknowledge authentication response" |