Skip to content

Welcome to Tech by Example

Menu
  • Home
  • Posts
  • System Design Questions
Menu

Tag: linux

Generate UUID without a dash in the terminal in MAC OS

Posted on August 31, 2021September 1, 2021 by admin

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

How to handle failure in a command in bash or terminal

Posted on August 7, 2021August 7, 2021 by admin

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

Posted on July 10, 2021July 10, 2021 by admin

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…

©2025 Welcome to Tech by Example | Design: Newspaperly WordPress Theme