- Connect the HDMI cable to your monitor.
- Plug in the keyboard and mouse.
- Power on the Raspberry Pi by connecting the power supply.
- Follow the on-screen instructions to complete the initial setup.
- Connect the Ethernet cable from your router to the Raspberry Pi.
- Verify the connection by checking the network settings.
- Open the terminal and run:
Go to
sudo nmtui
Activate a Connection
option, select your Wi-Fi and enter the passowrd.
Install nala
to get better readability from the terminal
sudo apt install nala -y
Run the following commands to ensure your system is up-to-date:
sudo nala update && sudo nala upgrade -y
- btop
sudo nala install btop
- SSH Server
sudo nala install openssh-server -y
- Additional Tools
sudo apt install vim git curl -y
Use the passwd
command to change the default password.
Install and configure ufw (Uncomplicated Firewall):
sudo apt install ufw -y
sudo ufw enable
Check for and disable any unnecessary services using:
sudo systemctl disable <service-name>