Running SeaFile In Docker

Notes of setting up SeaFile under docker on Ubuntu Server 16.04 LTS I have recently started using SeaFile to provide an easy method of centralized file storage. Trying the normal install with the installation script kept failing (Appears to not support latest version). As I am aiming for an easy install for others I looked to the docker based image. I use docker for packaging up other servers I often use, so this seems like a natural and easy way to work....

March 17, 2017 · 2 min · Ben V. Brown

SPI Flash IC Notes

SPI Flash ics SPI Flash chips are a fantastic way to store a medium amount of information for a microcontroller when you dont wish to impliment a whole filesystem layer. This is great for when you do not wish to use a large ram footprint (no large buffer needed!). They can provide relatively high density storage for a low cost, and enable high speed data storage. This page will be updated in future, as my code progresses....

January 6, 2016 · 3 min · Ben V. Brown