Tagged articles
625 articles
Page 3 of 7
Open Source Linux
Open Source Linux
Jul 24, 2023 · Fundamentals

Master the Linux ls Command: 20 Essential Options Explained

This guide walks you through the Linux ls command, explaining its purpose and demonstrating twenty practical options—from basic listings and long format to sorting, hidden files, recursive traversal, and version info—so you can navigate and manage files efficiently.

LinuxShellUnix
0 likes · 9 min read
Master the Linux ls Command: 20 Essential Options 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 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
JD Tech
JD Tech
Jul 7, 2023 · Operations

Practical Applications of Shell Scripting for Test Development and Automation

This article explores common pain points in test development, demonstrates how Shell scripting can automate repetitive Linux tasks, introduces basic commands like copy and concatenate, and presents real‑world case studies such as auto‑comment generation, memory‑usage monitoring, service management, and function encapsulation to boost productivity.

AutomationDevOpsLinux
0 likes · 11 min read
Practical Applications of Shell Scripting for Test Development and Automation
Liangxu Linux
Liangxu Linux
Jul 4, 2023 · Fundamentals

Master Linux History Expansion: 8 Powerful ‘!’ Command Tricks

This guide explains eight practical uses of the ‘!’ operator in Linux shells, covering how to rerun commands by number, reference previous arguments, handle multiple parameters, search by keyword, repeat the last command, and perform conditional deletions and directory checks.

LinuxShellbang operator
0 likes · 10 min read
Master Linux History Expansion: 8 Powerful ‘!’ Command Tricks
Liangxu Linux
Liangxu Linux
Jun 17, 2023 · Operations

Run Linux Commands in the Background Without Losing Them

This guide explains why foreground processes terminate when SSH disconnects, introduces signal types SIGINT and SIGHUP, and provides practical methods—including using &, nohup, job control commands, and GNU Screen—to keep Linux tasks running reliably in the background.

LinuxShellbackground tasks
0 likes · 7 min read
Run Linux Commands in the Background Without Losing Them
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
Liangxu Linux
Liangxu Linux
Jun 3, 2023 · Fundamentals

Why Many Linux Features Are Actually Ancient Unix Concepts

This article explores how core Linux ideas—dual‑boot, multi‑architecture support, interchangeable shells, WSL‑like environments, legal battles, distro rivalries, the Unix desktop era, and open‑source philosophy—originated long before Linux, tracing their roots back to early Unix and even earlier computing projects.

LinuxOperating SystemsShell
0 likes · 9 min read
Why Many Linux Features Are Actually Ancient Unix Concepts
Open Source Linux
Open Source Linux
Jun 1, 2023 · Fundamentals

Master Shell Scripting: From Basics to Real‑World Automation

This guide introduces shell scripting fundamentals, covering what a shell is, script creation, variables, environment variables, control structures, functions, arrays, and practical examples such as a hello‑world script, system backup, and server information collection, all illustrated with clear Bash code snippets.

AutomationBashShell
0 likes · 24 min read
Master Shell Scripting: From Basics to Real‑World Automation
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
Liangxu Linux
Liangxu Linux
May 20, 2023 · Information Security

What Is a Linux Fork Bomb and How to Stop It

This article explains what a Linux fork bomb is, shows the classic one‑liner shell code that creates it, breaks down each component of the command, and provides practical steps such as limiting user processes via ulimit and editing limits.conf to prevent system crashes.

Denial of ServiceLinuxProcess Limits
0 likes · 4 min read
What Is a Linux Fork Bomb and How to Stop It
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
Laravel Tech Community
Laravel Tech Community
May 8, 2023 · Information Security

Destructive Linux Commands and Their Effects

The article lists several dangerous Linux commands—including rm -rf, fork bomb, direct disk writes, and disguised payloads—explaining how each can irreversibly damage system files, consume resources, or erase data, and warns readers to understand and avoid executing them.

$rootDestructiveCommandsLinux
0 likes · 5 min read
Destructive Linux Commands and Their Effects
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
Liangxu Linux
Liangxu Linux
Apr 2, 2023 · Operations

Master Linux Quickly: 100+ Essential Commands Every Sysadmin Needs

This article compiles a comprehensive Linux command reference covering system information, file and directory manipulation, permissions, networking, package management, backup, disk utilities, and editor shortcuts, providing concise examples and options for each command to help administrators work efficiently on the command line.

LinuxShellSystem Administration
0 likes · 35 min read
Master Linux Quickly: 100+ Essential Commands Every Sysadmin Needs
Liangxu Linux
Liangxu Linux
Apr 2, 2023 · Operations

Essential Linux Command-Line Tricks for Sysadmins: Find, Sed, iptables, and More

