Tagged articles
401 articles
Page 1 of 5
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 19, 2026 · Operations

Essential Linux Command Cheat Sheet: A Complete A‑Z Reference

This article provides a comprehensive A‑Z catalog of Linux commands, each with a brief description of its function, offering a handy reference for file handling, system monitoring, networking, package management, text processing, and user administration that readers can bookmark for quick lookup.

Sysadmincheat-sheetcommand-line
0 likes · 21 min read
Essential Linux Command Cheat Sheet: A Complete A‑Z Reference
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 16, 2026 · Fundamentals

10 Essential Linux Commands to Turn a Beginner into a Pro

This article introduces ten core Linux terminal commands—covering user management, file listing, navigation, file creation, deletion, and I/O redirection—explaining each command’s purpose, common options, and practical examples so newcomers can quickly become proficient.

basicscommand-linefile-system
0 likes · 7 min read
10 Essential Linux Commands to Turn a Beginner into a Pro
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 14, 2026 · Fundamentals

Essential Linux Commands for Beginners – A Handy Reference

This article presents a concise collection of basic Linux commands covering file and directory operations, file viewing and editing, system management, and network-related tasks, each illustrated with screenshots to help beginners quickly grasp command usage.

basicscommand-linefile-management
0 likes · 2 min read
Essential Linux Commands for Beginners – A Handy Reference
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 10, 2026 · Fundamentals

150 Essential Linux Commands Every User Should Know

This article presents a comprehensive reference of 150 Linux commands, covering file and directory operations, content manipulation, system information, network utilities, user and permission management, disk and filesystem tools, built‑in shell commands, and process control, each with concise descriptions to help users master Linux system administration.

Sysadmincommand-linelinux-commands
0 likes · 15 min read
150 Essential Linux Commands Every User Should Know
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 19, 2026 · Operations

600 Essential Linux Commands A‑Z: Complete Cheat Sheet

A comprehensive A‑Z reference of over 600 common Linux commands, each with a brief description of its function and typical usage, providing a handy quick‑lookup guide for system administrators, developers, and anyone working with the Linux command line.

BashShellSysadmin
0 likes · 21 min read
600 Essential Linux Commands A‑Z: Complete Cheat Sheet
Coder Trainee
Coder Trainee
Jan 26, 2026 · Fundamentals

Essential Linux Commands Every Programmer Should Know: Other Common Utilities

The article explains the basics of Linux commands, notes that everything in Linux is treated as a file, distinguishes Linux and shell commands, and then showcases commonly used commands for online help, compression, file searching, permission management, and login information, each illustrated with screenshots.

LinuxShellSystem Administration
0 likes · 2 min read
Essential Linux Commands Every Programmer Should Know: Other Common Utilities
Coder Trainee
Coder Trainee
Jan 22, 2026 · Fundamentals

Essential Linux Commands for Viewing Files and Their Contents

Linux commands, the textual interface for managing the system, treat everything—from CPU to keyboard—as files; this article explains the distinction between Linux and shell commands and introduces the essential commands programmers use to view files and inspect their contents.

Shellcommand-linefile-management
0 likes · 1 min read
Essential Linux Commands for Viewing Files and Their Contents
macrozheng
macrozheng
Jan 15, 2026 · Fundamentals

Boost Your Command-Line Efficiency with fzf: Install, Features & Advanced Usage

This guide introduces the open‑source fuzzy finder fzf, explains its key features, shows how to install it across platforms, and provides practical examples—including basic pipelines, shell shortcuts, and preview‑enhanced commands—to dramatically speed up everyday terminal workflows.

Linuxcommand-linefuzzy finder
0 likes · 8 min read
Boost Your Command-Line Efficiency with fzf: Install, Features & Advanced Usage
Linux Tech Enthusiast
Linux Tech Enthusiast
Dec 29, 2025 · Fundamentals

Unlock the Power of ls: 20 Essential Options You Need to Know

This article provides a comprehensive guide to the Linux ls command, explaining its basic purpose and demonstrating twenty useful options—including long listing, human‑readable sizes, sorting, hidden files, recursive listing, and version display—complete with command examples and screenshot illustrations.

