Tagged articles
684 articles
Page 3 of 7
MaGe Linux Operations
MaGe Linux Operations
Aug 21, 2024 · Operations

How to Install, Configure, and Manage RabbitMQ on CentOS 7

This guide walks you through setting up RabbitMQ on a CentOS 7 system—including required Erlang installation, RPM package deployment, service enablement, management plugin activation, user and permission handling, MQTT plugin enablement, and an overview of the web UI metrics for monitoring queues, exchanges, connections, and more.

InstallationManagement
0 likes · 21 min read
How to Install, Configure, and Manage RabbitMQ on CentOS 7
MaGe Linux Operations
MaGe Linux Operations
Aug 10, 2024 · Operations

Mastering traceroute on Linux: Install, Use, and Advanced Options

This guide explains how to install the traceroute network diagnostic tool on various Linux distributions, shows the basic command syntax and common usage examples, and details both standard and advanced options for customizing trace routes, while highlighting important precautions.

InstallationLinuxNetwork Diagnostics
0 likes · 5 min read
Mastering traceroute on Linux: Install, Use, and Advanced Options
Java Tech Enthusiast
Java Tech Enthusiast
Aug 9, 2024 · Backend Development

RabbitMQ Overview, Installation Guide, and Delayed Message Implementation

RabbitMQ is a lightweight, open‑source AMQP broker offering reliable, flexible routing, clustering, and multi‑protocol support; it can be installed via Homebrew, Windows installers, or source on CentOS, and, using the rabbitmq_delayed_message_exchange plugin, Spring Boot applications can configure custom exchanges, queues, and send delayed messages with an x‑delay header.

Delayed MessagingInstallationJava
0 likes · 9 min read
RabbitMQ Overview, Installation Guide, and Delayed Message Implementation
Linux Ops Smart Journey
Linux Ops Smart Journey
Jul 21, 2024 · Cloud Native

Master Production-Ready Containerd Installation & Configuration

This guide walks you through preparing your Linux server, downloading and installing Containerd with its dependencies, configuring system settings, setting up systemd services, verifying the installation, pulling images, and applying security and performance best practices for production environments.

Installationcloud-nativecontainer-runtime
0 likes · 8 min read
Master Production-Ready Containerd Installation & Configuration
21CTO
21CTO
Jul 20, 2024 · Backend Development

Explore a PHP‑Based ‘Operating System’: Installation Guide & Demo

A Japanese PHP developer released an open‑source project that simulates a simple operating system in PHP, currently limited to printing "Hello World!", and provides step‑by‑step instructions for installing the required PHP version and running the demo on macOS.

Backend DevelopmentInstallationOperating System
0 likes · 2 min read
Explore a PHP‑Based ‘Operating System’: Installation Guide & Demo
Code Ape Tech Column
Code Ape Tech Column
Jun 9, 2024 · Databases

RedisInsight: Introduction, Installation, and Basic Usage Guide

This article introduces RedisInsight, outlines its key features, provides step‑by‑step instructions for installing it on Linux and via Kubernetes—including environment variable configuration and service deployment—and demonstrates basic usage through screenshots of its GUI.

CLIDatabase GUIInstallation
0 likes · 6 min read
RedisInsight: Introduction, Installation, and Basic Usage Guide
Open Source Linux
Open Source Linux
Jun 7, 2024 · Operations

Master Ansible: Install, Configure, and Manage Inventory on CentOS

This guide walks through installing Ansible via source, git or RPM, configuring its environment and SSH trust, adding hosts to the inventory, and testing connectivity with ping, providing essential commands and examples for effective automation on CentOS systems.

ConfigurationInstallationLinux
0 likes · 16 min read
Master Ansible: Install, Configure, and Manage Inventory on CentOS
macrozheng
macrozheng
May 31, 2024 · Operations

Get VMware Fusion & Workstation Free: Complete Registration & Installation Guide

This guide explains why developers still need virtual machines, the high cost of VMware, the recent release of a free personal version, and provides a detailed step‑by‑step process—including registration, download links, and installation instructions—to get VMware Fusion or Workstation up and running on macOS or Windows.

