Colección de scripts para automatizar tareas en Debian.
Go to file
borekon 16a7bee6d0 dns servers converted to array
In some systems could be more than one DNS server in resolv.conf.
With this fix, we only pick the first element

Signed-off-by: borekon <alfonso@vivancos.eu>
2024-05-31 07:12:30 +00:00
adblock_test.sh dns servers converted to array 2024-05-31 07:12:30 +00:00
colores.sh Actualizar 'colores.sh' 2023-06-23 09:53:33 +00:00
domain_cleaner.sh Actualizar 'domain_cleaner.sh' 2023-10-11 08:59:30 +00:00
ifaces.sh Bugfix 2023-01-27 07:04:42 +00:00
inventory_linux.sh Improve the usage info for -h flag 2023-10-17 11:29:04 +00:00
LICENSE Initial commit 2023-01-23 07:43:56 +00:00
README.md curl follow redirect 2024-05-02 14:22:03 +00:00
test_dns.sh Actualizar 'test_dns.sh' 2023-03-10 07:31:03 +00:00
vnstati.sh Actualizar 'vnstati.sh' 2023-03-15 22:31:57 +00:00

scripts

Colección de scripts para automatizar tareas en Debian.

ifaces.sh

Añade dirección ip de los interfaces de red físicos a la pantalla de inicio de sesión

curl -s https://gitea.avc.cx/borekon/scripts/raw/branch/main/ifaces.sh | bash

curl -sL https://avc.cx/ifaces | bash

test_dns.sh

Bash script to test speed of DNS queries. It does it digging some servers.

curl -s https://gitea.avc.cx/borekon/scripts/raw/branch/main/test_dns.sh | bash

vnstati.sh

Script to send vnstati graph to mail. Can be executed as cronjob (recommended). Dont forget to change mailfrom and mail-to

adblock_test.sh

Command-line tool to test if a DNS server blocks ads (e.g. pihole). You can specify another DNS server (by default it reads entries from resolv.conf).

curl -s https://gitea.avc.cx/borekon/scripts/raw/branch/main/adblock_test.sh | bash

Execute with a custom DNS server:

curl -s https://gitea.avc.cx/borekon/scripts/raw/branch/main/adblock_test.sh | bash -s -- 1.1.1.1