Tagged articles
921 articles
Page 3 of 10
BirdNest Tech Talk
BirdNest Tech Talk
Dec 28, 2024 · Backend Development

How to Build Classic Unix Tools in Rust: A Step‑by‑Step Guide

This article walks through a Rust‑based implementation of classic Unix command‑line utilities—hello world, echo, cat, head, uniq, wc, find, grep, comm, ls, and more—showing project setup, Cargo usage, argument parsing with clap, error handling with Result, testing strategies, and code snippets for each tool.

RustSystemsTutorial
0 likes · 21 min read
How to Build Classic Unix Tools in Rust: A Step‑by‑Step Guide
Java Backend Technology
Java Backend Technology
Dec 25, 2024 · Operations

Essential Linux Command Cheat Sheet for System Administrators

A comprehensive reference of essential Linux commands covering system information, shutdown, file management, searching, mounting, disk usage, user and group handling, permissions, package management, backup, networking, and common utilities for effective system administration.

System AdministrationUnixcommand-line
0 likes · 36 min read
Essential Linux Command Cheat Sheet for System Administrators
Open Source Linux
Open Source Linux
Dec 22, 2024 · Fundamentals

Master awk: From Basics to Advanced Text Processing

This comprehensive guide explains what awk is, how to learn it, its pattern‑action syntax, built‑in variables like NR, NF, FS, RS, and OFS, and provides numerous practical examples for extracting, formatting, and manipulating text data on Linux systems.

Shell scriptingawkcommand-line
0 likes · 18 min read
Master awk: From Basics to Advanced Text Processing
Top Architect
Top Architect
Dec 11, 2024 · Operations

Why Linux Can Replace Windows: Advantages, Development Support, and Daily Use

The article explains how Linux, especially the Deepin distribution, offers a full graphical desktop, supports everyday development tools, runs Android apps efficiently, and provides numerous advantages such as elegance, efficiency, command‑line power, and freedom, making it a viable alternative to Windows for many users.

Development EnvironmentOperating Systemcommand-line
0 likes · 12 min read
Why Linux Can Replace Windows: Advantages, Development Support, and Daily Use
Liangxu Linux
Liangxu Linux
Nov 28, 2024 · Operations

How to Clone an Ubuntu System Disk with dd: A Complete Step‑by‑Step Guide

This guide explains how to use the low‑level dd command to create exact backups of an Ubuntu system disk, covering required hardware, preparation steps, precise dd commands for disk‑to‑disk and disk‑to‑image copying, optional compression, restoration procedures, advantages, limitations, and safety precautions.

Ubuntucommand-linedd
0 likes · 8 min read
How to Clone an Ubuntu System Disk with dd: A Complete Step‑by‑Step Guide
Top Architecture Tech Stack
Top Architecture Tech Stack
Nov 28, 2024 · Fundamentals

Essential Linux Terminal Tips and Tricks to Boost Productivity

This article presents a collection of practical Linux command‑line techniques—including tab completion, directory navigation shortcuts, command chaining, history search, log monitoring, and useful aliases—that help both beginners and experienced users work faster and avoid common pitfalls.

Shellcommand-linelinux
0 likes · 12 min read
Essential Linux Terminal Tips and Tricks to Boost Productivity
Java Tech Enthusiast
Java Tech Enthusiast
Nov 23, 2024 · Operations

Using jq to Extract JSON Data: A Simple Tutorial

This tutorial shows how to use the jq command‑line tool to extract each user's name from a JSON array, illustrating simple commands such as jq '.users[].name' data.json, describing the author's move from manual IDE methods, and emphasizing the importance of knowing jq exists and leveraging AI to generate scripts from plain‑language descriptions.

AI assistanceData ExtractionJSON
0 likes · 3 min read
Using jq to Extract JSON Data: A Simple Tutorial
Selected Java Interview Questions
Selected Java Interview Questions
Nov 6, 2024 · Fundamentals

24 Essential Git Command-Line Tips for Developers

This guide presents 24 practical Git command-line techniques—including global configuration, undoing commits, interactive rebasing, stash management, and reflog inspection—to help developers gain deeper control, improve workflow efficiency, and maintain a clean project history.

GitVersion Controlcommand-line
0 likes · 9 min read
24 Essential Git Command-Line Tips for Developers
21CTO
21CTO
Oct 29, 2024 · Fundamentals

How to Install Python on macOS: Simple and Advanced Methods

Learn step-by-step how to install Python on macOS using the official installer or Homebrew, configure your PATH, verify the installation, and set up a full-featured IDE like PyCharm, enabling you to start Python development on your Mac efficiently.

HomebrewIDEPyCharm
0 likes · 6 min read
How to Install Python on macOS: Simple and Advanced Methods
Liangxu Linux
Liangxu Linux
Oct 26, 2024 · Operations

Mastering Linux /usr/bin/time: Options, Formats, and Resource Metrics

This guide explains how to use the Linux /usr/bin/time utility to measure program execution time, memory usage, and other resources, covering its syntax, common options, custom format strings, and a comprehensive list of resource specifiers.

Resource Monitoringcommand-linecustom format
0 likes · 9 min read
Mastering Linux /usr/bin/time: Options, Formats, and Resource Metrics
Test Development Learning Exchange
Test Development Learning Exchange
Oct 25, 2024 · Fundamentals

Implementing Dynamic Progress Bars in Python: Using tqdm, Manual Methods, and Various Libraries

This article explains how to create dynamic command‑line progress bars in Python, covering the easy‑to‑use tqdm library, a manual implementation with sys and time, and several alternative libraries such as colorama, rich, alive‑progress, click, progressbar2, and pyfiglet, each with code examples and installation instructions.

Pythoncoloramacommand-line
0 likes · 10 min read
Implementing Dynamic Progress Bars in Python: Using tqdm, Manual Methods, and Various Libraries
Liangxu Linux
Liangxu Linux
Oct 19, 2024 · Fundamentals

Master Vim: Essential Modes, Commands, and Tips for Linux Editing

This guide introduces Vim on Linux, covering its built‑in help, core editing modes, common commands for inserting text, moving the cursor, deleting, searching, copying, replacing, exiting, and handling swap‑file warnings, providing practical examples and command syntax for beginners.

Vimcommand-lineediting
0 likes · 13 min read
Master Vim: Essential Modes, Commands, and Tips for Linux Editing
MaGe Linux Operations
MaGe Linux Operations
Oct 17, 2024 · Fundamentals

Understanding Linux Inodes, File Operations, and System Logging

This article explains the Linux inode structure, how common commands like cp, rm, and mv interact with inodes, the differences between hard and soft links, and provides a detailed overview of system and user log files, log levels, and configuring a centralized rsyslog server.

Operating Systemcommand-linefile system
0 likes · 9 min read
Understanding Linux Inodes, File Operations, and System Logging
Liangxu Linux
Liangxu Linux
Oct 14, 2024 · Fundamentals

Master Vim: Essential Modes, Commands, and Tips for Linux Users

This guide introduces Linux Vim’s built‑in help, explains its five core modes, demonstrates common editing commands such as cursor movement, insertion, deletion, searching, copying, and replacement, and covers the swap‑file protection mechanism with practical examples and command‑line snippets.

Vimcommand-linefundamentals
0 likes · 12 min read
Master Vim: Essential Modes, Commands, and Tips for Linux Users
Liangxu Linux
Liangxu Linux
Oct 8, 2024 · Operations

Mastering DNS Lookups with nslookup: 10 Essential Commands

This guide explains how to use the nslookup command to retrieve various DNS records—including A, NS, SOA, MX, any, specific server, reverse, PTR, timeout, and debug information—providing clear examples and command syntax for each query type.

DNSDNS Recordscommand-line
0 likes · 5 min read
Mastering DNS Lookups with nslookup: 10 Essential Commands
Liangxu Linux
Liangxu Linux
Oct 7, 2024 · Operations

Master Linux Process Monitoring: ps, dstat, top & htop Explained

Learn how to monitor Linux processes using four powerful tools—ps, dstat, top, and htop—by exploring their options, output fields, and practical usage examples, with clear explanations of command syntax, common flags, and interpreting system resource statistics.

command-linedstathtop
0 likes · 10 min read
Master Linux Process Monitoring: ps, dstat, top & htop Explained
Liangxu Linux
Liangxu Linux
Oct 2, 2024 · Fundamentals

Master the Linux fmt Command: Simple Text Formatting Techniques

This tutorial explains how to use the Linux fmt utility to reformat text, covering basic syntax, line‑width adjustments, first‑line indentation, line splitting, and spacing options with clear examples and command‑line snippets tested on Ubuntu 24.04.

Unixcommand-linefmt
0 likes · 4 min read
Master the Linux fmt Command: Simple Text Formatting Techniques
Liangxu Linux
Liangxu Linux
Oct 1, 2024 · Operations

Mastering lsof: List Open Files, Processes, and Network Connections on Linux

This guide explains how to use the Linux lsof command to list information about open files, processes, directories, sockets, and network connections, covering basic usage, column meanings, filtering options, repeated mode, and practical examples for system administration tasks.

Network Connectionscommand-linelinux
0 likes · 12 min read
Mastering lsof: List Open Files, Processes, and Network Connections on Linux
Liangxu Linux
Liangxu Linux
Sep 28, 2024 · Operations

Mastering xargs: 10 Practical Examples to Boost Your Command-Line Efficiency

Learn how to harness the power of the xargs command with ten detailed examples covering basic usage, custom delimiters, output limits, interactive prompts, safety options, and advanced integrations with find, grep, and file handling, all illustrated with clear command-line demonstrations.

GrepShell scriptingUnix
0 likes · 10 min read
Mastering xargs: 10 Practical Examples to Boost Your Command-Line Efficiency
Liangxu Linux
Liangxu Linux
Sep 28, 2024 · Operations

Mastering the Linux cut Command: Practical Examples for Text Extraction

This guide explains how to use the Linux cut command for extracting specific characters, fields, and ranges from text files, covering options like -c, -f, -d, complement, custom output delimiters, and combining cut with other Unix utilities for powerful text processing.

Shell scriptingUnixcommand-line
0 likes · 9 min read
Mastering the Linux cut Command: Practical Examples for Text Extraction
Code Mala Tang
Code Mala Tang
Sep 21, 2024 · Backend Development

Master Command‑Line Interfaces with Yargs: From Basics to Advanced Features

This article introduces the yargs Node.js library for building command‑line interfaces, demonstrates core features such as automatic help generation, type validation, alias handling, and sub‑command support with code examples, and explains the underlying Levenshtein distance algorithm used for command recommendation.

CLILevenshteinNode.js
0 likes · 13 min read
Master Command‑Line Interfaces with Yargs: From Basics to Advanced Features
Code Mala Tang
Code Mala Tang
Sep 21, 2024 · Backend Development

Mastering Yargs Middleware: From Basics to Advanced Usage

Explore how Yargs middleware enhances command-line tools by allowing pre- and post-validation processing, global and command-specific hooks, and flexible implementation details, with practical code examples, API insights, and strategies for managing, freezing, and resetting middleware chains.

JavaScriptcommand-linemiddleware
0 likes · 13 min read
Mastering Yargs Middleware: From Basics to Advanced Usage
Code Mala Tang
Code Mala Tang
Sep 18, 2024 · Backend Development

Mastering Yargs: Build Powerful CLI Tools with Node.js and Levenshtein Suggestions

This article introduces the Yargs Node.js library for building command‑line interfaces, demonstrates how to define options, aliases, sub‑commands, and automatic help, and explains the Levenshtein distance algorithm used for command recommendation, complete with practical code examples and performance considerations.

CLILevenshteinNode.js
0 likes · 15 min read
Mastering Yargs: Build Powerful CLI Tools with Node.js and Levenshtein Suggestions
Liangxu Linux
Liangxu Linux
Sep 16, 2024 · Fundamentals

Mastering Sed: Essential Commands and Real‑World Examples for Powerful Text Processing

Sed, the powerful stream editor on Linux/Unix, enables non‑interactive text manipulation such as searching, replacing, deleting, and inserting lines; this guide explains its syntax, address ranges, common commands, and provides practical examples like bulk domain replacement, comment removal, and adding copyright headers.

Shell scriptingcommand-linesed
0 likes · 6 min read
Mastering Sed: Essential Commands and Real‑World Examples for Powerful Text Processing
Liangxu Linux
Liangxu Linux
Sep 16, 2024 · Information Security

Master nslookup on Linux: Install and 7 Essential Commands

This guide shows how to install the nslookup tool on Debian/Ubuntu and CentOS/RHEL systems and provides seven practical usage examples, including querying IP addresses, specifying DNS servers, retrieving specific record types, performing reverse lookups, setting search domains, using the set command, and exiting the interactive mode.

CentOSDNSUbuntu
0 likes · 5 min read
Master nslookup on Linux: Install and 7 Essential Commands
Selected Java Interview Questions
Selected Java Interview Questions
Sep 12, 2024 · Operations

20 Essential Linux Terminal Tips to Boost Productivity

This article presents a curated list of twenty practical Linux command‑line tricks—from tab completion and directory navigation to command chaining, history search, log monitoring, and useful shortcuts—that help both beginners and seasoned users work faster and avoid common pitfalls.

ShellTipscommand-line
0 likes · 11 min read
20 Essential Linux Terminal Tips to Boost Productivity
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Sep 11, 2024 · Operations

Essential Linux Commands Every Sysadmin Should Master

This guide compiles the most frequently used Linux commands—covering help utilities, file and directory manipulation, content processing, compression, system information, networking, disk management, permissions, user administration, and process control—to provide a comprehensive reference for effective system operation and troubleshooting.

OperationsShellUnix
0 likes · 14 min read
Essential Linux Commands Every Sysadmin Should Master
Test Development Learning Exchange
Test Development Learning Exchange
Sep 10, 2024 · Fundamentals

Master Python Basics: Error Handling, Files, OOP, and More

This guide walks through essential Python concepts—including try/except error handling, file reading and writing, class definitions with inheritance, variable scopes, common built‑in functions, docstrings, comments, and command‑line argument processing—providing clear code examples for each topic.

DocstringsError HandlingOOP
0 likes · 8 min read
Master Python Basics: Error Handling, Files, OOP, and More
Selected Java Interview Questions
Selected Java Interview Questions
Sep 5, 2024 · Fundamentals

Comprehensive Guide to Git: Installation, Commands, Branch Management, and Remote Collaboration

This article provides a thorough tutorial on Git, covering environment installation, core concepts, common commands for adding, committing, and checking status, branch creation and merging, file operations, diff and log viewing, remote repository handling, SSH key setup, multi‑person collaboration workflow, remote branch management, force pushes, and merge strategies with conflict resolution.

Branch ManagementGitVersion Control
0 likes · 13 min read
Comprehensive Guide to Git: Installation, Commands, Branch Management, and Remote Collaboration
Open Source Linux
Open Source Linux
Aug 24, 2024 · Operations

Mastering rsync: Compile and Sync Files on Embedded Boards Efficiently

This guide explains what rsync is, how to compile it for an ARM development board, configure it to avoid SIMD and other features, install the binary, and use rsync commands with options like -a, -v, -z, -u and --progress to efficiently synchronize files between the board and a PC.

Embedded Linuxcommand-linecross-compilation
0 likes · 5 min read
Mastering rsync: Compile and Sync Files on Embedded Boards Efficiently
Liangxu Linux
Liangxu Linux
Aug 20, 2024 · Operations

How to Compile and Use rsync for ARM Boards: A Step‑by‑Step Guide

Learn what rsync is, how to compile it for an ARM‑based development board, configure the build to disable SIMD and other features, install the binary, and use rsync commands with common options to efficiently synchronize files between the board and a PC.

ARMcommand-linecross-compilation
0 likes · 5 min read
How to Compile and Use rsync for ARM Boards: A Step‑by‑Step Guide
Open Source Linux
Open Source Linux
Aug 20, 2024 · Fundamentals

Mastering lsof: How to List Open Files and Network Connections on Linux

This guide explains how to use the powerful lsof command to list information about files opened by processes, filter results by file type, user, process name, directory, network connections, and even repeatedly monitor changes, providing practical examples and code snippets for Linux administrators.

Network Connectionscommand-linelinux
0 likes · 11 min read
Mastering lsof: How to List Open Files and Network Connections on Linux
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.

InstallationNetwork DiagnosticsOptions
0 likes · 5 min read
Mastering traceroute on Linux: Install, Use, and Advanced Options
Open Source Linux
Open Source Linux
Aug 7, 2024 · Fundamentals

Master Essential Linux Shell Tools for Text Processing

This guide introduces the most frequently used Linux shell utilities—find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—explaining their core options and providing practical command‑line examples to help readers efficiently manipulate and analyze text files.

GrepShellawk
0 likes · 16 min read
Master Essential Linux Shell Tools for Text Processing
Liangxu Linux
Liangxu Linux
Aug 4, 2024 · Fundamentals

Unlock the Power of Shell: Environment Variables, PATH, and File Search

Learn how to create and manage shell variables, differentiate between local and environment scopes, manipulate the PATH variable, and efficiently locate files using whereis, locate, which, and find commands, complete with practical examples and step‑by‑step instructions for Unix‑like systems.

BashEnvironment VariablesFile Search
0 likes · 9 min read
Unlock the Power of Shell: Environment Variables, PATH, and File Search
MaGe Linux Operations
MaGe Linux Operations
Aug 4, 2024 · Fundamentals

Master Essential Linux Commands: A Complete Beginner’s Guide

This comprehensive guide introduces Linux developers to the most frequently used shell commands, explains the difference between built‑in and external utilities, demonstrates command syntax, options, and practical examples for file manipulation, navigation, searching, process management, and system information, empowering readers to become proficient with the Linux command line.

BashShellcommand-line
0 likes · 31 min read
Master Essential Linux Commands: A Complete Beginner’s Guide
Open Source Linux
Open Source Linux
Jul 18, 2024 · Fundamentals

14 Essential Git Commands Every Developer Should Master

This guide introduces the 14 most frequently used Git commands—such as init, clone, add, commit, push, pull, branch, checkout, merge, status, rebase, stash, and revert—explaining their purpose, basic usage, and example syntax to boost everyday development efficiency.

DevelopmentGitTutorial
0 likes · 7 min read
14 Essential Git Commands Every Developer Should Master
Liangxu Linux
Liangxu Linux
Jul 1, 2024 · Fundamentals

Master the 14 Essential Git Commands You’ll Use 99% of the Time

This guide introduces the fourteen most frequently used Git commands—init, clone, add, commit, push, pull, branch, checkout, merge, status, rebase, stash, and revert—explaining their purpose, typical usage syntax, and practical examples to boost everyday development efficiency.

GitVersion Controlcommand-line
0 likes · 8 min read
Master the 14 Essential Git Commands You’ll Use 99% of the Time
MaGe Linux Operations
MaGe Linux Operations
Jun 27, 2024 · Information Security

Master OpenSSL: Comprehensive Guide to Encryption, Keys, and Certificates

This article provides a thorough walkthrough of OpenSSL, covering cryptographic standards, symmetric and public‑key encryption, message digests, digital certificate creation and management, plus practical command‑line examples for each operation, making it a valuable resource for security professionals and developers.

OpenSSLcommand-linedigital certificates
0 likes · 31 min read
Master OpenSSL: Comprehensive Guide to Encryption, Keys, and Certificates
Liangxu Linux
Liangxu Linux
Jun 24, 2024 · Information Security

Master iptables: Essential Commands, Rules, and Real-World Scenarios

This guide walks through installing iptables, loading kernel modules, starting the firewall, mastering core iptables options, creating and managing rules for ports, IPs, and protocols, saving configurations, troubleshooting pitfalls, and provides hands‑on exercises for Linux network security.

Rule Managementcommand-linefirewall
0 likes · 19 min read
Master iptables: Essential Commands, Rules, and Real-World Scenarios
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Jun 24, 2024 · Operations

150 Essential Linux Commands Every Sysadmin Should Master

This comprehensive guide lists 150 indispensable Linux commands covering file management, system monitoring, networking, user administration, process control, and more, providing clear explanations to help both beginners and experienced administrators efficiently manage Linux environments.

OperationsShellUnix
0 likes · 25 min read
150 Essential Linux Commands Every Sysadmin Should Master
Python Programming Learning Circle
Python Programming Learning Circle
Jun 15, 2024 · Fundamentals

Python CLI Tricks: Using -m Modules, Port Testing, Simple Web Server, JSON Formatting, Text Editor, Executable Packaging, Encoding/Decoding, System Info, and File Compression

This article demonstrates practical Python command‑line techniques—including the -m option for running modules, testing network ports, launching a quick HTTP server, formatting JSON, creating a minimal text editor, building executable packages, encoding/decoding data, retrieving system configuration, and compressing files—all without writing additional code.

CLIPythonScripting
0 likes · 9 min read
Python CLI Tricks: Using -m Modules, Port Testing, Simple Web Server, JSON Formatting, Text Editor, Executable Packaging, Encoding/Decoding, System Info, and File Compression
21CTO
21CTO
Jun 7, 2024 · Fundamentals

Master Git Basics: From Installation to Remote Collaboration

This article introduces Git as a free, open‑source distributed version‑control system, explains why developers use it, describes its three‑stage architecture, walks through installation, repository initialization, configuration, common commands for status, branching, committing, and shows how to work with remote repositories on GitHub.

CollaborationGitTutorial
0 likes · 11 min read
Master Git Basics: From Installation to Remote Collaboration
Efficient Ops
Efficient Ops
Jun 5, 2024 · Operations

10 Linux Commands That Can Destroy Your System – Why You Should Never Run Them

This article warns about ten extremely dangerous Linux commands—such as rm ‑rf, fork bombs, and disk‑wiping operations—explaining their destructive effects, how they work, and practical safeguards like using aliases or testing only in virtual machines to prevent catastrophic data loss.

System Administrationcommand-linedangerous-commands
0 likes · 7 min read
10 Linux Commands That Can Destroy Your System – Why You Should Never Run Them
Liangxu Linux
Liangxu Linux
Jun 2, 2024 · Operations

Mastering the Linux df Command: Quick Ways to Check Disk Usage

This guide explains how to use the Linux df command with various options to display filesystem disk space, inode usage, and filesystem types in human‑readable, kilobyte, megabyte, or gigabyte formats, and shows how to filter or exclude specific filesystem types.

System Administrationcommand-linedf
0 likes · 10 min read
Mastering the Linux df Command: Quick Ways to Check Disk Usage
Test Development Learning Exchange
Test Development Learning Exchange
May 29, 2024 · Operations

Linux Command Cheat Sheet: File, Directory, Process, Network, and System Management

This guide provides a concise reference of essential Linux commands for file and directory handling, file operations, permission management, searching, process control, networking, system monitoring, hardware information, log handling, text processing, and package management on both Debian‑based and RPM‑based distributions.

ShellSystem AdministrationUnix
0 likes · 5 min read
Linux Command Cheat Sheet: File, Directory, Process, Network, and System Management
IT Services Circle
IT Services Circle
May 12, 2024 · Fundamentals

The History and Fundamentals of vi/vim Text Editors

This article traces the origins of vi from early line editors on Unix, explains why its modal design and H‑J‑K‑L navigation persist, and introduces the concise verb‑modifier‑noun command syntax that makes vi/vim a powerful, efficient tool for programmers.

UnixViVim
0 likes · 7 min read
The History and Fundamentals of vi/vim Text Editors
Java Tech Enthusiast
Java Tech Enthusiast
May 9, 2024 · Fundamentals

The History and Fundamentals of vi/vim Text Editors

The article traces vi’s origins from early PDP‑11 line editors through Bill Joy’s creation of ex and the birth of vi, explains its HJKL cursor keys, mode‑based command syntax, common editing commands, and shows how mastering vi/vim yields a powerful, keyboard‑centric editing environment still beloved by developers.

ViVimcommand-line
0 likes · 7 min read
The History and Fundamentals of vi/vim Text Editors
Linux Cloud Computing Practice
Linux Cloud Computing Practice
May 7, 2024 · Fundamentals

Master Linux Basics: From Kernel Fundamentals to Powerful Command‑Line Skills

This comprehensive guide walks developers through the essential concepts of Linux, covering the difference between the kernel and distributions, key command‑line tools, file and permission management, process handling, networking basics, and advanced Vim editing techniques, empowering programmers to become proficient in Linux system operations.

NetworkingShellcommand-line
0 likes · 50 min read
Master Linux Basics: From Kernel Fundamentals to Powerful Command‑Line Skills
Liangxu Linux
Liangxu Linux
May 6, 2024 · Operations

Master Fast Log Error Detection with Tail, Grep, and Sed Commands

This guide shows how to quickly locate errors in massive log files using Linux commands such as tail, head, grep, and sed, offering multiple techniques—including line‑number extraction, time‑range queries, match counting, colored highlights, and pagination—to streamline debugging and log analysis.

DebuggingGrepcommand-line
0 likes · 12 min read
Master Fast Log Error Detection with Tail, Grep, and Sed Commands
Go Programming World
Go Programming World
May 5, 2024 · Backend Development

Using pflag for Command-Line Argument Parsing in Go

This article introduces the Go third‑party flag package pflag, detailing its POSIX/GNU‑style features, basic and advanced usage, flag syntax, name normalization, NoOptDefVal handling, deprecation/hiding mechanisms, and how to mix it with the standard flag package.

Golangcommand-lineflag parsing
0 likes · 17 min read
Using pflag for Command-Line Argument Parsing in Go
21CTO
21CTO
Apr 18, 2024 · Fundamentals

Master Git: Essential Commands and Workflows for Every Developer

This comprehensive guide walks developers through Git fundamentals—including branches, commits, tags, staging, remote repositories, conflict resolution, popular workflows, and advanced commands—while providing practical code snippets and a handy cheat‑sheet for everyday version‑control tasks.

GitVersion Controlbranching
0 likes · 18 min read
Master Git: Essential Commands and Workflows for Every Developer
Liangxu Linux
Liangxu Linux
Apr 13, 2024 · Fundamentals

Master lscpu: Inspect CPU Architecture Details on Linux

This guide introduces the Linux lscpu command, explains its syntax and common options, provides example outputs in default, parsable and extended formats, clarifies each field's meaning, and offers practical usage notes for accurate CPU information retrieval.

CPUHardwareSystem Information
0 likes · 11 min read
Master lscpu: Inspect CPU Architecture Details on Linux
DevOps Operations Practice
DevOps Operations Practice
Apr 10, 2024 · Operations

Common apt Commands for Managing Packages on Ubuntu

This article provides a concise guide to using the apt package manager on Ubuntu, covering installation, updating package lists, upgrading, searching, displaying information, removing packages, and cleaning up unused files with clear command examples.

APTSystem AdministrationUbuntu
0 likes · 4 min read
Common apt Commands for Managing Packages on Ubuntu
Liangxu Linux
Liangxu Linux
Apr 10, 2024 · Operations

Master Advanced tar Techniques: Compression, Incremental Backups, and Encryption

This guide explains the tar command’s advanced capabilities—including adding files to existing archives, using gzip or bzip2 compression, extracting specific files with wildcards, creating incremental backups, excluding paths, encrypting archives, limiting archive size, and directing output to custom directories—providing clear examples for each scenario.

BackupFile Compressioncommand-line
0 likes · 6 min read
Master Advanced tar Techniques: Compression, Incremental Backups, and Encryption
Liangxu Linux
Liangxu Linux
Mar 30, 2024 · Operations

Mastering systemctl: Essential Commands for Linux Service Management

This guide provides a comprehensive overview of the systemctl command, covering its basic operations like starting, stopping, restarting, reloading, and checking service status, as well as common options, practical examples, and advanced usage such as user services, remote execution, custom configurations, and pre/post execution hooks.

Service Managementcommand-linelinux
0 likes · 8 min read
Mastering systemctl: Essential Commands for Linux Service Management
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Mar 27, 2024 · Operations

Master Linux System Monitoring: Top, Free, Vmstat, Iostat & More Explained

This guide provides a comprehensive overview of essential Linux monitoring commands—including top, free, vmstat, iostat, mpstat, sar, netstat, uptime, ps, watch, strace, and lsof—detailing their purpose, key options, interactive controls, and how to interpret their output for effective system performance analysis.

Sysadmincommand-lineperformance
0 likes · 30 min read
Master Linux System Monitoring: Top, Free, Vmstat, Iostat & More Explained
DevOps Operations Practice
DevOps Operations Practice
Mar 15, 2024 · Operations

Practical Linux Command-Line Techniques: Using xargs, ps, and netstat for File Classification, Resource Monitoring, and Network Inspection

This tutorial demonstrates how to leverage the xargs command for batch file processing, employ ps to list high‑memory and high‑CPU processes, and use netstat combined with awk to examine TCP connection states and identify the most active IP addresses, all illustrated with concrete command examples.

command-linelinuxnetstat
0 likes · 4 min read
Practical Linux Command-Line Techniques: Using xargs, ps, and netstat for File Classification, Resource Monitoring, and Network Inspection
Liangxu Linux
Liangxu Linux
Mar 12, 2024 · Fundamentals

Mastering awk: Essential Syntax, Patterns, and Real-World Examples

This guide introduces awk as a powerful text‑processing tool, covering its basic syntax, field separators, pattern matching, arithmetic operations, built‑in variables, custom functions, control flow, and how to process both files and command output with clear code examples.

Data ExtractionShell scriptingcommand-line
0 likes · 6 min read
Mastering awk: Essential Syntax, Patterns, and Real-World Examples
Liangxu Linux
Liangxu Linux
Mar 5, 2024 · Operations

Master Linux dd: Copy, Backup, and Transform Files with Powerful Commands

Learn how to harness the versatile Linux dd command for copying files, creating and restoring disk images, generating random data, adjusting block sizes, showing progress, skipping or truncating data, and performing on‑the‑fly conversions, with clear examples and practical tips for safe usage.

command-linedddisk backup
0 likes · 7 min read
Master Linux dd: Copy, Backup, and Transform Files with Powerful Commands
Liangxu Linux
Liangxu Linux
Mar 3, 2024 · Operations

How to Use LSOF for Real‑Time Port Monitoring on Linux

This tutorial explains how to use the Linux LSOF command to list open files, identify processes using specific ports, filter TCP connections, and continuously monitor network activity in real time with customizable intervals.

System Administrationcommand-linelsof
0 likes · 8 min read
How to Use LSOF for Real‑Time Port Monitoring on Linux