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
| # Wake-On-LAN | |
| # | |
| # Copyright (C) 2002 by Micro Systems Marc Balmer | |
| # Written by Marc Balmer, [email protected], http://www.msys.ch/ | |
| # This code is free software under the GPL | |
| import struct, socket | |
| def WakeOnLan(ethernet_address): |
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
| #!/usr/bin/env ruby | |
| # This script will create a bare git repository on a remote machine. | |
| require 'rubygems' | |
| require 'net/ssh' | |
| module Linuxclistatus | |
| require 'highline/import' | |
| def print_task(task) |
NewerOlder