Upgrading Simple Machines Forum (SMF) to Mint 21 and MariaDB 10.6.23
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…
Linux Stuff
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
This was a fun project I did with ChatGPT. I really didn’t know what ChatGPT could do, frankly, given that I had never messed with anything of that kind before…
This is great – I can’t recall how I did part of this….duh. You have to install: Docker Ollama OpenWeb GUI …and download a model (of course) Install Ollama curl…
As user do the following: sudo mv /etc/apt/preferences.d/nosnap.pref ~/Documents/nosnap.backup apt-get update sudo apt install snapd sudo snap install open-webui --beta
Setting up Docker on Linux Mint 20.X Michael Shoemaker Jul 25, 2021 Download an install script here Download Install Script This is a quick LFG (Let’s….uh, “freaking” GO) 🙂 article…
It seems like this should be more involved but, as I recall, this was the whole deal: curl -fsSL https://ollama.com/install.sh | sh Then, the following…and start asking questions” ollama run…
Go to the config directory and add the following to config.ini.php: enable_marketplace = 0 Download Matomo/Piwik Here is a link to archived releases of Piwik/Matomo.