Skip to content

Instantly share code, notes, and snippets.

View jasondinh's full-sized avatar

Jason Dinh jasondinh

View GitHub Profile
@jasondinh
jasondinh / limd-build-macos.sh
Created June 2, 2024 05:11 — forked from nikias/limd-build-macos.sh
Build libimobiledevice stack for macOS with ease
#!/bin/bash
# If you like this script and my work on libimobiledevice, please
# consider becoming a patron at https://patreon.com/nikias - Thanks <3
REV=1.0.16
if test "`echo -e Test`" != "Test" 2>&1; then
echo Please run this with zsh or bash.
exit 1
@jasondinh
jasondinh / nvme_mount.md
Created August 26, 2022 13:38 — forked from a-maumau/nvme_mount.md
how to mount m.2 ssd/hdd
@jasondinh
jasondinh / osx_developer_installation.rst
Created August 1, 2012 07:35 — forked from stefanfoulis/osx_developer_installation.rst
Instructions on how to setup an OSX developer machine for (python/django) development

OSX Developer System installation

This guide assumes a fresh install of Mac OSX 10.7 Lion.

Homebrew