Modified Files:
sbbsecho.ini
Log Message:
fsxNet now has a domain for DNS-based address look-ups.
So does vkradio (ftn.vkradio.com).
On 08-03-18 17:26, mark lewis wrote to Vk3jed <=-
congratulations to both you and paul for finally being able to get this done for each of your networks... it is a welcome sign for me to see
after staying away from fidonet for a month or two... excellet work, gentlemen! i might cry but first, a beverage! ;)
I saw it as a technical challenge. Now to check if my automatic update processes have worked this week, should have all happened early this morning. Hmm, nope, looks like it didn't work, but that was due to user error - I forgot to load the new crontab with the nodelist compilation entry for the mystic user. :(
On 08-04-18 22:34, Paul Hayton wrote to Tony Langdon <=-
Heh... I had the idea, and we discussed it in fsx, you jumped quicker
and got his running before I implemented it also... me and my big mouth
- heh :) Yep kudos to you for getting yours sorted and on-air
quicker... I need to hit you up for some help with your scripts to automate things... will drop you a netmail :)
3. A bit later, the DNS updating is done, taking the previously
generated nodelist and converting it into a DNS zone file. The DNS is then recycled, to load the new zone file.
On 08-04-18 16:16, mark lewis wrote to Tony Langdon <=-
On 2018 Aug 04 20:57:00, you wrote to Paul Hayton:
3. A bit later, the DNS updating is done, taking the previously
generated nodelist and converting it into a DNS zone file. The DNS is then recycled, to load the new zone file.
with a new serial number, right? ;)
3. A bit later, the DNS updating is done, taking the previously
generated nodelist and converting it into a DNS zone file. The DNS
is then recycled, to load the new zone file.
with a new serial number, right? ;)
Yep, the Perl script that generates the zone file also updates the
serial number. Serial numbers and datestamps are easy peasy under
Linux. Being able to directly capture STDOUT into a variable is
extremely powerful. :)
On 08-06-18 15:49, mark lewis wrote to Tony Langdon <=-
Linux. Being able to directly capture STDOUT into a variable is
extremely powerful. :)
very!
eg:
printf "$(wc -l $1.txt | cut -d" " -f1) lines in $1.txt\n"
sort -n $1.txt | uniq > $1.sorted.uniq.txt
printf "$(wc -l $1.sorted.uniq.txt | cut -d" " -f1) lines in $1.sorted.uniq.txt\n"
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,027 |
Nodes: | 17 (2 / 15) |
Uptime: | 74:10:00 |
Calls: | 503,442 |
Calls today: | 6 |
Files: | 131,208 |
D/L today: |
386 files (81,041K bytes) |
Messages: | 442,158 |