Deploying DeepSeek Large Model on Kunpeng Server with openEuler and Ascend NPU

Deploying DeepSeek Large Model on Kunpeng Server with openEuler and Ascend NPU

1. Deployment MethodUtilizingopenEuler 22.03 LTS SP4 + twoAscend NPUs, using Docker to launch themindIEimage, the model used is deepseek-32bDeployment process is as follows:1. Install the server operating system2. Install NPU drivers3. Install Docker and download the MindIE image4. Download the large model files5. Launch the MindIE image and load the large model6. Test the output … Read more

A Must-Read for Tech Enthusiasts! Build a Home Server with an Idle Computer and Earn Money

A Must-Read for Tech Enthusiasts! Build a Home Server with an Idle Computer and Earn Money

Old computers that are idle at home can be a headache as they can’t be sold for a good price and their performance doesn’t meet current demands. However, by following these steps, you can make them useful again, earn extra income, and serve as a home server: Install a Lightweight Linux System: Choose a suitable … Read more

Some Minor Issues with OpenWRT

Some Minor Issues with OpenWRT

OpenWrt Status Monitoring with netdata http://IP:19999/ Access port 19999OpenWrt web terminal, luci-i18n-ttyd-zh-cn To enter configuration, change the original command from /bin/login to /bin/login -f root for automatic login If /bin/login -f root does not work, you can try this methodModify the option command line in /etc/config/ttydDefault is: option command ‘/bin/login’Change to: option command ‘/usr/libexec/login.sh’After saving, … Read more

Home Server Management Tool! One-Click Deployment of Your Personal Service Navigation Portal

Home Server Management Tool! One-Click Deployment of Your Personal Service Navigation Portal

Home Server Management Tool! One-Click Deployment of Your Personal Service Navigation Portal Are you often faced with the situation where you have dozens of smart devices running at home, and a bunch of Docker services on your NAS, and every time you want to use Jellyfin to watch a movie, you have to dig through … Read more

Using NPU on RK Platform

Using NPU on RK Platform

With the development of AI intelligence, many chips more suitable for AI learning have been introduced following traditional CPUs and GPUs. This article introduces how to develop NPU chips based on the SDK provided by the RK platform. 1. Introduction to NPU Chips NPU stands for Neural Network Processing Unit. 2. Using RKNN 1. SDK … Read more

The Ubiquitous BusyBox: How to Create a Minimal Linux Environment with It

The Ubiquitous BusyBox: How to Create a Minimal Linux Environment with It

Follow the public account below for more hot news The Ubiquitous BusyBox: How to Create a Minimal Linux Environment with It What is BusyBox BusyBox combines commonly used UNIX utility programs into a single executable file, providing an efficient and space-saving solution. Common tools such as ls, cp, cat, echo, mount, ps, etc., can all … Read more

Deployment Testing of EMQX on NXP iMX8MP ARM Platform

Deployment Testing of EMQX on NXP iMX8MP ARM Platform

Introduction EMQX is an open-source MQTT message server developed on the Erlang/OTP platform, widely used in the Internet of Things (IoT) field for message transmission and control between devices and servers. This document is based on the NXP i.MX8M Plus ARM processor platform, deploying and testing EMQX by integrating a Docker environment into the Yocto … Read more

Essential Interview Topics on Containers and Virtualization

Essential Interview Topics on Containers and Virtualization

Container Technology File Isolation: chroot Access Isolation: namespaces Resource Isolation: cgroups LXC: Linux Containers What is a Container A completely new way of packaging and deploying software. It encapsulates the application and its dependencies (including code, runtime, system tools, system libraries, etc.) Differences Between Docker and VM Docker is an application layer abstraction, where containers … Read more

Understanding Server Virtualization, Operating System Virtualization, and Service Virtualization

Understanding Server Virtualization, Operating System Virtualization, and Service Virtualization

Server Virtualization: The Super “Magician” of Hardware Resources Server virtualization is regarded as the “pioneer” of virtualization technology. Imagine you have a powerful physical server, akin to a luxurious building, but many rooms (hardware resources) within that building may often remain idle, leading to significant waste. Server virtualization technology is like a “magician” that maximizes … Read more

GPU Virtualization Solutions and Implementation

GPU Virtualization Solutions and Implementation

This article summarizes the current implementation of the GPU passthrough solution on the 360 cloud platform and the verification of the container + MIG solution. 1. Background As a key strategic goal of 360 Company, AI large models rely heavily on GPU cards, which are also considered strategic resources. If physical machines are directly allocated … Read more