This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # ============================================================================= | |
| # Script: POP!_OS Tor Router Configurator | |
| # Descrição: Configura todo o sistema para rotear tráfego pela rede Tor | |
| # Autor: Gerado por IA | |
| # Uso: sudo bash popos_tor_router.sh | |
| # ============================================================================= | |
| # Cores e estilos |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # ============================================================================= | |
| # Script: POP!_OS Security Enhancer | |
| # Descrição: Avalia e corrige automaticamente problemas de segurança | |
| # Autor: Gerado por IA | |
| # Uso: sudo bash popos_security_enhancer.sh | |
| # ============================================================================= | |
| # Cores e estilos |