LinuxShellcommand-line
0 likes · 10 min read
Unlock the Power of ls: 20 Essential Options You Need to Know
Linux Tech Enthusiast
Linux Tech Enthusiast
Dec 27, 2025 · Operations

Comprehensive Guide to Linux File Search Commands

This article explains how to locate files and commands on a Linux system using utilities such as which, whereis, locate (with updatedb), and find with a wide range of options like -name, -size, -user, -perm, -type, -time, -inum, logical operators, and -exec, providing concrete command examples for each scenario.

command-linefile-searchfind
0 likes · 11 min read
Comprehensive Guide to Linux File Search Commands
Linux Tech Enthusiast
Linux Tech Enthusiast
Dec 13, 2025 · Fundamentals

All the Linux Basics You Need in One Guide

This article provides a concise Linux fundamentals guide covering the OS overview, essential keyboard shortcuts, common file‑management commands, disk navigation, network utilities, and basic system‑administration commands, each illustrated with syntax and practical examples.

command-linefile managementnetwork-tools
0 likes · 30 min read
All the Linux Basics You Need in One Guide
Linux Tech Enthusiast
Linux Tech Enthusiast
Dec 10, 2025 · Operations

38 Essential Windows CMD Commands You Must Know

This guide explains how to open the Windows command prompt on various versions and presents a curated list of 38 essential CMD commands—including file, directory, network, system‑information and disk‑management utilities—each described with its purpose and basic usage.

System InformationWindowscmd
0 likes · 9 min read
38 Essential Windows CMD Commands You Must Know
Liangxu Linux
Liangxu Linux
Nov 2, 2025 · Operations

40 Essential grep Commands Every Linux User Should Master

This guide presents a comprehensive collection of 40 practical grep examples—from basic searches and case‑insensitive matching to complex regular‑expression patterns and advanced options—showing how to quickly locate, filter, and manipulate text in files and logs on Linux systems.

GrepLinuxcommand-line
0 likes · 10 min read
40 Essential grep Commands Every Linux User Should Master
Ops Development & AI Practice
Ops Development & AI Practice
Sep 28, 2025 · Frontend Development

Mastering npm Script Arguments: When and Why to Use "--"

This article explains how npm scripts handle command‑line arguments, compares using the double‑dash separator versus omitting it, shows visual flow diagrams, and provides best‑practice recommendations to ensure clear, safe, and POSIX‑compliant parameter passing in JavaScript projects.

Nodeargumentscommand-line
0 likes · 7 min read
Mastering npm Script Arguments: When and Why to Use "--"
Linux Tech Enthusiast
Linux Tech Enthusiast
Sep 28, 2025 · Fundamentals

10 Fun Linux Commands Every IT Enthusiast Should Try

This guide introduces ten entertaining Linux commands, explains how to install each with apt‑get, and shows sample outputs—including rev, asciiview, sl, aafire, cmatrix, factor, oneko, boxes, xeyes, and pv—so readers can explore playful terminal utilities on their own systems.

ASCII artTutorialcommand-line
0 likes · 5 min read
10 Fun Linux Commands Every IT Enthusiast Should Try
Liangxu Linux
Liangxu Linux
Sep 24, 2025 · Backend Development

Mastering Shell: From Basics to Advanced Scripting Techniques

This comprehensive guide explains what a shell is, how to write and run shell scripts, variable handling, special parameters, environment variables, and powerful string manipulation tricks for efficient Linux command-line automation.

Scriptingcommand-line
0 likes · 16 min read
Mastering Shell: From Basics to Advanced Scripting Techniques
Efficient Ops
Efficient Ops
Sep 22, 2025 · Operations

Ultimate Linux Command Cheat Sheet: Master File, Network, and System Operations

This comprehensive guide lists essential Linux commands—covering help, file and directory manipulation, content processing, compression, system information, networking, disk management, permissions, user administration, built‑in utilities, system monitoring, and process control—providing concise English descriptions for each to help users efficiently manage and troubleshoot Linux systems.

BashUnixcommand-line
0 likes · 16 min read
Ultimate Linux Command Cheat Sheet: Master File, Network, and System Operations
DevOps Coach
DevOps Coach
Sep 15, 2025 · Operations

10 Underrated Linux Tools Every Sysadmin Should Master

This guide presents ten lesser‑known but powerful Linux utilities—such as at, systemd‑run, tuned, lsof/ss, journalctl, chattr, MOTD/issue, watch/diff, strace/ltrace, and hidden cron checks—each with practical examples to boost daily sysadmin efficiency and confidence.

LinuxSysadminautomation
0 likes · 7 min read
10 Underrated Linux Tools Every Sysadmin Should Master
Dunmao Tech Hub
Dunmao Tech Hub
Sep 11, 2025 · Databases

Master LMDB with lmcmd: A Powerful Command-Line Client

lmcmd is a Python‑based command‑line client for the Lightning Memory‑Mapped Database (LMDB) that offers efficient key‑value operations, import/export, searching, and database management, with easy installation via pip and a Redis‑style interface for rapid debugging and data handling.

CLI toolLMDBPython
0 likes · 5 min read
Master LMDB with lmcmd: A Powerful Command-Line Client
Liangxu Linux
Liangxu Linux
Aug 27, 2025 · Operations

Fix Mistyped Terminal Commands Instantly with thefuck – Install & Use Guide

This guide introduces the open‑source tool thefuck, explains how it analyzes erroneous shell commands and suggests correct alternatives, provides concrete examples like fixing "git statis" to "git status", and details step‑by‑step installation on Linux, macOS, Windows and via pip, plus configuration tips.

Error CorrectionInstallationLinux
0 likes · 4 min read
Fix Mistyped Terminal Commands Instantly with thefuck – Install & Use Guide
Liangxu Linux
Liangxu Linux
Aug 11, 2025 · Fundamentals

Mastering curl: Essential Commands, Options, and Real‑World Examples

This guide explains what curl is, why it’s useful for network debugging and automation, shows how to install it on common Linux distributions, describes its syntax, lists the most frequently used options for requests, data transfer, output handling, debugging, and provides practical command‑line examples.

DevOpsHTTPLinux
0 likes · 7 min read
Mastering curl: Essential Commands, Options, and Real‑World Examples
Raymond Ops
Raymond Ops
Jul 24, 2025 · Operations

Master Essential Linux Commands: From Navigation to File Management

This guide provides a comprehensive overview of common Linux commands for directory navigation, file manipulation, permission management, searching, compression, and system shutdown, complete with usage syntax, options, and practical examples to help users efficiently manage their Unix-like environments.

BashOperationsShell
0 likes · 22 min read
Master Essential Linux Commands: From Navigation to File Management
Raymond Ops
Raymond Ops
Jul 23, 2025 · Operations

Mastering Linux grep: Essential Options and Practical Examples

This guide explains the Linux grep command, detailing its purpose, all available options, and practical examples for searching text, counting matches, handling case sensitivity, recursive searches, and more, helping users master efficient text processing in the terminal.

GrepLinuxcommand-line
0 likes · 8 min read
Mastering Linux grep: Essential Options and Practical Examples
Raymond Ops
Raymond Ops
Jul 16, 2025 · Operations

Master Linux File Search: locate vs find – Fast Tips & Advanced Options

This guide explains how the Linux locate and find commands work, covering their performance characteristics, key features, common options, search criteria, combining conditions, actions, and how to use xargs for parameter passing, helping users choose the right tool for efficient file searching.

File SearchOperationscommand-line
0 likes · 8 min read
Master Linux File Search: locate vs find – Fast Tips & Advanced Options
Code Mala Tang
Code Mala Tang
May 26, 2025 · Operations

5 Lesser‑Known Linux Commands That Will Supercharge Your Workflow

Discover five handy Linux command‑line tools—tldr, timeout, ncdu, fd, and trash—that simplify manual pages, limit command execution time, visualize disk usage, speed up file searches, and provide safer deletion, helping you work faster and more confidently.

Trashcommand-linefd
0 likes · 8 min read
5 Lesser‑Known Linux Commands That Will Supercharge Your Workflow
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.

Installationcommand-linepackage-management
0 likes · 6 min read
10 Practical Tips for Using pip in Python
Java Backend Technology
Java Backend Technology
Apr 27, 2025 · Operations

Master the Essential Linux Commands: A Complete Cheat Sheet

This guide presents a comprehensive overview of essential Linux commands—including navigation, file manipulation, searching, permission handling, process management, networking, and redirection—explaining their purposes, common options, and practical examples to help users work more efficiently in the terminal.

Shellcommand-linesystem-administration
0 likes · 22 min read
Master the Essential Linux Commands: A Complete Cheat Sheet
Python Programming Learning Circle
Python Programming Learning Circle
Apr 25, 2025 · Fundamentals

Using Python argparse for Command‑Line Argument Parsing

This article introduces Python's built‑in argparse module, explains its core features such as defining positional and optional arguments, type constraints, mutually exclusive groups, sub‑parsers, and best‑practice tips, and provides a complete runnable example for building robust CLI tools.

Pythonargparsecommand-line
0 likes · 5 min read
Using Python argparse for Command‑Line Argument Parsing
Liangxu Linux
Liangxu Linux
Apr 20, 2025 · Operations

Essential Linux Command Cheat Sheet: From File Management to SELinux

This comprehensive guide compiles essential Linux command-line techniques, covering command connectors, system resource monitoring, file searching, editing with vi/Vim, file transfer, text processing tools, user and file management, NFS setup, scripting utilities, and SELinux policy management, providing practical examples and command syntax for system administrators.

BashLinuxSysadmin
0 likes · 23 min read
Essential Linux Command Cheat Sheet: From File Management to SELinux
MaGe Linux Operations
MaGe Linux Operations
Apr 18, 2025 · Operations

Master Docker: Essential Commands for Developers and Ops

This guide compiles the most commonly used Docker commands, organized by functionality—including installation, image management, container handling, network and volume operations, logging, debugging, and system cleanup—to help developers and operations engineers efficiently manage Docker environments.

ContainerOperationscommand-line
0 likes · 11 min read
Master Docker: Essential Commands for Developers and Ops
Code Mala Tang
Code Mala Tang
Apr 3, 2025 · Fundamentals

33 Essential Python CLI Tricks You Should Bookmark

Discover 33 practical Python command‑line tricks—from running one‑liners without files and using the interpreter as a calculator, to measuring execution time, managing virtual environments, generating passwords, and sending HTTP requests—each illustrated with ready‑to‑copy commands that boost productivity and streamline everyday scripting tasks.

CLITipscommand-line
0 likes · 9 min read
33 Essential Python CLI Tricks You Should Bookmark
MaGe Linux Operations
MaGe Linux Operations
Feb 27, 2025 · Fundamentals

Master Essential Linux Commands: From File Management to System Monitoring

This guide compiles key Linux command fundamentals—including command connectors, system resource monitoring, file searching, text editing, user and file management, network transfers, SELinux policy handling, and useful scripting snippets—providing a concise reference for administrators and developers alike.

LinuxScriptingcommand-line
0 likes · 33 min read
Master Essential Linux Commands: From File Management to System Monitoring
MaGe Linux Operations
MaGe Linux Operations
Feb 22, 2025 · Operations

Master 600 Essential Linux Commands for System Operations

This comprehensive guide presents over 600 powerful Linux commands covering system information, file management, permissions, package handling, networking, backup, and more, offering clear examples and syntax to help administrators efficiently manage and troubleshoot Linux environments.

BashLinuxcommand-line
0 likes · 39 min read
Master 600 Essential Linux Commands for System Operations
Liangxu Linux
Liangxu Linux
Feb 9, 2025 · Operations

Master Linux ‘find’: Powerful File Search Techniques and Real-World Examples

This guide explains how to use the Linux find command to locate files by type, name, size, inode, and timestamps, demonstrates combining conditions with logical operators, and shows how to pipe results to other utilities such as xargs, -exec, and command substitution for tasks like copying, deleting, and archiving.

File SearchLinuxShell
0 likes · 14 min read
Master Linux ‘find’: Powerful File Search Techniques and Real-World Examples
Liangxu Linux
Liangxu Linux
Jan 23, 2025 · Fundamentals

Master Linux grep: Essential Options and Real‑World Examples

This guide explains the Linux grep command, covering its basic syntax, a comprehensive list of useful options with descriptions, and practical examples that demonstrate how to search for strings, handle case sensitivity, display line numbers, count matches, and work with recursive and binary files.

