# Works with dash "-" and colon ":" as a separator
# The “/i” modifier at the end makes it case-insensitive (Perl-like syntax)
/^([0-9A-F]{2}[:-]){5}[0-9A-F]{2}$/i
# General syntax (match lower and upper case)
^([0-9a-fA-F]{2}[:-]){5}[0-9a-fA-F]{2}$
Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/511"></script>
2 years ago
# accedez à ce fichier
/etc/udev/rules.d/z25_persistent-net.rules
# on trouve à l'interieur, l association adresse mac avec l'interface linux
Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/60"></script>