This article compiles practical Linux shell commands and scripts for tasks such as locating and moving files, batch unzipping, powerful sed edits, directory checks, disk usage monitoring with email alerts, log analysis, firewall configuration, and network diagnostics, all aimed at streamlining system administration.

LinuxScriptingShell
0 likes · 9 min read
Essential Linux Command-Line Tricks for Sysadmins: Find, Sed, iptables, and More
Liangxu Linux
Liangxu Linux
Apr 1, 2023 · Information Security

Master Linux Security Hardening: Essential Baseline Scripts and Checks

This guide explains why Linux servers need security baseline hardening, describes baseline scanning, and provides a comprehensive set of Bash scripts that back up critical files, enforce password policies, restrict services, adjust file permissions, and verify system integrity to protect against common vulnerabilities.

BaselineHardeningLinux
0 likes · 24 min read
Master Linux Security Hardening: Essential Baseline Scripts and Checks
Liangxu Linux
Liangxu Linux
Mar 29, 2023 · Fundamentals

How to Build a Simple Unix Shell in C: Step‑by‑Step Guide

This tutorial walks you through creating a basic Unix shell in C, covering prompt output, command input, parsing with strtok, handling built‑in commands like cd and echo, forking child processes, executing commands via execvp, and assembling the complete source code.

CShellUnix
0 likes · 8 min read
How to Build a Simple Unix Shell in C: Step‑by‑Step Guide
Liangxu Linux
Liangxu Linux
Mar 24, 2023 · Operations

Ultimate A‑Z Linux Command Cheat Sheet for Sysadmins

This article presents a comprehensive A‑to‑Z reference of Linux command‑line utilities, offering concise descriptions for each tool—from file manipulation and process control to networking and system monitoring—so readers can quickly look up or fill gaps in their command knowledge.

LinuxShellSystem Administration
0 likes · 39 min read
Ultimate A‑Z Linux Command Cheat Sheet for Sysadmins
Open Source Linux
Open Source Linux
Mar 24, 2023 · Operations

Essential Linux Commands Every Sysadmin Should Master

This guide walks through practical Linux utilities—including xargs, background execution with nohup, process monitoring, multitail log aggregation, continuous ping logging, TCP state inspection, top IP analysis, and SSH port forwarding—providing clear examples and code snippets to help sysadmins work more efficiently and troubleshoot effectively.

LinuxShellSysadmin
0 likes · 11 min read
Essential Linux Commands Every Sysadmin Should Master
Open Source Linux
Open Source Linux
Mar 22, 2023 · Operations

Essential Linux Command Cheat Sheet: 100+ Commands Every Sysadmin Needs

This comprehensive guide compiles over a hundred essential Linux commands covering system information, shutdown/reboot, file and directory management, searching, mounting, disk usage, user and group handling, permissions, special attributes, compression, backup, networking, package management, and more, providing a handy reference for system administrators and developers alike.

LinuxShellUnix
0 likes · 42 min read
Essential Linux Command Cheat Sheet: 100+ Commands Every Sysadmin Needs
Liangxu Linux
Liangxu Linux
Mar 21, 2023 · Fundamentals

Top 10 Linux Shell Interview Questions with Clear Answers

This article presents ten common Linux shell interview questions, each accompanied by concise explanations and practical command‑line examples, covering script termination, file header removal, line length checking, non‑printable character display, directory permissions, process states, and useful utilities like cut, cmp, diff, and echo.

LinuxScriptingShell
0 likes · 7 min read
Top 10 Linux Shell Interview Questions with Clear Answers
Liangxu Linux
Liangxu Linux
Mar 19, 2023 · Fundamentals

Master Linux Fundamentals: A Hands‑On Lab Guide for Home, Work, and Exams

This step‑by‑step Linux fundamentals guide walks you through selecting and installing multiple distributions, configuring users, permissions, filesystems, software, networking, scripting, and system services, providing practical tasks that prepare you for personal projects, workplace duties, and certification exams.

LinuxShellSystem Administration
0 likes · 20 min read
Master Linux Fundamentals: A Hands‑On Lab Guide for Home, Work, and Exams
Liangxu Linux
Liangxu Linux
Mar 18, 2023 · Fundamentals

Master Linux: Run Multiple Commands in One Line with ;, &&, and ||

This guide explains how to chain multiple Linux terminal commands on a single line using the semicolon, logical OR, and logical AND operators, provides syntax examples, demonstrates combined usage, and shows how to automate sequences with shell scripts for efficient command‑line workflows.

LinuxScriptingShell
0 likes · 8 min read
Master Linux: Run Multiple Commands in One Line with ;, &&, and ||
Liangxu Linux
Liangxu Linux
Mar 11, 2023 · Operations

