Tag: macos

How to Install SQL Server on MacOS

July 13, 2021

Microsoft's SQL Server 2019 supports Windows 10, Linux, macOS, and Docker as install options. This tutorial takes you through the process of installing SQL Server on macOS as a Docker deployment.

Read more

How to Update Git

May 25, 2021

This tutorial provides an overview of different ways you can update Git on Linux, Windows, and MacOS systems.

Read more

How to Install Puppet on macOS

April 1, 2021

Puppet is an open-source administrative engine that lets you perform remote admin tasks in a network through a single master node.
This tutorial will show you how to install Puppet Agent on macOS.

Read more

How to Set Environment Variables in MacOS

January 18, 2021

Environment variables store values that help build the system environment and run processes.
In this tutorial, learn how to set, view, and unset environment variables in macOS.

Read more

How to Install Helm on Ubuntu, Mac and Windows

December 10, 2020

Helm is a package manager for Kubernetes that simplifies deployment process. Follow this step-by-step tutorial to learn how to install Helm on Ubuntu, Mac and Windows.

Read more

How to Check Java Version on Mac or Windows

August 24, 2020

Need to find which version of Java is installed on your system? This guide shows you how to do so, using the GUI or the command line, on macOS and Windows.

Read more

How to Install NumPy

May 8, 2020

NumPy (Numerical Python) is an open-source library for the Python programming language. It is used for scientific computing and working with arrays. This tutorial outlines how to install NumPy on popular Operating Systems.

Read more

How to Install SQL Workbench for PostgreSQL

March 13, 2020

Save time and effort by managing different database systems with a single tool. Find out how to set up SQL Workbench to connect to a PostgreSQL database with four (4) easy steps. Use SQL Workbench to migrate data between your databases without the need to use several concurring interfaces.

Read more

How to Install and Get started with Git on Mac

February 4, 2020

Git is a version control system that allows developers to track a project and actively contribute without interfering in each other’s work. Learn how to install Git, with four different installation approaches and get started with using the system. Configure Git and see how to track and commit changes.

Read more

How to Update Node.js to Latest Version {Linux, Windows, and macOS}

January 29, 2020

If you are a Node.js user, you need to make sure to regularly update the software package as new releases come out often. This guide shows you different ways how to upgrade to the latest Node.js on Linux, Windows, and macOS. Get the newest Node.js release by following these simple instructions.

Read more