Complete Process of Deploying Oracle Linux with Docker

Oracle Linux is not just an ordinary RHEL-compatible distribution; it is an enterprise-level system tested with over 120,000 hours of workloads daily by Oracle. It comes with exclusive features such as Ksplice (zero-downtime kernel patching) and DTrace (real-time diagnostics), making it particularly suitable for use with Oracle databases, middleware, and other ecosystem products. Deploying it … Read more

Complete Guide to Deploying Rocky Linux with Docker

Rocky Linux, as the optimal alternative after CentOS has ceased updates, is fully compatible with RHEL and offers 10 years of long-term support, making it the preferred choice for enterprise-level server deployments. Deploying via Docker can completely resolve traditional deployment issues such as “environment inconsistency, cumbersome migration, and chaotic version management,” making it particularly suitable … Read more

Alpine Linux Announces Its Biggest Change Ever: Complete Restructuring of System Directory Layout

After months of preparation, the Alpine Linux development team officially announced that future releases of Alpine Linux will fully adopt the /usr-merged file system layout. Enabled from version 3.23 Starting from Alpine Linux 3.23, all newly installed systems will default to using /usr-merged. This means that <span><span>/lib</span></span>, <span><span>/bin</span></span>, and <span><span>/sbin</span></span> will no longer exist as … Read more

Which Cloud Server System is Better: Rocky Linux or Ubuntu?

Choosing between Rocky Linux and Ubuntu as a cloud server system does not have a definitive “better” option, only a “more suitable” one. Both are excellent choices, but they have significant differences in positioning, philosophy, and ecosystems. I will provide a detailed comparison from multiple dimensions and give a final recommendation. Core Summary: One Minute … Read more

Method for Setting Up a TCP/IP Experiment Server (Part 2)

Method for Setting Up a TCP/IP Experiment Server (Part 2)

Note: 1. AIX Solaris and Gemini Gateway NetB belong to the same subnet, accessed externally through the gateway’s port 8.104. 2. SLIP and BSDI network card 2 are point-to-point connections (13.65 — 13.66). 3. BSDI network card 1 and Sun network card 1 SVR4 are in the same subnet. 4. Sun network card 2 (1.29) … Read more

MCP Tool Container Virtualization

MCP Tool Container Virtualization

MCP (Model Context Protocol) is a standardized interface and framework that allows LLMs to seamlessly interact with external tools, resources, and environments. It can be seen as a universal adapter between LLMs and external services, enabling mutual understanding without the need for custom glue code development.Running the MCP server (and its tools) directly on the … Read more

Installing Armbian and Deploying OpenWrt in LXC Mode

Installing Armbian and Deploying OpenWrt in LXC Mode

Guide to Installing OECT and Deploying OpenWrt in LXC 1️⃣ Main System Selection OECT has recently gained popularity, and after acquiring it, I considered flashing the firmware. The K2P + N1 has met most of my home network needs, and with OECT’s 4GB of RAM, running OpenWrt separately would be too extravagant, so I decided … Read more

Advanced Training on Virtualization Container Technology Docker + K8s

matchTraining Background With the rapid development of information technology, virtualization technology has been widely developed, evolving from host virtualization to virtual machine virtualization, and now to container technology represented by Docker + K8s. Virtualization technology continues to innovate and break through. The Docker + K8s technology is increasingly used in development and operations, making mastery … Read more

Dual Engine GPU Container Virtualization: Technical Analysis and Practical Sharing of User and Kernel Modes

Dual Engine GPU Container Virtualization: Technical Analysis and Practical Sharing of User and Kernel Modes

Source | Reprinted with permission from Baidu Intelligent Cloud Technology Station Official Account How to maximize the efficiency of hardware computing power is a concern for all resource operators and users. As a leading AI company, Baidu possesses perhaps the most comprehensive AI application scenarios in the industry. In this article, we will share and … Read more

Virtualization and Containerization Misconceptions

Virtualization and Containerization Misconceptions

(1) Virtualization If you opened your eyes in 1964, you would find that IBM’s groundbreaking System/360 mainframe had already achieved virtualization, allowing multiple users and environments to work on a single machine through CPU time-sharing mechanisms. After all, computers were expensive at that time; if each user had to queue for their programs to execute … Read more