raspberry_pi_cluster:raspberry
Raspberry useful commands
# Set a password for root user: sudo passwd root
# Allow root login sudo nano /etc/ssh/sshd_config # Authentication: PermitRootLogin: yes # restart ssh service sudo service ssh restart
# Secure off sudo shutdown -h now # Memory free -m # Disks lsblk -f # Version OS /cat/etc/osrelease # Temperature vcgencmd measure_temp
raspberry_pi_cluster/raspberry.txt · Last modified: 2025/02/07 11:34 by 85.219.17.206
