Pi 5 : All Command
01 Raspi config / Command : sudo raspi-config

02 Check Hostname and Mac Address / Command : hostname / Command : ifconfig

03 Config Samba / Command : sudo nano /etc/samba/smb.conf

04 Mount SSD / Command : sudo nano /etc/fstab
UUID=313bd8a8-0564-4dcf-91d3-099ba71b2e3b /mnt/DATA512 ext4 defaults 0 2

05 Shedule Job / Command : sudo crontab -e ( shutdown 18.30 )
30 18 * * * sudo shutdown

06 Check temperature / Command : vcgencmd measure_temp (เช็คอุณหภูมิ)

07 Format Harddisk software / Command : sudo apt install gparted (Tool สำหรับ format harddisk)

08 SSH:
sudo apt install openssh-server -y
ตรวจสอบว่า SSH ทำงานหรือไม่
sudo systemctl status ssh
See. Active: active (running)
ปิดให้ SSH เริ่มตอน Boot
sudo systemctl enable ssh
