Initial commit

This commit is contained in:
2018-05-08 03:01:03 +02:00
commit 1c4c595cd6
3256 changed files with 417972 additions and 0 deletions

Submodule ANW-URB/bin/admin-stuff added at 6c91fc0987

View File

@ -0,0 +1 @@
admin-stuff/clean_log_files.sh

Submodule ANW-URB/bin/manage-gw-config added at 2a96dfdc8f

Submodule ANW-URB/bin/monitoring added at 0611d0a2ad

1
ANW-URB/bin/os-upgrade.sh Symbolic link
View File

@ -0,0 +1 @@
admin-stuff/os-upgrade.sh

1
ANW-URB/bin/postfix Submodule

Submodule ANW-URB/bin/postfix added at c1934d5bde

1
ANW-URB/bin/test_email.sh Symbolic link
View File

@ -0,0 +1 @@
admin-stuff/test_email.sh

View File

@ -0,0 +1,8 @@
#!/usr/bin/env sh
_NETW=192.168.102.0
_MAC_FILESERVER="00:30:48:8c:de:c0"
/usr/bin/wakeonlan -i $_NETW $_MAC_FILESERVER
exit 0