20 Essential Linux Command-Line Tricks Every Sysadmin Should Know

A concise collection of practical Linux shell commands covers file clearing, log analysis, bulk file creation, mass file operations, advanced find usages, history shortcuts, sed editing tricks, network interface filtering, and more, providing sysadmins with ready-to-use shortcuts for daily tasks.

LinuxShellTips
0 likes · 8 min read
20 Essential Linux Command-Line Tricks Every Sysadmin Should Know
MaGe Linux Operations
MaGe Linux Operations
Mar 10, 2023 · Operations

249 Ready-to-Use Shell Scripts to Boost Your Linux Ops Skills

Discover a curated collection of 249 practical shell script examples, complete with clear documentation and usage guidelines, designed to help Linux operations engineers improve efficiency, master scripting conventions, and quickly solve common admin tasks, all available for free download via the provided QR code.

AutomationBashOperations
0 likes · 7 min read
249 Ready-to-Use Shell Scripts to Boost Your Linux Ops Skills
Liangxu Linux
Liangxu Linux
Mar 5, 2023 · Operations

Essential Linux Shell Commands for System Monitoring and Troubleshooting

This guide compiles a comprehensive set of Linux shell commands for deleting zero‑byte files, inspecting processes, checking CPU and memory usage, monitoring network connections, managing services, and includes a collection of practical regular expressions for common text‑processing tasks.

LinuxShellregex
0 likes · 12 min read
Essential Linux Shell Commands for System Monitoring and Troubleshooting
Liangxu Linux
Liangxu Linux
Feb 28, 2023 · Fundamentals

30 Must‑Know Linux Interview Questions and Answers for Developers

This article compiles a comprehensive set of common Linux interview questions covering core components, boot loaders, volume management, networking, essential commands, process handling, security, and popular distributions, providing concise answers and practical examples to help developers and sysadmins prepare effectively.

LinuxLinux BasicsShell
0 likes · 16 min read
30 Must‑Know Linux Interview Questions and Answers for Developers
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
Liangxu Linux
Liangxu Linux
Feb 16, 2023 · Operations

Master Linux Environment Variables: 6 Proven Configuration Methods

This guide explains how to read, set, and persist Linux environment variables—including PATH—using export commands, user‑level files like ~/.bashrc and ~/.bash_profile, and system‑wide files such as /etc/bashrc, /etc/profile, and /etc/environment, while also detailing the loading order and useful tips.

LinuxShellpath
0 likes · 12 min read
Master Linux Environment Variables: 6 Proven Configuration Methods
IT Services Circle
IT Services Circle
Feb 11, 2023 · Fundamentals

Fish Shell Announces Plan to Transition from C++ to Rust

The fish command‑line shell, known for its user‑friendly features, is planning a gradual migration from C++ to Rust to reduce development pain, attract contributors, improve concurrency support, and keep the project modern, with a PR already demonstrating several components rewritten in Rust.

RustShellfish-shell
0 likes · 4 min read
Fish Shell Announces Plan to Transition from C++ to Rust
Liangxu Linux
Liangxu Linux
Feb 4, 2023 · Fundamentals

Key Differences Between Unix and Linux Every Developer Should Know

Although Linux is often called a Unix‑like system, it differs in several fundamental ways such as the default shell, command‑line option styles, make utility capabilities, C compiler defaults, GNU tool availability, and the trademarked UNIX designation, all of which affect portability and script writing.

C CompilerGNULinux
0 likes · 6 min read
Key Differences Between Unix and Linux Every Developer Should Know
Architecture Digest
Architecture Digest
Feb 3, 2023 · Databases

Comprehensive Guide to Using DataX for Data Synchronization

This article provides a step‑by‑step tutorial on installing, configuring, and using Alibaba's open‑source DataX tool to perform both full and incremental data synchronization between MySQL databases on Linux, covering framework design, job architecture, JSON job files, and practical command‑line examples.

DataXETLJSON
0 likes · 14 min read
Comprehensive Guide to Using DataX for Data Synchronization
Liangxu Linux
Liangxu Linux
Jan 31, 2023 · Operations

Master Essential Linux Commands: From pwd to umask Explained

This comprehensive guide walks you through the most frequently used Linux commands—including pwd, cd, tree, mkdir, touch, ls, cp, mv, rm, rmdir, ln, readlink, find, xargs, rename, basename, dirname, chattr, lsattr, file, md5sum, chown, chmod and umask—detailing their purpose, syntax, common options, and practical examples to help you navigate and manage the command line efficiently.

