This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html><head> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
<script type="text/javascript" src="http://d3js.org/d3.v3.min.js"></script> | |
<style type="text/css"> | |
.bar.positive { | |
fill: steelblue; | |
} | |
.bar.negative { | |
fill: brown; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> uname -m && cat /etc/*release | |
x86_64 | |
DISTRIB_ID=Ubuntu | |
DISTRIB_RELEASE=18.04 | |
DISTRIB_CODENAME=bionic | |
DISTRIB_DESCRIPTION="Ubuntu 18.04.5 LTS" | |
NAME="Ubuntu" | |
VERSION="18.04.5 LTS (Bionic Beaver)" | |
ID=ubuntu | |
ID_LIKE=debian |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> uname -m && cat /etc/*release | |
x86_64 | |
DISTRIB_ID=Ubuntu | |
DISTRIB_RELEASE=18.04 | |
DISTRIB_CODENAME=bionic | |
DISTRIB_DESCRIPTION="Ubuntu 18.04.5 LTS" | |
NAME="Ubuntu" | |
VERSION="18.04.5 LTS (Bionic Beaver)" | |
ID=ubuntu | |
ID_LIKE=debian |