With this Packer plugin you'd be able to build customized images, modify them or even generate raw rootfs archive. The variety of available post-processors will make your CI/CD pipeline even better!
Author: Mateusz Kaczanowski
# AUR: clinfo for odroid xu3/xu4
No more hassle with building clinfo for odroid xu3/xu4, checkout the AUR package
# IPv6 NDP proxy
A short investigation on IPv6 configuration issue I happen to have after moving to Seattle. The solution is simple, just use NDP proxy... but why and when it's needed is way more intriguing.
# Cgo + unittest coverage support for buck
Recently I have landed a few diffs that brings the basic cgo support in buck and the unittest coverage functionality. If you're using buck for go you may find it useful.