Actualizar 'README.md'
This commit is contained in:
parent
f299f34452
commit
548cba52f0
22
README.md
22
README.md
|
@ -1,10 +1,20 @@
|
||||||
# scripts
|
# scripts
|
||||||
|
|
||||||
Colección de scripts para automatizar tareas en Debian.
|
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
|
||||||
|
|
||||||
* **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 -s https://gitea.avc.cx/borekon/scripts/raw/branch/main/ifaces.sh | bash_
|
|
||||||
* **test_dns.sh** --> Bash script to test speed of DNS queries. It does it digging some servers.
|
## test_dns.sh
|
||||||
* **vnstati.sh** --> script to send vnstati graph to mail. Can be executed as cronjob (recommended). Dont forget to change mailfrom and mail-to
|
Bash script to test speed of DNS queries. It does it digging some servers.
|
||||||
* **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_
|
```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```
|
Loading…
Reference in New Issue
Block a user