One-Click Installation and Configuration of Docker and Docker Compose with Image Acceleration Source

One-Click Installation and Configuration of Docker and Docker Compose with Image Acceleration Source

Word count: 677, reading time approximately 4 minutes One-Click Installation Method This script is maintained and supported by Xuanyuan Image, and it is open-sourced on GitHub. The script supports various Linux distributions and can install Docker and Docker Compose with a single command while automatically configuring the Xuanyuan image acceleration source. Copy the following command … Read more

Home NAS + Private Cloud: What I Installed on My Home Server

Home NAS + Private Cloud: What I Installed on My Home Server

In mid-February, my QNAP NAS, which had been in service for nearly 10 years, suddenly became unresponsive, and after much effort, it was clear it could not be revived. After some research, I decided to repurpose an old Dell workstation T7820 that my previous company had discarded into a home server. The goal of this … Read more

Intranet Penetration Series Twelve: A Tool for Intranet Penetration Based on HTTP Transmission and SSH Encryption Protection – Chisel, Featuring Interference Resistance, Stability, and Security

Intranet Penetration Series Twelve: A Tool for Intranet Penetration Based on HTTP Transmission and SSH Encryption Protection - Chisel, Featuring Interference Resistance, Stability, and Security

1. Introduction • Chisel is an easy-to-use, efficient, stable, and secure tool for intranet penetration. • It can penetrate and forward services related to TCP/UDP protocols through HTTP transmission, with data encryption protection via SSH. • A single executable program that supports quick installation on various operating systems, and also provides a Docker image. • … Read more

App Virtualization on Mac: Running Software Seamlessly

App Virtualization on Mac: Running Software Seamlessly

If an app does not have an official version for the Mac platform and we cannot do without it, using a virtual machine is a good solution. For more information, refer to “One Machine, Multiple Worlds: A Comprehensive Review of Mac Virtualization Tools that Easily Run Windows/Linux and Break System Barriers!” However, running a virtual … Read more

Installing Thunder WAF on Kali Linux

Installing Thunder WAF on Kali Linux

Select Installation Method Select the installation method based on your actual situation Automatic Installation : Use a single command for automated installation, recommended for beginners Manual Installation : If you are familiar with Linux and Docker, you can manually configure the Thunder environment Offline Installation : If your environment cannot connect to the internet, you … Read more

Docker Applications on Raspberry Pi: From Installation to Advanced Usage and Troubleshooting

Docker Applications on Raspberry Pi: From Installation to Advanced Usage and Troubleshooting

Docker is a platform that allows you to package applications and run them in isolated environments called containers. These containers include everything needed to run the application—code, runtime, libraries, and dependencies—ensuring consistency across different computing environments. Using Docker on a Raspberry Pi has many advantages, especially considering the device’s resource limitations: Resource Efficiency: Lightweight Containers: … Read more

Initial Experience with Ansible Automation Tool (Simulating Multi-Host with Docker)

Initial Experience with Ansible Automation Tool (Simulating Multi-Host with Docker)

Spent some time tinkering at home on Saturday; all processes below have been gradually experimented and implemented; This article is based on practical operations and organized with ChatGPT, aiming to help readers quickly master the practical methods of Ansible in a local environment simulating multi-hosts with Docker. Table of Contents Market Share and Value of … Read more

Installing and Deploying FileBrowser on Armbian Docker and Resolving Permission Issues

Installing and Deploying FileBrowser on Armbian Docker and Resolving Permission Issues

Abstract This article introduces the basic knowledge of FileBrowser, related documentation, and installation deployment. It analyzes errors through log analysis, locates errors using information from images and the host machine, resolves permission issues by modifying directory attributes, verifies the cause of errors, lists precautions when mounting volumes, and compares the differences between specified users and … Read more

A Blessing for Operations and Maintenance! Lightweight Ansible Web Management Panel

A Blessing for Operations and Maintenance! Lightweight Ansible Web Management Panel

❝ Are you still struggling with complex command-line operations? Are you still worried about managing servers in bulk? Today, I would like to introduce a super useful Ansible Web management panel that makes operations and maintenance as easy as ordering takeout! ❞ What is the Ansible Web Management Panel? The Ansible Web Management Panel is … Read more

How to Import Local Docker Images and Run Them on OpenWRT

How to Import Local Docker Images and Run Them on OpenWRT

Importing Local Images into OpenWRT This article takes the AX5’s QWRT as an example; other OpenWRT operations are similar. If there are inconsistencies, feel free to ask AI or similar resources. Uploading the Image Navigate to<span>System</span> ➥ <span>File Transfer</span>, select the local image, and click<span>Upload</span>: Uploading the Image This image is from the backup of … Read more