Skip to content

jvlr95/UFW_Config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

[en-us] - Setting up UFW

  1. config-ufw.sh:
    • To use this script, the user needs to install the Uncomplicated Firewall (UFW) through the distribution's package manager.
      • Fedora:
        sudo dnf install ufw -y
      • Debian and derivatives:
        sudo apt install ufw -y
      • openSUSE:
        sudo zypper install ufw -y
      • Arch Linux and derivatives:
        sudo pacman -S ufw
    • Grant execute permissions and run the script with sudo privileges:
      chmod +x config-ufw.sh
      sudo ./config-ufw.sh
    • Note: Before executing the scripts, ensure you meet the requirements and carefully review the code to avoid issues. Use responsibly.

This section provides the necessary instructions for installing UFW on various Linux distributions before proceeding with the configuration script. Adjust the installation commands as per your specific Linux distribution.


[pt-br] - Configuração UFW -- Shellscript

  1. config-ufw.sh:
    • Para usar este script, o usuário precisa instalar o Uncomplicated Firewall (UFW) através do gerenciador de pacotes da distribuição.
      • Fedora:
        sudo dnf install ufw -y
      • Debian e derivados:
        sudo apt install ufw -y
      • openSUSE:
        sudo zypper install ufw -y
      • Arch Linux e derivados:
        sudo pacman -S ufw 
    • Conceda permissões de execução e execute o script com privilégios de sudo:
      chmod +x config-ufw.sh
      sudo ./config-ufw.sh
    • Observação: Antes de executar os scripts, verifique se atende aos requisitos e revise o código cuidadosamente para evitar problemas. Utilize com responsabilidade.

Esta seção fornece as instruções necessárias para instalar o UFW em várias distribuições Linux antes de prosseguir com o script de configuração. Ajuste os comandos de instalação conforme sua distribuição Linux específica.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages