Overview dbus-uuidgen can be used to generate a UUID without a dash in terminal on MAC Below is an example for the same Example
Tag: linux
How to handle failure in a command in bash or terminal
Overview In case the failure of the command should not stop the execution of the program, then the below way can be used. If the command fails then the output will be…
Check which process is using port 8080 on your localhost on MAC or Linux
lsof command can be used to check which process is occupying port 8080. lsof command stands for List Of Open File. It provides a -i option that can be used to check…