Instructions on how to install the unrar command on macOS from source.
macOS Command Line Tools need to be installed on your local computer.
To install the Command Line Tools run the following command:
| #!/bin/zsh | |
| # WARNING! The script is meant to show how and what can be disabled. Don’t use it as it is, adapt it to your needs. | |
| # Credit: Original idea and script disable.sh by pwnsdx https://gist.github.com/pwnsdx/d87b034c4c0210b988040ad2f85a68d3 | |
| # Disabling unwanted services on macOS Big Sur (11), macOS Monterey (12), macOS Ventura (13), macOS Sonoma (14), macOS Sequoia (15) and macOS Tahoe (26) | |
| # Disabling SIP is required ("csrutil disable" from Terminal in Recovery) | |
| # Modifications are written in /private/var/db/com.apple.xpc.launchd/ disabled.plist, disabled.501.plist | |
| # To revert, delete /private/var/db/com.apple.xpc.launchd/ disabled.plist and disabled.501.plist and reboot. From Terminal : sudo rm -r /private/var/db/com.apple.xpc.launchd/* | |
| # user |
Some notes, tools, and techniques for reverse engineering macOS binaries.
Instructions on how to install the BasicTeX TeX distribution on macOS.
First step should be to unsinstall any previous BasicTeX installation. This step can be skipped if no BasicTeX version was previously installed.
To uninstall any previous BasicTeX installations use the following command(s):
Instructions on how to install the Node.js JavaScript runtime on macOS.
First step should be to unsinstall any previous Node.js installation. This step can be skipped if no Node.js version was previously installed.
This will completelly remove any Node.js previously installed. If you which
Instructions on how to install the CMake tool on macOS.
First step should be to unsinstall any previous CMake installation. This step can be skipped if no CMake version was previously installed.
To uninstall any previous CMake installations use the following commands:
Instructions on how to install the shellcheck command-line tool.
shellcheck can be obtained here.
Copy the link for the version that you want to install from there (or just use
lastest one).