How to SSH to Mac from iPad
Want to SSH into your Mac, from your iPad? SSH is pretty easy to setup, so if you’d like to have Terminal access of an iMac from an iPad Pro, for example, you’ll be up working in no time at all.
Want to SSH into your Mac, from your iPad? SSH is pretty easy to setup, so if you’d like to have Terminal access of an iMac from an iPad Pro, for example, you’ll be up working in no time at all.
Occasionally, Mac users may notice that icons in the Finder of MacOS or the Dock of MacOS either display as generic icons, or the icons do not align with what they should (for example, seeing a generic document icon instead of a PDF thumbnail, or seeing a VLC icon instead of a zip archive icon, … Read More
MacOS Monterey and MacOS Big Sur introduced a new style to the MacOS alert dialog boxes, which look more like something you’d see in iOS than MacOS. In the new design style for MacOS alert dialog windows, everything is centered with the app icon on the top and the alert messages below, whereas the older … Read More
SHA512 hashes are often used to determine data integrity, whether for matching a downloaded file to an original on a server, or for command output, or to make sure a file transfer was successful, or not tampered with. Checking a SHA512 hash is pretty easy on a Mac, thanks to bundled command line tools that … Read More
Ready to automate Mac app downloads and installs? If you’re setting up a new Mac, you probably know how tedious it is to manually navigate to a bunch of different developer websites, and to individually download and install all the Mac apps you may want. This is a necessary but time consuming procedure for setting … Read More
If you are a Mac laptop user and you spend a lot of time at the command line, you may appreciate knowing that you can enable Low Power Mode on a Mac laptop through a terminal command. Enabling Low Power Mode through the command line on a MacBook Pro, MacBook Air, and MacBook is the … Read More
If you have attempted to use nano at the command line on MacOS recently, you may have noticed that the pico text editor is launched instead, via a symlink for /usr/bin/nano to pico. This is because the latest versions of MacOS remove the nano text editor from the command line for whatever reason, and instead … Read More
The Mac includes a command line interface to run and interact with Shortcuts app. This could be potentially useful to some macOS users who rely on the Shortcuts app for scripting and automation, and who spend a lot of time in the Terminal The currently available shortcuts command line flags include ‘run’, ‘list’, ‘view’, and … Read More
Have a bunch of Terminal windows open on your Mac that’d you like to merge into a single tabbed window? No problem, you can stop juggling several different terminal windows and get them all sorted out into a nice and easy to manage single tabbed window, thanks to a handy feature built into the Terminal … Read More
Python users on the Mac are likely aware that Python is being deprecated from macOS 12.3 onward, and will no longer be preinstalled on the Mac. But Python remains an incredibly popular programming language, and if you rely on Python you’ll likely want to continue to have Python available in macOS. It’s easy to get … Read More
Want a vertically split set of Terminals on the Mac, so that you can have two concurrent terminals running side by side for executing their own commands? Of course you do, this is a staple feature of many terminal apps for linux and unix command lines, so having this feature on the Mac is a … Read More
If you’d like to find comprehensive system information about a Mac, you’ll find the Terminal is an excellent way to retrieve this data quickly. We’ll provide a handy command that reveals extensive system information about a Mac, including the current system software version and build number, kernel version, boot volume, boot mode, computer name, active … Read More
Need to run a Terminal command as fast as possible? You can do so right from the Dock with this neat trick for Mac.
If you recently installed Oh My Zsh or updated a Mac running Oh My Zsh, you may encounter a large error message screen upon launching new terminal windows. The error usually states “Insecure completion-dependent directories detected”, and showing a series of /usr/local/share/zsh/ directories whose permissions zsh considers insecure. There are two choices to deal with … Read More
If you’re new to VI or VIM, the command line text editors, you may be wondering some of the basics, like how to save files, or how to both save and quit in vim in one fell swoop.
Need to check the sha256 hash of a file? You can easily check the SHA 256 checksum of any file in macOS from the command line. We’ll cover two different command line tools to verify a sha256 checksum on the Mac, and both come preinstalled with all modern versions of MacOS.
If you had previously installed Oh My Zsh on a Mac and now have decided you no longer want it on the computer, you can remove and uninstall Oh My Zsh with a very simple command string.
Wondering where the .zshrc file is located on a Mac? If you’re a Mac command line user who is interested in using and customizing the zsh shell, or using something like Oh My Zsh, you may be curious to know what and where the .zshrc file is located, and how to access it so that … Read More