When getting the following error:
shaji:netatmo-to-json/ (master✗) $ git commit -S -m "systemd support and refactoring"
error: gpg failed to sign the data
fatal: failed to write commit object
shaji:kube-sandbox/ $ kubectl get pods --all-namespaces | |
NAMESPACE NAME READY STATUS RESTARTS AGE | |
kube-system coredns-5c98db65d4-jx5r4 1/1 Running 5 2d | |
kube-system coredns-5c98db65d4-pwn5t 1/1 Running 5 2d | |
kube-system etcd-ohms1.aimistic.com 1/1 Running 1 24h | |
kube-system kube-apiserver-ohms1.aimistic.com 1/1 Running 1 24h | |
kube-system kube-controller-manager-ohms1.aimistic.com 1/1 Running 1 24h | |
kube-system kube-flannel-ds-arm-8q7v8 1/1 Running 112 2d | |
kube-system kube-flannel-ds-arm-9brps 1/1 Running 111 2d |
On your harvester/full node run the following command at the command prompt:
Without modifying system files, pin a request to an IP address:
curl http://www.example.com --resolve www.example.com:80:127.0.0.1 --resolve www.example.com:443:127.0.0.1
Trace and restrict a request to ipv4 or ipv6:
curl -I --ipv6 --trace-ascii - https://example.com
set -g @plugin 'tmux-plugins/tmux-logging' | |
#set prefix | |
set -g prefix C-a | |
bind C-a send-prefix | |
unbind C-b | |
set -g history-limit 100000 | |
set -g allow-rename off |