-bash: nvm: command not found
Hello NVM users! I recently encountered a situation where i installed the nvm but while trying to use it, I was showing the error as “-bash: nvm: command not found”. In this blog i will share the solution i used to resolve it. so that everyone can get help form it. Lets understand the NVM first. […]
How to update readonly hosts file?
While trying to edit my readonly hosts file on a Mac, I was getting the following output and I was unable to save any changes. Let’s decode this and see how we can edit readonly hosts file and save our changes. Explanation of Each Part: Why this is Read-Only? The hosts file is usually a […]
How to Install Homebrew in macOS
We often struggle to install the Homebrew package manager in our mac. Although it is a simple installation but it always gives surprises. I have also done it earlier couple of times, and had different experience for macOS. Its been a bit tricky, but anyways it’s simple. we can follow the below steps and it […]
How to do recursive copy in mac
Before learning about recursive copy lets go through the copy command first. What is Copy command in mac? “cp” command is used to copy the files from source directory to destination directory in mac. If we are using this “cp” command without any arguments as below, it can only copy the specific file. It won’t […]