Fix low FPS of WebGL in Chrome, Ubuntu
I've had this problem for a while, Google Chrome seems to lower the FPS of WebGL content / games to 60 FPS on a dual monitor setup, »
Find log4j on your Linux system
Based on this article about Log4Shell, you can search for any occurence of log4j on your linux system with this command: sudo find / -iname "log4j* »
Bash script to create daily, monthly and yearly MySQL database backups
Here is my simple bash script that creates a fresh MySQL database backup every day for the last 30 days, and a monthly backup for the last 12 months, and a yearly backup for the last 10 years ! »
Fix 307 Internal redirect
If you are trying to test redirections on your web server (Apache, NGINX, etc), but your web browser (chrome, firefox, etc) keeps redirecting to HTTPS no »
How to increase pictures sharpness on your website
The best way to achieve 100% sharpness is to display an image with it's actual size matching the exact size of the file. Obviously, if the »