Skip to content

Instantly share code, notes, and snippets.

View LiliOlczak's full-sized avatar
🎯
Focusing

LiliOlczak

🎯
Focusing
View GitHub Profile
@LiliOlczak
LiliOlczak / raspberrypi_setup.sh
Last active February 3, 2020 18:22
Basic configuration for a new Raspbian installation on RaspberryPi
#!/bin/bash/
# Basic configuration for a new Raspbian installation on RaspberryPi
# Updates:
sudo apt update
sudo apt -y full-upgrade
# 1. SECURITY: ------------------------------------------