Tagged articles
921 articles
Page 4 of 10
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.

Linux networkingNetwork Monitoringcommand-line
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.

LinuxShell scriptingUnix utilities
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.

DNSLinuxcommand-line
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.

LinuxShell UtilitiesTerminal Games
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.

Fun CommandsLinuxTutorial
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.

LinuxLinux TricksShell Utilities
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.

LinuxShell scriptingcommand-line
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.

Unix toolscommand-linefish-shell
0 likes · 8 min read
Unlock Faster Terminal Workflows: 10 Must‑Know Fish Shell Features
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.

Scriptingcommand-linefish-shell
0 likes · 11 min read
Unlock the Power of Fish Shell: Installation, Customization, and Advanced Features
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.

automationcommand-linesystem-monitoring
0 likes · 6 min read
Master Real-Time System Monitoring with Linux’s watch Command
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.

LinuxSystem AdministrationUnix Philosophy
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.

GitTutorialVersion Control
0 likes · 8 min read
Master the 14 Essential Git Commands Every Developer Needs
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.

GitTutorialVersion Control
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.

Database AdministrationMySQLOpen-source
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.

BashScriptingShell
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.

Packet Capturecommand-linenetwork analysis
0 likes · 7 min read
Mastering tcpdump: Practical Commands for Network Packet Capture and Analysis
Laravel Tech Community
Laravel Tech Community
Sep 26, 2023 · Fundamentals

Step-by-Step Guide to Using Git: Initial Commit, Subsequent Commits, Common Commands, and Troubleshooting

This article provides a comprehensive, step‑by‑step tutorial on using Git, covering initial repository setup, generating SSH keys, configuring user information, performing first and subsequent commits, essential Git commands, and troubleshooting common clone failures, all illustrated with clear code examples.

GitTutorialVersion Control
0 likes · 6 min read
Step-by-Step Guide to Using Git: Initial Commit, Subsequent Commits, Common Commands, and Troubleshooting
Liangxu Linux
Liangxu Linux
Sep 24, 2023 · Fundamentals

Master Git: 5 Essential Commands to Boost Your Workflow

This article introduces five practical Git commands—stash, reset --soft, cherry-pick, revert, and reflog—explaining their purpose, typical scenarios, and step‑by‑step usage, plus tips for creating short aliases to streamline everyday version‑control tasks.

GitVersion Controlcommand-line
0 likes · 14 min read
Master Git: 5 Essential Commands to Boost Your Workflow
Liangxu Linux
Liangxu Linux
Sep 16, 2023 · Fundamentals

Essential Open‑Source Tools Every Developer Should Know

This article compiles a curated list of useful open‑source utilities—ranging from macOS package managers and shell enhancements to GitHub extensions and JSON viewers—providing brief descriptions, installation links, and visual previews to help developers quickly adopt cross‑platform productivity tools.

GitHubProductivitycommand-line
0 likes · 7 min read
Essential Open‑Source Tools Every Developer Should Know
Open Source Linux
Open Source Linux
Sep 1, 2023 · Fundamentals

Top Linux Shell Interview Questions and Practical Answers

This article presents ten common Linux shell interview questions, each followed by concise explanations and ready‑to‑run command‑line examples that illustrate how to abort scripts, manipulate files, inspect characters, manage directories, and understand process states.

LinuxScriptingcommand-line
0 likes · 7 min read
Top Linux Shell Interview Questions and Practical Answers
Liangxu Linux
Liangxu Linux
Aug 27, 2023 · Operations

Essential Linux Commands: uname, hostname, dmesg, du, date, echo and More

This guide presents a concise reference of common Linux command‑line utilities—including uname, hostname, dmesg, stat, du, date, echo, watch, which, whereis, locate and updatedb—showing their typical options, usage examples and visual output to help users quickly retrieve system information, manage files and monitor processes.

LinuxOperationsShell
0 likes · 10 min read
Essential Linux Commands: uname, hostname, dmesg, du, date, echo and More
Open Source Linux
Open Source Linux
Aug 23, 2023 · Fundamentals

