Link Compilation Linux Useful Commands Linux Tool Alternatives
Category: Mac
Install telnet, ftp on MacOS
telnet and ftp have been removed from Mac. While people shouldn’t be using insecure versions ofthese protocols, I use telnet often to diagnose connections issues. The solution to this is to installinetutils. You can install inetutils using Homebrew or MacPorts, but I prefer compiling from source. It is morestraight-forward and does not require installing additional…