LINUXOPOLIS # 1,076 ~ UFW - APACHE2steemCreated with Sketch.

in #linux4 years ago

UFW-APACHE

Building a Linux Habitat
willi glenz @ telegram
Published with SteemPeak
home ~ previous

screenshot by willi glenz

vim ~/.config/fish/functions/gufw-apache.fish

function gufw-apache --description 'firewall to protect apache2'
    clear; echo
    echo '=========================================================================='
    echo '                                UFW-APACHE                                '
    echo ' /etc/default/ufw                                                         '
    echo '=========================================================================='
    echo ' # ufw status                // verbose|numbered                          '
    echo ' # ufw reset                 // reset                                     '
    echo ' # ufw enable                // enable|disable                            '
    echo ' # ufw allow SSH             // allow|deny|reject                         '
    echo ' # ufw allow WWW             // allow|deny|reject                         '
    echo ' # ufw reload                // reload                                    '
    echo ' # ufw status                // verbose|numbered                          '
    echo ' # systemctl status ufw      // systemd                                   '
    echo ' # tail -f /var/log/ufw.log  // log-file                                  '
    echo '                                                                          '
    echo '=========================================================================='
    echo
end
SOURCES
 man-pages ........... $ man ufw
 tecmint ............. tecmint.com/setup-ufw-firewall-on-ubuntu-and-debian/
 ubuntuusers (de) .... wiki.ubuntuusers.de/ufw/
 ubuntu .............. wiki.ubuntu.com/UncomplicatedFirewall
 fish ................ fishshell.com/docs/current/index.html
 picture ............. screenshoot by me ~ my gnome-desktop

Coin Marketplace

STEEM 0.25
TRX 0.11
JST 0.032
BTC 61041.41
ETH 2947.17
USDT 1.00
SBD 3.85