LinuxShellSystem Administration
0 likes · 23 min read
Master Essential Linux Commands: From pwd to umask Explained
MaGe Linux Operations
MaGe Linux Operations
Jan 19, 2023 · Fundamentals

Master Linux Environment Variables: View, Set, and Use Them in Bash

This guide explains what Linux environment variables are, how to display them with env or printenv, set new variables using export, make them read‑only, unset them, access them from C programs with getenv/setenv/unsetenv, and modify system configuration files to persist changes.

BashEnvironment VariablesLinux
0 likes · 6 min read
Master Linux Environment Variables: View, Set, and Use Them in Bash
Liangxu Linux
Liangxu Linux
Jan 18, 2023 · Fundamentals

Understanding Linux: Kernel, Shell, Filesystem, and Core Concepts

This article provides a comprehensive overview of Linux fundamentals, covering the kernel's memory and process management, the virtual file system, device drivers, network stack, shell variants, file types, directory hierarchy, disk partitioning, mounting procedures, and link mechanisms, all illustrated with practical command examples.

LinksLinuxMount
0 likes · 35 min read
Understanding Linux: Kernel, Shell, Filesystem, and Core Concepts
Liangxu Linux
Liangxu Linux
Jan 8, 2023 · Operations

Essential Linux Shell Commands for Everyday System Administration

This article compiles a practical collection of Linux command‑line snippets covering file searching, batch extraction, text manipulation with sed, directory checks, disk usage monitoring, log analysis, firewall rules, and other common sysadmin tasks, each illustrated with exact command examples and brief explanations.

LinuxScriptingShell
0 likes · 10 min read
Essential Linux Shell Commands for Everyday System Administration
Efficient Ops
Efficient Ops
Jan 4, 2023 · Fundamentals

Understanding Linux: Kernel, Shell, Filesystem, and Process Management

This comprehensive guide explains Linux's core components—including the kernel, shell, memory and process management, virtual file system, device drivers, networking, and mounting—while detailing filesystem types, directory structures, link types, and practical commands for managing partitions and mounts.

FilesystemKernelLinux
0 likes · 37 min read
Understanding Linux: Kernel, Shell, Filesystem, and Process Management
Open Source Linux
Open Source Linux
Dec 21, 2022 · Fundamentals

Master Linux Environment Variables: Configuration Methods & Loading Order

This guide explains how to read, set, and persist Linux environment variables using various commands and configuration files, compares multiple configuration approaches, and details the exact sequence in which the system loads these files for both user‑level and system‑wide settings.

Environment VariablesLinuxShell
0 likes · 11 min read
Master Linux Environment Variables: Configuration Methods & Loading Order
Liangxu Linux
Liangxu Linux
Dec 13, 2022 · Fundamentals

Master Linux Shell and Permissions: From Basics to Advanced Control

This guide explains Linux shell fundamentals, how the shell interacts with the kernel, user and file permission concepts, command examples for switching users, modifying permissions with chmod, ownership with chown, group with chgrp, the role of umask, and the sticky bit for secure directory management.

File PermissionsLinuxShell
0 likes · 14 min read
Master Linux Shell and Permissions: From Basics to Advanced Control
Liangxu Linux
Liangxu Linux
Dec 8, 2022 · Fundamentals

Essential Linux Command Cheat Sheet for Beginners

This guide introduces the most frequently used Linux command‑line tools, explaining what each command does, its basic syntax, and common options, so newcomers can quickly perform file management, system inspection, and networking tasks across any Linux distribution.

LinuxShellUnix
0 likes · 9 min read
Essential Linux Command Cheat Sheet for Beginners
Open Source Linux
Open Source Linux
Dec 2, 2022 · Fundamentals

Unlock Linux: How Shell Commands Execute and Manage Permissions

This article explains the fundamentals of Linux shell operation, detailing how commands are processed, the role of the shell, user and group permissions, file types, symbolic and octal permission representations, and practical commands like chmod, chown, chgrp, and umask for managing access control.

LinuxPermissionsShell
0 likes · 11 min read
Unlock Linux: How Shell Commands Execute and Manage Permissions
Liangxu Linux
Liangxu Linux
Dec 1, 2022 · Fundamentals

Understanding Linux Shell Mechanics and Permission Management

This article explains how the Linux shell works as an interface to the kernel, describes user and group concepts, details file types and permission representations, and provides step‑by‑step guidance on using chmod, chown, chgrp, umask, and sticky bits to manage access control.

LinuxPermissionsShell
0 likes · 10 min read
Understanding Linux Shell Mechanics and Permission Management
Liangxu Linux
Liangxu Linux
Nov 26, 2022 · Operations

Master Linux Shell Commands and Permissions: A Practical Guide

