*Empty MediaWiki Message*

This commit is contained in:
Daniel.plominski 2014-04-03 14:04:03 +00:00
parent f69eebbcc8
commit b50e014fc6

View File

@ -53,19 +53,19 @@ Bei Lust und Laune können wir an gelegentlichen Wochenenden BTRFS Sessions abha
etherwake installieren
<source=bash>
<source lang="bash">
sudo apt-get install etherwake
</source>
ehterwake ausführen zum Kiste starten
<source=bash>
<source lang="bash">
sudo etherwake `dig TXT +short lostbert.hq.c3d2.de | sed 's/"//g'`
</source>
== WoL mit FreeBSD ==
<source=bash>
<source lang="bash">
wake <INTERFACE> `(drill TXT lostbert.hq.c3d2.de | grep "lostbert.hq.c3d2.de." | tail -n1 | awk '{print $5}' | sed 's/"//g')`
</source>