Visual Studio code (VScode) is the cross-platform Chromium-based code editor is being open sourced today by Microsoft. You can install in Linux also.
Wednesday, November 18, 2015
Monday, November 16, 2015
Simple shell script to find out MAC address in Linux
Find the following commands for the stuff
#cat /sys/class/net/*/address
For particular interface like for eth0
#cat /sys/class/net/eth0/address
#cat /sys/class/net/*/address
For particular interface like for eth0
#cat /sys/class/net/eth0/address
Posted by PNA Prasanna at 3:09 PM 0 comments
Labels: Shell Scripts
Subscribe to:
Posts (Atom)