AppleOSX How to restore your hard drive from a Time Machine backup How to restore your hard drive from a Time Machine backup Whether you’re having major problems with your... malcolmJan 22, 2018
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
General Python Date and Time formatting %A Weekday as locale’s full name. Monday %d Day of the month as a zero-padded decimal number. 30... malcolmNov 29, 2017
AppleOSXUNIX iCloud Drive Path for Terminal in Mac OS To access your iCloud Drive from the terminal in MacOS use this path ~/Library/Mobile Documents/com~apple~CloudDocs/ malcolmNov 18, 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
AppleWatch Apple Watch Model Numbers 1st Gen / 7000 Series Series 1 Series 2 38mm 42mm 38mm 42mm 38mm 42mm A1553 A1554 A1802... malcolmNov 7, 2017
AppleMacBookOSX 6 Text Navigation Shortcuts for Mac 6 Text Navigation Shortcuts The first group of keyboard shortcuts allow for quickly moving around text: Jump to... malcolmNov 7, 2017
AppleOSXProgrammingSwift Getting Started with CocoaPods Installation make sure the ruby system is up to date $ sudo gem update --system install cocoapods $... malcolmJul 20, 2017