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 | |
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | |
repos=( | |
"zeropingheroes/lanager" | |
"zeropingheroes/lancache" | |
"zeropingheroes/lancache-elk" | |
"zeropingheroes/lancache-dns" | |
"zeropingheroes/lancache-sniproxy" |
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
wget --mirror \ | |
--timestamping \ | |
--continue \ | |
--ftp-user="user" \ | |
--ftp-password="password" \ | |
--secure-protocol=auto \ | |
--no-check-certificate \ | |
--no-proxy \ | |
--passive-ftp \ | |
--no-host-directories \ |
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 | |
ipmitool raw 0x3a 0x07 0x01 0x00 0x01 | |
ipmitool raw 0x3a 0x07 0x02 0x00 0x01 | |
# To run at each boot, add to root crontab: | |
# @reboot /root/lenovo-x3550-m5-acoustic-mode.sh |
OlderNewer