Getting to know Danish mobile companies
Loading custom config for a CakePHP plugin
Making a CakePHP plugin have it’s own config file
Samsung monitor not working with Raspberry PI over HDMI
I use my Raspberry PI with a Samsung SyncMaster SA650, and once in a while it would stop receiving signal. The cable and the monitor both work. Only when I connected to the RPi over VNC I had realised it has the wrong screen resolution. So the solution is to set the resolution back to… Continue reading Samsung monitor not working with Raspberry PI over HDMI
Opencart API session, api_id and permission error
*Warning: You do not have permission to access the API*
The EU Language tools
If you are an EU-based SME, use this API to auto translate content in EU languages
Working with HTTP request type (method) in CakePHP
Get the request type (method): $this->request->getMethod() (For the older versions before 3.4, use $this->request->method()) Check the request type (method): $this->request->is('post'); Documentation: https://book.cakephp.org/4/en/controllers/request-response.html#reading-the-http-method https://book.cakephp.org/4/en/controllers/request-response.html#Cake\Http\ServerRequest::is
Bootstrapping a Node.js Lambda function having MySQL support
If you need your Node.js Lambda function to have support for any given extension, add that extension locally to have your local npm download the dependencies into node_modules, then zip the folder into an archive, and create a Lambda function from that archive. You can do it from a Linux VPS, or download the ready-to-use… Continue reading Bootstrapping a Node.js Lambda function having MySQL support
The very basics of getting started with CakePHP events
A quick example on how to get started with CakePHP event system.
Using SSH console to speed up coding
A few potentially overlooked quick tips
Check if IP is blocked in iptables
Here’s how you can see if a given IP address had been blocked in your iptables