Tagged articles

Command Line

993 articles · Page 4 of 10
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.

Command LineOperationsUnix
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.

Command LineDocstringsFile I/O
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.

Command LineGitbranch management
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.

Command LineCross-Compilationembedded Linux
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.

Command LineLinuxNetwork Connections
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.

Command LineInstallationLinux
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.

Command Lineawkfind
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.

Command LineFile SearchUnix
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.

Command Linebashshell
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.

Command LineDevelopmentGit
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.

Command LineGitversion control
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.

Command LineEncryptionOpenSSL
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.

Command LineLinuxfirewall
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.

Command LineOperationsUnix
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.

CLICommand LinePython
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
Open Source Linux
Open Source Linux
Jun 13, 2024 · Operations

Mastering htop: A Complete Guide to Real-Time System Monitoring

This article explains how to use the htop command to monitor CPU, memory, load average, uptime, and detailed process information in real time, and provides a full reference of its interactive keyboard shortcuts for efficient system management.

Command LineLinuxProcess Management
0 likes · 6 min read
Mastering htop: A Complete Guide to Real-Time System Monitoring
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.

Command LineGitcollaboration
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.

Command LineLinuxdangerous 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.

Command LineLinuxdf
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.

Command LineLinuxUnix
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.

Command LineText EditorUnix
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.

Command LineText EditorVi
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.

Command LineProcess Managementfile management
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.

Command LineDebuggingLinux
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.

Command Lineflag parsinggolang
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.

Command LineCommitGit
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.

CPUCommand LineHardware
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.

APTCommand LineLinux
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.

Command LineLinuxbackup
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.

Command LineLinuxSystemd
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.

Command LinePerformancesysadmin
0 likes · 30 min read
Master Linux System Monitoring: Top, Free, Vmstat, Iostat & More Explained
Liangxu Linux
Liangxu Linux
Mar 23, 2024 · Operations

Master Linux Text Search: Grep, Ack, Ag, Ripgrep, and Find Explained

This guide introduces essential Linux text‑search utilities—including grep, ack, the Silver Searcher (ag), ripgrep, and find—explaining their syntax, key options, practical examples, and when to choose each tool for efficient file and content searching.

ACKCommand LineLinux
0 likes · 8 min read
Master Linux Text Search: Grep, Ack, Ag, Ripgrep, and Find 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.

Command LineShell scriptingdata extraction
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 LineLinuxdd
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.

Command Linelsofnetwork
0 likes · 8 min read
How to Use LSOF for Real‑Time Port Monitoring on Linux
Open Source Linux
Open Source Linux
Feb 28, 2024 · Operations

Master Tcpdump: Essential Linux Packet Capture Commands and Tips

Tcpdump is a classic Linux network packet capture tool that intercepts and displays TCP/IP and other packets, works on most Unix-like systems, and offers powerful command‑line options and filter expressions for selective monitoring, with numerous examples covering interfaces, output formats, and common use cases.

Command LineLinux networkingfilter expressions
0 likes · 13 min read
Master Tcpdump: Essential Linux Packet Capture Commands and Tips
Liangxu Linux
Liangxu Linux
Feb 25, 2024 · Fundamentals

Master the Linux ‘tr’ Command: Practical Text‑Manipulation Examples

This guide explains how to use the powerful Linux tr command for character replacement, deletion, case conversion, whitespace compression, special‑character escaping, and reading character sets from files, providing clear examples and step‑by‑step code snippets for each use case.

Command LineLinuxShell scripting
0 likes · 6 min read
Master the Linux ‘tr’ Command: Practical Text‑Manipulation Examples
Liangxu Linux
Liangxu Linux
Feb 18, 2024 · Operations

Master DNS Lookups with dig: A Complete Linux Guide

This guide explains how to use the Linux dig command to query various DNS records, retrieve name‑server details, perform reverse lookups, and specify custom DNS servers, providing clear examples and step‑by‑step commands for effective network troubleshooting.

Command LineDNSLinux
0 likes · 5 min read
Master DNS Lookups with dig: A Complete Linux Guide
DevOps
DevOps
Feb 7, 2024 · Fundamentals

A Collection of Fun Linux Commands with Installation and Usage Instructions

This article introduces a variety of interesting Linux commands—such as rev, asciiview, sl, aafire, cmatrix, factor, oneko, boxes, xeyes, pv, yes, bastet, ninvaders, pacman4console, and greed—explaining what they do, how to install them via apt, and providing example usage commands.

Command LineLinuxShell Utilities
0 likes · 6 min read
A Collection of Fun Linux Commands with Installation and Usage Instructions
Efficient Ops
Efficient Ops
Feb 4, 2024 · Operations

15 Fun Linux Commands to Play and Learn in Your Terminal

Explore a collection of entertaining Linux terminal commands—from reversing strings with rev to playing classic games like Pacman—complete with installation steps, usage examples, and visual demonstrations to enrich your command-line skills and boost.

Command LineFun CommandsLinux
0 likes · 7 min read
15 Fun Linux Commands to Play and Learn in Your Terminal
MaGe Linux Operations
MaGe Linux Operations
Jan 25, 2024 · Operations

10 Fun Linux Commands to Spice Up Your Terminal Experience

Explore ten entertaining Linux commands—including rev, asciiview, sl, aafire, cmatrix, factor, oneko, boxes, xeyes, and pv—detailing their installation, usage examples, and visual effects that transform your terminal into a playful, educational environment.

Command LineLinuxLinux Tricks
0 likes · 4 min read
10 Fun Linux Commands to Spice Up Your Terminal Experience
Liangxu Linux
Liangxu Linux
Jan 20, 2024 · Operations

Master Linux’s watch Command: Real‑Time Monitoring and Advanced Tips

This guide explains how to install and use the Linux watch command for periodic command execution, system‑load monitoring, live log viewing, custom script scheduling, and several advanced options such as custom intervals, output redirection, screen clearing, timestamps, and display formatting.

Command LineLinuxShell scripting
0 likes · 5 min read
Master Linux’s watch Command: Real‑Time Monitoring and Advanced Tips
Liangxu Linux
Liangxu Linux
Jan 10, 2024 · Fundamentals

Unlock Faster Terminal Workflows: 10 Must‑Know Fish Shell Features

This guide walks you through ten standout features of the Fish shell—syntax highlighting, autosuggestions, interactive man‑page completions, powerful abbreviations, web‑based help and configuration, directory navigation shortcuts, history search, global variables, privacy mode, and more—showing how each can boost productivity for both newcomers and seasoned developers.

Command LineUnix toolsfish-shell
0 likes · 8 min read
Unlock Faster Terminal Workflows: 10 Must‑Know Fish Shell Features
IT Niuke
IT Niuke
Dec 30, 2023 · Operations

Mastering tcpdump: A Complete Guide to Command‑Line Packet Capture

This article provides a thorough walkthrough of tcpdump, covering installation on Ubuntu, essential command‑line options, practical filtering techniques, logical expressions, examples for saving and reading capture files, and how to combine tcpdump with Wireshark for deeper packet analysis.

Command LineLinuxlibpcap
0 likes · 24 min read
Mastering tcpdump: A Complete Guide to Command‑Line Packet Capture
Liangxu Linux
Liangxu Linux
Dec 4, 2023 · Fundamentals

How to Delete Lines in Files Using sed on Linux

This guide explains how to use the Linux sed command to delete specific lines, line ranges, empty lines, or lines matching a pattern, and shows how to apply changes directly to the original file with the –i option, including example commands and cautions.

Command Linefile editingsed
0 likes · 4 min read
How to Delete Lines in Files Using sed on Linux
Efficient Ops
Efficient Ops
Nov 19, 2023 · Fundamentals

Unlock the Power of Fish Shell: Installation, Customization, and Advanced Features

This guide introduces Fish Shell, covering its installation on macOS, how to switch from Bash or Zsh, key features like syntax highlighting, smart auto‑completion, web‑based configuration, custom prompts, and practical code examples to help both beginners and experienced users boost their terminal productivity.

Command LineScriptingShell customization
0 likes · 11 min read
Unlock the Power of Fish Shell: Installation, Customization, and Advanced Features
Code of Duty
Code of Duty
Nov 17, 2023 · Fundamentals

Quick Guide to Installing and Using Git for Version Control

This article walks through checking whether Git is installed, detecting the Linux distribution, installing Git via apt‑get or yum, configuring user information, generating SSH keys, cloning a repository, and provides a concise list of essential Git commands for everyday version‑control tasks.

CentOSCommand LineGit
0 likes · 7 min read
Quick Guide to Installing and Using Git for Version Control
Liangxu Linux
Liangxu Linux
Nov 16, 2023 · Operations

Master Real-Time System Monitoring with Linux’s watch Command

The article explains how to use Linux’s watch command to automatically repeat commands at set intervals, customize refresh rates, highlight changes, suppress headers, trigger beeps on errors, and exit on output changes, providing practical examples for monitoring processes, files, and user logins.

