About the author
Here's a script I'm using to look up DNS and extract the IP address on OpenWRT:
showdns.sh
#!/bin/shregistered_ip=$(nslookup $domain 2>/dev/null | sed -n 5p | awk '{print $3}')echo $registered_ip
Include in /usr/lib/ddns/dynamic_dns_updater.sh after installing ddns-scripts
How to free more space on your home drive by redirecting the location for SDKs in RAD Studio
Learn the command line used to compile System.pas in Delphi
A method to design records so that they're allocated on a specific byte boundary, such as 16 bytes, 512 bytes, 4096 bytes, etc.
Learn why the map is cool in Go!