What is SIP – System Integrity Protection in macOS

Remove Sip Macos

macOS Big Sur ships with a new security process referred to as SIP or System Integrity Protection also known as rootless it has been part of the macOS since OSX 10.11 El Capitan. This guide goes through disabling and enabling SIP and seeing that status of SIP at anytime. What SIP essentially does is protect…

Read More

Install and Configure wget on macOS

Xcode Yosemite

macOS Mojave, Sierra, and earlier versions come with the command line utility called ‘curl‘ which is a network transfer tool, it does not come with the popular ‘wget‘, in fact, ‘curl‘ can probably get you by just fine, check man curl at the command line to see its usage. Otherwise, let’s look at getting ‘wget‘… this can…

Read More

MacBook Pro 13-inch without Touch Bar Review 2017

Macbook Pro Alongside Macbook Air

Recently I updated to the MacBook Pro 13-inch without Touch Bar and TouchID, this is the lower end model in the MacBook Pro lineup with 2 Thunderbolt 3 (or USB-C) ports released in October 2016, model number A1708, MacBook Pro 13, 1. In 2017 this model had a speed bump and features more prominently on…

Read More

Import a mysql database into macOS via Terminal

Remove Mysql Databse Macos

Import a mysql/mariadb  database into macOS via the command line I have found that phpmydmin on the Mac has issues with the max upload file size limit and changing the value in php.ini doesn’t always do the trick. With mysql already installed a quick trip to the terminal will sort this out. Create the database…

Read More