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 | |
| enable -f /usr/lib/bash/sleep sleep | |
| #OD_SCLK: | |
| #0: 825mV | |
| #1: 825mV | |
| #2: 825mV | |
| #3: 950mV | |
| #4: 1000mV |
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
| colord colord-gtk xiccd |
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
| echo "2-10.1" | sudo tee /sys/bus/usb/drivers/usb/unbind |
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 | |
| modprobe dell_smm_hwmon force=1 | |
| while true | |
| do | |
| if [ `cat /sys/class/hwmon/hwmon1/temp1_input` -lt 55000 ] | |
| then | |
| Vl=0 | |
| echo "FAN L" |
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
| // ==UserScript== | |
| // @name lightnovel2epub | |
| // @description 快速输出半成品epub3.0 | |
| // @author KCC | |
| // @version 0.99.25 | |
| // @namespace lightnovel2epub | |
| // @match *://www.lightnovel.us/forum.php* | |
| // @match *://www.lightnovel.cn/forum.php* | |
| // @require https://github.com/Stuk/jszip/raw/master/dist/jszip.min.js | |
| // @grant GM_registerMenuCommand |
NewerOlder