Creating a bootable USB drive from ISO on mac
Get a list of the current drives that are mounted. It will be something like “/dev/disk2″. Notice the number at the end, this is the most important part. The current format of the usb...
Get a list of the current drives that are mounted. It will be something like “/dev/disk2″. Notice the number at the end, this is the most important part. The current format of the usb...
If you are having issues with running a script because a process already has the port open, in this error example, it’s port 3000 Error: listen EADDRINUSE :::3000 We can create a bash script...