RPM vs OPKG Cheat Sheet
<p>Recently in the <a href="https://terragraph.com/">Terragraph</a> project I work on we changed from RPM to OPKG to removes some dependencies (e.g. perl) and make our overall image size smaller. I've never…
<p>Recently in the <a href="https://terragraph.com/">Terragraph</a> project I work on we changed from RPM to OPKG to removes some dependencies (e.g. perl) and make our overall image size smaller. I've never…
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 of Flow labels…
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 BGP 'upsteam' /…
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 it to remember.…
Recently @ Facebook we found that we required IPv6 access to TACACS for auth (AAA) for the majority of our production Network Equipment. Tacacs+ (tac_plus) is an old daemon released…
Recently I was required to do a network performance test between a Head Office and a WAN site. I knocked up this quick python script to parse the data collect…
The inventor of the C programming language and integral part of UNIX development has past away. RIP Dennis Ritchie. Thanks for the Uni lectures ... BoingBoing Article
So I thought I would share a good IPTables starting template, all tested on Ubuntu 10.10. # Cooper Lees IPTables Rules # Last Updated 20110409 # Drop by default iptables…
Just thought I would pass on that my Ubuntu Iphone teathersing Shell Script has passed 1000 downloads. Feels good to have people all over the world use your script 🙂…
If you would like to use your iPhone 3.0 with your bluetooth capable Ubuntu 9.04 PC then uit.sh (Ubuntu Iphone Thethering) is for you. This script installs all required conf,…