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 python | |
# Copyright 2014 Mark Stillwell <[email protected]> | |
# development platform is Ubuntu 14.04 (Trusty Tahir) | |
# requries python, python-networkmanager, python-pycurl, python-simplejson | |
# also requires a font with icons at the appropriate values | |
# The author uses one generated at icomoon.io by including all of the glyphs | |
# from the Meteocons, Ionicons, and Font Awesome icon libraries. | |
from NetworkManager import NetworkManager as nm |
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 | |
# Modified by Mark Stillwell <[email protected]>, Spring 2013 | |
# FIXME: add options | |
# root-ro-lowerdir= | |
# root-ro-upperdir= | |
# root-ro-notmpfs | |
# also params for ROOT_RO and ROOT_RW, would rather have them in /media | |
# Copyright, 2012 Axel Heider | |
# | |
# Based on scrpts from |