Wednesday, November 18, 2015

VScode is open source now

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.

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