Unlock Linux Mastery: Essential Commands, Shell Basics, and System Administration Guide

This comprehensive guide introduces Linux fundamentals for programmers, covering core concepts, essential commands, shell usage, file operations, process management, networking, package handling, compression, backup tools, and Vim editing, providing practical examples and step‑by‑step instructions to help you become proficient with Linux.

LinuxSystem Administrationcommand-line
0 likes · 63 min read
Unlock Linux Mastery: Essential Commands, Shell Basics, and System Administration Guide
Selected Java Interview Questions
Selected Java Interview Questions
Aug 18, 2023 · Fundamentals

Linux Operating System Overview, Installation, Filesystem, Commands, Permissions, and Process Management

This article provides a comprehensive introduction to Linux, covering the operating system concept, installation guide, directory structure, essential commands for navigation, file manipulation, user and group management, permission handling, and basic process control techniques.

FilesystemOperating SystemPermissions
0 likes · 15 min read
Linux Operating System Overview, Installation, Filesystem, Commands, Permissions, and Process Management
Architect's Tech Stack
Architect's Tech Stack
Aug 11, 2023 · Operations

Understanding and Using the su and sudo Commands on Linux

This article explains the differences between the su and sudo commands, demonstrates how to create users, switch between them using login and non‑login shells, shows practical examples with code snippets, and covers sudo configuration via the /etc/sudoers file for secure privilege escalation.

LinuxSudoSystem Administration
0 likes · 13 min read
Understanding and Using the su and sudo Commands on Linux
Open Source Linux
Open Source Linux
Aug 7, 2023 · Operations

Master Ansible: Architecture, Workflow, and 7 Key Commands

Ansible is a model-driven configuration manager that uses SSH for remote connections, featuring a core engine, modules, plugins, playbooks, connection plugins, and host inventories; this guide explains its architecture, operation flow, and details the seven primary commands with usage examples.

AnsibleConfiguration ManagementDevOps
0 likes · 8 min read
Master Ansible: Architecture, Workflow, and 7 Key Commands
MaGe Linux Operations
MaGe Linux Operations
Aug 4, 2023 · Information Security

Master tcpdump: Install, Capture, and Analyze Network Packets on Linux

This guide walks you through installing tcpdump on various Linux distributions, explains its core features, and provides step‑by‑step command examples for capturing packets from specific interfaces, limiting packet counts, displaying data in ASCII or hex, saving to files, and filtering by IP, port, or protocol.

LinuxPacket Capturecommand-line
0 likes · 7 min read
Master tcpdump: Install, Capture, and Analyze Network Packets on Linux
Efficient Ops
Efficient Ops
Jul 30, 2023 · Fundamentals

Master Vim Basics: Essential Modes, Commands, and Tips for Efficient Editing

This guide introduces Vim’s three operating modes, multiple file‑opening methods, essential command‑mode shortcuts for navigation, search‑replace, and editing, as well as insert‑mode and command‑line commands, providing practical tips and code examples for Linux operators to boost productivity.

ProductivityVimcommand-line
0 likes · 9 min read
Master Vim Basics: Essential Modes, Commands, and Tips for Efficient Editing
Open Source Linux
Open Source Linux
Jul 28, 2023 · Operations

Master Linux Performance: Essential Monitoring Tools Explained

This article introduces a comprehensive set of Linux performance and observability tools—such as vmstat, iostat, dstat, iotop, pidstat, top/htop, mpstat, netstat, ps, strace, uptime, lsof, perf, and sar—explaining their purpose, typical usage, and how they fit into basic and advanced performance analysis workflows.

LinuxObservabilitySystem Tools
0 likes · 14 min read
Master Linux Performance: Essential Monitoring Tools Explained
Liangxu Linux
Liangxu Linux
Jul 20, 2023 · Fundamentals

Mastering the Linux ls Command: 20 Essential Options Explained

This guide walks you through the 20 most useful ls command options, showing how to list files, display detailed information, sort by size or time, show hidden items, format output, and more, with clear examples and screenshots for each feature.

