По материалам сайта Calculate Linux: https://www.calculate-linux.org/main/ru/git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |