One-Click Installation of Nginx on Linux

One-Click Installation of Nginx on Linux

The content includes scripts for both CentOS and Ubuntu systems, use as needed.Preparation before installationAfter CentOS stopped maintenance, the official related repositories have been closed, and you need to change the repository. Please refer to the following article.CentOS 7 stops online updates, yum changes to Vault repository.The article uses Tsinghua’s repository, but you can also … Read more

Creating, Importing, and Installing Python Packages

Creating, Importing, and Installing Python Packages

Introduction If<span>Python</span> has too many modules, it can cause some confusion. In this case, you can manage the modules using a<span>Python package</span>, which is essentially a folder containing a large number of module files. 1. Custom Python Packages 14.1.1 Creating a Custom Package In <span>Pycharm</span>, create a new <span>package</span> in the <span>project</span>: This will create … Read more

Installing Dify on Linux (Docker | Offline Image Resources Included)

Installing Dify on Linux (Docker | Offline Image Resources Included)

1. What Can Dify Do? • Quickly build production-level AI applications (chatbots/intelligent assistants/knowledge base Q&A, etc.) • Achieve LLM workflow orchestration, knowledge base management, and multi-model integration without coding • Lower the development threshold for AI applications, focusing on business logic 2. Tutorial Environment • To ensure this article remains useful for as long as … Read more

Installing Kali Linux on VMware

Installing Kali Linux on VMware

Environment Configuration Kali Version: kali-linux-20xx.x-VMware-amd64 Virtual Environment: VMware Workstation 17 Pro The virtual machine requires significant resources, so please ensure your computer has sufficient space and configuration to support the virtual machine operation before installation. 1. Installing VMware Workstation 17 Pro The virtual machine environment used in this tutorial is VMware Workstation 17 Pro. As … Read more

Python’s ‘Rstudio’ – Pycharm

Python's 'Rstudio' - Pycharm

Introduction An Integrated Development Environment (IDE) is an application that provides a programming development environment, typically including tools such as a code editor, compiler, debugger, and graphical user interface.It integrates functionalities for code writing, analysis, compilation, debugging, and other software services.Any software or software suite that possesses these features can be called an Integrated Development … Read more

Kylin V11 System (Kylin Linux Advanced Server V11) VMware Installation Guide

Kylin V11 System (Kylin Linux Advanced Server V11) VMware Installation Guide

Recently, during my technical exploration, I noticed that the Kylin system has released version V11. As a long-time user of the V10 series, I became very interested in this major version update and decided to personally install and experience it. Brief Introduction: The Kylin operating system (Kylin OS) is an operating system independently developed in … 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

Offline Installation of Nginx on Linux

Offline Installation of Nginx on Linux

Installing Nginx on Linux What Can Nginx Do? • Static Resource Server: Supports external access to web pages/images; • Reverse Proxy + Load Balancing: Distributes user access requests to backend servers according to set rules; • … Demonstration Environment • To ensure this article remains useful for as long as possible, software installations are done … Read more

Installing Graphviz on Linux

Installing Graphviz on Linux

Introduction:<span>Graphviz</span> is an open-source graph visualization software developed by AT&T Labs. It uses the DOT language to describe graphs and generates graphical representations of these graphs. Graphviz can create structured diagrams such as state machines, flowcharts, network diagrams, circuit diagrams, etc., which can be used for various purposes including documentation, testing, and database modeling. 1. … Read more

Installing MSS for MATLAB 2024b Simulink

Installing MSS for MATLAB 2024b Simulink

MSS Fossen refers to the Marine Systems Simulator (MSS), which is a Matlab and Simulink library used for marine system control design.If you want to configure this library, you first need to download the MSS library. If you don’t have a VPN or other tools, the download may not be very fast, so I have … Read more