This article explains the fundamentals of Linux shells, how they interact with the kernel, and provides a detailed walkthrough of user and file permissions, including symbolic and octal representations, common commands like chmod, chown, chgrp, umask, and the sticky bit for directory security.

LinuxPermissionsShell
0 likes · 13 min read
Master Linux Shell Commands and Permissions: A Practical Guide
21CTO
21CTO
Nov 25, 2022 · Fundamentals

Understanding Consoles, Shells, and Terminals: Key Differences Explained

This article clarifies the concepts of consoles, shells, and terminals, detailing their definitions, roles, and how they differ across Linux and Windows environments, while also covering GUI and CLI interfaces for developers and operations engineers.

GUIShellWindows
0 likes · 9 min read
Understanding Consoles, Shells, and Terminals: Key Differences Explained
Laravel Tech Community
Laravel Tech Community
Nov 13, 2022 · Operations

PowerShell 7.3 Released: New Features and Improvements for Native Command Handling

PowerShell 7.3, built on .NET 7 and supported for 18 months, introduces enhancements such as the $PSNativeCommandArgumentPassing variable for consistent native command argument handling, improved error processing with $PSNativeCommandUseErrorActionPreference, and aligns future releases with .NET 8, while PowerShell 7.2 remains the LTS version.

AutomationNative CommandsPowerShell
0 likes · 3 min read
PowerShell 7.3 Released: New Features and Improvements for Native Command Handling
Laravel Tech Community
Laravel Tech Community
Nov 2, 2022 · Fundamentals

Common Linux Compression and Decompression Commands

This article provides a concise reference of frequently used Linux commands for compressing and extracting files in various formats such as tar, gz, bz2, zip, rar, and more, including syntax, options, and practical notes for each archive type.

LinuxShellcommand-line
0 likes · 5 min read
Common Linux Compression and Decompression Commands
Efficient Ops
Efficient Ops
Nov 2, 2022 · Operations

10 Essential Linux Commands Every Developer Should Master

This article introduces ten fundamental Linux commands—pgrep, pstree, bc, split, nl, mkfifo, ldd, col, xmlwf, and lsof—explaining their purposes, typical use cases, and providing clear example outputs to help developers and system administrators work more efficiently on Linux systems.

LinuxShellSystem Administration
0 likes · 11 min read
10 Essential Linux Commands Every Developer Should Master
Open Source Linux
Open Source Linux
Sep 28, 2022 · Fundamentals

What Really Sets Linux Apart from Unix? Key Differences Explained

This article outlines the fundamental differences between Linux and Unix, covering topics such as the non‑standard Bash shell, the absence of long‑option support in Unix, variations in Make and C compilers, the distinction between GNU and Linux, and the trademarked UNIX name, providing a concise guide for developers navigating these operating systems.

C CompilerLinuxMake
0 likes · 6 min read
What Really Sets Linux Apart from Unix? Key Differences Explained
Efficient Ops
Efficient Ops
Sep 18, 2022 · Operations

Speed Up Sysadmin Tasks: Fast File Deletion, iSCSI Detection, and Group Management

This article shares practical Linux and vSphere techniques—including using rsync for rapid bulk deletions, scanning SCSI devices without reboot, safeguarding rm with shell parameter expansion, mounting remote filesystems via sshfs, and managing user groups with gpasswd—to boost everyday operations efficiency.

AutomationOperationsShell
0 likes · 11 min read
Speed Up Sysadmin Tasks: Fast File Deletion, iSCSI Detection, and Group Management
WeDoctor Frontend Technology
WeDoctor Frontend Technology
Sep 14, 2022 · Fundamentals

Master Shell Scripting: From Basics to Advanced Debugging Techniques

This comprehensive guide walks you through shell scripting fundamentals—including process management, function libraries, variables, control structures, loops, debugging tools, and automation—while providing practical code examples, best‑practice tips, and visual illustrations to help both beginners and seasoned developers write robust Bash scripts.

BashDebuggingLinux
0 likes · 43 min read
Master Shell Scripting: From Basics to Advanced Debugging Techniques
21CTO
21CTO
Sep 5, 2022 · Operations

9 Essential Shell Tools Every Developer Should Use

Discover a curated list of nine powerful shell utilities—including Oh My Zsh, Powerlevel10k, bgnotify, direnv, fzf, pyenv, Lazygit, z, and wuzz—that streamline development workflows, enhance productivity, and simplify environment management on a new laptop.

Shellcommand-linedevelopment-tools
0 likes · 6 min read
9 Essential Shell Tools Every Developer Should Use
Liangxu Linux
Liangxu Linux
Aug 20, 2022 · Fundamentals

