I usually forget what apps I regularly use on a Linux terminal until I get a command not found error. This will act as my reference to remember to install these apps when using a new terminal. This is a work in progress and apps may be added or removed. Most of these apps are…
Category: Mac
Useful Tools
Link Compilation Linux Useful Commands Linux Tool Alternatives
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…