Use grep to search for some particular text inside files and folders recursively.
Continue reading “Find text inside files using Terminal on Linux or Mac OSX”CLI Terminal tricks
Simply a document for me to store helpful CLI tricks I come across and prefer not to forget.
Continue reading “CLI Terminal tricks”Manage SSH keys on a Mac (OSX)
The generated key consists of a pair of files, one private and one public. It’s very important that you never share the private key, ever. While you will use the public key to authenticate with the external service.
Continue reading “Manage SSH keys on a Mac (OSX)”