GrepLinuxcommand-line
0 likes · 7 min read
Master Linux grep: Essential Options and Real‑World Examples
Liangxu Linux
Liangxu Linux
Jan 19, 2025 · Operations

Linux Compression & Archiving Essentials: compress, gzip, bzip2, xz, zip, tar, cpio

This guide reviews the most common Linux compression and archiving utilities—compress, gzip, bzip2, xz, zip, tar, and cpio—detailing their file formats, key options for compressing, decompressing, preserving original files, displaying progress, and adjusting compression levels with practical command examples.

Gziparchivingcommand-line
0 likes · 9 min read
Linux Compression & Archiving Essentials: compress, gzip, bzip2, xz, zip, tar, cpio
Liangxu Linux
Liangxu Linux
Jan 12, 2025 · Operations

Master Linux File Search: locate vs. find – Fast Tips and Advanced Options

This guide explains how Linux’s locate and find commands work, compares their performance and features, and provides detailed usage examples, options, and advanced techniques such as depth control, type filtering, size and time queries, permission checks, combined conditions, and xargs integration.

Linuxcommand-linefile-search
0 likes · 8 min read
Master Linux File Search: locate vs. find – Fast Tips and Advanced Options
MaGe Linux Operations
MaGe Linux Operations
Jan 8, 2025 · Operations

Master Linux ‘sort’: Essential Options and Real-World Examples

This guide explains the Linux sort command, covering its most useful options—such as numeric, human‑readable, case‑insensitive, field‑based, and reverse sorting—and demonstrates practical examples for default sorting, column sorting, deduplication, and writing results to files.

Linuxcommand-linesort
0 likes · 7 min read
Master Linux ‘sort’: Essential Options and Real-World Examples
MaGe Linux Operations
MaGe Linux Operations
Jan 1, 2025 · Fundamentals

Master Essential Linux Commands: From Navigation to File Management

This guide provides a comprehensive overview of essential Linux commands for directory navigation, file manipulation, permission management, searching, compression, and system shutdown, complete with descriptions, usage examples, and options to help users efficiently manage their Unix-like environments.

command-linefile managementsystem-administration
0 likes · 29 min read
Master Essential Linux Commands: From Navigation to File Management
MaGe Linux Operations
MaGe Linux Operations
Dec 24, 2024 · Fundamentals

Mastering grep: Essential Options and Real‑World Examples

This guide explains the Linux grep command, detailing its purpose, syntax, and a comprehensive list of options such as -i, -r, -c, and -w, followed by practical examples that demonstrate searching for strings, handling case sensitivity, counting matches, recursive directory scans, and displaying context lines.

GrepLinuxcommand-line
0 likes · 7 min read
Mastering grep: Essential Options and Real‑World Examples
Liangxu Linux
Liangxu Linux
Nov 20, 2024 · Operations

Master Linux mount and umount with 15 practical examples

This guide walks through creating partitions, formatting them, and using the mount and umount commands on Linux, illustrating fifteen real‑world scenarios such as mounting CDs, viewing all mounts, binding directories, remounting, lazy unmounting, and troubleshooting busy filesystems.

FilesystemLinuxMount
0 likes · 12 min read
Master Linux mount and umount with 15 practical examples
Open Source Linux
Open Source Linux
Nov 18, 2024 · Operations

10 Essential Linux Command-Line Tricks to Boost Your Productivity

This guide presents ten practical Linux terminal tips—from cursor‑movement shortcuts and Vim tricks to quick directory switches, file transfers, and process handling—helping developers and operations engineers work faster and more efficiently in complex online environments.

DevOpsLinuxVim
0 likes · 9 min read
10 Essential Linux Command-Line Tricks to Boost Your Productivity
Liangxu Linux
Liangxu Linux
Nov 3, 2024 · Operations

10 Powerful cURL Tricks Every Developer Should Know

This article showcases over ten practical cURL examples—including filename globbing, configuration files, parallel requests, output formatting, testing, the trurl utility, data upload, and support for various protocols—demonstrating how the versatile tool can streamline networking, debugging, and automation tasks for developers and ops engineers.

JSONNetworkingParallel
0 likes · 13 min read
10 Powerful cURL Tricks Every Developer Should Know
MaGe Linux Operations
MaGe Linux Operations
Oct 20, 2024 · Fundamentals

