Why So my car records the last 60 minutes from multiple cameras to a USB stick if you plug one in. I want to do something more long term like take a snapshot every 5 mins when driving. Sowhen COVID eventually goes away I can get a time lapse for each road trip I do. […]
Category Archives: Software
Geeky Sunday
So today I’ve written a plug-in for x-plane 11 and it lets me control my hue lights… This took far too long, but I’ve had to refresh my (human) memory on how to write code in C. I’ve learnt how to compile a dll to use libcurl as the hueapi is based round http requests […]
EFI Dualboot – Changing EFI NVRAM boot order from Windows
So I was having some trouble making grub work on a machine that was running in EFI, but found the nice easy command efibootmgr for Linux to help me manage the boot order. “efibootmgr” without any switches to show me the current possible options and then “efibootmgr -n 0000” to tell it next reboot I […]