Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

show mac address in ubuntu

$ ifconfig -a | grep -Po 'HWaddr K.*$'
74:d4:35:84:34:13
Comment

finding MAC Address on ubuntu

ip addr show $(awk 'NR==3{print $1}' /proc/net/wireless | tr -d :) | awk '/ether/{print $2}'
Comment

PREVIOUS NEXT
Code Example
Shell :: powershell open device manager 
Shell :: github cancel last push 
Shell :: django knox install 
Shell :: how to install rich in python 
Shell :: ubuntu ifconfig get only ip address 
Shell :: fatal: refusing to merge unrelated histories 
Shell :: black web browser github 
Shell :: abort git merge 
Shell :: install pyqt4 ubuntu 
Shell :: how to make wsl export 
Shell :: check node version 
Shell :: git check upstream 
Shell :: mongodb log directory missing ubuntu 
Shell :: turn off bluetooth by default ubuntu 20.04 
Shell :: An unhandled exception occurred: Collection "@nativescript/schematics" cannot be resolved 
Shell :: read file using shell script 
Shell :: git update recursive submodules 
Shell :: git update local repo from master 
Shell :: how to install soapui on ubuntu 
Shell :: ubuntu cron job log 
Shell :: kill service by port number on windows 
Shell :: albert for ubuntu 
Shell :: bash echo can create file 
Shell :: delete all files in a folder in ubuntu 
Shell :: bash iterate over a list 
Shell :: connect redis cli 
Shell :: reboot server linux 
Shell :: how to initialize a git repository command line 
Shell :: bash curl weather report 
Shell :: lollypop music player install ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =