*Empty MediaWiki Message*

This commit is contained in:
Daniel.plominski 2014-04-03 14:05:47 +00:00
parent 3b9a2ddae4
commit 50d33b36cb
1 changed files with 7 additions and 7 deletions

View File

@ -53,26 +53,26 @@ Bei Lust und Laune können wir an gelegentlichen Wochenenden BTRFS Sessions abha
etherwake installieren
<source lang="bash">
sudo apt-get install etherwake
sudo apt-get install etherwake
</source>
ehterwake ausführen zum Kiste starten
<source lang="bash">
sudo etherwake `dig TXT +short lostbert.hq.c3d2.de | sed 's/"//g'`
</source>
== WoL mit FreeBSD ==
<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>
That's FreeBSD :D