raro28
Follow
🈚
平常心
Back-end developer learning Kubernetes and Ansible using a 4 x Raspberry Pi 4 cluster.
- Mexico
-
18:43
(UTC -06:00) - https://raro28.github.io
- in/hectordiaz-
Pinned Loading
-
Create QEMU based VMs
Create QEMU based VMs 1#!/usr/bin/sh
23SHORT=c:,s:,m:,a:,n:,o:,p:,v:
4LONG=vcpus:,cpuset:,memory:,arch:,node:,outputdir:,project:,version:
5OPTS=$(getopt --alternative --name mk-node --options $SHORT --longoptions $LONG -- "$@")
-
Build Taiga
Build Taiga 1#!/usr/bin/sh
2#https://medium.com/oracledevs/building-multi-architecture-containers-on-oci-with-podman-67d49a8b965e
3registry_space="omv.lan:3000/raro28"
4declare -A projects=(
5["front"]="7967"
-
update-ollama.sh
update-ollama.sh 1#!/bin/bash
23# Exit immediately if a command exits with a non-zero status.
4set -e
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.