to flush/clean DNS , have to know your DNS resolver service cat /etc/resolv.conf «systemd-resolve» and «systemd-resolved» ARE NOT THE SAME «systemd-resolve» is a command line tool for interacting with the «systemd-resolved» service and «systemd-resolved» is the actual DNS resolver service sudo systemd-resolve –flush-caches sudo […]
Category: Uncategorized
Linux commands : FIND-GREP
Es un dia como cualquier otro cualquier persona mkdir -p dir1/sub_1/z_1 find -mindepth 3 -type d -exec touch {}/file_{1..3}.txt \;