Skip to content

Instantly share code, notes, and snippets.

@ssh500
ssh500 / Update_MariaDB.sh
Last active July 18, 2025 15:12
Update MariaDB 10.4 -> 10.6 -> 10.11 -> 11.4 -> 11.8
#!/bin/bash
# CentOS7 update MariaDB 10.4 -> 10.6 -> 10.11 -> 11.4 -> 11.8
echo -e "# MariaDB 10.6 CentOS repository list - created 2025-07-18 12:55 UTC
# https://mariadb.org/download/
[mariadb]
name = MariaDB
# rpm.mariadb.org is a dynamic mirror if your preferred mirror goes offline. See https://mariadb.org/mirrorbits/ for details.
# baseurl = https://rpm.mariadb.org/10.6/centos/$releasever/$basearch
baseurl = https://mirror.nl.mirhosting.net/mariadb/yum/10.6/centos/\$releasever/\$basearch
@ssh500
ssh500 / Create_Proxmox_container_with_OpenWRT.txt
Last active April 11, 2025 14:17
Create Proxmox container with OpenWRT
pct create 103 /var/lib/vz/template/cache/openwrt-23.05.5-x86-generic-rootfs.tar.gz --arch amd64 --hostname OpenWrt-23.05.5 --rootfs local:1 --memory 1024 --cores 1 --ostype unmanaged --unprivileged 1
Examples:
https://www.youtube.com/watch?v=8RoYUsNe4gE
https://community.bigbeartechworld.com/t/setting-up-openwrt-on-a-virtual-machine-with-proxmox/257