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 {} ;Storage
Upgrade your storage on Linux servers
Fail2Ban
Fail2Ban is a security tool that helps protect your server from brute-force attacks and unauthorized access attempts. It works by monitoring log files for suspicious activity, such as repeated failed login attempts, and then takes action to block the offending IP addresses.