Configuration files and miscellaneous scripts for my Raspberry Pi (running Raspbian)
I use zsh with the oh-my-zsh framework and the oh-my-via theme.
This bootstrap script installs a few useful packages, as well as the zsh shell, and the oh-my-zsh framework with the oh-my-via theme. It also deploys the .zshrc
file automatically.
Configuration file to use a static IP address.
Simple IPv4 rules, for accepting connections from a local network (192.168.0.0/16
) and dropping everything else. No IPv6 support (everything is dropped).
Load the rules with iptables-restore < rules.v4
and ip6tables-restore < rules.v6
.
Fail2ban configuration files, for protection against DoS attacks through ssh.