Tagged articles

Command Line

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

Command LineGitsoftware development
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.

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

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

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

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

Command LineLinuxsystem administration
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.

Command LineProcess ManagementUser Management
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.

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

AnsibleCommand LineDevOps
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.

Command LineLinuxnetwork analysis
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.

Command LineProductivityText Editor
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.

Command LineLinuxPerformance Monitoring
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.

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

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

Command LineFun CommandsLinux
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.

Command LineLinuxcat command
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.

Command LinePythonclass design
0 likes · 10 min read
Python Movie Ticket Booking System with Seat Selection and Film Selector
Test Development Learning Exchange
Test Development Learning Exchange
Jun 28, 2023 · Cloud Computing

50 Essential Docker Commands Every Tester Must Master

This article introduces 50 essential Docker commands that testers must master, covering container operations, image management, networking, data management, logging, resource limits, debugging, security, and Docker Compose/Swarm/Registry functionalities.

Cloud ComputingCommand LineContainer Management
0 likes · 8 min read
50 Essential Docker Commands Every Tester Must Master
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.

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

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

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

Command LineLinuxshell
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 toolsChatGPTCommand Line
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.

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

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

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

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

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

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

Command LineShell scriptingautomation
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.

Command LineShell scriptingautomation
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.

Command LineLinuxLog analysis
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.

Backend DevelopmentCommand LinePHP
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.

Command LineLinuxUnix
0 likes · 12 min read
Master Linux File Management: Powerful mv Command Tricks & Examples
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.

Command LineLinuxnetwork diagnostics
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.

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

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

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

Command LineLinuxfile recovery
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.

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

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

Command LineCommitGit
0 likes · 11 min read
Master Git Basics: Add, Commit, Checkout, Reset, Merge & Rebase Explained
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
Liangxu Linux
Liangxu Linux
Nov 28, 2022 · Operations

How to Diagnose and Free Unexpected Linux Disk Space Usage

Learn step‑by‑step Linux techniques to locate hidden disk consumers—using df, du, find, lsof, and tune2fs—to resolve mismatched usage reports, delete lingering open files, and adjust reserved space, ensuring your server’s storage stays under control.

Command LineDisk ManagementLinux
0 likes · 6 min read
How to Diagnose and Free Unexpected Linux Disk Space Usage
Liangxu Linux
Liangxu Linux
Nov 24, 2022 · Fundamentals

Understanding Absolute vs. Relative Paths in Linux: When to Use Each

This guide explains the difference between absolute and relative path expressions in Linux, shows how to write each with practical command‑line examples, compares their advantages in various scenarios such as web development, and offers tips for navigating the Linux directory hierarchy efficiently.

Absolute PathCommand LineFile Paths
0 likes · 6 min read
Understanding Absolute vs. Relative Paths in Linux: When to Use Each
MaGe Linux Operations
MaGe Linux Operations
Nov 24, 2022 · Fundamentals

Master Vim: 12 Essential Tips to Boost Your Coding Efficiency

This guide presents twelve practical Vim techniques—from using built‑in help and saving files with sudo to converting tabs, managing indentation, displaying line numbers, and enabling spell check—helping developers work faster and avoid common editing pitfalls.

Command LineEditor TipsProductivity
0 likes · 10 min read
Master Vim: 12 Essential Tips to Boost Your Coding Efficiency
php Courses
php Courses
Nov 24, 2022 · Backend Development

How to Install and Uninstall PECL Extensions for Multiple PHP Versions

This article explains how to use PECL with the -d php_suffix and -r options to install and uninstall the same extension across multiple PHP versions, and also announces an online PHP training class for beginners to advanced learners.

Backend DevelopmentCommand LineExtension Installation
0 likes · 2 min read
How to Install and Uninstall PECL Extensions for Multiple PHP Versions
Python Programming Learning Circle
Python Programming Learning Circle
Nov 9, 2022 · Fundamentals

10 Practical pip Tips for Efficient Python Package Management