DevOpsFreeSoftwareInstallation
0 likes · 6 min read
Get VMware Fusion & Workstation Free: Complete Registration & Installation Guide
Architect
Architect
May 27, 2024 · Databases

RediSearch: Features, Benchmarks, Installation, and Usage Guide

RediSearch is a Redis module that adds full‑text search, secondary indexing and powerful query capabilities, offering detailed feature lists, performance benchmarks against Elasticsearch, step‑by‑step installation methods, and comprehensive command‑line examples for creating, querying, and managing indexes.

BenchmarkCLIFull‑Text Search
0 likes · 12 min read
RediSearch: Features, Benchmarks, Installation, and Usage Guide
Open Source Linux
Open Source Linux
May 27, 2024 · Cloud Native

Master KubeSphere: Install, Manage Multi‑Tenant & Build DevOps Pipelines

This guide walks through installing KubeSphere on Ubuntu, configuring mirrors, troubleshooting common errors, setting up multi‑tenant hierarchies, creating workspaces, projects and DevOps pipelines, configuring application routing, TLS, S2I builds, and integrating Jenkinsfile‑out‑of‑SCM pipelines for continuous delivery.

DevOpsInstallationKubeSphere
0 likes · 10 min read
Master KubeSphere: Install, Manage Multi‑Tenant & Build DevOps Pipelines
Top Architect
Top Architect
May 23, 2024 · Fundamentals

Comprehensive Sublime Text Guide: Installation, Configuration, Features, and Shortcuts

This article provides a thorough Sublime Text tutorial covering its background, installation steps, environment variable setup, Package Control installation, customization of settings, themes, color schemes, editing shortcuts, navigation features, and additional tips for efficient code editing across platforms.

ConfigurationInstallationSublime Text
0 likes · 24 min read
Comprehensive Sublime Text Guide: Installation, Configuration, Features, and Shortcuts
Liangxu Linux
Liangxu Linux
May 16, 2024 · Operations

How to Install and Use Tabby for SSH and SFTP Connections

This guide walks you through downloading the appropriate Tabby installer, configuring SSH profiles, establishing remote terminal sessions, and using the built‑in SFTP file transfer features, while highlighting key settings and customization options for a smoother workflow.

InstallationRemote accessSFTP
0 likes · 4 min read
How to Install and Use Tabby for SSH and SFTP Connections
Java Architect Essentials
Java Architect Essentials
May 14, 2024 · Databases

Comprehensive Guide to RediSearch: Features, Benchmarks, Installation, and Command Usage

RediSearch, a Redis module providing full-text search and secondary indexing, is introduced with its features, performance comparisons against Elasticsearch, benchmark results for index building and query throughput, detailed installation methods, and extensive command examples for creating, querying, updating, and managing indexes.

BenchmarkCLIFull‑Text Search
0 likes · 13 min read
Comprehensive Guide to RediSearch: Features, Benchmarks, Installation, and Command Usage
Lobster Programming
Lobster Programming
Apr 29, 2024 · Backend Development

Step-by-Step Guide to Installing and Running Kafka on Linux

This article explains what Kafka is, outlines the prerequisites, provides detailed Linux installation steps, configuration tweaks, startup commands, testing procedures, and troubleshooting tips, enabling readers to set up a functional Kafka cluster and produce‑consume messages.

InstallationKafkaLinux
0 likes · 5 min read
Step-by-Step Guide to Installing and Running Kafka on Linux
Lobster Programming
Lobster Programming
Apr 22, 2024 · Fundamentals

Master Lua: What It Is, Key Features, and How to Install on Linux

Lua is a lightweight, high-performance scripting language supporting multiple paradigms, widely used in game development, embedded systems, and web servers; this guide explains its core characteristics, typical applications, and provides step-by-step instructions for downloading, compiling, and configuring Lua on a Linux system.

Game DevelopmentInstallationLinux
0 likes · 3 min read
Master Lua: What It Is, Key Features, and How to Install on Linux
Selected Java Interview Questions
Selected Java Interview Questions
Apr 17, 2024 · Operations

Tabby: A Cross‑Platform Terminal with Built‑in SSH and SFTP – Installation and Usage Guide

