Tagged articles
921 articles
Page 2 of 10
IT Services Circle
IT Services Circle
Sep 13, 2025 · Operations

Master Linux Command‑Line Essentials for Interview Success

This comprehensive guide covers the most frequently asked Linux command‑line topics for interviews, including file and directory manipulation, process management, system monitoring, networking, permission handling, and practical scenario‑based exercises, all illustrated with clear examples and command syntax.

Interview PreparationLinuxShell Commands
0 likes · 24 min read
Master Linux Command‑Line Essentials for Interview Success
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Sep 12, 2025 · Operations

45 Must‑Know Linux Command Combos for Everyday Ops – Boost Efficiency

This guide compiles 45 essential Linux command combinations, organized into seven high‑frequency operational scenarios—file handling, find‑based searches, system monitoring, log analysis, text processing, network capture, and disk cleanup—providing a near‑complete toolbox that addresses roughly 99% of everyday sysadmin tasks.

LinuxNetworkingOps
0 likes · 5 min read
45 Must‑Know Linux Command Combos for Everyday Ops – Boost Efficiency
Liangxu Linux
Liangxu Linux
Sep 11, 2025 · Operations

20 Essential Linux Commands Every Sysadmin Should Master

Mastering these 20 high‑frequency Linux commands—from navigating directories and managing files to monitoring processes—empowers system administrators to automate routine tasks, troubleshoot efficiently, and boost productivity across file management, process control, system monitoring, and remote operations.

LinuxOperationsShell
0 likes · 7 min read
20 Essential Linux Commands Every Sysadmin Should Master
Liangxu Linux
Liangxu Linux
Sep 10, 2025 · Operations

15 Powerful Echo Tricks to Supercharge Your Linux Scripts

This guide walks through fifteen practical and advanced uses of the Linux echo command, covering basic text output, disabling newlines, escape sequences, tabular formatting, backspace, alert sounds, carriage‑return overwrites, wildcard expansions, file redirection, variable injection, colorized text, and dynamic progress bars, all illustrated with ready‑to‑run examples.

EchoLinuxShell
0 likes · 6 min read
15 Powerful Echo Tricks to Supercharge Your Linux Scripts
ITPUB
ITPUB
Sep 8, 2025 · Operations

12 Essential grep Command Combinations to Supercharge Log Analysis

This guide presents twelve practical grep command-line patterns—including case‑insensitive search, line‑number highlighting, keyword counting, multi‑keyword regex, context display, real‑time filtering, and integration with find—each illustrated with exact syntax and brief explanations to help Linux administrators and developers troubleshoot logs more efficiently.

GrepLinuxcommand-line
0 likes · 5 min read
12 Essential grep Command Combinations to Supercharge Log Analysis
Liangxu Linux
Liangxu Linux
Sep 4, 2025 · Fundamentals

When to Use Symlinks vs Hard Links in Linux? A Practical Guide

This guide explains the differences between symbolic (soft) links and hard links in Linux, covering their definitions, characteristics, creation commands, inode behavior, cross‑filesystem capabilities, directory restrictions, and real‑world use cases to help you choose the appropriate link type for your needs.

FilesystemHard LinkLinux
0 likes · 7 min read
When to Use Symlinks vs Hard Links in Linux? A Practical Guide
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Sep 4, 2025 · Operations

Essential Linux Commands: A Complete Reference Guide

This article provides a comprehensive, alphabetically organized reference of essential Linux commands covering file management, system monitoring, user administration, networking, compression, and process control, each with concise English descriptions to help both beginners and experienced administrators quickly find the right tool.

Unixcommand-linesystem-administration
0 likes · 18 min read
Essential Linux Commands: A Complete Reference Guide
Raymond Ops
Raymond Ops
Aug 27, 2025 · Operations

Essential Linux Commands for Quick System Performance Diagnosis

When a Linux server shows performance issues, this guide walks you through the most important one‑minute metrics—using commands like uptime, dmesg, vmstat, mpstat, pidstat, iostat, free, sar and top—to quickly pinpoint CPU, memory, I/O, and network bottlenecks.

LinuxPerformance Monitoringcommand-line
0 likes · 17 min read
Essential Linux Commands for Quick System Performance Diagnosis
MaGe Linux Operations
MaGe Linux Operations
Aug 27, 2025 · Operations

Master Linux Commands: From Basics to Advanced Ops – The Ultimate One‑Page Guide

This comprehensive guide walks you through essential Linux commands for file navigation, text processing, system monitoring, troubleshooting, security hardening, container management, automation, and performance tuning, offering practical examples and advanced tips that help both newcomers and seasoned engineers resolve production issues efficiently.

System Administrationcommand-line
0 likes · 26 min read
Master Linux Commands: From Basics to Advanced Ops – The Ultimate One‑Page Guide
Go Development Architecture Practice
Go Development Architecture Practice
Aug 27, 2025 · Operations

Essential Windows CMD Commands Every IT Ops Engineer Should Know

This cheat sheet compiles 100 frequently used Windows CMD commands for IT operations, organized into five scenarios—system management, network diagnostics, file handling, process/user control, and practical automation—providing quick reference to essential commands such as systeminfo, ipconfig, robocopy, taskkill and forfiles.

IT OperationsWindowscmd
0 likes · 3 min read
Essential Windows CMD Commands Every IT Ops Engineer Should Know
Raymond Ops
Raymond Ops
Aug 23, 2025 · Operations

Master 600 Essential Linux Commands: A Complete Guide for System Administrators

This article provides a comprehensive, step‑by‑step Linux command reference covering basic system information, file and directory management, searching, mounting, disk usage, user and group handling, permissions, packaging, networking, backup, and many other essential operations for administrators.

ShellUnixcommand-line
0 likes · 43 min read
Master 600 Essential Linux Commands: A Complete Guide for System Administrators
Raymond Ops
Raymond Ops
Aug 19, 2025 · Operations

Master Linux File Management Commands: cat, cmp, diff, file, find

This guide explains the purpose, syntax, key parameters, and practical examples of essential Linux file management commands—including cat, cmp, diff, file, and find—helping readers efficiently view, compare, identify, and locate files from the command line.

Shellcommand-linefile management
0 likes · 6 min read
Master Linux File Management Commands: cat, cmp, diff, file, find
Raymond Ops
Raymond Ops
Aug 17, 2025 · Operations

Master Essential Linux Commands: From Basics to Advanced System Operations

This comprehensive guide walks you through Linux command connectors, system resource monitoring tools, file search and transfer utilities, text processing commands, mounting and NFS configuration, user and file management, as well as advanced scripting techniques like expect, semanage, and xargs, providing clear examples and code snippets for each topic.

NFScommand-linefile management
0 likes · 26 min read
Master Essential Linux Commands: From Basics to Advanced System Operations
Liangxu Linux
Liangxu Linux
Aug 17, 2025 · Fundamentals

Mastering sed and awk: Powerful Text Processing Techniques for the Command Line

This comprehensive guide explores the strengths of sed and awk, compares their core features, provides practical basic and advanced examples, demonstrates how to combine them for complex pipelines, offers performance tips, and includes real‑world log‑analysis use cases for efficient text manipulation in shell scripts.

Shell scriptingawkcommand-line
0 likes · 9 min read
Mastering sed and awk: Powerful Text Processing Techniques for the Command Line
dbaplus Community
dbaplus Community
Jul 31, 2025 · Operations

10 Little-Known Linux Commands That Boost Your Productivity

Discover ten obscure yet powerful Linux command‑line tools—look, rev, tac, yes, nl, column, shuf, comm, chrt, and watch—that can streamline workflows, simplify text processing, enhance monitoring, and give developers and sysadmins deeper control over their systems.

LinuxShellUnix tools
0 likes · 6 min read
10 Little-Known Linux Commands That Boost Your Productivity
IT Services Circle
IT Services Circle
Jul 22, 2025 · Operations

45 Essential Linux Commands Every Sysadmin Should Master

This guide aggregates 45 high‑frequency Linux command combos across seven core operational scenarios—file handling, advanced find/cleanup, system monitoring, log and access analysis, network packet capture, text processing, and disk cleanup—to cover roughly 99% of everyday sysadmin tasks.

LinuxShellSysadmin
0 likes · 6 min read
45 Essential Linux Commands Every Sysadmin Should Master
Ops Community
Ops Community
Jul 21, 2025 · Operations

Boost Linux Admin Productivity 10× with Essential Keyboard Shortcuts & System Tricks

This comprehensive Linux operations guide covers powerful terminal shortcuts, efficient file handling, system monitoring, network diagnostics, process control, performance tuning, and automation scripts, providing practical examples and command references that can dramatically increase an administrator's efficiency.

AutomationLinuxShell Shortcuts
0 likes · 16 min read
Boost Linux Admin Productivity 10× with Essential Keyboard Shortcuts & System Tricks
macrozheng
macrozheng
Jul 19, 2025 · Operations

Why Microsoft’s New ‘Edit’ Tool Could Replace Vim on Windows Terminal

This article introduces Microsoft’s newly open‑sourced Edit editor, a lightweight Rust‑based command‑line text editor for Windows Terminal, outlines its features, performance benefits, and provides step‑by‑step installation and compilation instructions for Windows users.

InstallationRustWindows
0 likes · 7 min read
Why Microsoft’s New ‘Edit’ Tool Could Replace Vim on Windows Terminal
MaGe Linux Operations
MaGe Linux Operations
Jul 17, 2025 · Operations

Essential Linux Commands Every Ops Engineer Needs (2W+ Salary Guide)

This comprehensive guide lists the most important Linux commands for operations engineers, covering file handling, system monitoring, networking, security, scripting, and interview tips, with practical examples and explanations to boost both daily productivity and interview performance.

System Administrationcommand-line
0 likes · 16 min read
Essential Linux Commands Every Ops Engineer Needs (2W+ Salary Guide)
Raymond Ops
Raymond Ops
Jul 15, 2025 · Operations

Mastering sed: Essential Linux Text Processing Commands and Examples

This article provides a comprehensive guide to using the Linux sed utility, covering its purpose, syntax, options, and a wide range of practical commands for inserting, deleting, replacing, and extracting text, along with examples and visual illustrations to help readers master text processing on the command line.

LinuxShell scriptingcommand-line
0 likes · 16 min read
Mastering sed: Essential Linux Text Processing Commands and Examples
Raymond Ops
Raymond Ops
Jul 13, 2025 · Fundamentals

Master awk: From Basics to Powerful Text Processing in Linux

This comprehensive guide explains what awk is, how to learn it, its syntax of patterns and actions, built‑in variables like NR and NF, and provides practical examples and interview‑style exercises for mastering text processing on the Linux command line.

LinuxShell scriptingawk
0 likes · 19 min read
Master awk: From Basics to Powerful Text Processing in Linux
Efficient Ops
Efficient Ops
Jul 6, 2025 · Fundamentals

Boost Your Terminal Navigation: Master zoxide for Smarter cd Commands

This guide introduces zoxide, a smarter replacement for the cd command that learns your most‑used directories, explains its key features, shows how to install it via curl or cargo, and provides configuration tips and usage examples for faster command‑line navigation.

Shellcd alternativecommand-line
0 likes · 6 min read
Boost Your Terminal Navigation: Master zoxide for Smarter cd Commands
IT Services Circle
IT Services Circle
Jul 5, 2025 · Artificial Intelligence

Unlock AI Power in Your Terminal: A Complete Guide to Gemini CLI

Gemini CLI, a Google‑released command‑line AI workflow tool, brings Gemini models into the terminal, enabling natural‑language coding, debugging, content creation, research and task management, with features like a 1 million‑token context window, generous free quota, and full open‑source availability under Apache 2.0.

AI AssistantGemini CLIGoogle AI
0 likes · 6 min read
Unlock AI Power in Your Terminal: A Complete Guide to Gemini CLI
MaGe Linux Operations
MaGe Linux Operations
Jul 4, 2025 · Fundamentals

Master Linux Basics: Filesystem, Commands, Users, and Permissions Explained

This guide provides a comprehensive overview of Linux operating systems, covering installation, filesystem hierarchy, essential command-line tools, user and group management, permission settings, process control, and common software installation methods, offering practical examples and code snippets for each topic.

FilesystemOperating SystemPermissions
0 likes · 16 min read
Master Linux Basics: Filesystem, Commands, Users, and Permissions Explained
Deepin Linux
Deepin Linux
Jul 2, 2025 · Fundamentals

Master GDB: Essential Debugging Techniques for C/C++ Developers

This comprehensive guide introduces GDB, the powerful GNU Debugger, covering its overview, installation, basic commands, advanced features like backtracing, memory analysis, conditional breakpoints, remote debugging, and practical tips such as TUI mode, custom scripts, and IDE integration to help developers efficiently locate and fix bugs.

C programmingDebuggingcommand-line
0 likes · 27 min read
Master GDB: Essential Debugging Techniques for C/C++ Developers
Continuous Delivery 2.0
Continuous Delivery 2.0
Jul 1, 2025 · Artificial Intelligence

How Gemini CLI Turns Your Terminal into an AI-Powered Swiss Army Knife

Gemini CLI, Google’s AI‑enhanced command‑line interface, extends beyond chat by offering a rich command system, intelligent file reading, shell integration, hierarchical configuration, project memory, and multi‑layered security features, enabling developers to streamline code review, customization, and safe local operations.

AI-powered CLICase StudiesGemini CLI
0 likes · 21 min read
How Gemini CLI Turns Your Terminal into an AI-Powered Swiss Army Knife
Open Source Linux
Open Source Linux
Jun 30, 2025 · Operations

Master su and sudo: Switch Users Safely and Harness Linux Privileges

This guide explains the differences between the su and sudo commands, shows how to create and manage users, demonstrates login-shell versus non‑login-shell switching, covers the -c option for one‑off commands, and compares security implications of each method in Linux environments.

LinuxSudoSystem Administration
0 likes · 11 min read
Master su and sudo: Switch Users Safely and Harness Linux Privileges
Liangxu Linux
Liangxu Linux
Jun 29, 2025 · Operations

Master Real‑Time System Monitoring with btop: Installation, Usage, and Tips

btop is a modern, graphical replacement for the classic top command that runs on Linux, FreeBSD, and macOS; this guide explains how to install it via Snap, APT, source compilation or Docker, shows how to verify the installation, and details its interface, shortcuts, configuration, and additional features.

DockerUbuntubtop++
0 likes · 7 min read
Master Real‑Time System Monitoring with btop: Installation, Usage, and Tips
Open Source Linux
Open Source Linux
Jun 21, 2025 · Fundamentals

Mastering awk: The Ultimate Guide to Text Processing in Linux

This comprehensive tutorial explains the awk command in Linux, covering its origin, syntax, predefined variables, execution flow, functions, expressions, control structures, and practical examples, enabling readers to efficiently process and manipulate text files from the command line.

Shell scriptingawkcommand-line
0 likes · 9 min read
Mastering awk: The Ultimate Guide to Text Processing in Linux
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Jun 19, 2025 · Operations

Master Essential Linux Commands: From cd to tar and Beyond

This comprehensive guide introduces the most frequently used Linux commands—including navigation, file manipulation, searching, permission handling, compression, process management, and redirection—explaining their purpose, common options, and practical examples to help users work efficiently in a Linux environment.

ShellUnixcommand-line
0 likes · 20 min read
Master Essential Linux Commands: From cd to tar and Beyond
Raymond Ops
Raymond Ops
Jun 18, 2025 · Fundamentals

Master Linux Shell: Essential Commands, Prompt Customization, and Session Management

This guide explains what a Linux shell is, how to view and set the current shell and hostname, customize the command prompt, differentiate internal and external commands, manage aliases, use common system commands, handle sessions with screen and tmux, employ echo options and ANSI codes, leverage bash shortcuts, apply file globbing patterns, and securely delete files with shred.

LinuxShellSysadmin
0 likes · 13 min read
Master Linux Shell: Essential Commands, Prompt Customization, and Session Management
MaGe Linux Operations
MaGe Linux Operations
Jun 7, 2025 · Fundamentals

Master Linux Command Line Basics: From Navigation to File Management

This guide walks readers through essential Linux command line skills, covering command syntax, directory navigation, file operations, searching, content viewing, text editing with vi, and backup/restoration techniques, all illustrated with clear examples and practical tips for beginners.

BackupShellcommand-line
0 likes · 8 min read
Master Linux Command Line Basics: From Navigation to File Management
Raymond Ops
Raymond Ops
Jun 6, 2025 · Operations

Master Linux Disk Usage: Using df and du Commands Effectively

This guide explains how to use the Linux df and du commands to inspect disk space, interpret their options such as -h, -k, -i, and -T, view partition usage, directory-specific usage, inode information, and avoid common pitfalls when measuring file sizes.

Linuxcommand-linedf
0 likes · 4 min read
Master Linux Disk Usage: Using df and du Commands Effectively
Liangxu Linux
Liangxu Linux
May 31, 2025 · Backend Development

Master Git Stash: Switch Tasks Without Losing Your Work

This guide explains how to use git stash to temporarily save uncommitted changes, switch branches, and restore work later, covering common commands, options for selective stashing, and the differences between stashing and committing.

Developmentcommand-linestash
0 likes · 7 min read
Master Git Stash: Switch Tasks Without Losing Your Work
IT Xianyu
IT Xianyu
May 26, 2025 · Fundamentals

A Step‑by‑Step Tutorial for Writing Basic Shell Scripts on Linux

This article walks beginners through creating, editing, granting permissions to, and executing simple Bash scripts such as hello.sh and name_check.sh, while also covering common pitfalls, directory organization, and essential command‑line tools for effective shell scripting.

BashPermissionsShell scripting
0 likes · 7 min read
A Step‑by‑Step Tutorial for Writing Basic Shell Scripts on Linux
Code Mala Tang
Code Mala Tang
May 18, 2025 · Fundamentals

5 Must-Have Python CLI Tools to Supercharge Your Terminal

Discover five powerful Python command‑line utilities—httpie, glances, rich‑cli, howdoi, and csvkit—that streamline API interactions, system monitoring, output formatting, quick Stack Overflow answers, complete with installation steps and practical examples to boost your productivity.

AutomationCLI toolsPython
0 likes · 6 min read
5 Must-Have Python CLI Tools to Supercharge Your Terminal
Java Tech Enthusiast
Java Tech Enthusiast
May 4, 2025 · Operations

Comprehensive Linux Command Cheat Sheet

This cheat sheet compiles essential Linux command‑line tools—including navigation (cd, pwd, ls), file manipulation (cp, mv, rm, cat), searching (find, grep), permission management (chmod, chown), archiving (tar), text processing (cut), and redirection or piping—each with common options and practical usage examples for everyday system administration.

LinuxShellSystem Administration
0 likes · 19 min read
Comprehensive Linux Command Cheat Sheet
Cognitive Technology Team
Cognitive Technology Team
Apr 30, 2025 · Backend Development

Getting Started with JLine 3: Building Interactive Java CLI Applications

This article introduces JLine 3, a Java library that adds GNU‑readline‑style features such as line editing, history, auto‑completion, and syntax highlighting to command‑line tools, and provides Maven setup, a complete code example, detailed explanation, and sample output for building robust interactive CLI applications.

CLIJLineJava
0 likes · 10 min read
Getting Started with JLine 3: Building Interactive Java CLI Applications
Open Source Linux
Open Source Linux
Apr 30, 2025 · Fundamentals

Mastering awk: The Ultimate Guide to Linux Text Processing

This article provides a comprehensive, step‑by‑step tutorial on the Linux awk command, covering its origin, syntax, predefined variables, execution flow, functions, control structures, and practical examples, enabling readers to master text processing and data extraction directly from the command line.

LinuxShell scriptingawk
0 likes · 9 min read
Mastering awk: The Ultimate Guide to Linux Text Processing
MaGe Linux Operations
MaGe Linux Operations
Apr 28, 2025 · Fundamentals

Master Vim: 26 Keyboard Shortcuts to Supercharge Your Coding Efficiency

Learn how Vim’s modal editing, essential commands, and customizable configuration can dramatically boost your coding speed on Linux, covering everything from basic navigation and text manipulation to advanced file management and one‑click setup for a powerful, keyboard‑centric development environment.

Vimcommand-lineproductivity
0 likes · 13 min read
Master Vim: 26 Keyboard Shortcuts to Supercharge Your Coding Efficiency
Liangxu Linux
Liangxu Linux
Apr 24, 2025 · Operations

Master Linux System Performance: Essential Tools, Commands, and Real‑World Analysis

This guide walks you through the most important Linux performance‑monitoring utilities—top, htop, vmstat, iostat, mpstat, sar, iotop, perf, and more—explaining their purposes, installation steps, key options, and how to interpret their output for CPU, memory, disk, network, and process analysis, plus practical troubleshooting scenarios.

LinuxSysadmincommand-line
0 likes · 19 min read
Master Linux System Performance: Essential Tools, Commands, and Real‑World Analysis
MaGe Linux Operations
MaGe Linux Operations
Apr 24, 2025 · Operations

Master the Linux Command Line: Essential Commands Explained

This comprehensive Linux command cheat sheet covers essential tools such as cd, ls, cp, rm, grep, tar, and many others, providing clear syntax, common options, and practical examples to help users efficiently manage files, processes, permissions, and system operations on Linux.

ShellSystem AdministrationUnix
0 likes · 21 min read
Master the Linux Command Line: Essential Commands Explained
Test Development Learning Exchange
Test Development Learning Exchange
Apr 20, 2025 · Mobile Development

How to Use ADB Commands: Reboot, Logcat, and Shell

This guide explains essential ADB commands for Android development, covering how to reboot a device (including bootloader and recovery modes), view real‑time logs with logcat and its filtering options, and enter the device’s shell to run Linux commands such as ls, pwd, and top.

ADBAndroidMobile Development
0 likes · 3 min read
How to Use ADB Commands: Reboot, Logcat, and Shell
MaGe Linux Operations
MaGe Linux Operations
Apr 15, 2025 · Operations

Master Linux Command Line: Essential Commands and Real‑World Examples

This comprehensive guide introduces Linux fundamentals, explains the relationship between Linux and Unix, describes kernel, shell, and application layers, compares network modes, and provides detailed usage examples for common commands such as init, man, pwd, ls, cd, mkdir, rmdir, touch, cp, rm, mv, cat, grep, tar, zip, and date, helping readers efficiently manage Linux systems.

ShellSystem AdministrationUnix
0 likes · 21 min read
Master Linux Command Line: Essential Commands and Real‑World Examples
Liangxu Linux
Liangxu Linux
Apr 13, 2025 · Operations

Create a Windows 11 Bootable USB on Linux with WoeUSB

This guide shows how to install the command‑line version of WoeUSB on Ubuntu, identify the target USB device, and use a single sudo command to write a Windows 11 ISO to a bootable NTFS USB stick, with safety warnings about data loss.

LinuxWindows 11WoeUSB
0 likes · 3 min read
Create a Windows 11 Bootable USB on Linux with WoeUSB
Efficient Ops
Efficient Ops
Apr 9, 2025 · Fundamentals

Why Fish Shell Is the Friendly, Feature‑Rich Command Line You Should Try

Fish Shell, a user‑friendly interactive shell rewritten in Rust, offers out‑of‑the‑box features such as syntax highlighting, smart auto‑completion, web‑based configuration, and a simple scripting syntax, making it an attractive alternative for developers and operations engineers seeking a modern command‑line experience.

Scriptingauto-completioncommand-line
0 likes · 7 min read
Why Fish Shell Is the Friendly, Feature‑Rich Command Line You Should Try
ITPUB
ITPUB
Apr 7, 2025 · Operations

Diagnose HTTP Service Latency with httpstat: A Step‑by‑Step Guide

Learn how to install Go, set up the httpstat tool, and use it to break down HTTP request phases—DNS lookup, TCP connection, TLS handshake, server processing, and content transfer—to quickly pinpoint network or service latency issues.

BackendHTTP debuggingNetwork Latency
0 likes · 7 min read
Diagnose HTTP Service Latency with httpstat: A Step‑by‑Step Guide
Raymond Ops
Raymond Ops
Apr 6, 2025 · Operations

Master nslookup on Linux: Install, Query, and Advanced Usage Guide

Learn how to install nslookup on Debian/Ubuntu and CentOS/RHEL, then explore seven practical commands for querying IP addresses, specifying DNS servers, retrieving specific record types, performing reverse lookups, setting search domains, using the set command, and exiting the tool.

command-linenetwork troubleshootingnslookup
0 likes · 5 min read
Master nslookup on Linux: Install, Query, and Advanced Usage Guide
Raymond Ops
Raymond Ops
Apr 4, 2025 · Operations

Master traceroute on Linux: Install, Commands, and Advanced Options

This guide explains what traceroute does, how to install it on various Linux distributions, and provides detailed command syntax, common and advanced options, practical examples, and important precautions for effective network troubleshooting.

LinuxNetwork Diagnosticscommand-line
0 likes · 5 min read
Master traceroute on Linux: Install, Commands, and Advanced Options
Deepin Linux
Deepin Linux
Mar 28, 2025 · Fundamentals

Comprehensive Guide to Using GDB for Debugging C/C++ Programs

This article provides an in-depth tutorial on the GNU Debugger (GDB), covering its purpose, installation, basic and advanced commands, remote debugging, memory analysis, and practical tips for efficiently debugging C/C++ applications on Linux and Windows platforms.

C++DebuggingMemory analysis
0 likes · 25 min read
Comprehensive Guide to Using GDB for Debugging C/C++ Programs
Raymond Ops
Raymond Ops
Mar 20, 2025 · Operations

Master Linux Traceroute: Install, Use, and Advanced Options Explained

Learn how to install the traceroute utility on Debian/Ubuntu and CentOS/RHEL systems, understand its basic command syntax, explore common and advanced options, and see practical examples for network path tracing, while noting important considerations and usage tips.

LinuxOperationscommand-line
0 likes · 6 min read
Master Linux Traceroute: Install, Use, and Advanced Options Explained
Raymond Ops
Raymond Ops
Mar 18, 2025 · Information Security

Master OpenSSL: From Symmetric Encryption to Digital Certificates

This comprehensive guide explains OpenSSL’s role in cryptography, covering symmetric and asymmetric encryption, hashing, key generation, certificate creation, and practical command‑line examples for encrypting files, managing keys, signing data, and configuring TLS servers, empowering readers to master secure communications.

OpenSSLcommand-linecryptography
0 likes · 24 min read
Master OpenSSL: From Symmetric Encryption to Digital Certificates
Top Architecture Tech Stack
Top Architecture Tech Stack
Mar 18, 2025 · Fundamentals

Comprehensive Guide to Common Git Commands

This article provides a detailed overview of essential Git commands—including configuration, repository initialization, cloning, adding, committing, branching, merging, remote operations, diffing, logging, tagging, undoing changes, and submodule management—to help developers efficiently manage version control in software projects.

GitVersion Controlcommand-line
0 likes · 17 min read
Comprehensive Guide to Common Git Commands
Radish, Keep Going!
Radish, Keep Going!
Mar 8, 2025 · Operations

Boost Your Productivity: Master tmux Basics in 10 Minutes

This guide introduces tmux, a terminal multiplexer, explaining how to create, detach, and reattach sessions, manage windows, panes, and shortcuts, and provides installation steps and useful aliases, enabling developers to maintain persistent work environments and boost command‑line productivity.

Session Managementcommand-linepane
0 likes · 9 min read
Boost Your Productivity: Master tmux Basics in 10 Minutes
Raymond Ops
Raymond Ops
Feb 21, 2025 · Operations

Mastering lsof: Essential Linux Commands to Inspect Open Files and Processes

lsof is a powerful Linux utility that lists open files, sockets, and network connections for processes; this guide explains its core options, output fields, and practical examples such as identifying files opened by specific processes, directories, users, network ports, and even recovering deleted files.

Linuxcommand-linelsof
0 likes · 14 min read
Mastering lsof: Essential Linux Commands to Inspect Open Files and Processes
FunTester
FunTester
Feb 16, 2025 · Operations

How to Run Byteman Scripts, Dynamically Submit Rules, and Perform Offline Checks

This guide explains how to use the bmjava script to launch Byteman with custom options, employ bmsubmit for dynamic rule management, run bmcheck for offline rule validation, configure environment variables, and understand the Byteman agent’s loading lifecycle, providing complete command syntax and option details.

BytemanDevOpsInstrumentation
0 likes · 8 min read
How to Run Byteman Scripts, Dynamically Submit Rules, and Perform Offline Checks
Open Source Linux
Open Source Linux
Feb 7, 2025 · Fundamentals

Master Linux File Search: Powerful find Command Techniques & Examples

This article provides a comprehensive guide to the Linux find command, covering its basic syntax, common options for searching by name, size, type, time, owner, and permissions, as well as actions, logical operators, xargs integration, and practical exercises for mastering file searching.

File SearchShell scriptingcommand-line
0 likes · 14 min read
Master Linux File Search: Powerful find Command Techniques & Examples
Java Web Project
Java Web Project
Feb 5, 2025 · Big Data

Master DeepSeek: Install, Configure, and Harness Its Data Processing Power

This guide walks you through DeepSeek’s core capabilities—including installation on Windows, macOS, and Linux, configuration of storage paths, API keys, and logging levels, as well as data import, cleaning, analysis, visualization, batch processing, scheduling, and plugin extensions—providing concrete command examples and troubleshooting tips.

AutomationDeepSeekcommand-line
0 likes · 8 min read
Master DeepSeek: Install, Configure, and Harness Its Data Processing Power
Architecture Digest
Architecture Digest
Jan 26, 2025 · Backend Development

10 Essential Git Tips for Efficient Version Control

This article presents ten practical Git techniques—from undoing the last commit and resolving merge conflicts to using tags, stashing changes, and cleaning up branches—helping developers of all levels manage code history more effectively and streamline their workflow.

BackendGitVersion Control
0 likes · 10 min read
10 Essential Git Tips for Efficient Version Control
MaGe Linux Operations
MaGe Linux Operations
Jan 19, 2025 · Operations

Master Linux Redirection, Pipes, and Text Processing Commands

This guide explains Linux I/O redirection, pipelines, tee and xargs utilities, and essential text‑processing commands such as grep, cut, awk, sed, sort, wc, uniq, and tr, providing clear examples for each to help users handle files and streams efficiently.

LinuxShellcommand-line
0 likes · 10 min read
Master Linux Redirection, Pipes, and Text Processing Commands
Raymond Ops
Raymond Ops
Jan 19, 2025 · Operations

Master awk: Essential Commands and Advanced Techniques for Text Processing

This article provides a comprehensive introduction to awk, covering its command syntax, built‑in variables, pattern‑action processing, external variable passing, arithmetic and logical operations, advanced I/O, control flow constructs, and practical examples for effective text and data manipulation on Unix/Linux systems.

Shell scriptingUnixawk
0 likes · 12 min read
Master awk: Essential Commands and Advanced Techniques for Text Processing
Java Web Project
Java Web Project
Jan 14, 2025 · Backend Development

Master Spring Boot CLI: Install, Run, Test, and Package Groovy Apps

This guide walks you through installing Spring Boot CLI, explains its Groovy‑based features, demonstrates creating and running a Hello World web app, shows how to use @Grab for dependencies, test with spring test, package into executable JARs, and explore init and shell commands.

BackendCLIGroovy
0 likes · 13 min read
Master Spring Boot CLI: Install, Run, Test, and Package Groovy Apps
Liangxu Linux
Liangxu Linux
Jan 13, 2025 · Fundamentals

Mastering Unix Wildcards: Patterns, Commands, and Practical Examples

This guide explains Unix shell wildcards, their syntax, and how to use symbols like *, ?, [] and [!...] for file name matching, includes practical find command examples, redirection, quoting, pipelines, and shortcuts for efficient command‑line operations.

LinuxScriptingcommand-line
0 likes · 18 min read
Mastering Unix Wildcards: Patterns, Commands, and Practical Examples
MaGe Linux Operations
MaGe Linux Operations
Jan 11, 2025 · Databases

Step-by-Step Guide to Installing and Configuring MySQL on Windows

This article walks you through MySQL's default ports, provides a concise introduction, details how to download the Community Server, explains extraction, environment variable setup, configuration file creation, service registration, and shows essential commands for initializing, starting, stopping, and managing MySQL users on Windows.

ConfigurationInstallationWindows
0 likes · 8 min read
Step-by-Step Guide to Installing and Configuring MySQL on Windows
JavaScript
JavaScript
Jan 11, 2025 · Fundamentals

Master the 20 Essential Git Commands Every Developer Needs

This guide walks you through 20 of the most commonly used Git commands—from initial configuration and repository setup to advanced branching, remote collaboration, stashing, and commit conventions—helping you boost personal productivity and streamline team workflows.

Tutorialcommand-linesoftware development
0 likes · 7 min read
Master the 20 Essential Git Commands Every Developer Needs
IT Services Circle
IT Services Circle
Jan 7, 2025 · Backend Development

Fish Shell Rewritten in Rust: Progress, Statistics, and Benefits

Fish Shell, the user-friendly command-line shell for Linux and macOS, is undergoing a major rewrite from C++ to Rust, achieving a near‑complete Rust codebase, extensive contributor activity, and performance improvements while addressing legacy toolchain challenges and enhancing modern functionality.

C++Rustcommand-line
0 likes · 5 min read
Fish Shell Rewritten in Rust: Progress, Statistics, and Benefits
MaGe Linux Operations
MaGe Linux Operations
Jan 7, 2025 · Operations

Master Linux I/O Redirection: From Basics to Advanced Tricks

This guide explains Linux shell I/O redirection, covering output and input redirection, file descriptor semantics, the importance of order, using /dev/null to discard output, and common patterns for merging and appending streams, all with clear examples.

I/O RedirectionLinuxShell
0 likes · 6 min read
Master Linux I/O Redirection: From Basics to Advanced Tricks
Liangxu Linux
Liangxu Linux
Jan 1, 2025 · Operations

Master Linux Network & System Tools: From ping to journalctl

This guide walks you through essential Linux command‑line utilities for network troubleshooting, system monitoring, and developer workflows, providing clear usage syntax, practical examples, and concise tips to help you diagnose connectivity issues, inspect logs, and boost productivity on any Linux host.

DebuggingLinuxcommand-line
0 likes · 33 min read
Master Linux Network & System Tools: From ping to journalctl
Liangxu Linux
Liangxu Linux
Jan 1, 2025 · Fundamentals

Essential Linux Command Line Cheat Sheet for Beginners (70+ Commands)

This guide compiles around 70 essential Linux command‑line utilities, covering navigation, file manipulation, text processing, permission handling, user management, archiving, disk operations, and system monitoring, with clear examples and practical tips for newcomers to master the shell.

LinuxTutorialUnix
0 likes · 28 min read
Essential Linux Command Line Cheat Sheet for Beginners (70+ Commands)
Top Architecture Tech Stack
Top Architecture Tech Stack
Dec 31, 2024 · Operations

Comprehensive Linux Command Reference and Usage Guide

A detailed reference of Linux command-line utilities covering system information, shutdown, file and directory management, searching, mounting, disk usage, user and group administration, permissions, compression, package management, backups, networking, and other essential system administration tasks.

LinuxShellSystem Administration
0 likes · 31 min read
Comprehensive Linux Command Reference and Usage Guide