Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: loppanjo on April 13, 2016, 07:44:04 AM
-
Is it possible to install .tar.gz files on piCore? (Never gotten .tar.gz files to work on other linux systems :/)
Would like to install NoIP.com's DNS updater
https://www.noip.com/download?page=linux
-
Best way to create a .tcz
See http://wiki.tinycorelinux.net/wiki:creating_extensions
-
A little bit off-topic, but i would use Hurricane Electric:
https://dns.he.net/docs.html
% curl "https://dyn.dns.he.net/nic/update?hostname=dyn.example.com&password=password&myip=192.168.0.1"
% curl "https://dyn.dns.he.net/nic/update?hostname=dyn.example.com&password=password&myip=2001:db8:beef:cafe::1"
I guess that No-IP have their own web api too:
curl -s -k --user-agent "$USERAGENT" "https://$USERNAME:$PASSWORD@dynupdate.no-ip.com/nic/update?hostname=$HOST&myip=127.0.0.1"
Taken from : https://github.com/mdmower/bash-no-ip-updater
PS: Update DNS A or AAAA record only on actual IP change so You won't get blocked by the api for too frequent updates.
-
Never set your public IP address to a private address like 192.168.x.x or 10.x.x.x