ASP.NET does this And apache’s version https://httpd.apache.org/docs/2.4/mod/mod_auth_form.html It is probably the easiest way, to map variables to a browser. Few headers, are attached to a browser and a website. Cookies are. And Basic Auth header is. That is a browser…
(Continue Reading →)
You can read it yourself. https://www.techrepublic.com/article/how-to-build-a-docker-image-and-upload-it-to-docker-hub/ You need to create a Docker hub account, and copy it’s token (aka password) You need a containerized application worth uploading But I wrote a script to upload a wordpress image to PUBLIC repo.…
(Continue Reading →)
Free Cloud Storage, for things you want saved, don’t want it occupying your hard drive, but don’t mind administrators browsing thru Need a place to store offline database, and web server backups? ————– Every Google Account comes with 15 GB…
(Continue Reading →)
The primary purpose of Docker volumes is to keep data outside of the container so it may be backed up or shared. Docker volumes rely on Docker’s file system and are the recommended means of preserving data for Docker containers…
(Continue Reading →)
This does not go over DNS for email, which is different. And I’m not even sure how that DNS data is looked up, for mail-relay. SMTP and IMAP use the regular A and CNAME records. The MX record, is used…
(Continue Reading →)
An hourly job to run a iperf3 (a throughput analyzer) 0 * * * * docker exec -t iperf3-server iperf3 -c 100.24.142.145 || docker restart iperf3-server >> ~/restart_iperf.log may resulted in this: And a increase of $20 that month before…
(Continue Reading →)
That isn’t really all that bad either. I just delete them all, b/c no one reads this blog yet. But we are going to try some new measures. 1. Google reCaptcha plugin, to require comment submissions are human. And we’ll…
(Continue Reading →)
It is a tool that can be powerful, provided you have consultants help you put it together. The 2nd year at BCIT, 1/3 the classes use it. The networking courses, firewall courses. The tool seems to be built upon a…
(Continue Reading →)
Cloud offerings are half of the topic in 2nd term of 2nd Year in BCIT’s CISA program. As a hobby programmer, AWS and Google offer free tiers to work with, as long as you don’t exceed usage limits for the…
(Continue Reading →)
Program will have problem loading game results from ESPN b/c the Weekly Schedule is correct, but the season long schedule is loaded from a grid that is incorrect. ESPN’s Schedule Grid for 2014 has a fluke b/c the Jet’s game…
(Continue Reading →)