Skip to content

Instantly share code, notes, and snippets.

@giridharmb
Last active May 10, 2024 14:46
Show Gist options
  • Select an option

  • Save giridharmb/d22b4206a1cd184b323486beb9b73d70 to your computer and use it in GitHub Desktop.

Select an option

Save giridharmb/d22b4206a1cd184b323486beb9b73d70 to your computer and use it in GitHub Desktop.
Mac OSX Notes

Default Screenshot Location

defaults write com.apple.screencapture location /Users/user1/Desktop/screenshots

iCloud Drive - Create Soft Link

# ln -s /Users/user1/Library/Mobile\ Documents/com~apple~CloudDocs /Users/user1/icloud_drive

Monitoring Tools

brew install htop
brew install glances

PID Of Process Listening on a specific port

# lsof -n -i4TCP:8080 | grep LISTEN
python-onb 6958 user1    8u  IPv6 0x6683620d0abf841f      0t0  TCP *:http-alt (LISTEN)

FFMPEG

brew install libav --with-fdk-aac --with-ffplay --with-freetype --with-libass --with-libquvi --with-libvorbis --with-libvpx --with-opus --with-x265
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment