This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| #Script de Démarrage des Ordinateurs sur l'interface réseau eth1 | |
| # | |
| MACADDR=00:50:BA:CB:CD:B8 | |
| /usr/bin/wol -i 192.168.1.255 $MACADDR | |
| #Maintenant on tourne en boucle et on attend que le pc annonce qu'il existe | |
| notalive=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <canvas> | |
| <simplelayout /> | |
| <rtmpconnection objectencoding="3" name="mainconnect" src="rtmp://127.0.0.1/live" autoconnect="true" > | |
| <method name="hello"> | |
| Debug.write("server said hello...") | |
| </method> | |
| </rtmpconnection> | |
| <rtmpstatus /> | |
| <text>Orange light: warning and mybe error on server, Green OK, Red: Error</text> | |
| <button>Test |
NewerOlder