Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 915 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 915 Bytes

RPi-config

Configuration files and miscellaneous scripts for my Raspberry Pi (running Raspbian)

.zshrc

I use zsh with the oh-my-zsh framework and the oh-my-via theme.

bootstrap.sh

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.

dhcpcd.conf

Configuration file to use a static IP address.

iptables

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

Fail2ban configuration files, for protection against DoS attacks through ssh.