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 :: accessing settings through cmd 
Shell :: hyper v powershell windows 
Shell :: flameshot 
Shell :: wget download to specific directory 
Shell :: remove nvm version 
Shell :: increase volume from terminal 
Shell :: ionic install 
Shell :: cd ~/.ssh on mac 
Shell :: files changed in a commit 
Shell :: modify an existing singularity container 
Shell :: microstack change horizon port 
Shell :: microstack change dashboard port 
Shell :: open .bashrc 
Shell :: heroku restart 
Shell :: linux find latest modified files 
Shell :: pip uninstall all from env 
Shell :: how to delete a branch in github 
Shell :: git blame removed line 
Shell :: delete directory rpi 
Shell :: list usb devices 
Shell :: node-gyp rebuild 
Shell :: how to setup git locally with ssh 
Shell :: linux shred command 
Shell :: git ammend commit 
Shell :: vs code on ubuntu 20.04 and delete old version 
Shell :: kill all processes holding a port 
Shell :: git status with sizes 
Shell :: scan port linux 
Shell :: turn of raspberry 
Shell :: uninstall vscode completely windows 10 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =