*Empty MediaWiki Message*

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

View File

@ -54,19 +54,25 @@ Bei Lust und Laune können wir an gelegentlichen Wochenenden BTRFS Sessions abha
etherwake installieren
<source lang="bash">
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