Mac Setting #
Safari #
Empty Caches #
Safari
>Preferences
Advanced
- Check
Show Develop menu in menu bar
Develop
>Empty caches
Proxy Settings #
Switch On
Safari
>Preferences
Advanced
Change Settings...
Select
Proxies
tab- Check
Web Proxy (HTTP)
and enterproxy domain
:proxy port
- Check
Secure Web Proxy (HTTP)
and enterproxy domain
:proxy port
- Click
OK
- Check
Click
Apply
Restart
Safari
(It will take some time for the change to take effect)
Box Drive #
- How to display Box Drive context menu
System Preferences
>Extensions
- Checl
Box
>Finder Extensions
Siri #
How to disable Siri #
https://pc-karuma.net/mac-touch-bar-delete-siri-button/
Preview #
https://support.apple.com/en-us/guide/preview/prvw15636/mac
How to use two Mac apps side by side in Split View #
https://support.apple.com/en-us/HT204948
Port #
How to find a process on a specific port.
$ sudo lsof -i:<Port Number>
e.g.
$ sudo lsof -i:5432
How to kill the process running on the specific port.
$ kill -9 <PID>