Explore

Posts tagged "macos"

Browse fresh notes, guides, links, and shared pages created with PasteNow.

Microsoft | Teams Redesigned for Windows and macOS

Microsoft has repeatedly redesigned its products, typically to coincide with the release of its most recent operating system. Office, now officially rebranded as Microsoft 365, is…

Expanding PKGs on macOS

Let’s say you’re on a computer where you don’t have administrative access, but you really need to use this one piece of software. In my case,…

How to automate your macOS setup with Brewfile

Whether you’re a newcomer to the world of package managers or a seasoned pro, Brew promises to make your macOS software management experience smoother, more efficient,…

Make Ubuntu look like MacOS

Keeping aside the fact that developers prefer a MacBook over a windows system, All of us like to use a MacBook, mainly because of the User…

Switching to ARM-Based Node on MacOS

Why is there no single easily findable guide on how to do this? Well, there is now. After migrating to a M1/M2 MacBook from it’s Intel…

Using dtrace on MacOS with SIP enabled

The problem On all current MacOS versions (Catalina 10.15.x, Big Sur 11.x) System Integrity Protection (SIP) is enabled by default and prevents most uses of dtrace and other…

Setting Up Node.js on MacOS Using NVM

Starting your JavaScript journey requires setting up your development environment. One of the essential tools is Node.js. In this tutorial, we’ll install Node.js on MacOS using…

Getting Started with Ruby on MacOS

If you’re starting out with Ruby or Ruby on Rails development, you’ll want to know: How to properly install Ruby on Mac. How to setup a…

The macOS Concept Journey ??? Mach

In general, Mach is a kernel which was developed at CMU (Carnegie Mellon University) by both Richard Rashid and Avie Tevanian. The project ran at CMU…

Install anaconda on macOS using Homebrew

Instead of spend time for hours to setup an environment and install hundred of dependencies for Data Science work, we must spend time on the work…

Automatically Delete Screenshots on macOS

If we regularly take screenshots on our desktop or in a particular folder, these images can accumulate over time and consume unnecessary disk space. Additionally, these…

Keeping Applications Running on macOS with launchd

In the world of macOS, launchd serves as the kingpin of process management. It’s what boots your system, launches apps, and even keeps them running when they unexpectedly…

Install Hadoop on MacOS (Macbook M1)

The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. In this…