LinuxShellTutorial
0 likes · 8 min read
Mastering the Linux ls Command: 20 Essential Options Explained
Liangxu Linux
Liangxu Linux
Jul 18, 2023 · Fundamentals

10 Essential Linux Commands to Quickly View Text Files

When you need to inspect text files on a Linux system without opening a full editor, these ten command‑line tools—cat, less, head, tail, wc, grep, find, locate, sort, and uniq—provide fast, precise ways to display, search, count, and manipulate file contents.

File InspectionLinuxShell Commands
0 likes · 7 min read
10 Essential Linux Commands to Quickly View Text Files
Liangxu Linux
Liangxu Linux
Jul 9, 2023 · Fundamentals

10 Fun Linux Commands to Play with Your Terminal

This guide introduces ten entertaining Linux command‑line tools—rev, asciiview, sl, aafire, cmatrix, factor, oneko, boxes, xeyes, and pv—explaining how to install each package on Debian‑based systems, showing example usage, and illustrating the visual effects with screenshots.

Fun CommandsLinuxShell
0 likes · 5 min read
10 Fun Linux Commands to Play with Your Terminal
21CTO
21CTO
Jul 6, 2023 · Fundamentals

Master the Linux cat Command: From Simple Viewing to Advanced Redirection

This guide walks you through the Linux cat command, explaining its basic file‑display function, how to create and append files, redirect content, show line numbers, and remove empty lines, all with clear examples and practical tips for everyday shell use.

Linuxcat commandcommand-line
0 likes · 7 min read
Master the Linux cat Command: From Simple Viewing to Advanced Redirection
Python Programming Learning Circle
Python Programming Learning Circle
Jun 29, 2023 · Backend Development

Python Movie Ticket Booking System with Seat Selection and Film Selector

This tutorial walks through building a Python command‑line movie ticket reservation system, covering data structures for film information, seat‑booking class design, user interaction for selecting seats or the front‑most available seat, and a controller that ties the film selector and seat booking together.

PythonTutorialclass design
0 likes · 10 min read
Python Movie Ticket Booking System with Seat Selection and Film Selector
Liangxu Linux
Liangxu Linux
Jun 12, 2023 · Operations

Essential Linux Command Cheat Sheet for System Administration

This article provides a comprehensive, categorized reference of essential Linux commands covering system information, shutdown, file management, searching, mounting, disk usage, user and group handling, permissions, special attributes, compression, package management, networking, backup, and common utilities, helping users quickly locate and apply the right command in daily operations.

LinuxShellSystem Administration
0 likes · 46 min read
Essential Linux Command Cheat Sheet for System Administration
DevOps Cloud Academy
DevOps Cloud Academy
Jun 3, 2023 · Backend Development

How to Extract and Inspect JAR Files Using Command‑Line Tools

This guide explains what JAR files are, the typical formats they contain for Java applications, and provides step‑by‑step command‑line commands—including jar and unzip—to list, extract, and examine the contents of JAR archives without modifying the original files.

JARUnzipcommand-line
0 likes · 3 min read
How to Extract and Inspect JAR Files Using Command‑Line Tools
Liangxu Linux
Liangxu Linux
May 31, 2023 · Fundamentals

Master Linux: When to Use which, whereis, and whatis Commands

This guide explains the differences between the Linux commands which, whereis, and whatis, showing how each searches for executables, related files, or provides brief descriptions, and includes practical examples to help users locate and understand command-line tools efficiently.

Linuxcommand-linewhatis
0 likes · 3 min read
Master Linux: When to Use which, whereis, and whatis Commands
JD Retail Technology
JD Retail Technology
May 29, 2023 · Fundamentals

Cool Linux Commands and Essential System Operations Guide

This article introduces ten entertaining Linux commands that produce eye‑catching terminal effects, followed by a concise tutorial of essential system, file, search, and network commands for everyday Linux administration and exploration.

LinuxShellSystem Administration
0 likes · 11 min read
Cool Linux Commands and Essential System Operations Guide
Programmer DD
Programmer DD
May 19, 2023 · Artificial Intelligence

Turn ChatGPT into a Linux Terminal and Run Real Commands

This article demonstrates how to use ChatGPT as a Linux terminal, showing how to issue commands like uname, ip, and ping, displaying the responses, and discussing the implications of AI-powered command‑line access.

AI toolsChatGPTLinux Terminal
0 likes · 7 min read
Turn ChatGPT into a Linux Terminal and Run Real Commands
Advanced AI Application Practice
Advanced AI Application Practice
May 18, 2023 · Fundamentals

Essential Linux Commands Every Tester Must Master

The article explains why Linux skills are vital for testers, shows how to set up a practice environment using virtual machines, WSL or cloud servers, recommends free SSH tools, and provides detailed examples of essential directory, file, editing, and viewing commands.

LinuxSSHWSL
0 likes · 6 min read
Essential Linux Commands Every Tester Must Master
Laravel Tech Community
Laravel Tech Community
May 16, 2023 · Operations

Linux System Commands Cheat Sheet

This article presents a comprehensive reference of common Linux/Unix command-line utilities covering system information, date handling, shutdown/reboot, file and directory management, searching, mounting, disk usage, user/group administration, permissions, special attributes, compression, package management, backup, and networking, providing a handy guide for system administrators and developers.

LinuxOperationsShell
0 likes · 37 min read
Linux System Commands Cheat Sheet
Python Programming Learning Circle
Python Programming Learning Circle
May 15, 2023 · Fundamentals

10 Practical pip Commands and Tips for Managing Python Packages

This article introduces ten useful pip techniques—including installation, upgrading, version-specific installs, uninstalling, checking for updates, handling compatibility, using domestic mirrors, downloading without installing, and batch installing from requirements files—to help Python developers efficiently manage their packages.

InstallationPythoncommand-line
0 likes · 7 min read
10 Practical pip Commands and Tips for Managing Python Packages
Liangxu Linux
Liangxu Linux
May 9, 2023 · Operations

How to Test and Debug Linux Network Ports with telnet, nc, and netstat

This guide explains how to verify TCP port connectivity on Linux using telnet and nc, shows how to interpret their output for open or closed ports, describes ways to exit these tools, and demonstrates how netstat can confirm the connection state and identify the owning process.

Linuxcommand-linenc
0 likes · 8 min read
How to Test and Debug Linux Network Ports with telnet, nc, and netstat
Liangxu Linux
Liangxu Linux
May 8, 2023 · Fundamentals

Master Linux Basics: Commands, Filesystem Standards, and Learning Path

This guide introduces Linux fundamentals, walks through essential command‑line tools, explains the Filesystem Hierarchy Standard and key directories, outlines a structured learning path for the kernel and desktop environment, and provides security tips, command references, and a handy cheat‑sheet.

FilesystemLearning PathLinux
0 likes · 3 min read
Master Linux Basics: Commands, Filesystem Standards, and Learning Path
php Courses
php Courses
May 7, 2023 · Operations

Common Linux Commands with Usage Examples

This guide presents a concise reference of essential Linux command‑line tools, including cd, ls, touch, mkdir, cp, mv, rm, chmod, chown, ps, top, tar, grep, sed, find, ssh, scp, ping, netstat, and ifconfig, each illustrated with a practical example.

LinuxShellSystem Administration
0 likes · 5 min read
Common Linux Commands with Usage Examples
MaGe Linux Operations
MaGe Linux Operations
Apr 17, 2023 · Backend Development

Master Bash: 40 Essential Shell Script Techniques for Linux

This comprehensive guide walks you through 40 practical Bash shell scripting examples—from a simple Hello World program to advanced file handling, conditionals, loops, functions, and system maintenance—showing how to write, execute, and debug scripts that automate everyday Linux tasks.

BashShell scriptingTutorial
0 likes · 21 min read
Master Bash: 40 Essential Shell Script Techniques for Linux
MaGe Linux Operations
MaGe Linux Operations
Apr 12, 2023 · Fundamentals

