Originally posted by me on May 21, 2017 So, this is a variation on using GPIO, via direct memory access. The benefit to using this code, or similar. Is that there is only two syscalls for each line / mux select. Versus 12 syscalls if using the standard “Linux way” using open(), write(), read(), and…
Tag: Docker
WordPress, and MariaDB on Docker
The motivation for the post was quite simple. Currently, I’m running wordpress for a blog site, and never happy with Themes created by others. Often, I find myself wanting to design my own theme from scratch. Several years ago, when I ran the same domain, on a different server, I used WordPress then as well….
Installing Docker on Debian 11
It’s been a long time since I’ve toyed with Docker in earnest. To be perfectly frank, possibly around the 5 year mark, maybe even longer. Even then, when I did experiment with Docker, I found the whole “thing” clunky, and less than ideal for my own purposes. Having many years experience testing, and experimenting with…