Master Bash Built‑In Variables: From $0 to $PATH Explained with Real Examples

This guide explains Bash’s built‑in variables—$0, positional parameters $1…$9, special parameters like $#, $*, "$*", $@, "$@", $!, $_, $$, $PPID, $?, $BASH, $BASH_VERSION, $EUID, $UID, $GROUPS, $HOME, $HOSTNAME, $IFS, $PATH, $OLDPWD, $PWD, $PS1, $PS2, $PS4—detailing their meanings, typical use cases, and providing runnable code snippets and output illustrations.

BashVariablescommand-line
0 likes · 15 min read
Master Bash Built‑In Variables: From $0 to $PATH Explained with Real Examples
Open Source Linux
Open Source Linux
Oct 18, 2024 · Fundamentals

Master Essential Linux Commands: A Complete Beginner’s Guide

This comprehensive guide introduces Linux developers to the most frequently used shell commands, covering basic concepts, command syntax, built‑in vs external utilities, file operations, text processing, system monitoring, compression tools, and useful shortcuts, enabling readers to become proficient Linux users.

BashShellSysadmin
0 likes · 30 min read
Master Essential Linux Commands: A Complete Beginner’s Guide
Deepin Linux
Deepin Linux
Oct 16, 2024 · Fundamentals

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

This article provides a thorough introduction to the GNU Debugger (GDB), covering its core capabilities, startup methods, compilation requirements, a wide range of debugging techniques—including breakpoints, memory inspection, disassembly, reverse execution—and detailed guidance for multithreaded debugging on Linux systems.

C ProgrammingLinuxcommand-line
0 likes · 20 min read
Comprehensive Guide to Using GDB for Debugging C/C++ Programs
Efficient Ops
Efficient Ops
Oct 15, 2024 · Operations

Master 9 Essential kubectl Commands for Efficient Kubernetes Management

This guide introduces nine commonly used kubectl commands—get, create, edit, delete, apply, describe, logs, exec, and cp—explaining their purposes, providing practical examples, and offering tips to help system administrators streamline Kubernetes resource management and troubleshooting.

DevOpsKubernetescluster-management
0 likes · 10 min read
Master 9 Essential kubectl Commands for Efficient Kubernetes Management
Open Source Linux
Open Source Linux
Oct 14, 2024 · Fundamentals

Master DNS Lookups: 10 Essential nslookup Commands Explained

This guide walks you through ten practical nslookup commands for retrieving A, NS, SOA, MX, any, PTR records and more, showing how to adjust timeouts, enable debugging, and query specific DNS servers to troubleshoot and verify domain configurations.

DNScommand-linenetwork
0 likes · 5 min read
Master DNS Lookups: 10 Essential nslookup Commands Explained
Liangxu Linux
Liangxu Linux
Sep 26, 2024 · Operations

Master Linux mount & umount: 15 Real‑World Examples and Tips

This guide walks through the Linux mount and umount commands, covering everything from mounting CD‑ROMs and floppy disks to binding mount points, using /etc/fstab, listing specific filesystem types, and handling forced or lazy unmounts with clear, step‑by‑step examples.

FilesystemLinuxMount
0 likes · 13 min read
Master Linux mount & umount: 15 Real‑World Examples and Tips
DevOps Operations Practice
DevOps Operations Practice
Sep 22, 2024 · Information Security

How to Disable a User Account on Linux

This step‑by‑step guide explains how to safely disable a Linux user account by opening a terminal, checking the account status, locking the login with usermod, verifying the lock, and optionally re‑enabling the account, all using simple command‑line instructions.

LinuxUser Managementaccount-disable
0 likes · 3 min read
How to Disable a User Account on Linux
Liangxu Linux
Liangxu Linux
Sep 8, 2024 · Operations

Master Linux mount and umount with 15 practical examples

This guide walks through creating partitions, mounting devices and filesystems using the Linux mount command, exploring common scenarios such as mounting CD-ROMs, viewing current mounts, binding directories, remounting, mounting ISO images, and safely unmounting with options like lazy, force, and selective unmounting.

FilesystemLinuxMount
0 likes · 13 min read
Master Linux mount and umount with 15 practical examples
Liangxu Linux
Liangxu Linux
Sep 8, 2024 · Fundamentals

