-
蠢就是坏
如果你没有办法区分两个东西,那他们对你来说就是同一件事,比如:蠢就是坏。
-
冷空气
这几天的实践证明,冷空气里面跑步会导致喉咙轻微的不舒服。
-
Avro Schema Registry Auth
cat schema-registry.properties authority.header=schema-registry-admin curl -H 'authority.header:schema-registry.properties' -XDELETE
-
Sort By Multi Fields
sort -hk4,2 -k1,1
-
Sort Case Sensitive
LC_COLLATE=C sort This variable governs the collation rules used for sorting and regular expressions. Setting the value to C can for example make the ls command sort dotfiles first, followed...
-
Terminated Pod
delete pod 卡在 “I0911 18:34:01.334912 825565 kubelet_pods.go:979] Pod “xxxx(689dec0e-6057-4221-aa29-d9618c20d3c7)” is terminated, but some volumes have not been cleaned up”。 mount grep 689dec0e 看到有一些相关的 mount 需要 umount。
-
Parameter Substitution
Advanced Bash-Scripting Guide: Manipulating Variables ${parameter-default} and ${parameter:-default} are almost equivalent. The extra : makes a difference only when parameter has been declared, but is null. #!/bin/bash # param-sub.sh #...
-
自洽
自洽未必是好人,但他至少是逻辑上讲的通的,也就是不能有矛盾。那这个必须基于一些大家都普遍认可的观点,比如“我不允许别人做这件事,就默认代表了我自己也不会做;如果我做了一件事,默认代表我也允许别人做这样的事。” 我和不自洽的人相处就非常难受。
-
Disk Benchmark
只读(随机读占大部分)不写的情况下, 70% 的饱和度 如果再有写的时候,读被压缩,util 升到100% r/s w/s rkB/s wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util 1753.00 0.00 85020.00 0.00 97.00 3.79 2.20 2.20 0.00 0.40 70.90 956.00 1600.00 55700.00...
-
Kafka Fix No Leader
reassign pre wait some time, remove /controller if needed