Master Bash: 40 Essential Shell Scripts Every Linux User Should Know

This comprehensive guide walks you through the fundamentals of Bash scripting on Linux, covering everything from a simple Hello World program and echo usage to loops, conditionals, functions, file manipulation, directory handling, and system maintenance, complete with clear code examples for each concept.

BashShell scriptingSystem Administration
0 likes · 22 min read
Master Bash: 40 Essential Shell Scripts Every Linux User Should Know
Liangxu Linux
Liangxu Linux
Mar 26, 2023 · Operations

Quick Techniques to Pinpoint Errors in Massive Log Files

Learn how to efficiently navigate, filter, and extract specific entries from large log files using tail, head, grep, sed, and pagination commands, with practical examples for locating error lines and time ranges.

GrepLinuxcommand-line
0 likes · 11 min read
Quick Techniques to Pinpoint Errors in Massive Log Files
php Courses
php Courses
Mar 21, 2023 · Backend Development

How to Locate php.ini and List Enabled PHP Extensions

This article explains two methods to locate the php.ini file and view installed PHP extensions—using a simple PHP script with phpinfo() and the command‑line tools php -m and php --ini—while also promoting a PHP online training class with enrollment details.

PHPbackend-developmentcommand-line
0 likes · 3 min read
How to Locate php.ini and List Enabled PHP Extensions
Liangxu Linux
Liangxu Linux
Mar 20, 2023 · Fundamentals

Master Linux File Management: Powerful mv Command Tricks & Examples

This guide explains the Linux mv command in depth, covering its syntax, useful options, and practical examples for renaming, moving single or multiple files and directories, interactive overwriting, conditional updates, and creating backups, all illustrated with real command‑line sessions.

LinuxUnixcommand-line
0 likes · 12 min read
Master Linux File Management: Powerful mv Command Tricks & Examples
Efficient Ops
Efficient Ops
Mar 5, 2023 · Operations

Mastering Ansible: Core Architecture, Workflow, and Essential Commands

This article introduces Ansible as a model‑driven configuration manager, explains its core architecture and execution workflow, and provides detailed usage of its seven primary commands with practical code examples for automating infrastructure tasks.

AnsibleConfiguration ManagementDevOps
0 likes · 7 min read
Mastering Ansible: Core Architecture, Workflow, and Essential Commands
Liangxu Linux
Liangxu Linux
Mar 4, 2023 · Operations

Master Linux Traceroute: 12 Powerful Commands to Diagnose Network Paths

Learn how to install and leverage the Linux traceroute utility with 12 practical examples, covering basic usage, timeout adjustments, packet count, hop limits, TTL settings, disabling hostname resolution, custom ports, packet size, IPv4/IPv6 tracing, ICMP mode, and output saving for effective network diagnostics.

LinuxNetwork Diagnosticscommand-line
0 likes · 10 min read
Master Linux Traceroute: 12 Powerful Commands to Diagnose Network Paths
Efficient Ops
Efficient Ops
Feb 19, 2023 · Fundamentals

Top 10 Linux Shell Interview Questions and Practical Answers

This article presents ten common Linux shell interview questions covering script termination, file header removal, line length checking, viewing non‑printable characters, directory permissions with sticky bits, process states, cut, cmp vs diff, using echo instead of ls, and a brief explanation of inodes, each accompanied by clear command‑line examples.

LinuxScriptingShell
0 likes · 7 min read
Top 10 Linux Shell Interview Questions and Practical Answers
Open Source Linux
Open Source Linux
Feb 15, 2023 · Operations

8 Critical Mistakes to Avoid After Installing Linux

After setting up a new Linux system, knowing which common actions to steer clear of—such as blindly copying commands, overusing root privileges, deleting essential files, adding untrusted repositories, and neglecting backups—can prevent costly errors and keep your installation stable and secure.

LinuxSystem Administrationbest practices
0 likes · 8 min read
8 Critical Mistakes to Avoid After Installing Linux
MaGe Linux Operations
MaGe Linux Operations
Feb 14, 2023 · Operations

