$argon2id$v=19$m=64,t=512,p=2$G/DQSn2+4afFDXZRdR3Vlw$DBvv46nt3EEkY5ehfDVfQQ
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
cd ./ccache/build | |
make clean | |
export PATH='/usr/local/bin:/usr/local/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' | |
ccmake -DDEPS=DOWNLOAD -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTING=OFF -DREDIS_STORAGE_BACKEND=OFF -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_SYSCONFDIR=/etc .. | |
make -j$(nproc) | |
make DESTDIR='/tmp/ccache' PREFIX='/usr' install |
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
docker.io/library/busybox:latest | |
{ | |
"status": { | |
"id": "ba5dc23f65d4cc4a4535bce55cf9e63b068eb02946e3422d3587e8ce803b6aab", | |
"repoTags": [ | |
"docker.io/library/busybox:latest" | |
], | |
"repoDigests": [ | |
"docker.io/library/busybox@sha256:4be429a5fbb2e71ae7958bfa558bc637cf3a61baf40a708cb8fff532b39e52d0", |
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
ccflags-y := -DDEBUG -Wfatal-errors | |
ifneq ($(KERNELRELEASE),) | |
obj-m += state-toggle.o | |
else | |
BUILD_KERNEL ?= /lib/modules/$(shell uname -r)/build | |
default: | |
$(MAKE) -C $(BUILD_KERNEL) M=$(CURDIR) modules | |
endif |
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
openshift-machine-api cluster-autoscaler-operator-58fb97bc76-bqfbs cluster-autoscaler-operator I0116 11:12:17.588634 1 status.go:450] No ClusterAutoscaler. Reporting available. | |
openshift-machine-api cluster-autoscaler-operator-58fb97bc76-bqfbs cluster-autoscaler-operator I0116 11:12:17.588747 1 status.go:244] Operator status available: at version 4.14.4 | |
openshift-kube-scheduler openshift-kube-scheduler-kwilczynski-dev-spqk6-master-2.c.openshift-gce-devel.internal kube-scheduler I0116 11:12:17.589871 1 eventhandlers.go:118] "Add event for unscheduled pod" pod="openshift-monitoring/node-exporter-9cvc2" | |
openshift-kube-scheduler openshift-kube-scheduler-kwilczynski-dev-spqk6-master-2.c.openshift-gce-devel.internal kube-scheduler I0116 11:12:17.589923 1 scheduling_queue.go:419] "Pod moved to an internal scheduling queue" pod="openshift-monitoring/node-exporter-9cvc2" event="PodAdd" queue="Active" | |
openshift-kube-scheduler openshift-kube-scheduler-kwilczynski-dev-spqk6-master-0.c.openshift-gc |
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
kube-system kube-apiserver-master-node kube-apiserver 00000010 75 72 63 65 51 75 6f 74 61 4c 69 73 74 12 0c 0a |urceQuotaList...| | |
kube-system kube-apiserver-master-node kube-apiserver 00000020 0a 0a 00 12 04 32 38 37 39 1a 00 1a 00 22 00 |.....2879....".| | |
kube-system kube-scheduler-master-node kube-scheduler I0117 07:18:07.037670 1 eventhandlers.go:126] "Add event for unscheduled pod" pod="default/test-cj4n2" | |
kube-system kube-scheduler-master-node kube-scheduler I0117 07:18:07.037703 1 scheduling_queue.go:575] "Pod moved to an internal scheduling queue" pod="default/test-cj4n2" event="PodAdd" queue="Active" | |
kube-system kube-scheduler-master-node kube-scheduler I0117 07:18:07.037736 1 schedule_one.go:85] "About to try and schedule pod" pod="default/test-cj4n2" | |
kube-system kube-scheduler-master-node kube-scheduler I0117 07:18:07.037742 1 schedule_one.go:98] "Attempting to schedule pod" pod="default/test-cj4n2" | |
kube-system kube-scheduler-master-node kube-scheduler I0117 07:18:07. |
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
package main | |
import ( | |
"testing" | |
) | |
func A() { | |
m := map[int][]string{} | |
for i, _ := range []int{1, 2, 3} { |
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
package main | |
import ( | |
"crypto/dsa" | |
"crypto/ecdsa" | |
"crypto/rsa" | |
"crypto/tls" | |
"crypto/x509" | |
"encoding/pem" | |
"flag" |
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
with_entries(if .key == "Version" then . + {value: (.value | tonumber)} else . end) |
NewerOlder