Virtink: A Lightweight Kubernetes Native Virtualization Management Engine

Virtink: A Lightweight Kubernetes Native Virtualization Management Engine

Today, we are excited to announce the Virtink open-source project, a more lightweight Kubernetes native virtualization management engine. Unlike the KubeVirt project, Virtink does not consider support for emulation of legacy hardware devices and desktop application capabilities. Instead, it focuses on running modern cloud virtualization workloads on Kubernetes. Therefore, Virtink is implemented based on the … Read more

Understanding VMware, KVM, and Docker Technologies

Understanding VMware, KVM, and Docker Technologies

In the era of cloud computing, computing resources, as Xiao Ma Ge once said, have become as essential as water and electricity on the internet. We can accomplish various services such as virtual hosts, web servers, databases, object storage, etc., through a variety of cloud platforms. Behind the thriving cloud computing, there is an important … Read more

Understanding Containerization and Docker Technology

Understanding Containerization and Docker Technology

In cloud computing, The so-called virtualization technology can generally be divided into virtual machine technology and container technology. A virtual machine is a Virtual Machine (VM), while a container is a Container. So what is Docker virtualization technology? Let’s take a look: Docker is a lightweight virtualization technology. Compared to traditional virtual machines, Docker containers … Read more

Overview of Virtualization Technology

Overview of Virtualization Technology

Introduction Virtualization in computers is a vast topic with a long history, and here we will introduce some concepts. 01 Definition of Virtualization Virtualization is the process of creating a software-based or virtual representation of something, essentially creating a virtual version of something, such as virtual applications, servers, storage, and networks. Computing components run on … Read more

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