But still, that
> gorgeous lock
😁
asciiworld
😉.
asciiworld
and have it in your README that thy're required.
asciiworld
and have it in your README that thy're required.
> “You shall cease use of and destroy any old versions of the Services within thirty (30) days following the release of the updated GeoLite2 Databases.”
I interpret this as "you have to keep your database updated", not as distribution restriction.
\n$ ls -1 /var/db/GeoIP/\nGeoLite2-City.mmdb\nGeoLite2-Country.mmdb\n
$ ls -1 /var/db/GeoIP/
GeoLite2-City.mmdb
GeoLite2-Country.mmdb
From https://dev.maxmind.com/geoip/geoip2/geolite2/
> To receive access to download the GeoLite2 databases or query the GeoLite2 web services at no charge, sign up for a GeoLite2 account.
Geo*lite* is the free version now.
> I really appreciate your help but as I said in my blog post, I just need to make my own generator in a real programming language if I want it to be exactly right for my website.
I personally don't believe you need help and I don't believe you need to make your own generator, but if you personally decide it's a good idea go for it.
\n> Depends on what you understand by “mess” and “complicated”\n\nIt’s 55 lines long and I’m having trouble understanding it as I read through it, less than a week after it was written.\n
\n\n> Depends on what you understand by “mess” and “complicated”\n\nIt’s 55 lines long and I’m having trouble understanding it as I read through it, less than a week after it was written.
No need to apologize.
> Depends on what you understand by “mess” and “complicated”
It’s 55 lines long and I’m having trouble understanding it as I read through it, less than a week after it was written.
> Depends on what you understand by “mess” and “complicated”
It’s 55 lines long and I’m having trouble understanding it as I read through it, less than a week after it was written.
mkws
is very tolerant to "mess".
sed
the quoted documents to unquoted ones and process those using temp files. Again, if your current setup works don't change it especially not for that sake of change.> But the end result would be even more of a complicated mess of a shell script than the one I have now.
Depends on what you understand by "mess" and "complicated". 😁
sed
the quoted documents to unquoted ones and process those using temp files. Again, if your current setup works don't change it especially not for that sake of change.\n\n> But the end result would be even more of a complicated mess of a shell script than the one I have now.\n\nDepends on what you understand by "mess" and "complicated". 😁
mkws
script to your preference, this is how I generate my blog:
for p in "$srcdir"/p/*
do
test "${p##*.}" == "html" && continue
echo "Making p/$(echo "${p##*/}" | cut -c21-).html"
pp "$sharedir"/l.upphtml "$p" "$1" > "p/$(echo "${p##*/}" | cut -c21-).html"
done
Do some loops there. Here's how @eldersnake does it https://www.andrewjvpowell.com/pastebin/1612574353/. It doesn't have to be great, just make it work.
mkws
script to your preference, this is how I generate my blog:\n\n\nfor p in "$srcdir"/p/*\ndo\n test "${p##*.}" == "html" && continue\n echo "Making p/$(echo "${p##*/}" | cut -c21-).html"\n pp "$sharedir"/l.upphtml "$p" "$1" > "p/$(echo "${p##*/}" | cut -c21-).html"\n\ndone\n
\nDo some loops there. Here's how @eldersnake does it https://www.andrewjvpowell.com/pastebin/1612574353/. It doesn't have to be great, just make it work.
p
directory, about quotes, maybe you can sed
files. You really don't have to use mkws
but I'm just saying that it's not impossible.
Fri Sep 4 17:53:46 EEST 2020 README
npm
dependecies.
npm install
in mkws!
shops
is an orchestrator for a custom language you defined in yaml
which runs some sh
functions, and judo
is an orchestrator for plain sh
scripts.
shops
is an orchestrator for a custom language you defined in yaml
which runs sh
functions, and judo
is an orchestrator for plain sh
scripts.
cdtemp
is closer in naming to mktemp
cdtemp
is shorter and I don't have to name things. 😋
sh
script, what am I missing?
alias cdtemp='cd $(mktemp -d)'
whenever I'm playing around with something.
\nalias cdtemp='cd $(mktemp -d)'\n
\n\nwhenever I'm playing around with something.
judo
, not ssh
, but if man if yaml
is your thing, just do yaml
.
shar
somehow, I'm half asleep, we'll talk tomorrow.
]
is extra\n\n\n if [ -n "${NS1}" ] && ! grep -q "nameserver ${NS1}" "${RESOLVCONF}" ]; then\n
]
is extra
if [ -n "${NS1}" ] && ! grep -q "nameserver ${NS1}" "${RESOLVCONF}" ]; then
yaml
as opposed to just writing a sh
script.
yaml
as opposed to just writing a sh
script and run it via https://github.com/rollcat/judo for example.
> Project Manager: Why do you look so tired?
> Programmer: Because I work.
geoip_city_database = "/usr/share/GeoIP/GeoIPCity.dat"
geoip_city_database_v6 = "/usr/share/GeoIP/GeoIPCityv6.dat"
Aren't these "old", "deprecated" GeoIP databases? Isn't the new format in
.mmdb
? I don't believe I have those databases on OpenBSD.
\ngeoip_city_database = "/usr/share/GeoIP/GeoIPCity.dat"\ngeoip_city_database_v6 = "/usr/share/GeoIP/GeoIPCityv6.dat"\n
\n\nAren't these "old", "deprecated" GeoIP databases? Isn't the new format in .mmdb
? I don't believe I have those databases on OpenBSD.
asciiworld
on OpenBSD. Playing around. 😛
> I hope I can rework it to allow for that kind of fancy stuff.
And what's preventing you? 😋
> I want to understand
And what's preventing you?
ulinux
, right?
> is sometimes a PITA, that I’d like to get rid of it
Why get rid of it?