So, I'm using a couple of Pi's for things from controlling my 3D printer to running my JIRA instance (yes I run a personal JIRA instance for my todo list, it's actually pretty great!)
One of the annoying things is that configuring each one is a little bit of a pain. I have to either make custom SD cards for them, or drag them over to my monitor/keyboard and plug up all the wires and then I can configure. Afterwards, if I want to do something like change my wifi password, I'll have to log into each one, save the updated password, then chance my wifi password. And if I made a typo, now we're back to configuring it from scratch. Ugh.
I suppose I could hook up this thing (https://www.raspberrypi.org/blog/the-ea ... i-display/), whenever I need to and keep it stored otherwise, although some sort of SSH style setup would be more ideal so that I can avoid having to keep a display manager installed on the Pi.
Would really appreciate any suggestions!