This article introduces Tabby, a popular open‑source cross‑platform terminal emulator, outlines its key features, provides step‑by‑step instructions for downloading the appropriate installer, configuring SSH connections, using the integrated SFTP file transfer, and customizing the terminal appearance.

ConfigurationInstallationSFTP
0 likes · 4 min read
Tabby: A Cross‑Platform Terminal with Built‑in SSH and SFTP – Installation and Usage Guide
Open Source Tech Hub
Open Source Tech Hub
Apr 6, 2024 · Backend Development

How to Quickly Set Up Tadmin: A Non‑Intrusive Admin Framework for ThinkPHP

This guide introduces Tadmin, a lightweight, non‑intrusive admin framework built on ThinkPHP, and provides step‑by‑step instructions for installing it via Composer, registering the service, running initialization and migrations, accessing the admin panel, and locating demo and support resources.

Admin FrameworkComposerInstallation
0 likes · 3 min read
How to Quickly Set Up Tadmin: A Non‑Intrusive Admin Framework for ThinkPHP
Open Source Tech Hub
Open Source Tech Hub
Mar 12, 2024 · Backend Development

How to Compile LuaRocks for OpenResty and Install RapidJSON

This guide explains what LuaRocks is, shows step‑by‑step commands to compile and install it with OpenResty, details configuration flags, resolves a common unzip error, and demonstrates installing and using the rapidjson Lua package.

InstallationLuaRocksRapidJSON
0 likes · 7 min read
How to Compile LuaRocks for OpenResty and Install RapidJSON
MaGe Linux Operations
MaGe Linux Operations
Feb 27, 2024 · Operations

How to Install and Deploy Apache RocketMQ 5.1.4 on Ubuntu

This guide walks you through setting up the Java environment, downloading Apache RocketMQ 5.1.4, installing its NameServer, Broker, and optional Proxy components on an Ubuntu 20.04 cloud instance, and configuring both local and cluster deployment modes with optional visual dashboard tools.

InstallationJavaMessage Queue
0 likes · 8 min read
How to Install and Deploy Apache RocketMQ 5.1.4 on Ubuntu
IT Services Circle
IT Services Circle
Feb 5, 2024 · Operations

Installing Windows 11 LTSC Insider Preview Build 25941 in a Virtual Machine

This guide explains what the Windows Long‑Term Servicing Channel (LTSC) is, lists the available LTSC versions, and provides step‑by‑step instructions, screenshots, and download links for installing the Windows 11 LTSC Insider Preview Build 25941 in a virtual machine, including how to skip the Microsoft account and activate the system.

ActivationEvaluation BuildInstallation
0 likes · 4 min read
Installing Windows 11 LTSC Insider Preview Build 25941 in a Virtual Machine
Java Backend Technology
Java Backend Technology
Jan 18, 2024 · Databases

Master RedisInsight: Install, Configure, and Use the Ultimate Redis GUI

This guide introduces RedisInsight, outlines its key features, provides step‑by‑step installation on a physical server and via Kubernetes, explains environment configuration and startup, and demonstrates basic usage for monitoring and managing Redis instances through its graphical interface.

Database ManagementGUIInstallation
0 likes · 7 min read
Master RedisInsight: Install, Configure, and Use the Ultimate Redis GUI
dbaplus Community
dbaplus Community
Jan 16, 2024 · Databases

Mastering MariaDB ColumnStore: Installation, Migration, Replication, and Performance Insights

This guide explains MariaDB ColumnStore’s columnar architecture, key advantages, step‑by‑step installation, field and SQL limitations, how to migrate InnoDB data, configure multi‑source replication, compare performance with InnoDB, and achieve high availability and dynamic scaling for analytical workloads.

ColumnstoreData MigrationInstallation
0 likes · 17 min read
Mastering MariaDB ColumnStore: Installation, Migration, Replication, and Performance Insights
Python Programming Learning Circle
Python Programming Learning Circle
Jan 6, 2024 · Fundamentals

10 Practical pip Tips for Managing Python Packages

This article introduces ten essential pip techniques—including installation, upgrading, version-specific installs, uninstalling, checking dependencies, using domestic mirrors, downloading without installing, and batch installing from requirements files—to help Python developers efficiently manage their packages.

