A dotfiles repo enables simple configuring of new installations, configuration syncing between multiple machines and configuration backup with a few git commands. Dotfiles stored in source control can be shared and iterated. There’s a couple of methods for doing this. Make your home folder a git repo Jeff Cole provides a method to initialize a […]
Category Archives: Dev Ops
Embedded Development on Cheap Chromebook Hardware
Why Develop on a Chromebook? In embedded and web development the interesting cycles happen on the target hardware. The development host doesn’t have to be a powerful machine. A chromebook with a dual core i3 and 4GB of RAM will connect to remote web servers and compile embedded programs quickly. They come in a lightweight […]