Basic config changes on initial setup of my Raspberry Pi's
- zshrc (user / Pihole Chronometer Setup)
- cmdline.txt (configs for 3.5 LCD)
- hosts.allow (only allow connections from local and vpn network)
- hosts.deny (deny all other hosts)
- sshd_config (Port, Limited Sessions; Retries Only connection with ssh-key)
- systemd service / timer to renew ssl certificate (smallstep)
- nginx conf for pihole
- airconnect_installer (Install AirConnect, to get AirPlay on Sonos Products which doesn't have it builtin. Updating AirConnect if exists on the System.)
- airconnect_uninstaller (Uninstall AirConnect)
- YT: Video
Are you using bash?: #10 (comment)
curl -sSL https://raw.githubusercontent.com/pheiduck/rpi_configs/main/airconnect/airconnect_installer | zsh
curl -sSL https://raw.githubusercontent.com/pheiduck/rpi_configs/main/airconnect/airconnect_uninstaller | zsh
journalctl -u airupnp.service -f
curl -sSL https://raw.githubusercontent.com/pheiduck/rpi_configs/main/pihole-cloudflared | zsh
curl -sSL https://raw.githubusercontent.com/pheiduck/rpi_configs/main/update_fastfetch | zsh