LinuxRaspberry PiUNIX Load Linux Kernel module on boot Edit the /etc/modules file and add the name of the module (without the .ko extension) on its own... malcolmDec 25, 2017
Raspberry Pi Setting Raspberry Pi Video Mode Specify the following settings in /boot/config.txt: hdmi_force_hotplug=1 Tells your Pi an HDMI display is attached. hdmi_ignore_edid=0xa5000080 hdmi_group=2 hdmi_mode=16... malcolmDec 25, 2017
Raspberry PiUNIX List and Remove Docker images # list docker images $ docker images -a # remove docker image ( -f option is force) $... malcolmNov 8, 2017
Raspberry PiUNIX List and remove installed apt-get packages # list all installed packages, but only show those containing the work docker $ sudo apt list –installed... malcolmNov 8, 2017