Essential Linux Commands Every Beginner Should Know

This guide presents a concise collection of essential Linux command‑line tools, explaining their purpose and basic usage with examples, helping newcomers quickly perform common tasks such as navigating directories, managing files, monitoring system resources, and controlling processes.

LinuxShellUnix
0 likes · 11 min read
Essential Linux Commands Every Beginner Should Know
Liangxu Linux
Liangxu Linux
Aug 17, 2022 · Fundamentals

Boost Your Linux Productivity with 8 Essential Command‑Line Tools

This guide introduces eight powerful Linux commands—rsync, screen/tmux, lsof, python -m, vimdiff, nc, date, and systemctl—explaining their key options, typical use‑cases, and providing ready‑to‑run examples that help you work faster and smarter on the command line.

LinuxShellSystem Administration
0 likes · 9 min read
Boost Your Linux Productivity with 8 Essential Command‑Line Tools
Efficient Ops
Efficient Ops
Aug 8, 2022 · Operations

Master Essential Linux Ops: xargs, Background Jobs, Process Monitoring & More

This guide walks you through practical Linux operations—from using xargs for efficient file handling and running commands in the background, to monitoring high‑memory and high‑CPU processes, viewing multiple logs with multitail, continuous ping logging, checking TCP states, identifying top IPs on port 80, and leveraging SSH for port forwarding.

OpsSSHShell
0 likes · 10 min read
Master Essential Linux Ops: xargs, Background Jobs, Process Monitoring & More
Liangxu Linux
Liangxu Linux
Aug 7, 2022 · Fundamentals

Unlock Linux Mastery: Essential Commands, Shell Tricks, and System Management

This comprehensive guide walks you through Linux fundamentals, covering the operating system basics, essential shell commands, file and directory manipulation, user and permission management, process monitoring, networking tools, package handling, compression, compilation, and advanced Vim editing techniques, all with clear examples and code snippets.

CommandLineLinuxShell
0 likes · 52 min read
Unlock Linux Mastery: Essential Commands, Shell Tricks, and System Management
Open Source Linux
Open Source Linux
Aug 1, 2022 · Operations

Boost Your Linux Productivity with 4 Powerful Command‑Line Tricks

This guide presents four practical Linux techniques—including fast directory navigation with the bd command, advanced cd shortcuts, multi‑terminal management with Terminator, and custom shell scripts—to streamline development workflows and enhance overall efficiency.

LinuxScriptingShell
0 likes · 13 min read
Boost Your Linux Productivity with 4 Powerful Command‑Line Tricks
Open Source Linux
Open Source Linux
Jul 29, 2022 · Operations

Essential Linux Command Cheat Sheet for System Administrators

A comprehensive collection of essential Linux commands covering system shutdown, CPU and kernel inspection, file and directory management, networking tools, performance monitoring, user administration, and common shell utilities, all organized for quick reference by developers and sysadmins.

LinuxShellUnix
0 likes · 27 min read
Essential Linux Command Cheat Sheet for System Administrators
Liangxu Linux
Liangxu Linux
Jul 24, 2022 · Operations

Boost Your Linux Productivity with 4 Powerful Command‑Line Tricks

This guide presents four practical Linux techniques—including the bd shortcut for fast directory jumps, Terminator for multi‑pane terminals, Typora for seamless Markdown editing, and a compact Vim configuration—plus custom shell commands, providing clear commands, scripts, and shortcuts to streamline everyday development workflows.

LinuxShellTerminator
0 likes · 13 min read
Boost Your Linux Productivity with 4 Powerful Command‑Line Tricks
Liangxu Linux
Liangxu Linux
Jun 21, 2022 · Operations

Essential Linux Commands Every Sysadmin Should Master

A concise cheat‑sheet of frequently used Linux commands covering file searching, bulk moving, log cleanup, directory checks, text substitution with sed, network packet capture, firewall rules, and log analysis to boost sysadmin productivity.

CommandLineLinuxSecurity
0 likes · 6 min read
Essential Linux Commands Every Sysadmin Should Master
Liangxu Linux
Liangxu Linux
Jun 12, 2022 · Fundamentals

Master Bash History: Powerful ‘!’ Expansion Tricks for Faster Command Reuse

This guide explains how Bash stores command history, the role of HISTSIZE and HISTFILE, and demonstrates practical uses of the ‘!’ expansion—including pattern matching, repeating specific or recent commands, combining with sudo, piping, and on‑the‑fly string substitution—to dramatically speed up command‑line workflows.

BashLinuxShell
0 likes · 6 min read
Master Bash History: Powerful ‘!’ Expansion Tricks for Faster Command Reuse
Efficient Ops
Efficient Ops
May 31, 2022 · Operations

