2 Feb 2021
schedule tasks with systemd
1 Feb 2021
listar os temporizadores ativos:
systemctl list-timers
analisar um temporizador:
systemctl cat man-db.timer
analisar um serviço:
systemctl cat apt-daily-upgrade.service
https://linuxconfig.org/how-to-schedule-tasks-with-systemd-timers-in-li…
capturar echo replys's no tcpdump
31 Jan 2021
tcpdump -nni any 'icmp[icmptype] == icmp-echoreply' and h
ost 192.168.1.244
TCP MSS Clamping
30 Jan 2021
instalar o caddy no debian
30 Jan 2021
limpar cache hsts firefox
29 Jan 2021
limpar cache dns browsers
29 Jan 2021
para o firefox - about:networking#dns
https://techwiser.com/clear-dns-cache-on-browser/