Command Lineautomationsystem monitoring
0 likes · 6 min read
Master Real-Time System Monitoring with Linux’s watch Command
Ubuntu
Ubuntu
Nov 10, 2023 · Fundamentals

Comprehensive Linux Command Cheat Sheet

The article provides a concise collection of essential Linux system commands, offering a quick‑reference cheat sheet for users to perform common tasks such as file manipulation, process control, system monitoring, and network operations.

Command LineLinuxshell
0 likes · 1 min read
Comprehensive Linux Command Cheat Sheet
Programmer DD
Programmer DD
Nov 9, 2023 · Fundamentals

Why Linux Feels Hard and How to Master the Command Line in 5 Simple Steps

The article explains why beginners find Linux difficult—due to diverse distributions, command‑line unfamiliarity, package management, and configuration—then outlines Unix philosophy, key command‑line traits, and a practical five‑step approach to confidently learn and use Linux commands.

Command LineLearningLinux
0 likes · 9 min read
Why Linux Feels Hard and How to Master the Command Line in 5 Simple Steps
Java Backend Technology
Java Backend Technology
Oct 30, 2023 · Fundamentals

Master the 14 Essential Git Commands Every Developer Needs

This guide introduces fourteen must‑know Git commands—from initializing a repository to reverting changes—explaining their purpose, typical usage examples, and how they streamline daily development, plus a tip on automating analysis with a simple shell script.

Command LineGitsoftware development
0 likes · 8 min read
Master the 14 Essential Git Commands Every Developer Needs
Ubuntu
Ubuntu
Oct 28, 2023 · Fundamentals

Essential Linux Commands Cheat Sheet

This article provides a concise visual cheat sheet of essential Linux system commands, covering file navigation, process management, permission handling, networking utilities, and system monitoring, enabling readers to quickly reference and execute common tasks in a Linux environment.

Command LineLinuxUnix
0 likes · 1 min read
Essential Linux Commands Cheat Sheet
Liangxu Linux
Liangxu Linux
Oct 25, 2023 · Fundamentals

14 Essential Git Commands Every Developer Should Master

This guide presents 14 indispensable Git commands—such as init, clone, add, commit, push, pull, branch, checkout, merge, status, rebase, stash, and revert—explaining their purpose, typical usage syntax, and practical examples to help developers efficiently manage repositories and streamline their workflow.

Command LineGitsoftware development
0 likes · 7 min read
14 Essential Git Commands Every Developer Should Master
MaGe Linux Operations
MaGe Linux Operations
Oct 21, 2023 · Backend Development

Essential Go Commands Every Backend Developer Should Master

Learn how to install Go, verify its version, configure environment variables, initialize modules, manage dependencies, build binaries, format code, tidy unused packages, run and test your applications, and use vet for static analysis—all with concise command-line examples for efficient Go development.

Backend DevelopmentCommand LineGo modules
0 likes · 5 min read
Essential Go Commands Every Backend Developer Should Master
dbaplus Community
dbaplus Community
Oct 16, 2023 · Databases

How to Monitor MySQL Performance in Real-Time with mysqlstat

The mysqlstat command‑line tool provides real‑time monitoring and analysis of MySQL servers, offering metrics such as QPS, TPS, network bandwidth, top‑executed SQL statements, hot tables, lock and deadlock information, index analysis, connection counts, table size statistics, binlog insights, and replication status, with usage examples and download instructions.

Command LineDatabase AdministrationMySQL
0 likes · 8 min read
How to Monitor MySQL Performance in Real-Time with mysqlstat
Java Tech Enthusiast
Java Tech Enthusiast
Oct 3, 2023 · Operations

Efficient Linux Command Cheat Sheet

This cheat sheet delivers a compact set of Linux command-line shortcuts—including brace expansion for bulk file creation, dd for test files, multiple file‑truncation methods, powerful find queries, background execution with nohup, process termination pipelines, tcpdump traffic captures, and handy sed one‑liners—to boost daily efficiency for administrators and developers.

Command LineScriptingautomation
0 likes · 9 min read
Efficient Linux Command Cheat Sheet
Liangxu Linux
Liangxu Linux
Sep 27, 2023 · Information Security

Mastering tcpdump: Practical Commands for Network Packet Capture and Analysis

This guide explains how to use tcpdump for network packet capture, covering basic usage, interface selection, host and port filtering, logical expressions, saving captures, limiting packet counts, and real‑world troubleshooting of a Node.js service behind Nginx.

Command Linenetwork analysispacket capture
0 likes · 7 min read
Mastering tcpdump: Practical Commands for Network Packet Capture and Analysis