AvaotaA1 Allwinner T527 Linux Distributions Support

AvaotaA1 Allwinner T527 Linux Distributions Support

AvaotaA1 Allwinner T527 Linux Distributions Support 📖 Documentation Site: https://docs.100ask.net/avaota/avaota-sbc/💡 Source Repository: github.com/AvaotaSBC/💻 Hardware Configuration: ✏️CPU: Octa-core Cortex-A55, up to 2.0GHz✏️GPU: Mali G57, supports OpenGL ES 3.2/2.0/1.1, Vulkan 1.1/1.2/1.3, OpenCL 2.2✏️RCPU: XuanTie E906 RISC-V @ 200MHz✏️DSP: HIFI4 DSP @ 600MHz✏️NPU: optional up to 2TOPS computing capability✏️Memory Chip: supports LPDDR4, optional 1/2/4GB✏️Storage Chip: supports eMMC 5.1, … Read more

HomeLab Development Board (ARM64) [PVE]: Backup and Restore for Win, Linux, and More

HomeLab Development Board (ARM64) [PVE]: Backup and Restore for Win, Linux, and More

NO.1 Final Result Previously installed pve7 on the Orange Pi 5 Plus and several systems. Now attempting to backup and restore to the Raspberry Pi 5’s pve8 (essentially both are arm pve, just with different configurations). <<HomeLab Development Board (ARM64) [PVE]: Installing Ubuntu Server 22.04 VM on PVE7>> <<HomeLab Development Board (ARM64) [PVE]: Using Windows … 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

OpenWRT EasyCwmp Installation Guide

OpenWRT EasyCwmp Installation Guide

Reference Links Tutorial – EasyCwmphttps://easycwmp.org/tutorial/ EasyCwmp Introduction EasyCwmp is designed with two components: EasyCwmp Core: It includes the TR069 CWMP engine, responsible for communication with the ACS server. It is developed in C. EasyCwmp DataModel: It includes the TR-06 DATAModel and complies with some DataModel standards such as TR-098, TR-181, TR-104, etc. The key design … Read more

OpenWRT Basic Custom Image Compilation

OpenWRT Basic Custom Image Compilation

Compiling a dedicated OpenWRT image OpenWRT is almost essential for enthusiasts, but due to the need for additional environment configuration and the high failure rate of compilations, most people choose to download the generic images provided by the official sources. However, as a technology enthusiast, there is always a demand for customized images, especially for … Read more

Build A Router With Free PCB, Speed Up To 10Mbps!

Build A Router With Free PCB, Speed Up To 10Mbps!

Project Name: Mini Router Author: Toolchen Introduction To achieve network freedom, I made a mini router using a free sample PCB! The speed reaches 10Mbps! 01 Open Source Description ” This mini router is made using the MT7628 processor module (Yibait E103-W20, compatible with Hailinke HLK7628N). SupportsOpenWrt Operating System and Custom Development Can be used … Read more

How To Change Management Password and Set SSH on OpenWRT

How To Change Management Password and Set SSH on OpenWRT

This chapter mainly explains: the basic usage of OpenWRT firmware to change the management password and set up SSH terminal service. 1. What is OpenWRT firmware Here is a brief introduction to the origins of OpenWRT. Back in the day, Linksys (now acquired by Cisco) released a wireless router product named WRT54G/GS, a classic product. … Read more

OpenWrt Tutorial: Configure Tailscale

OpenWrt Tutorial: Configure Tailscale

Tailscale is a networking tool based on Wireguard that allows point-to-point connections between nodes without the need for a public IP address, achieving decentralization. The configuration is simple and user-friendly, supporting various platforms and clients. Below is the configuration process on OpenWrt. 1. Download Software Download the Tailscale software package to a specified directory. Click … Read more

Common Firewall Filtering Rules in OpenWrt

Common Firewall Filtering Rules in OpenWrt

Firewall filtering rules in OpenWrt include: 1. Input Filtering Rules: Determine which packets can enter the home network through the router’s network interface, and which packets need to be blocked or discarded. 2. Output Filtering Rules: Determine which packets can leave the home network through the router’s network interface, and which packets need to be … Read more

Installing OpenWrt Themes: A Step-by-Step Guide

Installing OpenWrt Themes: A Step-by-Step Guide

Just find a visually appealing theme, such as the popular Argon. Introduction to Argon Argon is a clean and tidy OpenWrt LuCI theme that allows users to customize their login interface with images or videos. It also supports automatic or manual switching between light and dark modes. Features Clean and tidy layout. Mobile-friendly display. Customizable … Read more