Skip to content

Instantly share code, notes, and snippets.

View justingoldberg's full-sized avatar

Justin Goldberg justingoldberg

View GitHub Profile

Various Versions of macOS/OSX will fail on install for various reasons. You can fix them by disconnecting from your wifi or network or resetting your NVRAM. Booting from your USB stick, opening terminal and doing: date ########## where the # nubers are below. Format is: MMDDhhmmYY

10.16 - 0.5 Leopard   - date 0101010121 <- Currently not needed
10.15 - Catalina      - date 0101010120 <- Currently not needed
10.14 - Mojave        - date 0101010119 <- Currently not needed
10.13 - High Sierra   - date 0101010118

10.12 - Sierra - date 0101010117

@justingoldberg
justingoldberg / zshrc
Last active July 10, 2023 20:24
MacOSX / Linux Aliases
#Recreate Linux commands on MacOS
#Imperfect, this is a work in progress.
#alias lsusb="ioreg -p IOUSB -w0 | sed 's/[^o]*o //; s/@.*$//' | grep -v '^Root.*'"
alias lsusb="diskutil list"
alias blkid="df -Hl"
alias lsblk="df -Hl"