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…
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…
Mount the .dmg file, install the app, and use the createinstallmedia command in Terminal. Format an 8GB+ USB drive as Mac OS Extended (Journaled) named “MyVolume”, then run: /Applications/Install\ OS\…
There are versious things to consider, here. A few are: I did this in a virtual machine Creating databases and users requires a different syntax than older versions of MariaDB…
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…
tune2fs -l /dev/sda1 | grep 'Filesystem created' This will output something like: Filesystem created: Mon Aug 27 14:32:01 2018
## See sources.list(5) for more information, especialy # Remember that you can only use http, ftp or file URIs # CDROMs are managed through the apt-cdrom tool. # deb cdrom:/…
Super Simple GUI Download Simple GIU for yt-dlp .deb file Demo Video Works with mint 20, 21, & 22. Simple Light & Dark Theme Download GIU – Dark & K…
📦 Build Recipe: YouTube Downloader Standalone on Linux Mint Install prerequisites (system-wide, once only) sudo apt-get update sudo apt-get install -y python3-venv python3-pip Set up a clean build environment python3…
get release info: lsb_release -a Note: The tips below (the tips for Mint 20) helped me rebuild a new binary when I had installed some conflicting python packages on my…