Essential Operations: Automated Docker Deployment with Ansible, Understandable for Beginners

Essential Operations: Automated Docker Deployment with Ansible, Understandable for Beginners

Source: https://cloud.tencent.com/developer/article/2123531Ansible is an automation tool written in Python that can achieve automated management of clusters and perform common operational tasks.Many companies today use cluster deployment services, ranging from a few virtual machines to hundreds or thousands. Sometimes, it is necessary to perform operational tasks on a single cluster or multiple clusters, and this is … Read more

Getting Your XiaoZhi AI Robot Off the Ground

Getting Your XiaoZhi AI Robot Off the Ground

Recently, I came across the XiaoZhi AI robot on Bilibili and decided to get one to play with. The official server clearly couldn’t meet my expectations, so I set up a third-party server and expanded its functionality a bit. It seems to be getting interesting, but what exactly did I do? Initial Experience This robot … Read more

Becoming a Pro: Linux Software Installation Guide No. 27 – Setting Up a Private Docker Registry

Becoming a Pro: Linux Software Installation Guide No. 27 - Setting Up a Private Docker Registry

Installation 1. Pull the private registry image docker pull registry 2. Start the private registry container docker run -di –name=registry -p 5000:5000 registry 3. Check Open a browser and enter the address http://ip:5000/v2/_catalog. You should see `{“repositories”:[]}` indicating that the private registry has been successfully set up and is currently empty. 4. Configure the Docker … Read more

Using the RK3588 Chip NPU: Compiling YOLOv8-Pose C Demo in Windows 11 Docker and Running on Development Board

Using the RK3588 Chip NPU: Compiling YOLOv8-Pose C Demo in Windows 11 Docker and Running on Development Board

The Objective of This Article This article will compile the YOLOv8-Pose C Demo in the RKNN Docker environment and deploy it to the RK3588 development board using the adb tool. Development Environment Description Host System: Windows 11 Target Device: Android development board equipped with the RK3588 chip Core Tools: Docker image containing rknn-toolkit2, rknn_model_zoo, and … Read more

Building a Home Media Server (Part 3) — Installing qBittorrent with Docker

Building a Home Media Server (Part 3) -- Installing qBittorrent with Docker

qBittorrent is a powerful and lightweight open-source BitTorrent client software. It allows users to download and share files via the BitTorrent protocol. It supports multiple platforms including Windows, Mac, and Linux! qBittorrent aims to provide a user experience similar to µTorrent, being equally compact while avoiding the ads and bundled software found in µTorrent. This … Read more

OpenWrt Router System New Version Released, Supporting Wi-Fi 7

OpenWrt Router System New Version Released, Supporting Wi-Fi 7

System News The open-source router system OpenWrt 24.10 has released its first stable version, improving Wi-Fi 6 and providing preliminary support for Wi-Fi 7. Users can now upgrade from version 23.05 to 24.10. This version includes numerous improvements and changes in functionality; however, it is recommended to back up your configuration before upgrading. If issues … Read more

Using the RK3588 Chip NPU: Running YOLOv5 Object Detection Model on Windows 11 with RKNN Docker

Using the RK3588 Chip NPU: Running YOLOv5 Object Detection Model on Windows 11 with RKNN Docker

Objective of This Article This article will detail how to configure the RKNN Docker environment on an Android development board equipped with the RK3588 chip in a Windows 11 system environment, and how to run the YOLOv5 object detection model accelerated by NPU on the development board using the adb tool. Development Environment Description Host … Read more

Using the RK3588 Chip NPU: Example of Running PPOCRv4 in Windows 11 Docker

Using the RK3588 Chip NPU: Example of Running PPOCRv4 in Windows 11 Docker

The Objective of This Article This article will practice the PPOCR example in the RKNN Docker environment and deploy it to the RK3588 development board using the adb tool. Development Environment Description Host System: Windows 11 Target Device: Android development board equipped with the RK3588 chip Core Tools: Docker image containing rknn-toolkit2, rknn_model_zoo, and other … Read more

Deploying DeepSeek-32Bw8a8+Dify Knowledge Base Application on Ascend Servers/Development Boards

Deploying DeepSeek-32Bw8a8+Dify Knowledge Base Application on Ascend Servers/Development Boards

Step 1: First, apply for the device from Ascend, and obtain the Atlas 800 9000 server. Use the official account and password provided by Ascend to ensure you can log into the server. (1) Update the drivers, as the image provided by Ascend requires a specific version of the driver firmware. Download and install the … Read more