InstallationPythonmirrors
0 likes · 6 min read
10 Practical pip Tips for Managing Python Packages
Java Tech Enthusiast
Java Tech Enthusiast
Jan 6, 2024 · Databases

RedisInsight: Introduction, Installation, and Basic Usage

RedisInsight is a GUI for Redis that monitors memory, connections, hit rate, and uptime, supports clusters, SSL/TLS, and key editing, and can be installed on Linux via a downloadable package with environment variables and launched as a service, or deployed on Kubernetes using a NodePort service and a Deployment of the redislabs/redisinsight image, after which the UI provides metrics, data editing, and memory analysis.

GUIInstallationKubernetes
0 likes · 5 min read
RedisInsight: Introduction, Installation, and Basic Usage
MaGe Linux Operations
MaGe Linux Operations
Dec 29, 2023 · Backend Development

How to Install and Run RocketMQ on CentOS 7: A Step‑by‑Step Guide

This article records a complete, step‑by‑step installation and startup process for Apache RocketMQ on a CentOS 7 system, covering environment checks, downloading the package, extracting files, launching the name server and broker, adjusting memory settings, and verifying the setup with a test client.

InstallationMessage QueueRocketMQ
0 likes · 4 min read
How to Install and Run RocketMQ on CentOS 7: A Step‑by‑Step Guide
Python Programming Learning Circle
Python Programming Learning Circle
Dec 18, 2023 · Backend Development

phpy – A PHP Extension for Seamless Integration with the Python Ecosystem

The article introduces phpy, an open‑source Swoole project that embeds the Python ecosystem into PHP, explains its features, provides detailed compilation and installation steps, demonstrates usage through code examples—including AI libraries, GUI creation, named arguments, and callbacks—and shares real‑world sample applications.

BackendExtensionInstallation
0 likes · 9 min read
phpy – A PHP Extension for Seamless Integration with the Python Ecosystem
Liangxu Linux
Liangxu Linux
Dec 17, 2023 · Fundamentals

Unlock the Power of Fish Shell: Install, Switch, and Customize on macOS

This guide walks you through installing Fish Shell on macOS, switching from Bash or Zsh, configuring it as the default shell, and leveraging its modern features such as syntax highlighting, auto‑suggestions, web‑based configuration, and custom prompts for a more efficient command‑line experience.

InstallationShellcommand-line
0 likes · 11 min read
Unlock the Power of Fish Shell: Install, Switch, and Customize on macOS
Aikesheng Open Source Community
Aikesheng Open Source Community
Dec 14, 2023 · Databases

SQLE 3.0 Installation Guide: RPM and Docker Deployment

This article provides a step‑by‑step guide for installing the open‑source SQLE 3.0 SQL quality management platform using both RPM packages and Docker containers, covering environment preparation, configuration file adjustments, service startup, common issues, and troubleshooting tips.

DockerInstallationRPM
0 likes · 11 min read
SQLE 3.0 Installation Guide: RPM and Docker Deployment
Liangxu Linux
Liangxu Linux
Dec 10, 2023 · Fundamentals

Which Terminal Text Editor Is Best for Linux Beginners? A Practical Guide

This guide introduces three beginner‑friendly terminal text editors—Micro, Nano, and Ne—detailing their key features, ease‑of‑use advantages, and step‑by‑step installation commands for major Linux distributions, helping newcomers choose the right tool for their workflow.

InstallationMicroNano
0 likes · 10 min read
Which Terminal Text Editor Is Best for Linux Beginners? A Practical Guide
Open Source Tech Hub
Open Source Tech Hub
Dec 6, 2023 · Backend Development

How to Install and Use PHPY: Bridge PHP with Python Libraries on Ubuntu

This guide walks you through installing PHPY on Ubuntu, covering the required environment setup, building PHP 8.3 from source, installing Anaconda and a Python 3.10 environment, compiling the PHPY extension, configuring php.ini, verifying the installation, and running a sample script that accesses Python's os module from PHP.

InstallationPHPPython
0 likes · 13 min read
How to Install and Use PHPY: Bridge PHP with Python Libraries on Ubuntu
Efficient Ops
Efficient Ops
Nov 20, 2023 · Operations

Unlock the Power of Fish Shell: Install, Switch, and Customize Like a Pro

This guide walks you through installing Fish Shell on macOS, switching from Bash or Zsh, exploring its standout features such as syntax highlighting, autosuggestions, tab completion, web‑based configuration, and shows how to customize prompts and greetings with practical code examples.

Git integrationInstallationPrompt
0 likes · 12 min read
Unlock the Power of Fish Shell: Install, Switch, and Customize Like a Pro
Deepin Linux
Deepin Linux
Nov 10, 2023 · Fundamentals

Comprehensive Guide to Linux (CentOS 7) Installation, Configuration, and Basic Commands

This article provides a step‑by‑step tutorial on Linux fundamentals, covering the basic concepts of the operating system, how to obtain and install CentOS 7 in a virtual machine, configure networking, perform system installation, use essential command‑line tools, troubleshoot common issues, and apply basic optimizations.

CommandLineInstallationLinux
0 likes · 23 min read
Comprehensive Guide to Linux (CentOS 7) Installation, Configuration, and Basic Commands
JD Retail Technology
JD Retail Technology
Nov 1, 2023 · Big Data

Kafka: Usage Scenarios, Core Concepts, Installation, Configuration, and Practical Operations

This article provides a comprehensive guide to Apache Kafka, covering its typical use cases, fundamental terminology, step‑by‑step installation and environment preparation, detailed configuration of brokers and topics, cluster deployment, producer‑consumer commands, and a Java client example for sending messages.

Distributed MessagingInstallationJava Client
0 likes · 21 min read
Kafka: Usage Scenarios, Core Concepts, Installation, Configuration, and Practical Operations
Open Source Tech Hub
Open Source Tech Hub
Oct 15, 2023 · Backend Development

Why Webman Outperforms PHP‑FPM: A Fast Backend Framework Tutorial

This guide introduces Webman, a high‑performance PHP backend framework built on Workerman, explains its core philosophy, lists its key features, and provides step‑by‑step instructions for installing Webman, running it on Windows or Linux, and adding the official Webman‑Admin panel with database configuration.

Backend FrameworkComposerInstallation
0 likes · 8 min read
Why Webman Outperforms PHP‑FPM: A Fast Backend Framework Tutorial
Open Source Tech Hub
Open Source Tech Hub
Sep 23, 2023 · Backend Development

How to Install and Configure PHP 8.2 on Ubuntu/Debian with Ondřej’s PPA

This guide explains the new features of PHP 8.2, shows how to add Ondřej Surý’s PPA on Ubuntu and Debian, provides step‑by‑step commands to install PHP 8.2 and its extensions, configure Apache or Nginx, test the installation, purge old versions, and manage multiple PHP versions side‑by‑side.

DebianInstallationLinux
0 likes · 10 min read
How to Install and Configure PHP 8.2 on Ubuntu/Debian with Ondřej’s PPA
Sohu Tech Products
Sohu Tech Products
Sep 20, 2023 · Information Security

How to Secure Your Website with the Open‑Source SafeLine WAF in One Command

This article explains what a Web Application Firewall (WAF) is, introduces the open‑source SafeLine WAF, and provides step‑by‑step instructions for containerized installation, describes its architecture and core security capabilities such as semantic attack detection, IP intelligence, traffic control, and high‑performance protection for web sites.

DockerInstallationNGINX
0 likes · 8 min read
How to Secure Your Website with the Open‑Source SafeLine WAF in One Command
Top Architect
Top Architect
Sep 15, 2023 · Databases

Redis Overview, Features, Use Cases, and Installation Guide

This article introduces Redis as an open‑source, high‑performance in‑memory key‑value store, explains its rich data structures, underlying implementations, performance advantages, common use cases such as caching and messaging, and provides step‑by‑step installation and basic command examples for Ubuntu systems.

Data StructuresIn-Memory DatabaseInstallation
0 likes · 12 min read
Redis Overview, Features, Use Cases, and Installation Guide
MaGe Linux Operations
MaGe Linux Operations
Aug 12, 2023 · Databases

Master DBeaver: Install, Connect, and Generate ER Diagrams Easily

This guide introduces DBeaver, a free Java‑based database management tool, covering its cross‑platform installation, JDBC connectivity to numerous relational and NoSQL databases, step‑by‑step connection setup, driver management, and how to generate ER diagrams from existing schemas.

DBeaverDatabase ManagementER Diagram
0 likes · 6 min read
Master DBeaver: Install, Connect, and Generate ER Diagrams Easily
Laravel Tech Community
Laravel Tech Community
Jul 2, 2023 · Backend Development

How to Install ThinkPHP 8.0 and Perform an Upgrade

This guide explains the system requirements for ThinkPHP 8.0, shows how to install Composer on different operating systems, provides step‑by‑step commands to install the framework, lists the main features of the 8.0 release, and offers instructions for upgrading from earlier versions.

ComposerInstallationPHP
0 likes · 2 min read
How to Install ThinkPHP 8.0 and Perform an Upgrade
Laravel Tech Community
Laravel Tech Community
May 15, 2023 · Big Data

Introducing DataEase: An Easy‑to‑Use Open‑Source BI Tool with Rich Features and Quick Deployment

The article reviews DataEase, a Chinese open‑source business‑intelligence platform that offers a low‑learning‑curve interface, extensive data‑source support, built‑in template marketplace, and Docker‑based one‑command installation, making data visualization and dashboard creation accessible to a broad range of users.

BIBig DataData visualization
0 likes · 7 min read
Introducing DataEase: An Easy‑to‑Use Open‑Source BI Tool with Rich Features and Quick Deployment
Python Programming Learning Circle
Python Programming Learning Circle
May 15, 2023 · Fundamentals

10 Practical pip Commands and Tips for Managing Python Packages

This article introduces ten useful pip techniques—including installation, upgrading, version-specific installs, uninstalling, checking for updates, handling compatibility, using domestic mirrors, downloading without installing, and batch installing from requirements files—to help Python developers efficiently manage their packages.

InstallationPythoncommand-line
0 likes · 7 min read
10 Practical pip Commands and Tips for Managing Python Packages
Open Source Tech Hub
Open Source Tech Hub
May 11, 2023 · Backend Development

How to Install and Use XHProf for PHP Performance Profiling

Learn how to install XHProf via PECL or source, configure php.ini, verify the installation, integrate the XhprofMiddleware into your PHP application, and interpret the detailed performance metrics and visual reports, including function call statistics and memory usage, with example commands and code snippets.

InstallationPHPXHProf
0 likes · 6 min read
How to Install and Use XHProf for PHP Performance Profiling
DevOps Cloud Academy
DevOps Cloud Academy
Apr 27, 2023 · Operations

GitLab Runner Installation, Registration, and Common Commands Guide

This article provides a comprehensive guide to installing GitLab Runner on various platforms, explains version and Docker requirements, details registration types and token retrieval, and presents both interactive and non‑interactive registration commands along with common runner commands and a sample pipeline configuration.

DevOpsDockerGitLab Runner
0 likes · 9 min read
GitLab Runner Installation, Registration, and Common Commands Guide
21CTO
21CTO
Apr 2, 2023 · Backend Development

How Codon Turbocharges Python: A Compiler That Rivals C++

Codon, a new Python compiler introduced by IEEE Spectrum, uses static type checking to eliminate runtime overhead, delivering C++‑level performance—10 to 100 times faster than CPython—while targeting genomics, big‑data, and other compute‑intensive domains, though it sacrifices some dynamic Python features.

CodonInstallationPython
0 likes · 7 min read
How Codon Turbocharges Python: A Compiler That Rivals C++
Alibaba Cloud Native
Alibaba Cloud Native
Mar 8, 2023 · Cloud Native

How OpenYurt v1.2 Simplifies Edge Kubernetes Installation in Five Steps

OpenYurt v1.2.0 streamlines edge‑native Kubernetes deployment by removing any modifications to native clusters, cutting the installation process from ten to five steps, and enabling seamless Prometheus monitoring through the new Raven VPN component while outlining future Helm‑based simplifications.

