Category macOS

Disable Gatekeeper on macOS Big Sur (11.x)

Why? Since macOS 10.8, Apple requires applications to be signed before they can be run. However, code signing is a paid process (costing a $99/year subscription, and more if you also want to publish to the Mac App Store). Independent…

How to create the SSH Keys

Create a new key pair, if needed Open a terminal and run the following command: ssh-keygen You will be prompted to save and name the key.Generating public/private rsa key pair. Enter file in which to save the key (): Next…