Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 486 Bytes

raspbian.md

File metadata and controls

32 lines (26 loc) · 486 Bytes

Configure Settings:

sudo raspi-config

Get system version information

# Kernel version
uname -a

# Everything else
cat /etc/os-release

Mount FAT32 USB

sudo mount -t vfat '/dev/<PARTITION_TO_MOUNT>' '/media/<MOUNT_FOLDER>' -o uid=1000,gid=100,utf8

Useful Programs

# headless jre
sudo apt -y install openjdk-11-jre-headless

# samba
sudo apt -y install samba samba-common-bin

Get CPU temp

vcgencmd measure_temp