From a9e742820f4bc734e0d6bbafd9fbbe01d5411668 Mon Sep 17 00:00:00 2001 From: dado Date: Wed, 29 Jan 2025 15:49:35 +0100 Subject: [PATCH] Aggiunto alias mydns --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 0873b30..a8e3751 100644 --- a/.bashrc +++ b/.bashrc @@ -154,6 +154,7 @@ alias scl="screen -ls" alias nn="ncdu --color dark" alias maps="telnet mapscii.me" alias myip='curl ipinfo.io/ip' +alias mydns='dig dave.eu | grep -i server | sed -e 's/[;]//g' | sed -e 's/#.*//'' alias files_replace_space='for f in *\ *; do mv "$f" "${f// /_}"; done' alias dtr="rm -rf .local/share/Trash/files/*" alias hugo-sync="hugo && rsync -avz --delete public/ ilnostropianetaselvaggio:/home/sistemostro/website/"