Skip to content

Instantly share code, notes, and snippets.

View trevoro's full-sized avatar

Trevor O trevoro

View GitHub Profile
@trevoro
trevoro / gist:6187221
Created August 8, 2013 18:19
Services to host your website on Dropbox
http://smallvictori.es
http://site44.com
http://harp.io
http://calepin.co
http://scriptogr.am
http://backlift.com
http://pages.github.com
http://pancake.io
http://paperplane.co
http://cloudcannon.com
#!/usr/bin/env ruby
# List all network interfaces using the ifconfig tool
# Returns an array of interface names
def list_interfaces
get_interfaces.keys
end
# Get all interfaces details. Returns a hash