Raspberry Pi Commands
Basic Commands
arp -assh pi@raspberrypiUser Management
Adding a new user with a home directory
sudo useradd -m sven -G sudoSetting a password for a user
sudo passwd svenSystem Information
Getting system information (e.g., IP address):
Getting the hostname
Checking for all connected USB devices
System Configuration
Accessing the Raspberry Pi configuration tool:
Starting the graphical user interface (GUI):
Rebooting the system
Web Server Setup
Updating the system
Installing the Apache web server and PHP:
Installing MySQL
Audio Playback
Playing an audio file
Remote Control
Installing VNC server for remote access
Starting the VNC server
File Sharing
Installing file sharing support
Last updated
Was this helpful?
