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 | |
| git clone https://git.universe-factory.net/fastd | |
| mkdir fastd-build | |
| cd fastd-build | |
| cmake ../fastd -DCMAKE_BUILD_TYPE=RELEASE | |
| make | |
| make install | |
| cd ../ |
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 | |
| BATMANVERSION=2020.2 | |
| wget https://downloads.open-mesh.org/batman/releases/batman-adv-$BATMANVERSION/batman-adv-$BATMANVERSION.tar.gz | |
| tar -xzf batman-adv-$BATMANVERSION.tar.gz | |
| cd batman-adv-$BATMANVERSION/ | |
| make | |
| make install | |
| cd .. | |
| wget https://downloads.open-mesh.org/batman/releases/batman-adv-$BATMANVERSION/batctl-$BATMANVERSION.tar.gz | |
| tar -xzf batctl-$BATMANVERSION.tar.gz |
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 | |
| version="${VERSION:-0.15.2}" | |
| arch="${ARCH:-linux-amd64}" | |
| bin_dir="${BIN_DIR:-/usr/local/bin}" | |
| wget "https://github.com/prometheus/node_exporter/releases/download/v$version/node_exporter-$version.$arch.tar.gz" \ | |
| -O /tmp/node_exporter.tar.gz | |
| mkdir -p /tmp/node_exporter |
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
| <?php | |
| /* | |
| FRITZ!Box DynDNS Howto: | |
| Update-URL: http://your-domain.tld/filename.php?user=<username>&pass=<pass>&hostname=<domain>&myip=<ipaddr> | |
| Domainname: dyndns.your-domain.tld | |
| Username: your-cloudflare-email-address | |
| Password: your-cloudflare-api-token | |
| */ | |
| // static config: |