This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| deb13:raspi [2026/03/02 14:43] – created Bernard Condrau | deb13:raspi [2026/03/02 15:45] (current) – Bernard Condrau | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| sudo apt upgrade</ | sudo apt upgrade</ | ||
| + | ===== Install functionality ===== | ||
| + | ==== Dynamic DNS ==== | ||
| + | === Find the external IP address === | ||
| + | curl ifconfig.me: | ||
| + | curl -s ipinfo.io/ | ||
| + | dig TXT +short o-o.myaddr.l.google.com @ns1.google.com: | ||
| + | |||
| + | wget " | ||
| + | | ||
| + | echo " | ||
| + | | ||
| + | #!/bin/bash | ||
| + | while read line; do | ||
| + | word=( $line ) | ||
| + | echo $word | ||
| + | done < $1 | ||
| + | if [ $word == " | ||
| + | echo " | ||
| + | else | ||
| + | echo "not equal" | ||
| + | fi | ||
| + | |||
| + | |||
| + | ==== Links ==== | ||
| + | * [[https:// | ||