Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secure Linux #24

Open
OhMyMndy opened this issue Apr 12, 2023 · 0 comments
Open

Secure Linux #24

OhMyMndy opened this issue Apr 12, 2023 · 0 comments

Comments

@OhMyMndy
Copy link
Owner

OhMyMndy commented Apr 12, 2023

if command -v apt-get; then
    sudo apt-get update -q
    sudo apt-get install -y -qq libnetfilter-queue1

    curl -SsL -o opensnitch.deb https://github.com/evilsocket/opensnitch/releases/download/v1.5.2/opensnitch_1.5.2-1_amd64.deb
    sudo dpkg -i opensnitch.deb
    sudo apt-get install -y -f
    sudo dpkg -i opensnitch.deb 
    rm -f opensnitch.deb


    curl -SsL -o opensnitch-gui.deb https://github.com/evilsocket/opensnitch/releases/download/v1.5.2/python3-opensnitch-ui_1.5.2-1_all.deb
    sudo dpkg -i opensnitch-gui.deb
    sudo apt-get install -y -f
    sudo dpkg -i opensnitch-gui.deb
    rm -f opensnitch-gui.deb

    curl -SsL -o firejail.deb https://github.com/netblue30/firejail/releases/download/0.9.72/firejail_0.9.72-apparmor_1_amd64.deb
    sudo dpkg -i firejail.deb && rm -f firejail.deb   

fi

if command -v dnf; then
    sudo dnf install -y https://github.com/evilsocket/opensnitch/releases/download/v1.5.2/opensnitch_1.5.2-1_amd64.rpm

    sudo dnf install -y https://github.com/evilsocket/opensnitch/releases/download/v1.5.2/opensnitch-ui-1.5.2-1.noarch.f29.rpm
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant