Flush DNS cache locally on macOS Ventura, Monterey, Big Sur, OSX, Linux and Windows
When URLs are just not resolving the way you want, it may be time to clear or flush the DNS nameserver local cache – enter the relevant command in the Terminal/command line for the macOS operating system you are on. How to flush the local macOS DNS cache macOS Ventura 13.0.0 sudo dscacheutil -flushcache; sudo…
Read MoreInstalling Gulp on macOS Ventura – Intro guide to Gulp
Installing Gulp on macOS Ventura, macOS Monterey and earlier OS versions requires Nodejs and npm (Node Package Manager), so get that installed first following the linked guide. Gulp is an easier and slightly more modern javascript task runner than its sibling Grunt, which helps you automate numerous tasks in your workflow. You need to install…
Read MoreInstalling node.js on macOS Ventura and earlier macOS versions
node.js allows you to run javascript in the Terminal as appose to a regular browser which makes for a modern workflow in web development, with both node.js installed and a package manager called npm (Node Package Manager) also installed, which can manage other packages that work with node.js, one of the main ones being gulp.js…
Read MoreEnable the root user in macOS Monterey and earlier macOS versions
Here is how you enable the root user in macOS Monterey and earlier macOS versions, the macOS root user is disabled by default when the OS is installed. As an admin user launch System Preferences from the Apple Menu and go to the User and Groups pane, you will need to authenticate first by clicking on the padlock icon down the bottom left, then…
Read MoreReset Forgotten Admin Password on macOS Monterey and macOS Big Sur
The passwords for all accounts on macOS Monterey 12, Big Sur 11.2, Catalina, Mojave, macOS High Sierra and Sierra, OSX 10.11 El Capitan, OSX 10.10 Yosemite, OSX 10.9 Mavericks and OSX 10.8 Mountain Lion including admin and standard user accounts can be reset and changed when booted from the Recovery Partition on macOS. Boot into…
Read MoreHow to compress and uncompress files and folders in the Terminal in macOS Monterey
Since macOS is based on Unix there are a number of ways to compress files and folders within the filing system using Unix based application code, below are a few options using the Terminal or command line interface (cli). The default command line application interface in macOS is the Terminal and is stored in /Applications/Utilities.…
Read MoreMinimum System Requirements for macOS Monterey 12, can your Mac run it?
Find out if your Apple computer meets the minimum system requirements of the latest operating system, macOS Monterey 12, can your Mac run it. Apple have announced their latest operating system in June 2021 and named it macOS Monterey, which will be version macOS 12 it is the successor to Big Sur. The name Monterey…
Read MoreHow to make your SSH Terminal shell sessions last longer on macOS
If you find that your SSH shell sessions to remote computers are timing out too quickly with the error “Write failed: Broken pipe”, you can make a simple configuration to keep these sessions going as long as you have your terminal shell window running: Move into your SSH settings folder cd ~/.ssh Create a local…
Read MoreHow to Find & Delete Files in Directory by Modification Date in Linux
How to find and delete files in a Linux directory based on when the file had been modified from a certain amount of days ago – this can be useful for dealing with directories with copious amounts of files like email boxes and log folders. First to see the files modified or created based on…
Read MoreDifference between a Symbolic Link and a Finder Alias in macOS
A Symbolic or Soft Link is a traditional Unix link to an original file or directory which can reside anywhere on the filing system, the linked file when opened as a file or directory has the same contents as the original and if you edit the linked file or add content to the linked directory…
Read More