Difference between revisions of "MacOS"

From Ever changing code
Jump to navigation Jump to search
 
Line 4: Line 4:
sudo launchctl unload /Library/LaunchDaemons/com.opendns.osx.RoamingClientConfigUpdater.plist
sudo launchctl unload /Library/LaunchDaemons/com.opendns.osx.RoamingClientConfigUpdater.plist
</source>
</source>
= Resources =
* [https://gist.github.com/squarism/ae3613daf5c01a98ba3a iTerm2] cheatsheet

Latest revision as of 20:08, 12 September 2021

Proxy control

# Unload
sudo launchctl unload /Library/LaunchDaemons/com.opendns.osx.RoamingClientConfigUpdater.plist

Resources