This file contains 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 | |
# | |
## Stop&Disable: "google-guest-agent" & "google-guest-agent" on Google VM (console.cloud.google.com) | |
## Usage: sh <(curl https://gist.githubusercontent.com/Erdack54/43ff18286ac315c08674f9b056efd935/raw/79bd9f0a3a4eb038577aaa97fabff55729d9e90b/disable-google-agent.sh || wget -O - https://gist.githubusercontent.com/Erdack54/43ff18286ac315c08674f9b056efd935/raw/79bd9f0a3a4eb038577aaa97fabff55729d9e90b/disable-google-agent.sh) | |
# | |
systemctl stop google-osconfig-agent | |
systemctl disable google-osconfig-agent | |
systemctl stop google-guest-agent |
This file contains 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 | |
ScriptName='qbittorrent-nox-unpause-torrents.sh' | |
ScriptVer='v1' | |
## by Erdack54 .fr / | |
## Usage&Crontab: sh /mnt/vdev0/dataset0/qbittorrent-nox-unpause-torrents.sh > /mnt/vdev0/dataset0/qbittorrent-nox-unpause-torrents.sh.log 2>&1 | |
# ------------------------- | |
# qBittorrent Credentials | |
USER="admin" | |
PASSWORD="adminadmin" |
This file contains 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 | |
ScriptName='qbittorrent-nox-pause-torrents.sh' | |
ScriptVer='v1' | |
## by Erdack54 .fr / | |
## Usage&Crontab: sh /mnt/vdev0/dataset0/qbittorrent-nox-pause-torrents.sh > /mnt/vdev0/dataset0/qbittorrent-nox-pause-torrents.sh.log 2>&1 | |
# ------------------------- | |
# qBittorrent Credentials | |
USER="admin" | |
PASSWORD="adminadmin" |
This file contains 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 | |
# | |
ScriptName='health-check-specific-iocage-jail.sh' | |
ScriptVer='v1.5' | |
## by Erdack54 .fr / | |
## Usage&Crontab: sh /mnt/vdev0/dataset0/health-check-specific-iocage-jail.sh > /mnt/vdev0/dataset0/health-check-specific-iocage-jail.sh.log 2>&1 | |
# | |