https://www.raspberrypi.org/software/
Default user: pi
with password: raspberry
-
Update system package list
sudo apt update
-
Upgrade packages
sudo apt full-upgrade
-
(Optional) Clear apt cache
sudo apt clean
-
Install on-screen keyboard
sudo apt install matchbox-keyboard
sudo systemctl enable ssh
sudo systemctl start ssh
To check if ssh is running
sudo systemctl status ssh
To disable SSH password authentication open sshd_config
sudo nano /etc/ssh/sshd_config
Edit the following properties as follows
PasswordAuthentication no
ChallengeResponseAuthentication no
UsePAM no
Restart ssh service
sudo systemctl restart ssh
https://github.com/pi-hole/pi-hole/#one-step-automated-install
sudo apt install zsh
Follow instructions from here https://ohmyz.sh/#install
pihole -up