Proxmox

How to enable DHCP on network interfaces
nano /etc/network/interfaces iface enp5s0 inet manual auto vmbr0 iface vmbr0 inet dhcp bridge-ports enp5s0 bridge-stp off bridge-fd 0 ifreload -a
Mon, Feb 10, 2025 at 9:44 AM
Remove Promox license nag message
wget https://raw.githubusercontent.com/foundObjects/pve-nag-buster/master/install.sh bash install.sh
Mon, Feb 10, 2025 at 10:42 AM
How to Migrate (Import) VMs from VMware ESXi to Proxmox
Source: https://woshub.com/migrate-import-vmware-vm-to-proxmox/   Importing VMware ESXi Virtual Machines to Proxmox Let’s look at how to migrate a config...
Wed, May 7, 2025 at 12:31 PM
How to migrate a physical Windows server to Proxmox virtual
Download Disk2VHD and install it. Open Disk2VHD and select the partitions that make up the entire disk, do not select any external drives or other interna...
Thu, Jun 26, 2025 at 3:44 PM