Tagged articles
27 articles
Page 1 of 1
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Aug 27, 2025 · Backend Development

Beyond Reindex: Alternative Ways to Delete Fields from an Elasticsearch Index

When legacy or sensitive fields bloat an Elasticsearch index, rebuilding the index with reindex can be costly, so this article examines why fields cannot be removed directly and presents four practical, non‑reindex approaches—_source filtering, index templates, ingest pipelines, and alias‑based gradual migration—detailing their trade‑offs and implementation steps.

AliasElasticsearchField Deletion
0 likes · 12 min read
Beyond Reindex: Alternative Ways to Delete Fields from an Elasticsearch Index
Data STUDIO
Data STUDIO
May 12, 2025 · Fundamentals

Why Pydantic Is a Must‑Know Python Library for Data Validation

This article introduces Pydantic (v2), explains its core validation, parsing, and serialization features, compares it with plain dataclasses, demonstrates basic to advanced usage—including optional fields, default factories, nested models, custom validators, and alias handling—while warning about version differences and AI‑generated code pitfalls.

AliasCustom ValidationFastAPI
0 likes · 16 min read
Why Pydantic Is a Must‑Know Python Library for Data Validation
MaGe Linux Operations
MaGe Linux Operations
Feb 14, 2023 · Operations

Why sudo Ignores Your Aliases and How to Fix It

This article explains why the sudo command bypasses user-defined aliases in Bash, demonstrates the resulting error with common shortcuts like ll, and provides a simple solution using a trailing‑space alias so that sudo respects alias expansion.

AliasBashSudo
0 likes · 3 min read
Why sudo Ignores Your Aliases and How to Fix It
转转QA
转转QA
Sep 28, 2022 · Backend Development

Remote Debugging Guide for Sandbox and Test Environments

This article explains how to set up remote debugging for services in sandbox or test environments, covering remote creation, locating debug ports, constructing JVM arguments, checking service status, stopping services, and useful alias commands to streamline the debugging process.

AliasBackendService Management
0 likes · 5 min read
Remote Debugging Guide for Sandbox and Test Environments
Open Source Linux
Open Source Linux
Sep 27, 2021 · Fundamentals

Mastering the unalias Command: How to Remove Shell Aliases Quickly

This guide explains how to use the built‑in unalias command in Bash to delete individual or all command aliases, shows the syntax and common options, provides practical examples, and highlights important considerations when running scripts that modify alias settings.

AliasBashcommand-line
0 likes · 2 min read
Mastering the unalias Command: How to Remove Shell Aliases Quickly
360 Smart Cloud
360 Smart Cloud
Aug 19, 2021 · Mobile Development

Setting Up a Unified Development Environment for Mobile Projects Using Homebrew, rbenv, RubyGems, Bundler, and Flutter Wrapper

This guide explains how mobile developers can create a consistent, project‑level development environment by using Homebrew for package management, rbenv for Ruby version control, RubyGems and Bundler for dependency handling, and flutter‑wrapper to standardize Flutter SDK usage across the team.

AliasEnvironment setupFlutter
0 likes · 9 min read
Setting Up a Unified Development Environment for Mobile Projects Using Homebrew, rbenv, RubyGems, Bundler, and Flutter Wrapper
Liangxu Linux
Liangxu Linux
Aug 1, 2021 · Fundamentals

Master Linux Aliases: Simplify Commands and Boost Productivity

This guide explains when to use Linux alias commands, how to create temporary and permanent aliases, list and verify them, remove unwanted ones, and provides practical examples for simplifying commands, changing behavior, and accessing shortcuts, helping users streamline their shell workflow.

AliasLinuxcommand-line
0 likes · 5 min read
Master Linux Aliases: Simplify Commands and Boost Productivity
php Courses
php Courses
Apr 7, 2021 · Backend Development

Using Namespaces, Aliases, Traits, and Closures in PHP

This article demonstrates how to use PHP namespaces with the `use` keyword, create aliases for classes, functions, and constants, incorporate traits, and capture variables in anonymous functions, providing clear code examples for each concept.

AliasNamespaceclosure
0 likes · 2 min read
Using Namespaces, Aliases, Traits, and Closures in PHP
php Courses
php Courses
Jan 27, 2021 · Operations

Common Git Commands Cheat Sheet

This guide presents a comprehensive collection of frequently used Git commands—including common operations, alias setup, repository creation, committing, history viewing, undoing changes, branch and tag management, merging, rebasing, remote handling, archiving, and configuration—organized for quick reference by developers.

AliasGitVersion Control
0 likes · 9 min read
Common Git Commands Cheat Sheet
Liangxu Linux
Liangxu Linux
Mar 5, 2020 · Operations

Quickly Tag Complex Linux Commands for Instant Recall

This guide shows how to label lengthy Linux commands with custom tags and use the !? operator or shell aliases to retrieve and execute them instantly, providing two practical techniques for simplifying command-line workflows.

AliasTaggingcommand-line
0 likes · 4 min read
Quickly Tag Complex Linux Commands for Instant Recall
ITPUB
ITPUB
Jan 9, 2020 · Fundamentals

Master Essential Unix Commands: wget, scp, ssh-keygen, chmod, tar & Aliases

This guide walks experienced command‑line users through six essential Unix utilities—wget, scp, ssh-keygen, chmod, tar, and alias—explaining their purpose, key options, and practical examples such as downloading files, secure copying, key generation, permission management, archiving, and command shortcuts.

AliasUnixchmod
0 likes · 8 min read
Master Essential Unix Commands: wget, scp, ssh-keygen, chmod, tar & Aliases
Liangxu Linux
Liangxu Linux
Jun 24, 2019 · Fundamentals

10 Essential Linux Alias Commands to Supercharge Your Terminal Efficiency

Learn how to create permanent, easy-to-remember Linux aliases for common tasks—such as extracting tar files, resuming downloads, generating passwords, checking checksums, limiting ping, launching a quick web server, testing speed, retrieving IP addresses, and clearing the screen—to dramatically boost command-line productivity.

Aliasproductivity
0 likes · 5 min read
10 Essential Linux Alias Commands to Supercharge Your Terminal Efficiency
Liangxu Linux
Liangxu Linux
Dec 4, 2018 · Operations

How to Build a Safe Linux Trash Bin by Aliasing the rm Command

This guide shows how to create a personal recycle bin on Linux by redefining the rm command with Bash aliases and functions, enabling safe file deletion, restoration, and cleanup while explaining each step, the required code, and usage examples.

AliasCommandLineTrash
0 likes · 5 min read
How to Build a Safe Linux Trash Bin by Aliasing the rm Command
ITPUB
ITPUB
Jun 16, 2017 · Fundamentals

Boost Your Linux Productivity with Essential Bash Aliases and Functions

This article presents a curated collection of practical Bash aliases and functions that streamline repetitive command‑line tasks, improve navigation, automate common operations, and provide quick system‑information shortcuts, helping Linux users save seconds on every command they run.

AliasBashLinux
0 likes · 12 min read
Boost Your Linux Productivity with Essential Bash Aliases and Functions