How to make a simple Leaflet map box with a marker at your set latitude and longitude values. Leaflet is…
Getting image EXIF data on Ubuntu can be done with Exif, this is an Ubuntu package that can output and…
PHP __DIR__ returns the current working directory, its usage is common when including files as you don't have to dynamically…
How to make a Bootstrap toggle button with a status update by using PHP, Ajax and MySQL. The toggle button…
Automatically overwrite a file if already exists with FFmpeg by using -y which means overwrite files without asking: ffmpeg -i…
How to create cron jobs on Windows server with the Windows task scheduler. The first step is to open Windows…