Category Mac

Format of External Harddisk compatible for both Mac OS and Windows

If you want to use your external hard drive in both windows and Mac OS then we need to change the format of the hard drive. I am using WD hard drive that comes with the default NTFS format and… Continue Reading →

Check the Folder Size in the mac OS Terminal

If you want to see the space any folder or directory is occupying in your mac then you can the below command in your mac terminal. Step 1: Open your mac terminal by pressing command + space bar and type… Continue Reading →

Install Docker in Mac OS

By command line INSTALL First, install cask by type in the terminal brew tap phinze/homebrew-cask brew install brew-cask and then type: brew cask install docker And run docker by open /Applications/Docker.app (or by macOs bottom menu> launchpad > docker – on… Continue Reading →

Install MySql in macOS step by step

Step 1:Install MySql with the help of homebrew. If it is not installed in your system. You can install it from here. Step 2: Run the below command from the terminal. brew install mysql Step 3:set the path of MySQL… Continue Reading →

How to install Apache in mac OS step by step

If you are trying to install Apache in Mac OS use the below step by step tutorial. Step 1: Install Apache with the help of homebrew. If it is not installed in your system. You can install it from here…. Continue Reading →

Install python in mac OS step by step

Step 1:Install Python with the help of homebrew. If it is not installed in your system. You can install it from here.https://mybeliefs.in/install-homebrew-package-manager-in-macos/ Step 2:Run the below command in the terminal to install python3 in your system. brew install python3

Install Homebrew package manager in macOS

Homebrew is a powerful package manager like apt in Ubuntu. With the help of homebrew you can install packages from the terminal quickly. Run the below command from the terminal to install homebrew package manager. ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”… Continue Reading →

Set Finder’s default folder in Mac OS X

When you open the finder then by default it opens the recent folder but sometimes you want to customize it according to your need or most frequently visited folder. Follow the below steps to set the Mac Finder default folder… Continue Reading →

How to cut and paste a file or folder in mac OS

If you are new to mac and previously worked on Windows and Linux, I am sure it will be a nightmare for you to do cut and paste. I was also struggling for the same, finally got the below solution… Continue Reading →

© 2024 My Beliefs

Write us at [email protected]