Skip to content

Instantly share code, notes, and snippets.

View jusefn's full-sized avatar

Jusef N. jusefn

  • Austria
View GitHub Profile
@nadiaholmquist
nadiaholmquist / 0-pam-touchid-setup.md
Last active April 28, 2023 11:09
Permanent setup for sudo with Touch ID for macOS

Permanent sudo Touch ID setup for macOS

Want to use Touch ID with sudo but annoyed that the change gets reset every time macOS updates? Here's a hacky solution to fix that!

Installation

  1. Compile pam-touchid-setup.c
    clang -o pam-touchid-setup pam-touchid-setup.c
    
@slykar
slykar / docker-compose-hackintosh.md
Last active May 26, 2024 04:58
Docker and Docker Compose on AMD OSX Hackintosh via Docker Machine

Introduction

Docker.app will complain about incompatible processor, so we will use Docker Machine.

Instalation

Download Docker for Mac (Docker.app). It contains some binaries that are necessary.

brew install virtualbox docker-machine