Tag

commands

1 views collected around this technical thread.

Code Mala Tang
Code Mala Tang
Mar 30, 2025 · Fundamentals

Master Git Branching: Essential Commands and Workflows Explained

This comprehensive guide explains what Git branches are, why they are essential for isolation, collaboration, safe experimentation and version control, and walks you through creating, managing, merging, and syncing local and remote branches with practical command examples and workflow recommendations.

Version Controlbranchingcommands
0 likes · 15 min read
Master Git Branching: Essential Commands and Workflows Explained
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Mar 12, 2025 · Databases

Comprehensive MySQL Core Commands Tutorial

This article provides a step‑by‑step guide to essential MySQL operations, covering connection methods, database creation and deletion, user management, password changes, data manipulation, query techniques, indexing strategies, performance tips, and backup procedures, all illustrated with complete command examples.

IndexingMySQLQuery
0 likes · 7 min read
Comprehensive MySQL Core Commands Tutorial
IT Services Circle
IT Services Circle
Jan 31, 2025 · Databases

Common MySQL Commands and Practical Usage Guide

This article provides a comprehensive, step‑by‑step guide to essential MySQL commands—including connection, process inspection, variable queries, lock information, transaction status, engine details, character set checks, import/export, index management, table creation, stored procedures, and view creation—complete with example code snippets for each operation.

AdministrationMySQLSQL
0 likes · 12 min read
Common MySQL Commands and Practical Usage Guide
Architecture & Thinking
Architecture & Thinking
Jan 18, 2024 · Databases

Mastering Redis Modules: From Basics to Practical RedisJSON Guide

This article explains what Redis Modules are, lists the most popular official modules, and provides a step‑by‑step tutorial on installing Redis, setting up RedisJSON, and using its commands for creating, reading, updating, and deleting JSON data.

ModulesRedisRedisJSON
0 likes · 10 min read
Mastering Redis Modules: From Basics to Practical RedisJSON Guide
System Architect Go
System Architect Go
Jan 8, 2024 · Databases

Redis Stack RedisJSON Module: Commands, JSONPath Syntax, and Usage Examples

This article introduces Redis Stack’s RedisJSON module, explains its JSONPath syntax, details the full set of JSON commands for handling various data types, provides practical code examples, and highlights how RedisJSON enables Redis to function as a document, full‑text, and vector search database.

JsonPathNoSQLRedis
0 likes · 9 min read
Redis Stack RedisJSON Module: Commands, JSONPath Syntax, and Usage Examples
Architect's Guide
Architect's Guide
Oct 17, 2023 · Fundamentals

Comprehensive Introduction to Git: Concepts, Commands, and Best Practices

This article provides a thorough guide to Git, covering its core concepts, installation, configuration, basic workflow, essential commands, remote repository handling, branching strategies, tagging, undo operations, collaborative workflows like Git flow, and useful utilities such as stash and cherry-pick, all illustrated with clear examples.

CollaborationVersion Controlbranching
0 likes · 40 min read
Comprehensive Introduction to Git: Concepts, Commands, and Best Practices
Laravel Tech Community
Laravel Tech Community
Aug 30, 2023 · Fundamentals

Comprehensive Linux Guide: Filesystem, Commands, Permissions, Users, Processes, and Software Installation

This article provides a detailed overview of Linux fundamentals, covering the directory structure, essential command-line operations, file permission management, user and group administration, process monitoring and termination, as well as common software installation methods using tar, rpm, and yum.

FilesystemLinuxPermissions
0 likes · 16 min read
Comprehensive Linux Guide: Filesystem, Commands, Permissions, Users, Processes, and Software Installation
Efficient Ops
Efficient Ops
Jun 18, 2023 · Cloud Native

Master 9 Essential kubectl Commands for Efficient Kubernetes Management

This guide introduces nine essential kubectl commands—get, create, edit, delete, apply, describe, logs, exec, and cp—explaining how to query, provision, modify, and troubleshoot Kubernetes resources, with practical code snippets and tips for efficient cluster management.

Kubernetesclicommands
0 likes · 10 min read
Master 9 Essential kubectl Commands for Efficient Kubernetes Management
Selected Java Interview Questions
Selected Java Interview Questions
May 21, 2023 · Fundamentals

Introduction to Linux: Basics, Commands, Learning Paths, Desktop Environments, Filesystem Standards, and Security

This article provides a comprehensive overview of Linux fundamentals, covering its basic concepts, essential commands, learning roadmaps, desktop environments, the Filesystem Hierarchy Standard, important directories, kernel study paths, security considerations, and includes reference tables and a community invitation.

FilesystemLinuxSecurity
0 likes · 2 min read
Introduction to Linux: Basics, Commands, Learning Paths, Desktop Environments, Filesystem Standards, and Security
Efficient Ops
Efficient Ops
Feb 15, 2023 · Operations

Essential Linux Shell Commands for System Monitoring and Troubleshooting

This guide compiles practical Linux shell commands for administrators to delete zero‑byte files, inspect and sort processes, extract URLs, check HTTP concurrency, modify SSH settings, terminate MySQL processes, list services, create symlinks, retrieve IP addresses, and monitor CPU, memory, disk, network, and logs, plus a handy set of common regular expressions.

Linuxcommandsoperations
0 likes · 14 min read
Essential Linux Shell Commands for System Monitoring and Troubleshooting
Architects' Tech Alliance
Architects' Tech Alliance
Dec 5, 2022 · Fundamentals

Comprehensive Overview of NVMe over PCIe: Architecture, Registers, Commands, and Data Structures

This article provides an in‑depth technical overview of the NVMe (Non‑Volatile Memory Express) protocol over PCIe, covering its logical device interface, namespace concepts, queue mechanisms, register layouts, command formats, controller initialization, interrupt handling, and data protection features.

NVMePCIeStorage
0 likes · 21 min read
Comprehensive Overview of NVMe over PCIe: Architecture, Registers, Commands, and Data Structures
Architecture & Thinking
Architecture & Thinking
Oct 31, 2022 · Databases

Mastering Redis GEO: Store and Query Geolocation Data Efficiently

This article explains Redis' GEO feature, covering its data structures, commands like GEOADD, GEOPOS, GEODIST, GEORADIUS, and GEORADIUSBYMEMBER, and demonstrates how to store, retrieve, and calculate distances for location‑based services with practical code examples and visual illustrations.

GEOGeolocationLocation Services
0 likes · 10 min read
Mastering Redis GEO: Store and Query Geolocation Data Efficiently
Architect's Guide
Architect's Guide
Aug 25, 2022 · Fundamentals

Comprehensive Guide to Git: Concepts, Branches, Commands, and Best Practices

This article provides an in‑depth, step‑by‑step explanation of Git’s core concepts, including its advantages over centralized systems, file states, commits, HEAD, remote repositories, branching strategies, and detailed command usage for committing, branching, merging, rebasing, cherry‑picking, reverting, and interacting with remote servers.

Version Controlbranchingcommands
0 likes · 18 min read
Comprehensive Guide to Git: Concepts, Branches, Commands, and Best Practices
Tencent Cloud Developer
Tencent Cloud Developer
Jul 28, 2022 · Backend Development

A Comprehensive Overview of Common Go Tools and Commands

This article surveys the essential Go command‑line utilities—including go help, get, build, install, fmt, env, test, and the extensive go tool suite such as pprof, trace, vet, and doc—while also highlighting popular third‑party tools like Delve, staticcheck, goconvey, go‑swagger, and others for debugging, testing, linting, and performance analysis.

backend developmentcommandsgo
0 likes · 20 min read
A Comprehensive Overview of Common Go Tools and Commands
IT Services Circle
IT Services Circle
Jul 26, 2022 · Databases

Redis Data Structures: Strings, Lists, Hashes, Sets, and Sorted Sets with Commands and Use Cases

An in‑depth guide to Redis’s core data structures—String, List, Hash, Set, and Sorted Set—detailing their characteristics, common commands, practical examples, and typical application scenarios such as caching, counting, messaging, and ranking, with code snippets and reference links.

Data StructuresRediscommands
0 likes · 19 min read
Redis Data Structures: Strings, Lists, Hashes, Sets, and Sorted Sets with Commands and Use Cases
Efficient Ops
Efficient Ops
May 31, 2022 · Operations

Essential Linux Command Cheatsheet for Sysadmins: 14 Handy Scripts

A concise collection of 14 practical Linux shell commands and scripts—ranging from file searching and batch extraction to log cleanup, directory checks, sed replacements, network capture, and firewall rules—helps operations engineers work faster and solve common problems without constantly searching online.

Linuxautomationcommands
0 likes · 6 min read
Essential Linux Command Cheatsheet for Sysadmins: 14 Handy Scripts
php中文网 Courses
php中文网 Courses
May 30, 2022 · Fundamentals

Git Cheat Sheet: Common Commands and Usage

This cheat sheet provides a concise reference of essential Git commands—including configuration, repository creation, staging, committing, branching, remote handling, and restoration—along with brief explanations and code examples for developers to quickly perform version‑control tasks.

Cheat SheetDevOpsVersion Control
0 likes · 7 min read
Git Cheat Sheet: Common Commands and Usage
macrozheng
macrozheng
Feb 18, 2022 · Fundamentals

Master Lazygit: Quick Install Guide & Essential Commands for Seamless Git Management

This guide introduces Lazygit, an open‑source terminal UI for Git, explains how to install it across macOS, Linux, and Windows using Homebrew, apt, Scoop, and other methods, and walks through its core operations such as staging, committing, pushing, pulling, keybindings, custom commands, and debugging.

InstallationVersion Controlcli
0 likes · 8 min read
Master Lazygit: Quick Install Guide & Essential Commands for Seamless Git Management