Difference between pages "Package:Macchanger" and "Template:Stepwise"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m
 
 
Line 1: Line 1:
{{Ebuild
<includeonly>{{#ifeq:{{#varexists:stepcount}}|1|{{#vardefineecho:stepcount|{{#expr:{{#var:stepcount}}+1}}}}|{{#vardefineecho:stepcount|0}}}}</includeonly>
|Summary=Utility for viewing/manipulating the MAC address of network interfaces
|CatPkg=net-analyzer/macchanger
|Homepage=https://github.com/alobbs/macchanger
}}
{{console|body=###i## emerge net-analyzer/macchanger}}
 
=== Usage ===
==== Show Vendor Codes ====
{{console|body=###i## macchanger -l}}
 
==== Generate a Random Address ====
{{console|body=###i## macchanger -r wlan0}}
 
==== Generate a Random Ending ====
{{console|body=###i## macchanger -re wlan0}}
 
==== Manually Assign an Address ====
{{console|body=###i## macchanger -m 11:22:33:44:55:66 wlan0}}
 
==== Pretend To Be A Burned In Address ====
{{console|body=###i## macchanger -reb wlan0}}
 
==== Revert All Changes ====
{{console|body=###i## macchanger -p wlan0}}
{{EbuildFooter}}

Revision as of 04:14, February 19, 2015