Scripts
TUI
This script is a simple tool that allows you to do multiple things on your Linux system.
Please review the script before running!
Download:
Run this command to download the script on your system.
bash
curl -o tui.sh https://git.aio.sh/assie/scripts/-/raw/main/tui.shUsage:
Run this command to execute the script.
bash
bash tui.shFeatures:
| Step | What it does |
|---|---|
| Update | apt update && apt upgrade |
| Base packages | Installs curl and ufw |
| UFW rules | Denies all incoming, allows outgoing, SSH, and Tailscale interface |
| Docker | Installs via my script |
| Tailscale | Installs via the official install script |
The script:
The script is open source and available on Git.
Zscaler
With these commands you can enable and disable Zscaler on a Mac/Linux machine.
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.