notes

a
ansible 4
b
bash 12 battery 1 benchmark 4 bluetooth 1
c
camera 2 centos 4 chrome 1 codecs 1 cpu 7 curl 2 cycling 2
d
debian 1 debug 22 dell 2 disk 1 django 2 dnf 7 dns 3 dnsmasq 2
e
encoding 1 epiphany 1
f
fedora 15 fedora31 1 fedora33 2 fedora40 1 filesystem 2 firefox 2 firewalld 2 flatpak 1 font 1 fresh-system 5
g
git 5 gnome 2 gpu 2 grub 1
h
headphones 1 hetzner 1 hp 1 hunt 1 husky 1
i
intel 1 io 1
j
journalctl 1
k
kernel 1 keyboard 1 komodo 1
l
laptop 1 linux 118 logitech 2 lxd 9
m
mitmproxy 2 monitor 3
n
network 10 nmcli 3 nofile 3
o
openssl 1
p
plot 3 podman 2 postgresql 2 printer 1 proxy 1 python 3
r
rhel 1 rocky-linux 1 rose 1 rpm 1 rygel 1
s
selenium 1 selinux 1 snap 1 socat 1 sound 1 ssd 1 ssh 3 ssl 3 sumologic 1 sysbench 4 sysctl 1 system 3 systemd 3
t
tar 1 tcpdump 1 touchpad 1
u
udev 1 ulimit 2 usb 1
v
varnish 1
w
wifi 1 wireshark 2
x
x11 1
y
youtube 3

dns/

Monitor DNS query time

{ while true; do dig google.com | kazy -i "Query time" | kazy -r -x "[\d.]*"; sleep 1; done } | ttyplot -t "dig to google.com"
linux dns plot debug | 12 Apr 2023

Wait until DNS propagates

until [[ -n $(dig new.mydomain.com A +short @1.1.1.1) ]]; do echo "waiting..." && sleep 5; done

-n flag stands for non-empty string

linux dns bash | 22 Dec 2021

Check DNS propagation worldwide

Service from Constellix: DNS Propagation

linux dns debug | 26 May 2021