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 :: install Hardhat locally using npm or Yarn 
Shell :: storage/logs/laravel.log" could not be opened: failed to open stream: permission denied 
Shell :: ubuntu command to list largest files 
Shell :: crop video from specific time to specific time ffmpeg 
Shell :: flask login install 
Shell :: como actualizar node en ubuntu 
Shell :: apt list installed 
Shell :: remove index.lock git 
Shell :: remove mongodb completely ubuntu 
Shell :: make docker sudo less 
Shell :: how to install pip on mac 
Shell :: how to install tor browser in kali 
Shell :: how to speedtest on bash 
Shell :: how to change git remote url 
Shell :: git pull all branches at once 
Shell :: How to remove (uninstall) AnyDesk app in Modicia Linux 
Shell :: install and enable docker on arch 
Shell :: check cpu temp linux 
Shell :: restart nginx server 
Shell :: updating linux 
Shell :: install jupyterlab with pip 
Shell :: how to uninstall composer in ubuntu 
Shell :: npm i mui 
Shell :: apache2 reload 
Shell :: start mongodb 
Shell :: install pandas in python 
Shell :: restart pulseaudio ubuntu 
Shell :: crontab file location 
Shell :: upgrade ubuntu version command line 
Shell :: upgrade tensorflow version 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =