We can install MySQL server using Homebrew on any Computer which is running Apple M1/M2 chip. First, we need have a Homebrew installed on your system and then we can install MySQL server Homebrew Install MySQL Set Root Password* I would suggest setting root password unless you are 100% sure that you are not going […]
MacOS
Installing JMeter on MacOS using Homebrew
Use following command to install JMeter using brew, before processing to install make sure you have already installed brew on your Mac. Now you have successfully installed JMeter on your mac. You can type jmeter in command to open it up. Open existing JMeter (.xml) test file using command line
Installing NVM(Node Version Manager) on Mac OS using Homebrew
Installing NVM: you can use nvm -v to show the version of nvm Install selected version of NodeJS You can check all available version of NodeJS to install Install LTS version of NodeJS Switch between NodeJS Version To check witch version you have on your system you can use nvm ls Uninstall a Specific version of NodeJS