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

Beginner’s Guide to Configuring A5 Bypass for Arduino on Windows and Mac

Beginner's Guide to Configuring A5 Bypass for Arduino on Windows and Mac

Arduino Development Board USB Host Shield Expansion Board. The three points in the image need to be soldered like mine; it’s best to buy one that is already soldered. Finally, stack the development board and the expansion board together. Download the necessary files. (Files can be downloaded by replying 1 in the group or on … Read more

Setting Up an ARM Learning Environment for Linux Drivers

Setting Up an ARM Learning Environment for Linux Drivers

Bilibili’s Linux Driver Introduction Video has been updated to 25 episodes, with a few more to go, the first episode of the driver has been completed. Many fans have messaged me asking how to set up the virtual machine environment shown in the video, This article will teach you step by step. If you want … Read more