Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
repos=(
"zeropingheroes/lanager"
"zeropingheroes/lancache"
"zeropingheroes/lancache-elk"
"zeropingheroes/lancache-dns"
"zeropingheroes/lancache-sniproxy"
@ilumos
ilumos / backup-website-via-ftp.sh
Last active February 29, 2020 23:13
backup-website-via-ftp.sh
wget --mirror \
--timestamping \
--continue \
--ftp-user="user" \
--ftp-password="password" \
--secure-protocol=auto \
--no-check-certificate \
--no-proxy \
--passive-ftp \
--no-host-directories \
#!/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