Skip to content
  • Home
  • About
  • Contact
  • Presentations / Videos
  • Sys Admin Links + Hacks

I-R-Coops Blog

The nerdy life of Cooper Ry Lees !

I-R-Coops Blog

The nerdy life of Cooper Ry Lees !

  • Home
  • About
  • Contact
  • Presentations / Videos
  • Sys Admin Links + Hacks

2018

Posted on 2018-10-092020-08-15 by cooperlees

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 on Ubuntu >= 18.04. Install base pip via apt then run pip: – name: Get Python3 pip package: name: python3-pip state: latest – name: Add some handy Python […]

1 Comment on Ansible + Handy PyPI CLI Tools
  • g33k
  • python
Posted on 2018-09-03 by cooperlees

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 of Flow labels are used in the ECMP hash. This was interesting as we found iperf was not setting the Flow label at all, unless you specify the -L […]

flow, icmpv6Leave a Comment on IPv6 + Flow labels
  • cisco
  • g33k
Posted on 2018-06-28 by cooperlees

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 BGP ‘upsteam’ / ‘north bound’ peer sharing the default route only – Linux box runs Quagga sharing it’s /56 routable behind it Nexus Conf feature bgp router bgp […]

Leave a Comment on NXOS Simple IPv6 BGP Peering
  • cisco
  • g33k
Posted on 2018-05-282020-08-15 by cooperlees

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 entry points) into a virtualenv and still edit / develop with them. It seems ​pip install’s ‘-e’ is very unknown. pip install -e /path/you/are/editing Will allow you to develop […]

Leave a Comment on Python pip ‘editable’ installing
  • g33k
  • python
Copyright © Blogbuster 2026 Proudly powered by WordPress | Theme: Blogbuster by Mystery Themes.