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 | |
| # shellcheck disable=SC2015 | |
| cd /root/wireguard && \ | |
| docker-compose --ansi never pull 2>&1 | grep "is up to date" || \ | |
| { | |
| docker-compose --ansi never stop && docker-compose --ansi never up -d | |
| } |
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 | |
| need_restart=no | |
| # --- | |
| function restart_pihole() { | |
| cd /root/pihole && { | |
| docker-compose --ansi never pull 2>&1 | |
| docker-compose --ansi never stop && docker-compose --ansi never up -d | |
| } |
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 | |
| cd "$HOME/VirtualBox VMs/" || exit 1 | |
| # https://www.virtualbox.org/manual/ch08.html | |
| VERSION=$(VBoxManage -v|cut -d '_' -f1|cut -d "r" -f1) | |
| CURRENT=$(VBoxManage list extpacks|grep "Version:"|awk '{print $2}') | |
| # MUST BE RUN AFTER 'get_vboxguestadditions.sh' !!! | |
| [ "${VERSION}" == "${CURRENT}" ] && exit 1 |
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 | |
| # https://www.virtualbox.org/manual/ch08.html | |
| cd "$HOME/VirtualBox VMs/" || exit 1 | |
| # URL siehe: https://www.virtualbox.org/wiki/Downloads | |
| # --> "Oracle VM VirtualBox Extension Pack All supported platforms " | |
| VERSION=$(VBoxManage -v|cut -d '_' -f1|cut -d "r" -f1) |
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
| ⭐ Total Stars: 52 | |
| ➕ Total Commits: 1.0k | |
| 🔀 Total PRs: 244 | |
| 🚩 Total Issues: 2.1k | |
| 📦 Contributed to: 18 |
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
| Markdown +538/ -538 ██████████▏░░░░░░░░░░ 48.4% | |
| JSON +3.4k/ -3.4k █████████▉░░░░░░░░░░░ 47.0% | |
| YAML +630/ -630 ▉░░░░░░░░░░░░░░░░░░░░ 4.6% |
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
| 🌞 Morning 122 commits ███▎░░░░░░░░░░░░░░░░░ 15.8% | |
| 🌆 Daytime 432 commits ███████████▋░░░░░░░░░ 55.9% | |
| 🌃 Evening 206 commits █████▌░░░░░░░░░░░░░░░ 26.6% | |
| 🌙 Night 13 commits ▎░░░░░░░░░░░░░░░░░░░░ 1.7% |