8 lines
251 B
Bash
Executable file
8 lines
251 B
Bash
Executable file
#!/usr/bin/env zsh
|
|
|
|
# author: Daniel Sommer <daniel.sommer@velvettear.de>
|
|
# license: MIT
|
|
|
|
echo '0' > '/proc/sys/kernel/nmi_watchdog';
|
|
echo '1500' > '/proc/sys/vm/dirty_writeback_centisecs';
|
|
echo 'auto' > '/sys/bus/usb/devices/3-7.3/power/control';
|