Skip to content

Instantly share code, notes, and snippets.

@nelaaro
Forked from jsuryahyd/commands.sh
Created August 19, 2025 08:30
Show Gist options
  • Select an option

  • Save nelaaro/c1143a33dd2516c287cda3c6c74790b9 to your computer and use it in GitHub Desktop.

Select an option

Save nelaaro/c1143a33dd2516c287cda3c6c74790b9 to your computer and use it in GitHub Desktop.
disable zscaler on mac
# https://www.atpeaz.com/disable-zscaler-temporarily-on-your-mac/
# disable
sudo launchctl unload /Library/LaunchDaemons/com.zscaler.service.plist && sudo launchctl unload /Library/LaunchDaemons/com.zscaler.tunnel.plist
# Reenable
sudo launchctl load /Library/LaunchDaemons/com.zscaler.service.plist && sudo launchctl load /Library/LaunchDaemons/com.zscaler.tunnel.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment