Tag

Installation

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
May 30, 2025 · Fundamentals

Python and Pandas Version Compatibility Guide

This article explains why matching Python and Pandas versions is essential, provides a compatibility table, shows how to install the correct Pandas release for a given Python version, demonstrates checking current versions, and offers commands for upgrading or downgrading Pandas while recommending virtual environments and official documentation.

InstallationVirtual Environmentdata analysis
0 likes · 3 min read
Python and Pandas Version Compatibility Guide
Full-Stack Internet Architecture
Full-Stack Internet Architecture
May 23, 2025 · Big Data

Step-by-Step Guide to Installing and Using Apache Kafka 3.8.1 on Linux

This tutorial walks through downloading, extracting, configuring, starting, creating topics, producing and consuming messages, and finally stopping Apache Kafka 3.8.1 on a Linux system, including all necessary command‑line instructions.

Big DataInstallationKafka
0 likes · 4 min read
Step-by-Step Guide to Installing and Using Apache Kafka 3.8.1 on Linux
Architect's Tech Stack
Architect's Tech Stack
May 23, 2025 · Databases

RedisInsight Guide: Installation, Configuration, and Basic Usage

This article provides a comprehensive tutorial on RedisInsight, covering its features, step‑by‑step physical and Kubernetes installation, environment variable setup, service startup, and basic usage together with Redis server configuration, illustrated with code snippets and screenshots.

Database GUIInstallationKubernetes
0 likes · 6 min read
RedisInsight Guide: Installation, Configuration, and Basic Usage
Full-Stack Internet Architecture
Full-Stack Internet Architecture
May 22, 2025 · Cloud Native

How to Install Docker on CentOS 7

This guide provides step‑by‑step instructions for installing Docker Engine on a CentOS 7 system, including removal of any existing Docker packages, adding the Alibaba Cloud yum repository, installing required utilities, starting and enabling the Docker service, and verifying the installation.

CentOSContainerDocker
0 likes · 2 min read
How to Install Docker on CentOS 7
Xiaolei Talks DB
Xiaolei Talks DB
May 21, 2025 · Databases

How to Quickly Set Up and Manage OceanBase with the New Desktop Client

This guide walks developers through downloading, installing, and using OceanBase Desktop on macOS, covering dependency setup with OrbStack, GUI features, cluster startup, tenant management, and how the tool simplifies local OceanBase cluster deployment.

Database ManagementDesktopGUI
0 likes · 6 min read
How to Quickly Set Up and Manage OceanBase with the New Desktop Client
macrozheng
macrozheng
May 18, 2025 · Fundamentals

Install and Explore JSON Hero: A Powerful JSON Viewer

This guide introduces JSON Hero, a user‑friendly tool for viewing and editing JSON data, explains how to install it locally with Git and npm, shows how to use the web version, and highlights its multiple viewing modes and sharing features.

Column ViewInstallationJSON
0 likes · 5 min read
Install and Explore JSON Hero: A Powerful JSON Viewer
Python Programming Learning Circle
Python Programming Learning Circle
May 17, 2025 · Fundamentals

10 Practical Tips for Using pip in Python

This guide introduces ten useful pip techniques—including installation, basic commands, 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 efficiently.

InstallationPackage ManagementPython
0 likes · 6 min read
10 Practical Tips for Using pip in Python
Java Captain
Java Captain
May 12, 2025 · Databases

Comprehensive Guide to Installing, Configuring, and Managing MySQL on CentOS Linux

This tutorial walks through preparing the environment, installing and uninstalling MySQL on CentOS 7, configuring firewalls, setting up remote access, handling character sets, adjusting security policies, managing SQL modes, and best practices for case sensitivity and version‑specific password policies.

ConfigurationInstallationLinux
0 likes · 30 min read
Comprehensive Guide to Installing, Configuring, and Managing MySQL on CentOS Linux
Python Programming Learning Circle
Python Programming Learning Circle
May 8, 2025 · Frontend Development

Installing PyQt5 and Converting Qt Designer .ui Files to Python Scripts

This guide explains how to install PyQt5, set up Qt Designer, convert .ui files into Python code with pyuic5, and run a basic PyQt5 window, providing step‑by‑step commands, code snippets, and screenshots for a complete GUI development workflow.

Code GenerationGUIInstallation
0 likes · 5 min read
Installing PyQt5 and Converting Qt Designer .ui Files to Python Scripts
macrozheng
macrozheng
May 4, 2025 · Frontend Development

Why Hugo Is the Fastest Way to Build a Static Website in Minutes

Discover how Hugo, the lightning‑fast Go‑based static site generator, enables you to quickly create multilingual, high‑performance websites with built‑in asset processing, theme support, and simple command‑line workflows, and learn step‑by‑step installation and usage instructions for Mac, Windows, and Linux.

Installationhugostatic site
0 likes · 6 min read
Why Hugo Is the Fastest Way to Build a Static Website in Minutes
Java Captain
Java Captain
Apr 20, 2025 · Databases

RediSearch: Introduction, Features, Benchmarks, Installation, and CLI Operations

This article introduces RediSearch, a Redis module for full‑text search, outlines its many features, compares its indexing and query performance with Elasticsearch, provides installation methods (source and Docker), and demonstrates command‑line operations for creating indexes, adding documents, searching, and managing indexes.

BenchmarkCLIFull-Text Search
0 likes · 13 min read
RediSearch: Introduction, Features, Benchmarks, Installation, and CLI Operations
macrozheng
macrozheng
Mar 27, 2025 · Fundamentals

Why Warp Is the Next‑Gen Terminal for Developers – Features, Installation, and AI Power

This article introduces Warp, a Rust‑based modern terminal with built‑in AI, outlines its fast GPU‑accelerated performance, multi‑shell support, theme options, installation steps for macOS, Windows, and Linux, and demonstrates its advanced command‑completion and AI features through practical examples.

AIDeveloper ToolsDocker
0 likes · 7 min read
Why Warp Is the Next‑Gen Terminal for Developers – Features, Installation, and AI Power
php中文网 Courses
php中文网 Courses
Mar 26, 2025 · Backend Development

Using TYPO3 CMS Composer Installers for Efficient Installation and Configuration

This article explains how to efficiently install and configure TYPO3 CMS and its extensions using Composer and the TYPO3 CMS Composer Installers plugin, including required Composer commands, essential composer.json extra settings such as extension-key and web-dir, and the benefits of automated placement of core and extension files.

CMSComposerConfiguration
0 likes · 4 min read
Using TYPO3 CMS Composer Installers for Efficient Installation and Configuration
IT Xianyu
IT Xianyu
Mar 24, 2025 · Databases

Comparison of Oracle, PostgreSQL, and MySQL: Features, Installation, and Basic Operations

This article compares Oracle, PostgreSQL, and MySQL across core features, typical use cases, transaction support, storage engines, licensing, provides simplified installation steps, demonstrates basic SQL operations such as creating tables, inserting and querying data, and highlights key differences like auto‑increment handling and string‑matching functions.

Database ComparisonInstallationMySQL
0 likes · 7 min read
Comparison of Oracle, PostgreSQL, and MySQL: Features, Installation, and Basic Operations
Laravel Tech Community
Laravel Tech Community
Mar 18, 2025 · Backend Development

Getting Started with Filament: Installation, Configuration, and Demo for Laravel Backend Development

This guide introduces Filament, a full‑stack component library for Laravel, outlines its environment requirements, provides step‑by‑step installation and configuration commands, explains core components, and demonstrates a complete demo including models, migrations, relationships, forms, widgets, and charts.

DemoFilamentInstallation
0 likes · 7 min read
Getting Started with Filament: Installation, Configuration, and Demo for Laravel Backend Development
Nightwalker Tech
Nightwalker Tech
Mar 14, 2025 · Backend Development

Overview and Installation Guide for Various MCP Services and Their Use with Sequential Thinking for Manus‑like Effects

This article introduces several Model Context Protocol (MCP) services—including Sequential Thinking, Firecrawl, Fetch, Hot News, Playwright, Magic, and Brave Search—provides their GitHub links, detailed Mac and Windows installation commands, and explains how to combine them with a Sequential Thinking prompt to achieve a Manus‑style AI agent workflow.

AIBackendInstallation
0 likes · 9 min read
Overview and Installation Guide for Various MCP Services and Their Use with Sequential Thinking for Manus‑like Effects
Top Architecture Tech Stack
Top Architecture Tech Stack
Mar 12, 2025 · Big Data

DeepSeek: Comprehensive Installation, Configuration, and Usage Guide

This article provides a detailed, step‑by‑step guide to installing, configuring, and using DeepSeek—a powerful command‑line data processing tool—covering basic operations, advanced features, scripting tips, and troubleshooting to help users efficiently import, clean, analyze, and visualize data.

Big DataCLIConfiguration
0 likes · 8 min read
DeepSeek: Comprehensive Installation, Configuration, and Usage Guide