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/bash | |
# | |
# [------------------------------------------------------------------------------------------------] | |
# [ modified from (legend!) Soldier of FORTRAN's script to work in my testing on Ubuntu 20.04 ] | |
# [ intended, if it be the will of the demo gads, for a my talk entitled, ] | |
# [ "the root password was klondike" at kernelcon 2022, https://kernelcon.org ] | |
# [------------------------------------------------------------------------------------------------] | |
# [ stolen de: ] | |
# [ https://gist.github.com/mainframed/2300903d9cc259a2a2ab431ca152dffc ] | |
# [ also see: ] |
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
/* usbreset -- send a USB port reset to a USB device | |
* | |
* Compile using: gcc -o usbreset usbreset.c | |
* | |
* | |
* */ | |