Why sudo Ignores Your Aliases and How to Fix It

This article explains why the sudo command bypasses user-defined aliases in Bash, demonstrates the resulting error with common shortcuts like ll, and provides a simple solution using a trailing‑space alias so that sudo respects alias expansion.

AliasBashSudo
0 likes · 3 min read
Why sudo Ignores Your Aliases and How to Fix It
Liangxu Linux
Liangxu Linux
Feb 6, 2023 · Operations

Recover Deleted Linux Files While Their Processes Remain Open

This guide explains how a file deleted on a Linux system can still be recovered when a running process holds an open file descriptor, detailing the use of tail, lsof, the /proc filesystem, and simple copy commands to restore the data.

File RecoveryLinuxcommand-line
0 likes · 5 min read
Recover Deleted Linux Files While Their Processes Remain Open
MaGe Linux Operations
MaGe Linux Operations
Jan 5, 2023 · Fundamentals

45 Essential Git Commands Every Developer Should Master

This comprehensive guide covers 45 everyday Git scenarios—from viewing commits and fixing messages to advanced branching, rebasing, merging, stashing, and recovering lost work—providing clear command examples and best‑practice tips to help developers manage code efficiently.

GitVersion Controlbranching
0 likes · 26 min read
45 Essential Git Commands Every Developer Should Master
MaGe Linux Operations
MaGe Linux Operations
Dec 27, 2022 · Operations

Master Essential Linux Commands for Efficient System Operations

This article shares practical Linux command techniques—including xargs, background execution, process monitoring, multitail, continuous ping logging, TCP state inspection, and SSH port forwarding—to help system administrators streamline tasks, improve script efficiency, and troubleshoot performance issues.

LinuxNetworkingOperations
0 likes · 10 min read
Master Essential Linux Commands for Efficient System Operations
Liangxu Linux
Liangxu Linux
Dec 23, 2022 · Fundamentals

Master Git Basics: Add, Commit, Checkout, Reset, Merge & Rebase Explained

This guide walks through essential Git commands—including add, commit, reset, checkout, merge, cherry-pick, and rebase—explaining their effects on the working directory, index, and repository, while covering concepts such as HEAD, detached HEAD, and the underlying object storage.

GitVersion Controlcheckout
0 likes · 11 min read
Master Git Basics: Add, Commit, Checkout, Reset, Merge & Rebase Explained
Liangxu Linux
Liangxu Linux
Dec 20, 2022 · Operations

Mastering the Linux df Command: Practical Examples for Disk Space Management

This guide explains how to use the Linux df command with real‑world examples, covering human‑readable output, inode statistics, total usage, filesystem types, inclusion/exclusion filters, specific mount points, and virtual filesystems to help you monitor disk space effectively.

FilesystemLinuxcommand-line
0 likes · 9 min read
Mastering the Linux df Command: Practical Examples for Disk Space Management
dbaplus Community
dbaplus Community
Dec 19, 2022 · Operations

Boost Your Linux Productivity with 10 Essential Command‑Line Tools

This guide introduces ten lesser‑known Linux commands—including rsync, screen, lsof, vimdiff, netcat, and more—explaining their key options, practical use‑cases, and example invocations so you can work faster, automate tasks, and troubleshoot systems efficiently.

LinuxSystem Administrationcommand-line
0 likes · 9 min read
Boost Your Linux Productivity with 10 Essential Command‑Line Tools
Liangxu Linux
Liangxu Linux
Dec 3, 2022 · Fundamentals

12 Essential Vim Tricks Every Developer Should Know

This guide compiles twelve practical Vim techniques—from accessing built‑in help and saving files with sudo to converting tabs and spaces, managing indentation, preserving paste formatting, enabling spell checking, displaying mixed line numbers, previewing diffs, opening files at a specific line, and using efficient delete shortcuts—each illustrated with commands and screenshots.

command-lineconfigurationtext editor
0 likes · 11 min read
12 Essential Vim Tricks Every Developer Should Know