Skip to content

Latest commit

 

History

History
80 lines (48 loc) · 1.18 KB

macos.md

File metadata and controls

80 lines (48 loc) · 1.18 KB

MacOS

Install

Homebrew

https://brew.sh

apps

brew install git bat lnav
brew install --cask iterm2
brew install --cask rectangle
brew install --cask visual-studio-code
brew install --cask atom
brew install --cask postman
brew install --cask intellij-idea
brew install --cask google-chrome
brew install --cask drawio
#brew install plantuml

BAT - a cat clone with wings

brew install bat

The Logfile Navigator

brew install lnav

Tips

Showing hidden files via Mac Finder

Command + Shift + . (period)

Apps

Commander

Commander One

promo code: CMNDRMT-30

Windows Manager

Rectangle

Magnet

stats

brew install --cask stats

Problems

Problem 5000 / 7000 blocked

Why is Control Center on Monterey listening to port 5000 and port 7000?

https://developer.apple.com/forums/thread/682332

Port mappings

lsof -nP | grep LISTEN

https://forums.docker.com/t/port-mappings-are-not-released/10565/33