Skip to content

Instantly share code, notes, and snippets.

View andpupilo0182's full-sized avatar

Andre Ferreira andpupilo0182

  • pagarme
  • São Paulo
View GitHub Profile
@mrhillsman
mrhillsman / prometheus-openstack-exporter
Created April 25, 2017 19:59
Updated Prometheus OpenStack Exporter for Identity v3
#!/usr/bin/python
"""
OpenStack exporter for the prometheus monitoring system
Copyright (C) 2016 Canonical, Ltd.
Authors:
Jacek Nykis <jacek.nykis@canonical.com>
Laurent Sesques <laurent.sesques@canonical.com>
@joeizang
joeizang / README.md
Last active February 3, 2024 01:37 — forked from leosuncin/README.md
Install Powerline on Ubuntu 20.04
  1. Install powerline sudo apt install powerline source /usr/share/powerline/bindings/bash/powerline.sh

  2. Download and install fonts git clone https://github.com/powerline/fonts.git && cd fonts && sh ./install.sh

  3. Add this lines to .bashrc file if bash is what you use. You could add to other files like .zshrc etc. I use bash so there. This ensures that this switch is automatic when you start bash

.bashrc > if [ -f /usr/share/powerline/bindings/bash/powerline.sh ]; then