Essential Linux Command Cheatsheet for Sysadmins: 14 Handy Scripts

A concise collection of 14 practical Linux shell commands and scripts—ranging from file searching and batch extraction to log cleanup, directory checks, sed replacements, network capture, and firewall rules—helps operations engineers work faster and solve common problems without constantly searching online.

AutomationOperationsShell
0 likes · 6 min read
Essential Linux Command Cheatsheet for Sysadmins: 14 Handy Scripts
IT Services Circle
IT Services Circle
May 28, 2022 · Information Security

Xiaomi Engineer’s AOSP Commit to Block Shell Access to Installed APKs Rejected

An AOSP commit proposed by a Xiaomi engineer to prohibit shell extraction of installed APKs—citing potential IP leakage—was rejected after receiving only the author’s support and two opposing votes, with reviewers arguing that such restrictions are ineffective, could be bypassed, and should be handled via DRM or device‑specific policies.

AOSPAPKDRM
0 likes · 3 min read
Xiaomi Engineer’s AOSP Commit to Block Shell Access to Installed APKs Rejected
Programmer DD
Programmer DD
May 14, 2022 · Information Security

What Happens When You Run These Dangerous Linux Commands?

The article explains several destructive Linux commands—including rm -rf, fork bombs, direct disk writes, and hidden shellcode—detailing their effects, providing code examples, and warning readers to understand and test them carefully to avoid irreversible system damage.

LinuxShellSystem Administration
0 likes · 6 min read
What Happens When You Run These Dangerous Linux Commands?
ITPUB
ITPUB
May 12, 2022 · Databases

Build a Tiny Shell‑Based Database in Two Commands – How It Works

This article demonstrates how a functional, persistent key‑value store can be created with just two shell commands—one to append data and another to retrieve the latest entry—while explaining the underlying grep and sed techniques, performance trade‑offs, and basic indexing concepts.

GrepShelldatabase
0 likes · 5 min read
Build a Tiny Shell‑Based Database in Two Commands – How It Works
Liangxu Linux
Liangxu Linux
Apr 26, 2022 · Operations

Master Linux sleep and wait: Precise Timing and Process Synchronization

This guide explains how to use the Linux sleep and wait commands for pausing execution, specifying time units, handling sub‑second intervals, running periodic tasks, and synchronizing background processes, complete with practical Bash examples and detailed explanations.

BashLinuxScripting
0 likes · 5 min read
Master Linux sleep and wait: Precise Timing and Process Synchronization
ITPUB
ITPUB
Mar 29, 2022 · Fundamentals

Master Zsh: Install, Configure, and Supercharge Your Shell with Oh‑My‑Zsh

This guide walks you through the basics of Linux shells, introduces Zsh and its powerful features, shows how to install Zsh, configure it with Oh‑My‑Zsh, customize themes and plugins, and switch the default shell, providing all essential commands and tips.

ConfigurationShelloh-my-zsh
0 likes · 7 min read
Master Zsh: Install, Configure, and Supercharge Your Shell with Oh‑My‑Zsh
Liangxu Linux
Liangxu Linux
Mar 28, 2022 · Fundamentals

Master Zsh and Oh‑My‑Zsh: Install, Configure, and Customize Your Shell

This guide explains why Linux offers multiple shells, introduces Zsh and its powerful features, walks through installing Zsh and setting it as the default shell, and provides step‑by‑step instructions for adding Oh‑My‑Zsh, customizing themes, plugins, and managing updates or removal.

LinuxShellcommand-line
0 likes · 8 min read
Master Zsh and Oh‑My‑Zsh: Install, Configure, and Customize Your Shell
Efficient Ops
Efficient Ops
Mar 22, 2022 · Operations

10 Essential Linux Commands Every Developer Should Master

This tutorial introduces ten fundamental Linux commands—pgrep, pstree, bc, split, nl, mkfifo, ldd, col, xmlwf, and lsof—explaining their purposes, typical usage examples, and how they help developers and system administrators efficiently manage processes, files, and system resources on Linux.

ShellSystem AdministrationUnix
0 likes · 11 min read
10 Essential Linux Commands Every Developer Should Master
Liangxu Linux
Liangxu Linux
Mar 21, 2022 · Fundamentals

Master the Classic Shell Interview Questions: 13 Essential Concepts Explained

This article presents the classic "Shell Thirteen Questions" covering the definition of a shell, prompt mechanics, echo behavior, quoting rules, variable export, exec versus source, command grouping, substitution, wildcard handling, logical operators, I/O redirection, conditional statements, and loop constructs, each with clear explanations and examples.

