Author: admin

Convert HEIC to JPG

This script works on Mint 20. HEIC files are converted and moved to a folder (created by the script) called ‘JPEG”. #!/bin/bash # ============================================================ # convert_heic.sh # Run from inside…

Sources.list files for old debian releases

deb http://old-releases.ubuntu.com/ubuntu focal main restricted universe multiverse deb http://old-releases.ubuntu.com/ubuntu focal-updates main restricted universe multiverse deb http://old-releases.ubuntu.com/ubuntu focal-backports main restricted universe multiverse deb http://old-releases.ubuntu.com/ubuntu focal-security main restricted universe multiverse # Linux…