You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also benefits a lot when rewritten to curl -O -compressed http://standards-oui.ieee.org/oui.txt since the download is 5.8MB (6006921 bytes) which compresses to just 1.78MB (1870156 bytes).
Note the grep, awk and python script could be replaced by:
See:
Internet.nl/remote_data/macs/update-macs.sh
Line 2 in 422e46c
Also benefits a lot when rewritten to
curl -O -compressed http://standards-oui.ieee.org/oui.txt
since the download is 5.8MB (6006921 bytes) which compresses to just 1.78MB (1870156 bytes).Note the grep, awk and python script could be replaced by:
Or:
The text was updated successfully, but these errors were encountered: