Importing OVA and VMDK Files to Proxmox VE

Importing OVA and VMDK Files to Proxmox VE

“Hi, Proxmox can really do a lot of things” START Proxmox VE (PVE) can actually import OVA files, but it seems that the official web interface does not currently support imports; it needs to be done through SSH. Let’s go through an example together: 1. Download the following LEDE image https://github.com/wangyu-/udp2raw-tunnel/releases/download/20171108.0/lede-17.01.2-x86_virtual_machine_image.zip 2. After downloading, unzip … Read more

Installing Linux Operating System

Installing Linux Operating System

After clicking the public account card below, reply with “001“, to get the 154-page Linux study notes compiled by KeGan. 1. Operating System Installation Explanation 1. Minimal Installation Explanation System installation is the first step in learning the Linux system. This process involves many basic knowledge points about the Linux system, which is a skill … Read more

Ultimate Guide to Configuring Xshell in Linux Terminal

Ultimate Guide to Configuring Xshell in Linux Terminal

Linux | Red Hat Certified | IT Technology | Operations Engineer 👇1000-person technical exchange QQ group, note 【public account】 for faster approval 1. Installing the Linux Environment 1. Bare metal installation or dual system 2. Virtual machine installation 3. Cloud server (recommended) -> Easy to install, low maintenance cost, good learning effect, high simulation (multiple … Read more

Installing and Running QT on VxWorks 6.8

Installing and Running QT on VxWorks 6.8

Click “Read the Original” for more VxWorks resources Free download of VxWorks technical materials, resources sourced from the internet, copyright belongs to the original authors! 1. Introduction This article details how to install and configure QT on the VxWorks 6.8 operating system, providing a thorough process with images and text, along with detailed steps for … Read more

OpenWrt LuCi Arbitrary File Reading

OpenWrt LuCi Arbitrary File Reading

Setting Up OpenWrt Environment Download the OpenWrt 19.07 image, extract it, and convert it into a disk image for import into a virtual machine. wget https://downloads.openwrt.org/releases/19.07.0/targets/x86/generic/openwrt-19.07.0-x86-generic-combined-ext4.img.gz gunzip openwrt-19.07.0-x86-generic-combined-ext4.img.gz sudo apt-get install qemu-utils -y sudo qemu-img convert -f raw openwrt-19.07.0-x86-generic-combined-ext4.img -O vmdk openwrt-19.07.0-x86-generic-combined-ext4.vmdk The WEB backend access is successful. After setting the password, you can access … Read more

Installing and Configuring OpenWrt on ESXi

Installing and Configuring OpenWrt on ESXi

This article is about installing OpenWrt on an ESXi system. Preparation OpenWrt Firmware You can choose to download the firmware yourself, which can generally be divided into two categories: one is the custom firmware compiled by various experts, which integrates many pre-installed applications for immediate use; the other is the official original firmware, which only … Read more

Learning Linux Development for ARM64 Architecture Using QEMU

Learning Linux Development for ARM64 Architecture Using QEMU

1. Installing QEMU QEMU has been around for a long time, and I never thought about what its full name is. Today, while writing this article, I looked it up, and the full name should be quick emulator. QEMU (quick emulator) is a free and open-source virtual machine (VMM) for hardware virtualization, written by Fabrice … Read more

How to Pass Through AMD Graphics Card to PVE7.4 Virtual Machine

How to Pass Through AMD Graphics Card to PVE7.4 Virtual Machine

1》Follow the diagram, basic configuration is not required, you can refer to the previous article “PVE Virtual Machine Win10 Graphics Card Pass Through”; the basic process is the same [Image] 2》I am using an i5 4570 with integrated graphics enabled and a RX470 graphics card. There is evidence to support this. Remote desktop needs optimization, … Read more

Using Windows 11 on HomeLab ARM64 Development Board with PVE7

Using Windows 11 on HomeLab ARM64 Development Board with PVE7

NO.1 Windows 11 Arm64 Previously set up Ubuntu Server 22.04 and Docker Redroid cloud phone Just one more Windows system is needed to complete the trio of cloud server, cloud phone, and cloud desktop The built-in emulation technology of Windows 11 ARM version allows running unmodified x86 and x64 Windows applications on ARM devices It … Read more

Installing OpenWrt on HomeLab Development Board (ARM64) with PVE

Installing OpenWrt on HomeLab Development Board (ARM64) with PVE

NO.1 Image File qcow2 image file openwrt-armvirt-64.qcow2 NO.2 Upload File qcow2 files cannot be uploaded to pve through webui You need to upload it to the server using FileZilla Remember, the path for the pve iso image folder is /var/lib/vz/template/iso The backup image data for pve is Usually used to store the recoverable xxx.vma.zst files … Read more