A quick solution to Github Actions not showing up when integrating Azure
Installing Node.js on a low end VPS
If you have a VPS that runs Debian 8 or 9, here’s how you can install a relatively relevant Node.js version
Which Huawei E8372 modem variant works with the European LTE bands?
According to [Ofcom](https://www.ofcom.org.uk/__data/assets/pdf_file/0019/42049/rw-lte.pdf), the common LTE frequencies in Europe are 800, 1800 and 2600 MHz. According to [Teradek](https://support.teradek.com/hc/en-us/articles/236017108-Configuration-Huawei-E8372h), the only variant supporting all three is the **Huawei E8372h-153**: – LTE FDD: Band 1(2100 MHz)/Band 3(1800 MHz)/Band 7(2600MHz)/Band 8(900MHz)/Band 20(800 MHz) – DC-HSPA+/HSPA+/HSPA/UMTS: Band 1(2100 MHz)/Band 8(900 MHz) – EDGE/GPRS/GSM: Band2(1900 MHz)/Band3(1800 MHz)/Band 5(850 MHz)/Band 8(900… Continue reading Which Huawei E8372 modem variant works with the European LTE bands?
Connecting AWS API Gateway to SQS
An outline, leaving out the defaults and the obvious chores such as selecting the right region: 1. Create your SQS queue 2. Create a REST API, a resource and a method – Method Request: empty, no auth – Integration Request: – Type: AWS Service – AWS Service: Simple Queue Service (SQS) – AWS Subdomain: (empty)… Continue reading Connecting AWS API Gateway to SQS
Printing a document with links displays URLs
Creating a RESTful API resource in CakePHP 4
Here’s how to quickly convert a controller into an API resource
CakePHP 4 “Missing or incorrect CSRF cookie type”
Reconfiguring `CsrfProtectionMiddleware` to allow POST requests to specific scopes. The article offers two ways to navigate around the “Missing or incorrect CSRF cookie type” error.
MySQL Workbench Import/Restore: “There were no dump files in the selected folder.”
Restoring a phpMyAdmin sql.zip with tables exported as separate files using MySQL Workbench
CakePHP CRUD plugin pagination limit
Adding pagination to `friendsofcake/crud` and `friendsofcake/crud-view`
AWS CodeCommit: Repository does not exist
Troubleshooting Amazon CodeCommit not letting you into your repository over an SSH connection.