Cloud NativeEdge ComputingInstallation
0 likes · 6 min read
How OpenYurt v1.2 Simplifies Edge Kubernetes Installation in Five Steps
IT Services Circle
IT Services Circle
Feb 27, 2023 · Operations

How to Install Windows Subsystem for Android (WSA) on Windows 10

This guide walks you through enabling the required Windows features, downloading a community‑built WSA package, running the installation script, handling version requirements, troubleshooting common failures, and uninstalling the subsystem on Windows 10.

AndroidSubsystemInstallationTutorial
0 likes · 5 min read
How to Install Windows Subsystem for Android (WSA) on Windows 10
Liangxu Linux
Liangxu Linux
Feb 2, 2023 · Operations

How to Install and Use Netdata for Real‑Time System Monitoring

This guide introduces Netdata, outlines its key features and architecture, and provides step‑by‑step installation instructions for both CentOS and Ubuntu, along with post‑installation configuration and access details for real‑time performance monitoring.

InstallationLinuxNetdata
0 likes · 4 min read
How to Install and Use Netdata for Real‑Time System Monitoring
21CTO
21CTO
Feb 1, 2023 · Fundamentals

Master Linux Window Managers: Boost Productivity with bspwm, i3, Sway and More

This guide explains how Linux window managers can maximize screen real estate, improve multitasking, and enhance desktop aesthetics, covering popular tiling managers such as bspwm, Qtile, herbstluftwm, Awesome, IceWM, i3, Sway, and xmonad, with installation commands and key considerations for Xorg and Wayland.

InstallationLinuxSway
0 likes · 9 min read
Master Linux Window Managers: Boost Productivity with bspwm, i3, Sway and More
TAL Education Technology
TAL Education Technology
Jan 19, 2023 · Fundamentals

Quick Introduction to Go Language: Installation, Data Types, Control Structures, Functions, and Concurrency

This article provides a concise Go language tutorial covering installation, environment configuration, basic data types, control flow statements, function definitions with multiple returns and variadic parameters, and a simple goroutine concurrency example, enabling beginners to quickly grasp Go's core concepts.

Data TypesInstallationfundamentals
0 likes · 9 min read
Quick Introduction to Go Language: Installation, Data Types, Control Structures, Functions, and Concurrency
21CTO
21CTO
Jan 6, 2023 · Frontend Development

Master Monaco Editor: Installation, Features, and Accessibility Tips

This guide introduces Monaco Editor—a browser‑based code editor supporting multiple languages—covers how to install it via Git and npm, and details key features such as keyboard navigation, high‑contrast mode, tab capture behavior, and built‑in accessibility help.

InstallationMonaco Editoraccessibility
0 likes · 3 min read
Master Monaco Editor: Installation, Features, and Accessibility Tips
Sohu Tech Products
Sohu Tech Products
Jan 4, 2023 · Artificial Intelligence

Using the ChatGPT Desktop Client: Installation, Features, and Shortcut Commands

This article introduces the ChatGPT desktop client, explains how to install it on various operating systems, demonstrates its unique features such as history export, image/PDF sharing, and global shortcuts, and shows how to use built‑in shortcut commands for tasks like code execution and content generation.

ChatGPTDesktop ClientInstallation
0 likes · 7 min read
Using the ChatGPT Desktop Client: Installation, Features, and Shortcut Commands
Open Source Linux
Open Source Linux
Dec 19, 2022 · Operations

Step-by-Step Guide: Install Linux Kernel 6.0 on Ubuntu 22.04

Learn how to install and configure the latest Linux Kernel 6.0 on Ubuntu 22.04, covering prerequisites, system updates, downloading source, configuring modules, compiling, installing, updating GRUB, and verifying the new kernel with detailed commands and screenshots.

CompilationInstallationLinux
0 likes · 6 min read
Step-by-Step Guide: Install Linux Kernel 6.0 on Ubuntu 22.04
Open Source Linux
Open Source Linux
Dec 13, 2022 · Operations

Master Zabbix 6.2: New Features & Step‑by‑Step Deployment on CentOS 8

