tech:macos:misc
Misc
Delete Login Item with Applescript
osascript -e 'tell application "System Events" to delete login item "itemname"'
netstat replacement
On Linux
netstat -tulpn
on macOS
sudo lsof -i -n -P
tech/macos/misc.txt · Last modified: 2025/01/02 21:47 by eburk