My old laptop has Ubuntu 20.04 installed. It is upgraded from the previous version, and I think it requires reinstallation since I constantly change something. New tools, new programs installed…
Tag: tips
Some of our servers in AWS infrastructure run Windows. Some of the clients connect to these servers using Remote Desktop (RDP). In most cases, there is a particular task to…
reCAPTCHA is one of the most popular solutions when it comes to securing forms on websites. You may like it or not, but it is widespread and well-known to the…
It looks like now we have a series of articles related to image upload and processing – starting from “Preview image before uploading” through “Resize an image using canvas” to…
I was surprised when suddenly I started receiving errors like this: “No matching function [ENCODEFORHTML] found”? What happened? I was sure that this was working before! The “EncodeForHTML” function is…
As the continuation of my previous posts on Preview image before uploading and Sending upload image contents to the server before form submission, I want to add one more feature.…
In the process of automating various administrative tasks on the servers I’m working on, I decided to install the OpenSSH server on some of the Windows machines. The installation itself…
One may say that this is an old one. Back in 2014, Charlie Arehart wrote an excellent blog post describing one of the sources of this issue. Since I found…
As an addition to the Avoid duplication of long-running threads topic, I decided that I want to run my job “infinitely”. I have so much data to process, that it…
I started to use ColdFusion threads recently. I knew that they exist, but I saw no use for them in my code before. Recently I started to process large datasets…