Skip to content

Instantly share code, notes, and snippets.

View nurujjamanpollob's full-sized avatar
🎯
Focusing

Nurujjaman Pollob nurujjamanpollob

🎯
Focusing
View GitHub Profile
@maxwellmlin
maxwellmlin / LPX-Trial-Reset.sh
Created April 14, 2021 03:46
Logic Pro X Trial Reset
mv -v ~/Library/Application\ Support/.lpxuserdata ~/.Trash
@surjikal
surjikal / macos-openssh-portable.sh
Last active June 14, 2024 19:07
Compile OpenSSH Portable on OSX / MacOS
#!/usr/bin/env bash
brew install openssl
git clone git://anongit.mindrot.org/openssh.git
cd openssh
# The './configure' script does not exist, so we have to build it
autoreconf