Compare commits

..

No commits in common. "c2173bc9086f4c88ccd1cdde05140abe39af5ae8" and "421e4ab64ce649e03388056e7ec3ff172d782b7e" have entirely different histories.

2 changed files with 2 additions and 23 deletions

View File

@ -26,6 +26,8 @@ Vmwaretools :
NgixProxyManager Host
192.168.132.19:7005
Advanced :![[Heute 2025-01-15 22.47.41.excalidraw]]

View File

@ -1,23 +0,0 @@
### 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
```