Articles tagged "catalina"
3 min readBeginner
How to use nix with catalina
After Catalina upgrade /nix will not be writable. In this tutorial, we explain step by step how to use nix with catalina by creating a volume to mount /nix on it. Read the full tutorial to find step by step
1 min readBeginner
OSX Catalina: ld: library not found for -lssl SOLUTION
When you compile something that requires ssl you need to set the export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/opt/openssl/lib/, check here for more details
1 min readBeginner
How to disable sip mac os catalina
In this brief tutorial, we explain how to disable SIP. You will need to start on recovery mode and from the terminal execute: csrutil disable. Make sure you understand what it means to disable SIP, read here for more information.