Compare commits
No commits in common. "c2173bc9086f4c88ccd1cdde05140abe39af5ae8" and "421e4ab64ce649e03388056e7ec3ff172d782b7e" have entirely different histories.
c2173bc908
...
421e4ab64c
@ -26,6 +26,8 @@ Vmwaretools :
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
NgixProxyManager Host
|
NgixProxyManager Host
|
||||||
192.168.132.19:7005
|
192.168.132.19:7005
|
||||||
Advanced :![[Heute 2025-01-15 22.47.41.excalidraw]]
|
Advanced :![[Heute 2025-01-15 22.47.41.excalidraw]]
|
||||||
|
@ -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
|
|
||||||
```
|
|
Loading…
Reference in New Issue
Block a user