How to check ports is used in Linux OR macOS
Please type the below command to check single port is used or not sudo lsof -i:22 22 is the port you can change like HTTP port 80 or HTTPS port…
Please type the below command to check single port is used or not sudo lsof -i:22 22 is the port you can change like HTTP port 80 or HTTPS port…
https://www.ai38ml.com/how-to-install-homebrew-on-macos/ Open your terminal and run the below command brew install clamav cd /usr/local/etc/clamav cp freshclam.conf.sample freshclam.conf nano freshclam.conf Comment to the Example line like below # Comment or remove…
Open a terminal and install Xcode using the below command xcode-select --install After that, install Homebrew using the below command /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" Check Homebrew set up correctly…
Connect your Node MCU ESP8266 to your Mac using a data cable. Note:- check your cable must be data cable not charging cable Install esp tool using the below command…