Deploying OpenWrt Based on Docker

Deploying OpenWrt Based on Docker

The actual operating environment is based on Synology DSM 7.1-42661 Update 1 version system.Using its built-in Docker package (version 20.10.3-1306) for deployment. 2. SSH functionality needs to be enabled in the Synology system’s terminal. 3. Use SSH to log into the Synology system, then execute the following commands in sequence to prepare the network environment: … Read more

Building an Efficient Home Server with Docker Containers

Building an Efficient Home Server with Docker Containers

In today’s rapidly advancing digital age, the interaction between people’s lives and digital information is becoming increasingly frequent. With the continuous growth of personal data, such as photos, videos, music, and various files, along with the pursuit of a convenient life and efficient work, more and more people are turning their attention to building their … Read more

MVTec MERLIC 5.7.1 Runtime for x64-Linux

MVTec MERLIC 5.7.1 Runtime for x64-Linux

MVTec MERLIC 5.7.1 Runtime for x64-LinuxFile Name: merlic-5.7.1-x64-linux_merlic_rte-dl.tar.gzFile Size: 3880309467 bytes (3.61 GB)Modification Date: 2025-06-05 23:48MD5: a0f5c403956a79e9b191b7b976a6f85dSHA1: 112d9e12c4d4bdbfefea18a1188b589faf287dd3SHA256: e35431fee9a5db7119481ce94e8d8a10cfb4e109f468c43b571d459958b4b030CRC32: f05f5581Download from Baidu Cloud: MVTec MERLIC 5.7.1 Runtime for x64-Linux http://visionbbs.com/thread-33741-1-1.html (Source: Shi Xinhua Vision Forum) Latest Features of MERLIC 5.7 MVTec released the new version MERLIC 5.7 on April 3, 2025. The new version 5.7 … Read more

Setting Up a Linux GPU Docker Algorithm Environment for Deep Learning with Scala 3

Setting Up a Linux GPU Docker Algorithm Environment for Deep Learning with Scala 3

We often use Linux as our algorithm server, typically using Ubuntu, CentOS, or Huawei’s Euler system. However, some small workshops directly use Windows systems as algorithm servers. If you encounter a company still deploying servers on Windows, it is advisable to stay away, as they are either inexperienced or have serious issues, which we refer … Read more

Compilation of Standalone Binary for Ansible Playbook

Compilation of Standalone Binary for Ansible Playbook

Background/Cause The internal product involves many Docker images, and distributed installation involves many hosts, so Ansible was used to write deployment scripts. However, there are various issues due to differences in the operating systems of the deployment machines or the installed versions of Ansible. The initial solution to this problem was to build an Alpine … Read more

Monitoring HTTP Service Status with Prometheus (Custom Request Body)

Monitoring HTTP Service Status with Prometheus (Custom Request Body)

Introduction In our work, we may encounter scenarios where we need to monitor the availability of APIs. Although the official blackbox-exporter supports HTTP status checks, its flexibility is limited, making it difficult to effectively monitor interfaces that require specific request headers or bodies. A tool similar to Postman is needed to periodically check the status … Read more

Mastering Linux Real-Time Performance: Building Real-Time Applications with PREEMPT_RT and Docker

Mastering Linux Real-Time Performance: Building Real-Time Applications with PREEMPT_RT and Docker

In today’s rapidly advancing digital age, the demand for real-time systems is becoming increasingly prominent. Whether for robotic control, audio development, or CNC applications, real-time performance is key to successfully implementing these functions. As a highly flexible and customizable operating system, Linux’s real-time capabilities are continuously improving. This article will delve into the implementation of … Read more

Nginx Environment Setup: Installation and Configuration Guide on Linux (CentOS)

Nginx Environment Setup: Installation and Configuration Guide on Linux (CentOS)

Introduction Nginx is a high-performance web server, reverse proxy server, and load balancer, widely used in modern internet architectures. It is known for its lightweight design, high concurrency handling capabilities, and low resource consumption. This article will provide a detailed guide on how to install and configure Nginx on a Linux system. Installation Method Comparison … Read more

Comprehensive Automation Operations Tool with Ansible and Docker

Comprehensive Automation Operations Tool with Ansible and Docker

1. Introduction SSM is a lightweight server management platform that integrates Ansible and Docker, featuring graphical interface, modularity, and strong scalability. It allows for a series of tedious operations such as server deployment, container orchestration, resource monitoring, and alert notifications to be completed through a browser—no command line skills required, making it easy for beginners … Read more

10 Essential Tools for Linux Operations: A Must-Know for Engineers

10 Essential Tools for Linux Operations: A Must-Know for Engineers

Author: Xiao Ming, Source: toutiao.com/article/7303178950443041295/ This article details 10 tools frequently used by operations engineers in their daily work, explaining the functionality, applicable scenarios, and outstanding features of each tool. 1. Shell Scripts Function: Primarily used for automating tasks and batch processing jobs. Applicable Scenarios: Frequently used for file processing, system management, and simple network … Read more