Master tmux and vim: Installation, Configuration, and Essential Commands

This guide walks you through installing tmux on Ubuntu, customizing its configuration, understanding its session‑window‑pane hierarchy, and using common tmux commands, then introduces vim’s modes, key bindings, basic editing operations, and a practical .vimrc configuration for a smoother editing experience.

ConfigurationVimcommand-line
0 likes · 14 min read
Master tmux and vim: Installation, Configuration, and Essential Commands
Selected Java Interview Questions
Selected Java Interview Questions
Sep 4, 2024 · Backend Development

Essential Linux Commands for Backend Engineers

This article provides backend engineers with a comprehensive guide to essential Linux commands—from navigation and file management to permission handling and package installation—detailing syntax, common options, and practical examples to improve productivity in terminal environments.

DevOpscommand-line
0 likes · 11 min read
Essential Linux Commands for Backend Engineers
Liangxu Linux
Liangxu Linux
Aug 5, 2024 · Fundamentals

Master Linux File Compression: Zip, Rar, and Tar Commands Explained

This guide walks through the most common Linux compression and archiving tools—zip, unzip, rar, unrar, and tar—detailing file formats, command syntax, options for compression levels, encryption, and extraction, plus practical examples for each utility.

Linuxcommand-linecompression
0 likes · 8 min read
Master Linux File Compression: Zip, Rar, and Tar Commands Explained
MaGe Linux Operations
MaGe Linux Operations
Aug 3, 2024 · Operations

10 Practical fsck Commands to Diagnose and Repair Linux Filesystems

This article presents ten hands‑on examples of using the Linux fsck utility—including checking specific partitions, employing options like -A, -t, -M, -y, -n, and -a—to detect, report, and automatically fix filesystem errors while explaining exit codes and best‑practice recommendations.

Linuxcommand-linedisk repair
0 likes · 13 min read
10 Practical fsck Commands to Diagnose and Repair Linux Filesystems
MaGe Linux Operations
MaGe Linux Operations
Jul 31, 2024 · Fundamentals

Master the Linux cut Command: Extract Text Columns Like a Pro

Learn how to use the Linux cut command for powerful text processing, including selecting character columns, ranges, specific fields with delimiters, complementing fields, changing output delimiters, and combining cut with other Unix tools such as grep, sed, and ps.

LinuxShell scriptingUnix
0 likes · 11 min read
Master the Linux cut Command: Extract Text Columns Like a Pro
Architect's Tech Stack
Architect's Tech Stack
Jul 25, 2024 · Backend Development

Five Advanced Git Commands to Boost Your Development Efficiency

This article introduces five powerful Git commands—stash, reset --soft, cherry-pick, revert, and reflog—explaining their basic usage and advanced tricks, enabling developers to manage temporary changes, roll back commits, copy changes across branches, undo mistakes, and recover lost history efficiently.

Gitbackend-developmentcommand-line
0 likes · 7 min read
Five Advanced Git Commands to Boost Your Development Efficiency
Efficient Ops
Efficient Ops
Jul 3, 2024 · Fundamentals

Master Essential Linux Shell Text Tools: Find, Grep, Awk, Sed & More

This guide introduces the most frequently used Linux shell utilities for text processing—including find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—explaining their core options, practical examples, and how to combine them for powerful command‑line workflows.

Bashcommand-linetext processing
0 likes · 17 min read
Master Essential Linux Shell Text Tools: Find, Grep, Awk, Sed & More
Ops Development & AI Practice
Ops Development & AI Practice
Jun 24, 2024 · Backend Development

Mastering Long Options in Bash: A Practical Guide with getopt

This article explains why long command‑line options improve shell script usability, compares the built‑in getopt utility with manual parsing, and provides complete Bash examples that demonstrate defining short and long flags, handling them, and printing the parsed results.

BashShell scriptingcommand-line
0 likes · 5 min read
Mastering Long Options in Bash: A Practical Guide with getopt
Liangxu Linux
Liangxu Linux
Jun 7, 2024 · Operations

Master Linux xargs with 6 Real‑World Examples for Faster Automation

This tutorial explains the Linux xargs command and provides six practical, step‑by‑step examples—including copying files, deleting by extension, compressing directories, renaming to uppercase, counting lines, and listing user accounts—to help automate common system tasks efficiently.

