Installation and Setup
- https://www.youtube.com/watch?v=Th_3AvK-EbM
- screen resolution: https://www.raspberrypi.org/documentation/configuration/config-txt.md
- change keyboard layout to US:
/etc/default/keyboardandXKBLAYOUT="us"instead ofgb. - configure read-only SD: https://hallard.me/raspberry-pi-read-only/
- auto-start: create a
foo.desktopentry in~/.config/autostart/: https://raspberrypi.stackexchange.com/questions/8805/auto-login-into-lxde-and-auto-start-video-player-omxplayer#43350 - free space:
sudo apt-get purge wolfram-engine - force screen resolution: in
/boot/config.txtenablehdmi_group=2andhdmi_mode=23(1280 x 768); mode list: https://www.raspberrypi.org/documentation/configuration/config-txt.md - backup and restore SD card: https://thepihut.com/blogs/raspberry-pi-tutorials/17789160-backing-up-and-restoring-your-raspberry-pis-sd-card ; backup with progress:
sudo apt-get install pv;sudo dd if=/dev/sdb | pv | dd of=~/disk.img; in Stretch, the device is not `/dev/s