diff --git a/Eingang/Heute.md b/Eingang/Heute.md index 1fcea64..37fd363 100644 --- a/Eingang/Heute.md +++ b/Eingang/Heute.md @@ -26,8 +26,6 @@ Vmwaretools : - - NgixProxyManager Host 192.168.132.19:7005 Advanced :![[Heute 2025-01-15 22.47.41.excalidraw]] diff --git a/Technik/Linux-Allgemein.md b/Technik/Linux-Allgemein.md new file mode 100644 index 0000000..d4e193e --- /dev/null +++ b/Technik/Linux-Allgemein.md @@ -0,0 +1,23 @@ +### Linux Configurationen + + +##### Scripte for und nach Bereitschaft ausführen : + + +Ordner : +/usr/lib/systemd/system-sleep oder +/usr/systemd/system-sleep + +Script +```Command +case $1/$2 in + pre/*) + echo "Going to $2..." + rfkill block all + ;; + post/*) + echo "Waking up from $2..." + rfkill unblock all + ;; +esac +``` \ No newline at end of file