How to setup proxmox on Debian 12 Bookworm apt install git # With git already installed on your machine, clone the repository git clone https://github.com/mathewalves/Proxmox-Debian12.git # Access the downloaded folder with the 'cd' command cd... Jul 1, 2025
How to make web server of VM inside of Proxmox Network on Promox root@vmi2453123:/etc/network# cat /etc/network/interfaces auto lo iface lo inet loopback auto eno1 iface eno1 inet manual auto eno2 iface eno2 inet manual iface eno3 inet manual ifac... Infrastructure Apr 8, 2025
How to install minikube(Kubernetes) Here is the easy step to setup minikube on ubuntu 20,22 and 24 sudo apt update sudo apt install docker.io curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-arm64 sudo ins... Infrastructure Server Dec 30, 2024