I just realised... this was exactly 5 years ago!
Related Posts
RPM vs OPKG Cheat Sheet
Recently in the Terragraph project I work on we changed from RPM to OPKG to removes some dependencies (e.g. perl) and make our overall image size smaller….
Ansible + Handy PyPI CLI Tools
I often use a lot of PyPI CLI tools. Here is an example of how to get them easily installed and kept up to date via Ansible…
IPv6 + Flow labels
Recently a teammate and I have come across a frame forwarding issue with ECMP on a hardware ASIC in a device I work on where the use…
NXOS Simple IPv6 BGP Peering
It took me far to long to find out how to config this, so I’m sharing it to be more searching on the Internets. Scenario: – NXOS…
Python pip ‘editable’ installing
From time to time I get asked (and I even have to ask a coworker) for the best way to install a Python modules (especially ones with…
GitHub + Rebasing from upstream/master to origin/master
So, every now and then on a PR I need to rebase and fix things so I can retest etc. – I always forget this so blogging…