sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update
sudo apt-get install terminator
Terminator should be setup as default now. Restart your terminal (shortcut: "Ctrl+Alt+T").
apiVersion: extensions/v1beta1 | |
kind: Deployment | |
metadata: | |
annotations: | |
deployment.kubernetes.io/revision: "1" | |
creationTimestamp: 2018-11-24T15:56:24Z | |
generation: 1 | |
labels: | |
run: gwa-auth-web | |
name: gwa-auth-web |
apiVersion: extensions/v1beta1 | |
kind: Deployment | |
metadata: | |
annotations: | |
deployment.kubernetes.io/revision: "1" | |
creationTimestamp: 2018-11-24T15:56:24Z | |
generation: 1 | |
labels: | |
run: gwa-auth-web | |
name: gwa-auth-web |
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
name: gwa-auth | |
labels: | |
app: gwa-auth | |
spec: | |
selector: | |
matchLabels: | |
app: gwa-auth |
sudo apt-get --purge remove wine | |
sudo apt-get purge wine* ; sudo dpkg --purge wine* | |
sudo apt-get purge wine64 ; sudo dpkg --purge wine64 | |
sudo apt-get autoclean | |
sudo apt-get clean | |
sudo apt-get autoremove | |
cd $HOME | |
rm -r .wine |
import ( | |
"context" | |
"errors" | |
"testing" | |
"github.com/google/go-cmp/cmp" | |
"go.uber.org/zap" | |
"github.com/hashlab/issuing-processor/internal/pbcsu" | |
"github.com/hashlab/issuing-processor/pkg/pbcommon" |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"