LinuxShellSystem Administration
0 likes · 8 min read
Master Linux xargs with 6 Real‑World Examples for Faster Automation
Test Development Learning Exchange
Test Development Learning Exchange
Jun 7, 2024 · Fundamentals

Understanding argparse in Python

argparse is a standard Python library for creating user-friendly command-line interfaces, allowing you to define parameters and options, generate help messages, and parse input with error handling.

PythonTutorialargparse
0 likes · 5 min read
Understanding argparse in Python
Python Programming Learning Circle
Python Programming Learning Circle
May 22, 2024 · Fundamentals

Five Beginner Python Projects: Rock‑Paper‑Scissors Game, Random Password Generator, Dice Simulator, Email Sender, and Alarm Clock

This article introduces five beginner-friendly Python projects—a command‑line Rock‑Paper‑Scissors game, a random password generator, a dice‑rolling simulator, an automated email sender, and a simple alarm clock—each with clear objectives, implementation tips, and complete source code examples.

EmailGamebeginner projects
0 likes · 7 min read
Five Beginner Python Projects: Rock‑Paper‑Scissors Game, Random Password Generator, Dice Simulator, Email Sender, and Alarm Clock
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Apr 19, 2024 · Operations

Mastering Linux Find: Essential Tips and Advanced Usage

This article provides a comprehensive guide to the Linux find command, covering basic printing, filename patterns, type, timestamp, size, permission filters, empty file detection, deletion, date-range searches, parallel execution, absolute path retrieval, basename extraction, and how to exclude the search directory itself.

File Searchcommand-linefind
0 likes · 11 min read
Mastering Linux Find: Essential Tips and Advanced Usage
Liangxu Linux
Liangxu Linux
Mar 20, 2024 · Operations

Top 5 Linux Command-Line HTTP Clients and How to Use Them

This guide reviews five powerful Linux command-line HTTP clients—cURL, HTTPie, Wget, HTTPie-go, and Wuzz—explaining their key features and providing concrete command examples for GET, POST, file downloading, and interactive API testing.

API testingLinuxcommand-line
0 likes · 4 min read
Top 5 Linux Command-Line HTTP Clients and How to Use Them
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Mar 4, 2024 · Operations

Essential Linux Command Cheat Sheet for System Administration

A comprehensive reference of essential Linux commands covering system information, shutdown, file and directory handling, searching, mounting, disk usage, user and group management, permissions, special attributes, archiving, package management, networking, and VIM editing, providing quick syntax and usage notes for each operation.

Linuxcommand-linesystem-administration
0 likes · 37 min read
Essential Linux Command Cheat Sheet for System Administration
DevOps Operations Practice
DevOps Operations Practice
Mar 2, 2024 · Fundamentals

Comprehensive Guide to Using the ls Command in Linux

This tutorial explains the Linux ls command in depth, covering its basic usage, a wide range of options for detailed listings, sorting, displaying hidden files, size units, recursive traversal, and how to interpret output columns, all illustrated with command examples and screenshots.

LinuxShellUnix
0 likes · 6 min read
Comprehensive Guide to Using the ls Command in Linux
Open Source Linux
Open Source Linux
Feb 29, 2024 · Fundamentals

10 Fun Linux Commands to Play with Your Terminal

This guide introduces ten entertaining Linux commands—rev, asciiview, sl, aafire, cmatrix, factor, oneko, boxes, xeyes, and pv—explaining how to install each package, run the commands, and showcasing their visual effects, encouraging readers to explore playful terminal utilities.

Tutorialcommand-linefun
0 likes · 5 min read
10 Fun Linux Commands to Play with Your Terminal
Efficient Ops
Efficient Ops
Dec 26, 2023 · Cloud Native

Master kubectl: Essential Commands for Managing Kubernetes Clusters

This comprehensive guide covers kubectl basics, autocomplete setup, context configuration, creating, viewing, updating, patching, editing, scaling, and deleting resources, as well as interacting with pods, nodes, and using the kubectl set family for resources, selectors, and images.

DevOpsKubernetescloud-native
0 likes · 16 min read
Master kubectl: Essential Commands for Managing Kubernetes Clusters