BashLinuxScripting
0 likes · 12 min read
Master the Classic Shell Interview Questions: 13 Essential Concepts Explained
Open Source Linux
Open Source Linux
Mar 21, 2022 · Fundamentals

Master Zsh: From Basics to Oh‑My‑Zsh Full Configuration

This guide introduces Zsh, compares it with other Linux shells, explains its powerful features, and provides step‑by‑step instructions for installing Zsh, configuring it as the default shell, and enhancing it with Oh‑My‑Zsh themes and plugins.

LinuxShellcommand-line
0 likes · 8 min read
Master Zsh: From Basics to Oh‑My‑Zsh Full Configuration
Selected Java Interview Questions
Selected Java Interview Questions
Mar 20, 2022 · Fundamentals

Comprehensive Linux Basics and Command-Line Guide

An extensive tutorial covering Linux fundamentals, including operating system concepts, shell usage, essential commands, file management, permissions, process handling, networking, package management, compression, compilation, and advanced topics like daemon services, providing practical examples and step‑by‑step instructions for beginners and intermediate users.

LinuxShellSystem Administration
0 likes · 48 min read
Comprehensive Linux Basics and Command-Line Guide
Efficient Ops
Efficient Ops
Feb 21, 2022 · Operations

Mastering Linux Shell: Key Concepts, Commands, and Scripting Tricks

This article explains the fundamentals of Linux shells, covering why they’re called shells, prompt behavior, echo usage, quoting differences, variable handling, export, command grouping, arithmetic expansion, special parameters, redirection, conditional statements, loops, and provides practical Bash code examples for each concept.

BashScriptingShell
0 likes · 12 min read
Mastering Linux Shell: Key Concepts, Commands, and Scripting Tricks
MaGe Linux Operations
MaGe Linux Operations
Feb 4, 2022 · Operations

Master Linux Environment Variables: Configuring Paths & Loading Order

This guide explains how to read, set, and permanently configure Linux environment variables—especially the PATH variable—using commands like export and editing files such as ~/.bashrc, ~/.profile, /etc/profile, /etc/bashrc, and /etc/environment, and details the loading order and practical tips for effective management.

Environment VariablesShellpath
0 likes · 12 min read
Master Linux Environment Variables: Configuring Paths & Loading Order
Open Source Linux
Open Source Linux
Jan 26, 2022 · Operations

Essential Linux Command Cheat Sheet for System Administration

This article compiles a comprehensive set of Linux command‑line shortcuts covering system shutdown, hardware inspection, user management, networking, file handling, compression, performance monitoring, and many other routine administration tasks, providing a handy reference for developers and sysadmins alike.

BashPerformance MonitoringShell
0 likes · 23 min read
Essential Linux Command Cheat Sheet for System Administration
Efficient Ops
Efficient Ops
Dec 29, 2021 · Operations

Master Shell Script Style: Essential Guidelines for Clean, Efficient Bash Code

This article consolidates practical shell scripting standards—covering shebang usage, commenting, parameter validation, naming conventions, encoding, indentation, function structuring, variable scope, efficient command patterns, parallel execution, and static analysis with ShellCheck—to help developers write readable, maintainable, and performant Bash scripts.

BashShellcoding-standards
0 likes · 22 min read
Master Shell Script Style: Essential Guidelines for Clean, Efficient Bash Code
Liangxu Linux
Liangxu Linux
Dec 28, 2021 · Operations

5 Quick Linux Commands to Empty a File Instantly

Learn five practical Linux techniques—using shell redirection, built‑in commands, /dev/null with cat/cp/dd, echo, and truncate—to clear a file's contents without deleting the file, each with clear examples and explanations.

CATEchoFile
0 likes · 4 min read
5 Quick Linux Commands to Empty a File Instantly
Liangxu Linux
Liangxu Linux
Dec 20, 2021 · Operations

Fix Mistyped Shell Commands Instantly with The Fuck

Learn how to install, configure, and use The Fuck tool on macOS, Linux, and FreeBSD to automatically correct common command‑line typos and errors, with practical examples for sudo, git, and Python commands.

Error CorrectionShellcommand-line
0 likes · 4 min read
Fix Mistyped Shell Commands Instantly with The Fuck
Liangxu Linux
Liangxu Linux
Dec 19, 2021 · Operations

Mastering the Linux ‘find’ Command: Powerful File Search Techniques

Learn how to effectively locate files on POSIX systems using the versatile ‘find’ command, covering installation, name-based searches, wildcards, regular expressions, modification time filters, type restrictions, depth control, and practical examples for Linux, BSD, and macOS environments.

LinuxShellcommand-line
0 likes · 7 min read
Mastering the Linux ‘find’ Command: Powerful File Search Techniques