Difference between revisions of "MacOS"

From Ever changing code
Jump to navigation Jump to search
(Created page with "Proxy control <source lang=zsh> # Unload sudo launchctl unload /Library/LaunchDaemons/com.opendns.osx.RoamingClientConfigUpdater.plist </zsh>")
 
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
# Unload
# Unload
sudo launchctl unload /Library/LaunchDaemons/com.opendns.osx.RoamingClientConfigUpdater.plist
sudo launchctl unload /Library/LaunchDaemons/com.opendns.osx.RoamingClientConfigUpdater.plist
</zsh>
</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