• 1 Post
  • 20 Comments
Joined 1 year ago
cake
Cake day: June 24th, 2023

help-circle







  • I don’t know, I don’t design trucks. I do use one for work though, and we use all the clearance from the vehicle’s height, towing capacity, cargo space and passenger space. And the visibility is not terrible. It would suck to get hit by one, but that’s kinda just how it is. You wouldn’t want to be hit by an 18 wheeler either, but you probably want the groceries they carry. Just like you want landscaping, construction, utility work etc performed with pickup trucks completed.

    I do wish that light duty compact pickup trucks were still more of a thing, they can also do some lighter duty work while being more reasonable when used as a passenger vehicle.













  • Emphasis on “a bit,” it truly is a simple task to automate. I don’t think that anyone who has need for dynamic DNS should realistically have much trouble tackling that problem.

    For anyone who might attempt this and isn’t sure how, here’s what you need. You need a service controlling your domain with API support for updating your DNS records - some have been mentioned here, I just use gandi.net. You need to enable the API for your account/domain. Figure out how to run the command you need against the API from a scripting language of your choice - there should be documentation for the API, and it should be a single API call. Figure out how to determine your server IP from within the same scripting language. Then, write your simple script that determines the right IP and updates the record if it doesn’t match.

    All you need to do then is automate running the script - on Linux, a cron job or a systemd service and timer.