Showing posts with label core. Show all posts
Showing posts with label core. Show all posts

Saturday, 23 June 2018

key git book pages to read


  • https://git-scm.com/book/en/v2/Git-Branching-Basic-Branching-and-Merging
  • https://git-scm.com/book/en/v2/Git-Branching-Branching-Workflows

Monday, 28 July 2014

Change graphite's default dashboard graph colors

  1. cp -v /opt/graphite/conf/graphTemplates.conf.example /opt/graphite/conf/graphTemplates.conf
  2. vi /opt/graphite/conf/graphTemplates.conf
  3. change '[default]' section to '[uggs]'
  4. change another section, e.g. '[solarized-dark]', to '[default]'
  5. reload dashboard and you should see changed colors

Interview questions: 2020-12

Terraform provider vs provisioner Load balancing Network Load Balancer vs Application Load Balancer  Networking Layer 1 vs Layer 4 haproxy u...