Re: DNS servers around here not working for days. dig works. fix?

2016-06-14 Thread Bruno Ferreira
and many won't work from IP. > > I am coming through wifi with NAT that I do not control. > > Any fixes to this problem. > > Thanks, > Chris Bennett > > -- Atenciosamente, Bruno Ferreira.

Re: Run a command on "last day of month"

2021-09-01 Thread Bruno Ferreira
ts/endofmonth.html > > Find the last day of the month: > $ set $(cal) > $ shift $(($# - 1)) > $ echo $1 > 30 > > Compare to today: > $ date "+%d" > 1 > > rather easy, and fairly portable. > You could probably stuff it into a one-liner in a crontab, but I would not > recommend it. > > > Nick. > > -- Atenciosamente, Bruno Ferreira.