This article introduces ten useful pip techniques—including installation, upgrading, version-specific installs, uninstalling, inspecting package details, checking for conflicts, using domestic mirrors, downloading without installing, and batch installing from requirements files—to help Python developers manage packages more effectively.

Command LineInstallationPackage Management
0 likes · 7 min read
10 Practical pip Tips for Efficient Python Package Management
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.

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

Command LineLinuxUnix
0 likes · 11 min read
10 Essential Linux Commands Every Developer Should Master
Programmer DD
Programmer DD
Oct 20, 2022 · Fundamentals

Why Windows Terminal Is Now the Default Terminal in Windows 11

Starting with Windows 11 version 22H2, Microsoft has made Windows Terminal the system's default terminal, replacing the legacy conhost.exe and bringing modern features like tabs, panes, and extensive customization to all command‑line applications.

Command LineDefault TerminalSystem Configuration
0 likes · 4 min read
Why Windows Terminal Is Now the Default Terminal in Windows 11
macrozheng
macrozheng
Sep 24, 2022 · Fundamentals

10 Modern Open‑Source CLI Tools That Outshine Classic Linux Commands

This article introduces ten open‑source command‑line utilities that replace traditional Linux commands like ls, cd, and ps, offering richer features, colorful output, cross‑platform support, and improved usability for developers and system administrators.

CLI ToolsCommand LineLinux alternatives
0 likes · 9 min read
10 Modern Open‑Source CLI Tools That Outshine Classic Linux Commands
Liangxu Linux
Liangxu Linux
Sep 15, 2022 · Operations

10 Essential Linux Commands to Diagnose Performance Issues in One Minute

When a Linux server’s load spikes, you can quickly pinpoint CPU, memory, disk I/O, and network bottlenecks by running ten concise commands—uptime, dmesg, vmstat, mpstat, pidstat, iostat, free, sar, and top—each providing specific metrics for rapid troubleshooting.

Command LineLinuxPerformance
0 likes · 20 min read
10 Essential Linux Commands to Diagnose Performance Issues in One Minute
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.

Command LineDevelopment ToolsProductivity
0 likes · 6 min read
9 Essential Shell Tools Every Developer Should Use
Liangxu Linux
Liangxu Linux
Aug 28, 2022 · Fundamentals

Master Linux Paths: Absolute vs Relative Explained with Real Examples

This guide explains Linux file system paths, covering the definition of absolute and relative paths, how slashes work, practical command examples, the special '.' and '..' notations, and when to choose each approach for everyday command‑line and scripting tasks.

Absolute PathCommand LineLinux
0 likes · 6 min read
Master Linux Paths: Absolute vs Relative Explained with Real Examples
MaGe Linux Operations
MaGe Linux Operations
Aug 28, 2022 · Cloud Native

Master MinIO: From Client Commands to Scalable Distributed Clusters

This guide walks through MinIO client (mc) usage, bucket management, user and policy administration, and two practical methods for expanding a MinIO distributed cluster—peer‑to‑peer scaling and federation with etcd—providing step‑by‑step commands, scripts, and configuration details for cloud‑native object storage.

Command LineMinIOObject Storage
0 likes · 31 min read
Master MinIO: From Client Commands to Scalable Distributed Clusters
Architecture Digest
Architecture Digest
Aug 24, 2022 · Fundamentals

Is Linux Usable? A Practical Overview of Its GUI, Development Support, Social Tools, and Advantages

This article explores the practicality of Linux by examining its graphical interface, development environment support, communication tools, ability to replace Windows, Android app compatibility, and the broader benefits of openness, efficiency, and customization that make it a compelling operating system choice.

Command LineDesktop EnvironmentDevelopment Tools
0 likes · 9 min read
Is Linux Usable? A Practical Overview of Its GUI, Development Support, Social Tools, and Advantages
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.

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