This guide introduces Zabbix 6.2’s latest features—including issue suppression, CyberArk vault integration, AWS EC2 templates, and enhanced proxy management—then provides a comprehensive, command‑line walkthrough for installing and configuring Zabbix 6.2 on a CentOS 8 server, covering prerequisites, database setup, web UI, and service startup.

CentOS8DevOpsInstallation
0 likes · 28 min read
Master Zabbix 6.2: New Features & Step‑by‑Step Deployment on CentOS 8
Model Perspective
Model Perspective
Nov 27, 2022 · Fundamentals

Mastering R Packages: Installation, Loading, and Usage Made Simple

This guide explains how to install, update, load, and use R packages—including CRAN and Bioconductor sources—by demonstrating key commands such as install.packages(), BiocManager::install(), library(), and help(), while also covering library paths and package management best practices.

BioconductorInstallationPackages
0 likes · 4 min read
Mastering R Packages: Installation, Loading, and Usage Made Simple
Top Architect
Top Architect
Nov 24, 2022 · Operations

Jumpserver Overview and Step‑by‑Step Installation Guide (Online and Offline)

This article introduces Jumpserver, an open‑source bastion host built with Python/Django, outlines its key features and advantages, and provides detailed online and offline deployment procedures on Linux, including environment prerequisites, Docker setup, configuration files, and essential command‑line operations.

BastionHostDockerInstallation
0 likes · 13 min read
Jumpserver Overview and Step‑by‑Step Installation Guide (Online and Offline)
Python Programming Learning Circle
Python Programming Learning Circle
Nov 9, 2022 · Fundamentals

10 Practical pip Tips for Efficient Python Package Management

This article introduces ten useful pip techniques—including installation, upgrading, version-specific installs, uninstalling, inspecting package details, checking for conflicts, using domestic mirrors, downloading without installing, and batch installing from requirements files—to help Python developers manage packages more effectively.

InstallationPythoncommand-line
0 likes · 7 min read
10 Practical pip Tips for Efficient Python Package Management
Liangxu Linux
Liangxu Linux
Oct 30, 2022 · Operations

Mastering inxi: Install, Use, and Customize System Info on Linux

This guide explains what the inxi command‑line tool is, how to install it on various Linux distributions, and demonstrates its most useful options for displaying system, battery, CPU, combined, and weather information, along with tips for customizing output colors.

InstallationLinuxSystem Information
0 likes · 6 min read
Mastering inxi: Install, Use, and Customize System Info on Linux
Liangxu Linux
Liangxu Linux
Oct 23, 2022 · Fundamentals

Top Linux Text Editors and How to Install Them on Ubuntu, Mint, and CentOS

This guide lists popular Linux text editors and IDEs—including Vim, Nano, Geany, Emacs, Sublime Text, Atom, Brackets, Komodo Edit, gedit, and Qt Creator—provides brief feature overviews, official website links, and step‑by‑step installation commands for both Ubuntu/Mint (apt) and CentOS (yum).

CentOSIDEInstallation
0 likes · 9 min read
Top Linux Text Editors and How to Install Them on Ubuntu, Mint, and CentOS
Architect's Guide
Architect's Guide
Oct 9, 2022 · Backend Development

Nginx Overview, Installation, Core Configuration and Practical Use Cases

This article introduces Nginx as a high‑performance web and reverse‑proxy server, explains its key features, walks through installation and startup steps, details the main nginx.conf sections, and demonstrates practical configurations for reverse proxy, load balancing, and static‑dynamic separation.

ConfigurationInstallationNGINX
0 likes · 14 min read
Nginx Overview, Installation, Core Configuration and Practical Use Cases
Open Source Linux
Open Source Linux
Sep 19, 2022 · Databases

Master RedisInsight: Install, Configure, and Use on Linux & Kubernetes

RedisInsight is a powerful GUI for Redis that enables monitoring, CLI interaction, and module support; this guide walks through its features, step‑by‑step installation on physical servers and Kubernetes, environment configuration, service startup, and basic usage including memory analysis and data operations.

Database GUIInstallationKubernetes
0 likes · 7 min read
Master RedisInsight: Install, Configure, and Use on Linux & Kubernetes