Tag: macos

Mac Terminal Commands

May 18, 2023

Since macOS is a POSIX compliant UNIX operating system, most of its command-line syntax is the same or similar to Linux. However, macOS also features system-specific commands designed to help users manage their machine's hardware and software. This article presents a comprehensive list of Mac terminal commands, alongside a downloadable PDF cheat sheet for easy reference.

Read more

DNS Configuration: Everything You Need to Know

March 23, 2023

Every network administrator needs to know how to change DNS configuration. Learn how to configure DNS on Windows, Linux, and macOS in this step-by-step guide.

Read more

Installing FFmpeg on Mac

October 27, 2022

FFmpeg is an open-source CLI tool for audio and video file processing. It comprises a suite of programs and libraries for decoding, encoding, streaming, filtering and playing various multimedia formats. This guide will present three different ways to install FFmpeg on macOS.

Read more

How to Install Java on Mac

July 21, 2022

Java Development Kit (JDK) comes with the Standard Edition of the Java API and a collection of components for running Java applications called Java Runtime Environment (JRE). This article shows you how to install the JDK and the JRE on macOS.

Read more

How to Install Jenkins on Mac

July 13, 2022

Jenkins helps developers and organizations automate coding and deployment. This tutorial shows how to install Jenkins on Mac.

Read more

How to Install Podman on macOS

March 17, 2022

Docker is a platform synonymous with app containerization. However, there are other projects that aim to diversify the offer in the container management market. Podman is one of the open-source projects that has recently become popular. This article will show you how to install Podman on macOS using Homebrew.

Read more

How to Install Homebrew on Mac

November 2, 2021

Homebrew is a popular open-source package manager for macOS. This tutorial shows how to install and use Homebrew on your Mac.

Read more

How to Install Pip on Mac

September 28, 2021

Pip is a Python package manager allowing users to connect to an online repository of public packages. This tutorial shows how to install Pip on macOS.

Read more

How to Install PuTTY on Mac

September 21, 2021

This step-by-step tutorial shows how you can install PuTTY on your macOS. PuTTY is a popular, open-source Telnet and SSH client, originally developed for Windows, and later ported to macOS.

Read more

How to Install Node.js and NPM on Mac

September 9, 2021

Node.js is a popular back-end JavaScript runtime used for creating web servers and scalable network apps. NPM is a package manager for JavaScript and the default package manager for Node.js. This tutorial will show you how to install Node.js and NPM on MacOS.

Read more
1 2 3