Command LineLinuxshell
0 likes · 9 min read
Boost Your Linux Productivity with 8 Essential Command‑Line Tools
Liangxu Linux
Liangxu Linux
Aug 16, 2022 · Fundamentals

10 Common Mistakes Linux Newbies Make and How to Avoid Them

This guide highlights ten frequent misconceptions and errors that new Linux users encounter—from avoiding the terminal and misusing root privileges to mistaking Linux for Ubuntu—and offers clear explanations on why they happen and practical advice to prevent them.

BeginnerCommand LineLinux
0 likes · 11 min read
10 Common Mistakes Linux Newbies Make and How to Avoid Them
Laravel Tech Community
Laravel Tech Community
Aug 11, 2022 · Operations

Essential Linux Command‑Line Shortcuts, Tools, and Tips

This article compiles a practical set of Linux terminal shortcuts, utilities, and techniques—including editing key bindings, sudo shortcuts, background job control, nohup, at scheduling, man page customization, htop, ranger, shutdown cancellation, process killing, REISUB, and youtube‑dl—to boost productivity for developers and system administrators.

Command LineLinuxProductivity
0 likes · 9 min read
Essential Linux Command‑Line Shortcuts, Tools, and Tips
Liangxu Linux
Liangxu Linux
Aug 7, 2022 · Operations

Essential Linux Commands to Diagnose Server Performance in the First 60 Seconds

When a Linux server shows performance issues, the Netflix performance engineering team recommends a set of ten standard command‑line tools—uptime, dmesg, vmstat, mpstat, pidstat, iostat, free, sar (network and TCP), and top—to quickly assess system load, errors, resource saturation, and utilization within the critical first minute of investigation.

Command LineLinuxPerformance Monitoring
0 likes · 19 min read
Essential Linux Commands to Diagnose Server Performance in the First 60 Seconds
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.

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

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

Command LineLinuxTerminator
0 likes · 13 min read
Boost Your Linux Productivity with 4 Powerful Command‑Line Tricks
Python Programming Learning Circle
Python Programming Learning Circle
Jul 22, 2022 · Fundamentals

Essential pip Tips and Commands for Python Package Management

This guide provides a comprehensive overview of pip, covering installation, upgrading, package installation with version control, batch installs via requirements files, uninstallation, environment freezing, package inspection, outdated checks, compatibility verification, and downloading packages for offline use, all illustrated with practical command‑line examples.

Command LineInstallationPackage Management
0 likes · 7 min read
Essential pip Tips and Commands for Python Package Management
Architect
Architect
Jul 21, 2022 · Cloud Native

Comprehensive Guide to etcd: Overview, Architecture, Installation, and Usage

This article provides a thorough introduction to etcd, covering its purpose, history, core features, key terminology, internal architecture, common application scenarios such as service discovery and distributed locking, step‑by‑step installation and cluster deployment, essential command‑line operations, backup procedures, and practical recommendations.

Command LineInstallationKubernetes
0 likes · 25 min read
Comprehensive Guide to etcd: Overview, Architecture, Installation, and Usage
Yiche Technology
Yiche Technology
Jul 14, 2022 · Fundamentals

Delve Go Debugger: Installation, Usage, and Command Reference

This article provides a comprehensive guide to installing and using Delve, the Go‑language source‑level debugger, covering installation methods, command‑line interface, debugging workflows, and practical examples for arrays, slices, and goroutines for developers.

ArraysCommand LineDelve
0 likes · 21 min read
Delve Go Debugger: Installation, Usage, and Command Reference
Efficient Ops
Efficient Ops
Jul 12, 2022 · Operations

Master Linux Performance Troubleshooting in the First 60 Seconds

This guide walks you through the ten essential Linux command‑line tools that Netflix’s performance team uses to quickly assess system health, focusing on error and saturation metrics before utilization, so you can pinpoint and resolve server issues within the critical first minute.

Command LineOpsPerformance Monitoring
0 likes · 18 min read
Master Linux Performance Troubleshooting in the First 60 Seconds