Merge branch 'main' of https://portal.ralfkoop.de/ralfk/MyFirstBrain
This commit is contained in:
commit
5a47342cff
@ -26,8 +26,6 @@ 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]]
|
||||||
|
23
Technik/Linux-Allgemein.md
Normal file
23
Technik/Linux-Allgemein.md
Normal file
@ -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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user