Compare commits
3 Commits
main
...
1b62941c40
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b62941c40 | ||
|
|
3334a3cb13 | ||
|
|
1d1331fae4 |
@@ -6,4 +6,6 @@ Dieses Repository wird gespiegelt
|
||||
- Ziel
|
||||
http://synology.tail22b4a.ts.net:8418/andre/linux-tools.git
|
||||
|
||||
> ÄNDERUNGEEN DIE NICHT AN DER QUELLE DURCHGEFÜHRT WERDEN WERDEN ÜBERSCHRIEBEN
|
||||
|
||||
# Tools und Skripte zur Verwaltung von Linux Systemen
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
###############################################################
|
||||
echo "
|
||||
### added by script initialsetup.sh
|
||||
conetadm ALL=(ALL) ALL
|
||||
conetadm ALL=(ALL:ALL) ALL
|
||||
|
||||
" >> /etc/sudoers
|
||||
@@ -2,10 +2,10 @@
|
||||
|
||||
apt install curl
|
||||
|
||||
curl http://<<IP>>:<<PORT>>/<<USER>>/linux-tools/raw/branch/<<BRANCH>>/setup/init-iptables.sh | sh
|
||||
curl http://<<IP>>:<<PORT>>/<<USER>>/linux-tools/raw/branch/<<BRANCH>>/setup/init-iptables-blocklist.sh | sh
|
||||
curl http://<<IP>>:<<PORT>>/<<USER>>/linux-tools/raw/branch/<<BRANCH>>/setup/init-fail2ban.sh | sh
|
||||
curl http://<<IP>>:<<PORT>>/<<USER>>/linux-tools/raw/branch/<<BRANCH>>/setup/init-snmpd.sh | sh
|
||||
curl http://<<IP>>:<<PORT>>/<<USER>>/linux-tools/raw/branch/<<BRANCH>>/setup/init-sudoers.sh | sh
|
||||
curl http://<<IP>>:<<PORT>>/<<USER>>/linux-tools/raw/branch/<<BRANCH>>/setup/init-sshd.sh | sh
|
||||
curl http://<<IP>>:<<PORT>>/<<USER>>/linux-tools/raw/branch/<<BRANCH>>/setup/init-tz.sh | sh
|
||||
curl http://10.1.1.5:3000/ageissler/linux-tools/raw/branch/conet/setup/init-iptables.sh | sh
|
||||
curl http://10.1.1.5:3000/ageissler/linux-tools/raw/branch/conet/setup/init-iptables-blocklist.sh | sh
|
||||
curl http://10.1.1.5:3000/ageissler/linux-tools/raw/branch/conet/setup/init-fail2ban.sh | sh
|
||||
curl http://10.1.1.5:3000/ageissler/linux-tools/raw/branch/conet/setup/init-snmpd.sh | sh
|
||||
curl http://10.1.1.5:3000/ageissler/linux-tools/raw/branch/conet/setup/init-sudoers.sh | sh
|
||||
curl http://10.1.1.5:3000/ageissler/linux-tools/raw/branch/conet/setup/init-sshd.sh | sh
|
||||
curl http://10.1.1.5:3000/ageissler/linux-tools/raw/branch/conet/setup/init-tz.sh | sh
|
||||
Reference in New Issue
Block a user