User contributions
Jump to navigation
Jump to search
- 18:11, 13 November 2014 diff hist +39 Python Wiki →Code samples
- 18:10, 13 November 2014 diff hist +640 Python Wiki →Code samples
- 18:07, 13 November 2014 diff hist +851 N Python Wiki Created page with " == Code samples == class pwDevice: def __init__(self): mac = commands.getoutput("ifconfig eth0| grep HWaddr | awk '{ print $5 }'").strip() self.mac = mac.translat..."