Wednesday 23 April 2014

gnupg

  1. create
    1. gpg --gen-key
      1. if entropy taking too long
        1. sudo apt-get install rng-tools
      2. note your key ID from output
        1.  pub   4096R/B110C232 2014-04-23
        2. here it is: B110C232
  2.  push
    1. gpg --send-keys --keyserver keyserver.ubuntu.com B110C232
      1. replace B110C232 with the key ID output from above
  3. more to come

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...