Guides
Zscaler
With these commands you can enable and disable Zscaler on a Mac/Linux machine.
Please do not disable Zscaler if your organisation does not allow that.
This has only been tested on MacOs, but should work on Linux as well. Please test it on a non-production machine first.
Enable Zscaler
bash
open -a /Applications/Zscaler/Zscaler.app --hide
sudo find /Library/LaunchDaemons -name '*zscaler*' -exec launchctl load {} ;Disable Zscaler
bash
find /Library/LaunchAgents -name '*zscaler*' -exec launchctl unload {} ;
sudo find /Library/LaunchDaemons -name '*zscaler*' -exec launchctl unload {} ;Taskfile
Taskfiles are a way to define tasks that can be run with the `task` command. They are written in YAML and can be used to automate common tasks such as building, testing, and deploying your application.
TUI
This script is a simple tool that allows you to do multiple things on your Linux system.