OpenSnitch 安装: Linux 防火墙工具

程序名称:OpenSnitch 安装:

授权协议: GPL 3

操作系统: Linux

开发语言: Python

OpenSnitch 安装: 介绍

运行在 GNU/Linxu 上,从 Little Snitch 上移植来的一款应用防火墙工具。

安装:

# install dependenciessudo 
apt-get install protobuf-compiler libpcap-dev libnetfilter-queue-dev python3-pip
go get github.com/golang/protobuf/protoc-gen-go
go get -u github.com/golang/dep/cmd/dep
python3 -m pip install --user grpcio-tools

# clone the repository (ignore the message about no Go files being found)
go get github.com/evilsocket/opensnitchcd 
cd $GOPATH/src/github.com/evilsocket/opensnitch

# compile && install
make
sudo make install

# enable opensnitchd as a systemd service and start the UI
sudo systemctl enable opensnitchd
sudo service opensnitchd start
opensnitcH-ui

OpenSnitch 安装: 官网

https://github.com/evilsocket/opensnitch

相关编程语言

memcached-session-manager 将session存储到memchac...
Tomcat Native 这个项目可以让 Tomcat 使用 Apache ...
EasyTomcat 是一个用来帮助简化 Tomcat 和MySQL 管理...
riak-session-manager 是使用 Riak 来存储Tomcat se...
tomcat-redis-session-manager 是一个用来将 Tomcat...
这是一款在 Oracle 的 JDeveloper 开发环境下管理To...