Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

shell create random mac

printf '02:00:00:%02X:%02X:%02X
' $((RANDOM%256)) $((RANDOM%256)) $((RANDOM%256))
Comment

shell create random mac

printf '02:00:00:%02X:%02X:%02X
' $((RANDOM%256)) $((RANDOM%256)) $((RANDOM%256))
Comment

PREVIOUS NEXT
Code Example
Shell :: kill process on mac 
Shell :: shell thousand comma in number 
Shell :: docker desktop ubuntu install 
Shell :: convert to png images liunx 
Shell :: git how to not commit but keep changes 
Shell :: bash increment variable in while loop 
Shell :: sudo: apt: command not found 
Shell :: bash command to move all files to a dir 
Shell :: sail command not found 
Shell :: fake commit date 
Shell :: git request-pull 
Shell :: Start Apache service FreeBSD 
Shell :: ubuntu drivers 
Shell :: git fetch all after --single-branch 
Shell :: powershell show first few lines of command 
Shell :: cli50 documentation 
Shell :: how to find the number of files in a directory linux 
Shell :: linux create directory 
Shell :: git rename working branch 
Shell :: shell count number of columns 
Shell :: switch branches in git 
Shell :: docker-compose.yml ubuntu 
Shell :: how to turn off screenkey 
Shell :: pwa install 
Shell :: powershell create new file and open 
Shell :: download directory ssh linux 
Shell :: cp with folder structure 
Shell :: nvmrc 
Shell :: What commands would you use to force an overwrite of your local files with the master branch? 
Shell :: git switch branch 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =