Tagged articles

command-line

958 articles · Page 8 of 10
Liangxu Linux
Liangxu Linux
Jun 8, 2020 · Fundamentals

Rename Files Faster in Linux: Bash Function & Shortcut Tricks

This guide shows how to avoid typing a filename twice when renaming files on Linux by adding a custom mv function to ~/.bashrc, using brace expansion with mv/cp, and leveraging shell shortcuts like Ctrl+W and Ctrl+Y for rapid input.

File Renamingcommand-lineproductivity
0 likes · 5 min read
Rename Files Faster in Linux: Bash Function & Shortcut Tricks
Liangxu Linux
Liangxu Linux
Jun 7, 2020 · Operations

How to Diagnose Linux Server Performance in the First 60 Seconds

When you log into a Linux server for performance troubleshooting, Netflix’s engineering team shows that running ten standard command‑line tools within the first minute gives a comprehensive view of system load, resource saturation, errors, and bottlenecks, enabling rapid root‑cause analysis.

OperationsSysstatcommand-line
0 likes · 21 min read
How to Diagnose Linux Server Performance in the First 60 Seconds
政采云技术
政采云技术
Jun 7, 2020 · Fundamentals

Git Exception Handling Checklist: Solutions for Common Issues

This article provides a concise, step‑by‑step checklist of common Git exceptions—including file recovery, branch deletion, commit amendment, branch renaming, commit rollback, merge reversal, and branch restoration—along with the exact commands and explanations needed to resolve each situation efficiently.

command-lineexception handlingsoftware development
0 likes · 13 min read
Git Exception Handling Checklist: Solutions for Common Issues
21CTO
21CTO
Jun 5, 2020 · Fundamentals

Master Git: From Installation to Advanced Branch Management on Windows

This comprehensive guide explains what Git is, compares it with SVN, shows how to install Git on Windows, and walks through creating repositories, adding and committing files, checking status, viewing diffs and logs, resetting versions, managing branches, handling remote repositories, using stash, and collaborating with teammates using push and pull commands.

GitWindowscollaboration
0 likes · 23 min read
Master Git: From Installation to Advanced Branch Management on Windows
ITPUB
ITPUB
May 14, 2020 · Operations

Instantly Transfer Files Between PC and Phone with QR Codes Using qrcp

This guide explains how the qrcp command‑line tool creates a temporary web server, encodes its address in a QR code, and enables fast, cross‑device file transfers, covering installation via Go or binary, usage commands, network‑interface selection, and practical examples.

GoQR codecommand-line
0 likes · 5 min read
Instantly Transfer Files Between PC and Phone with QR Codes Using qrcp
Liangxu Linux
Liangxu Linux
May 1, 2020 · Operations

5 Quick Linux Commands to Delete All Files in Any Directory

This guide presents five practical Linux shell commands—using rm, find, xargs, and loops—to safely remove all regular files from the current directory or any specified path, covering classic, recursive, and bulk‑deletion scenarios.

Delete FilesFile ManagementUnix
0 likes · 3 min read
5 Quick Linux Commands to Delete All Files in Any Directory
Liangxu Linux
Liangxu Linux
Apr 29, 2020 · Fundamentals

Which Linux Shell Is Right for You? A Comprehensive Guide to 12 Popular Options

This article surveys the history and purpose of Unix/Linux shells, then details twelve widely used shells—including sh, Bash, Csh, Ksh, Zsh, Tcsh, Fish, Ion, Dash, Eshell, rc, and Elvish—highlighting their origins, key features, and typical use cases to help readers choose the best fit for their workflow.

KornShellcommand-linezsh
0 likes · 17 min read
Which Linux Shell Is Right for You? A Comprehensive Guide to 12 Popular Options
21CTO
21CTO
Apr 14, 2020 · Fundamentals

How to Directly Browse WSL Files in Windows Explorer – New Feature Explained

Microsoft's latest Windows 10 build lets users open the Linux subsystem's root directory straight from File Explorer, offering a penguin icon shortcut, command‑line access via \\wsl$, and guidance on safe usage while highlighting upcoming full‑kernel integration.

File SystemLinuxTerminal
0 likes · 4 min read
How to Directly Browse WSL Files in Windows Explorer – New Feature Explained
Huajiao Technology
Huajiao Technology
Apr 14, 2020 · Operations

Basic Terminal Commands and Practical Usage on macOS

This article introduces essential terminal commands and practical scenarios for macOS users, covering tools like man, grep, tail, awk, top, lsof, ansible, and nc, and offers efficiency tips such as aliases, plugins, and fuzzy finders to boost productivity.

LinuxTerminalcommand-line
0 likes · 16 min read
Basic Terminal Commands and Practical Usage on macOS
ITPUB
ITPUB
Apr 13, 2020 · Fundamentals

Mastering the Linux cut Command: Practical Examples and Advanced Options

This tutorial explains the Linux cut command, covering its syntax, key options such as -f, -d, -b, -c, --complement and --output-delimiter, and provides numerous real‑world examples for extracting fields, characters, and bytes from text files and combining cut with other Unix utilities.

LinuxUnixcommand-line
0 likes · 9 min read
Mastering the Linux cut Command: Practical Examples and Advanced Options
Liangxu Linux
Liangxu Linux
Apr 8, 2020 · Operations

Turn Your Ubuntu Terminal into a Hollywood‑Style Hacking Display

The article introduces the Ubuntu 'Hollywood' utility, explains its origin, and provides step‑by‑step commands to install the package (including adding its PPA), install required dependencies, and launch the program to transform the terminal into a flashy, multi‑screen hacker interface, complete with example screenshots.

TerminalUbuntucommand-line
0 likes · 4 min read
Turn Your Ubuntu Terminal into a Hollywood‑Style Hacking Display
Liangxu Linux
Liangxu Linux
Apr 6, 2020 · Fundamentals

11 Must‑Know Linux Terminal Tricks to Supercharge Your Workflow

Discover 11 powerful Linux terminal shortcuts and commands—from essential key bindings and sudo tricks to background execution, process management, and YouTube video downloading—that can dramatically boost productivity, simplify routine tasks, and help you master the command line efficiently.

Linux commandsShortcutsTerminal
0 likes · 11 min read
11 Must‑Know Linux Terminal Tricks to Supercharge Your Workflow
Liangxu Linux
Liangxu Linux
Mar 30, 2020 · Operations

10 Lesser‑Known Linux Commands Every Sysadmin Should Master

Discover ten powerful yet underused Linux commands—including pgrep, pstree, bc, split, nl, mkfifo, ldd, col, xmlwf, and lsof—explaining their purposes, typical usage examples, and practical tips for effective system administration.

Shell Utilitiescommand-lineprocess management
0 likes · 9 min read
10 Lesser‑Known Linux Commands Every Sysadmin Should Master
Liangxu Linux
Liangxu Linux
Mar 18, 2020 · Operations

Master Linux Log Viewing: Essential Commands for Efficient File Inspection

This guide teaches backend engineers and Linux users how to safely inspect file contents—including large log files—using core commands such as cat, tac, more, less, head, tail, and grep, while providing practical examples, option explanations, and common pitfalls to avoid.

File Viewingcommand-line
0 likes · 10 min read
Master Linux Log Viewing: Essential Commands for Efficient File Inspection
Open Source Linux
Open Source Linux
Mar 17, 2020 · Operations

Ultimate Linux Command Cheat Sheet for System Administration

This guide presents a comprehensive cheat sheet of essential Linux commands, covering online queries, file and directory management, content viewing, compression, information display, file searching, user and permission handling, network operations, disk and filesystem tasks, system monitoring, shutdown/reboot procedures, and process management.

LinuxOperationscommand-line
0 likes · 3 min read
Ultimate Linux Command Cheat Sheet for System Administration
Top Architect
Top Architect
Mar 14, 2020 · Fundamentals

Humorous and Practical Ways to Exit Vim

This article humorously compiles a variety of command‑line tricks—from simple process killing to Docker container shutdown and even a Python one‑liner—to force‑quit Vim, while also offering tongue‑in‑cheek “violent” and “Zen” approaches for developers who struggle with the editor's steep learning curve.

LinuxVimcommand-line
0 likes · 8 min read
Humorous and Practical Ways to Exit Vim
Programmer DD
Programmer DD
Mar 14, 2020 · Fundamentals

Master Git vs SVN: Essential Commands and Git‑SVN Workflow

This article compares Git and SVN, explains the core concepts of Git such as workspace, index, and repository, and provides a comprehensive set of frequently used Git commands—including initialization, configuration, branching, committing, pulling, and Git‑SVN operations—complete with code snippets and illustrative images.

GitGit-SVNVersion Control
0 likes · 11 min read
Master Git vs SVN: Essential Commands and Git‑SVN Workflow
360 Quality & Efficiency
360 Quality & Efficiency
Mar 10, 2020 · Mobile Development

Android Monkey Command-Line Tool: Syntax, Parameters, and Usage

The article explains Android's Monkey tool—a command‑line utility for emulator or device testing—detailing its basic syntax, the five categories of options, specific parameters for configuration, event types, constraints, debugging, hidden settings, and how to capture logs.

AndroidAutomationMobile Development
0 likes · 5 min read
Android Monkey Command-Line Tool: Syntax, Parameters, and Usage
ITPUB
ITPUB
Mar 7, 2020 · Operations

Master Linux top: Decode Output, Interactive Commands, and Advanced Options

This guide explains the Linux top command in depth, covering its default output fields, how to interpret system uptime, load averages, task summaries, CPU and memory statistics, as well as the full set of interactive keys and command‑line options for customizing monitoring.

LinuxSystem Monitoringcommand-line
0 likes · 12 min read
Master Linux top: Decode Output, Interactive Commands, and Advanced Options
Liangxu Linux
Liangxu Linux
Mar 5, 2020 · Operations

Quickly Tag Complex Linux Commands for Instant Recall

This guide shows how to label lengthy Linux commands with custom tags and use the !? operator or shell aliases to retrieve and execute them instantly, providing two practical techniques for simplifying command-line workflows.

Taggingaliascommand-line
0 likes · 4 min read
Quickly Tag Complex Linux Commands for Instant Recall
Liangxu Linux
Liangxu Linux
Mar 5, 2020 · Operations

Essential Linux Commands Every Engineer Should Master

This guide compiles the most essential Linux commands for directory handling, file manipulation, text processing, compression, system monitoring, networking, and routine administration, providing concise examples and practical tips to help beginners and seasoned users alike navigate and manage Unix-like environments efficiently.

OperationsUnixcommand-line
0 likes · 13 min read
Essential Linux Commands Every Engineer Should Master
ITPUB
ITPUB
Mar 5, 2020 · Operations

How to Monitor Linux Logs in Real Time with Tail, Multitail, Lnav, and Less

This guide explains how to use Linux command‑line tools such as tail, tailf, tail ‑F, multitail, lnav, and less to continuously watch log files, covering installation, key options, and practical examples for single‑ and multi‑file monitoring.

LinuxLog Monitoringcommand-line
0 likes · 5 min read
How to Monitor Linux Logs in Real Time with Tail, Multitail, Lnav, and Less
Java Backend Technology
Java Backend Technology
Mar 5, 2020 · Fundamentals

Master Git Basics and IntelliJ IDEA Integration: A Complete Guide

This article introduces Git as a distributed version control system, explains its core workflow and branch model, and provides step‑by‑step instructions for configuring, cloning, checking out, committing, pushing, and using Git commands within IntelliJ IDEA, including useful screenshots.

GitIntelliJ IDEAVersion Control
0 likes · 6 min read
Master Git Basics and IntelliJ IDEA Integration: A Complete Guide
FunTester
FunTester
Mar 5, 2020 · Operations

Running Command-Line Commands in JMeter Using Groovy

This article demonstrates how to execute operating‑system commands from a Groovy script inside JMeter’s JSR223 PreProcessor, showing the required test plan setup, the Groovy code, and the resulting console output for performance testing purposes.

GroovyJMeterJSR223
0 likes · 7 min read
Running Command-Line Commands in JMeter Using Groovy
360 Tech Engineering
360 Tech Engineering
Mar 4, 2020 · Backend Development

Using HttpRunner 2.0.1 for API Automation: Setup, Core Commands, Common Issues and Practical Tips

This article introduces HttpRunner 2.0.1 for API automation, explains the environment setup, project structure, essential CLI commands and Python integration, and shares solutions to frequent problems such as timestamp handling, variable overriding, extraction, and execution repeats, along with useful tips for efficient test layering.

API testingAutomationHttpRunner
0 likes · 7 min read
Using HttpRunner 2.0.1 for API Automation: Setup, Core Commands, Common Issues and Practical Tips
Liangxu Linux
Liangxu Linux
Feb 29, 2020 · Fundamentals

Master the Linux ‘ls’ Command: 20 Essential Options Explained

This guide introduces the Linux ls command, explains its default behavior, and provides detailed examples of twenty useful options—including long listings, human‑readable sizes, sorting, recursive listing, and more—so readers can efficiently list and inspect files and directories.

File ManagementUnixcommand-line
0 likes · 8 min read
Master the Linux ‘ls’ Command: 20 Essential Options Explained
ITPUB
ITPUB
Feb 25, 2020 · Fundamentals

Mastering the Ping Command: Advanced Options and Real‑World Use Cases

This guide explains the ping utility’s core functions, interprets its output fields such as bytes, time and TTL, and walks through essential options like -t, -a, -n, -l, -r, plus a batch‑ping technique for scanning entire subnets, helping readers troubleshoot and analyze network performance effectively.

LinuxTCP/IPWindows
0 likes · 7 min read
Mastering the Ping Command: Advanced Options and Real‑World Use Cases
ITPUB
ITPUB
Feb 17, 2020 · Fundamentals

Master Git Basics: 3 Steps, 4 Areas, and How to Undo Mistakes

This guide explains Git's core workflow—adding, committing, and pushing—covers the four Git areas (working, staging, local, remote), describes the five file states, shows how to inspect changes with diff commands, and provides step‑by‑step commands to revert modifications at any stage.

GitUNDOVersion Control
0 likes · 8 min read
Master Git Basics: 3 Steps, 4 Areas, and How to Undo Mistakes
MaGe Linux Operations
MaGe Linux Operations
Feb 16, 2020 · Fundamentals

Master Git Quickly: Essential Commands and Tips for Every Developer

This guide explains why version control matters, introduces Git as the leading distributed system, and provides a concise cheat‑sheet of the most important commands—from initializing a repository to branching, merging, and undoing changes—so you can work efficiently and collaborate without losing any history.

Cheat SheetGitVersion Control
0 likes · 12 min read
Master Git Quickly: Essential Commands and Tips for Every Developer
Liangxu Linux
Liangxu Linux
Feb 13, 2020 · Fundamentals

Boost Your Productivity: 14 Essential Linux Terminal Keyboard Shortcuts

Mastering these 14 essential Linux terminal keyboard shortcuts—from auto‑completion with Tab to command history navigation with Ctrl + P—will dramatically speed up your command‑line workflow, reduce reliance on the mouse, and help both new and experienced users work more efficiently.

Terminalcommand-linekeyboard shortcuts
0 likes · 7 min read
Boost Your Productivity: 14 Essential Linux Terminal Keyboard Shortcuts
21CTO
21CTO
Jan 27, 2020 · Backend Development

Master cURL on Linux: Essential Commands for Downloading, Uploading, and More

This guide walks you through practical cURL commands on Linux, covering file downloads, redirects, resume support, timeout settings, form submissions, email handling, and key differences from wget, all illustrated with clear examples and screenshots.

File DownloadHTTPLinux
0 likes · 8 min read
Master cURL on Linux: Essential Commands for Downloading, Uploading, and More
Liangxu Linux
Liangxu Linux
Jan 26, 2020 · Fundamentals

Master Essential Linux Commands: wget, scp, ssh-keygen, chmod, tar

This tutorial introduces six indispensable Linux command‑line tools—wget, scp, ssh‑keygen, chmod, tar, and alias—explaining their purpose, common options, and practical examples such as downloading files, transferring data securely, managing permissions, creating archives, and simplifying repetitive commands.

SCPchmodcommand-line
0 likes · 8 min read
Master Essential Linux Commands: wget, scp, ssh-keygen, chmod, tar
21CTO
21CTO
Jan 20, 2020 · Fundamentals

Why Git Dominates Version Control: History, Features & Essential Commands

This article explains Git's evolution from a distributed version control system to the industry standard, outlines its key advantages and drawbacks, and provides a comprehensive list of essential commands for branching, stashing, resetting, tagging, and repository management.

GitVersion Controlbranching
0 likes · 11 min read
Why Git Dominates Version Control: History, Features & Essential Commands
MaGe Linux Operations
MaGe Linux Operations
Jan 19, 2020 · Operations

Essential Linux Command Cheat Sheet: File, Network, System & User Management

This article presents a comprehensive collection of essential Linux command-line tools, covering file and directory manipulation, content viewing, compression, system monitoring, user management, network operations, disk and filesystem handling, permissions, process control, and shutdown/reboot procedures, each illustrated with reference images.

command-lineshellsystem-administration
0 likes · 3 min read
Essential Linux Command Cheat Sheet: File, Network, System & User Management
Liangxu Linux
Liangxu Linux
Jan 14, 2020 · Fundamentals

Master Git vs SVN: Essential Commands and Workflow for Developers

This guide compares Git and SVN, explains their core concepts and differences, and provides a comprehensive set of commands for using Git, Git‑SVN, and common version‑control tasks such as initialization, configuration, branching, committing, pulling, undoing changes, and querying history.

Git-SVNcommand-linesvn
0 likes · 12 min read
Master Git vs SVN: Essential Commands and Workflow for Developers
Liangxu Linux
Liangxu Linux
Jan 13, 2020 · Operations

50 Essential Linux Command‑Line Tricks to Boost Your Productivity

This article compiles over fifty practical Linux command‑line techniques—from identifying non‑user processes and batch‑replacing text across files to managing X sessions, optimizing disk performance, and automating monitoring—providing concise commands and explanations that help developers and sysadmins work faster and more efficiently.

command-linenetworkingperl
0 likes · 22 min read
50 Essential Linux Command‑Line Tricks to Boost Your Productivity
Efficient Ops
Efficient Ops
Jan 9, 2020 · Fundamentals

30 Fun Linux Commands to Wow Your Terminal – Install & Play

This guide introduces a collection of entertaining Linux command‑line utilities, showing how to install each package, explaining key options, and demonstrating playful uses that turn ordinary terminals into animated, interactive, or visually striking experiences.

Fun CommandsUbuntucommand-line
0 likes · 8 min read
30 Fun Linux Commands to Wow Your Terminal – Install & Play
ITPUB
ITPUB
Jan 9, 2020 · Fundamentals

Creative (and Extreme) Ways to Quit Vim: Commands, Scripts, and Docker Hacks

This guide collects a variety of unconventional methods—from simple kill commands and one‑liners to Docker container tricks and even humorous "power‑off" scripts—to force‑quit Vim, illustrating both practical shortcuts and tongue‑in‑cheek approaches for developers who struggle with the editor's exit commands.

DockerLinuxVim
0 likes · 7 min read
Creative (and Extreme) Ways to Quit Vim: Commands, Scripts, and Docker Hacks
Liangxu Linux
Liangxu Linux
Jan 8, 2020 · Fundamentals

Master GNU Screen: Install, Use, and Customize Your Linux Sessions

This tutorial explains how to install GNU Screen on various Linux distributions, start and manage screen sessions, use key bindings for window and pane control, detach and reattach sessions, and customize behavior through a .screenrc file, providing practical commands and examples for reliable remote work.

GNU Screencommand-linesession management
0 likes · 8 min read
Master GNU Screen: Install, Use, and Customize Your Linux Sessions
ITPUB
ITPUB
Jan 7, 2020 · Fundamentals

Mastering the Linux ‘seq’ Command: Quick Ways to Generate Number Lists

This guide explains how to use the Linux seq command to create numeric sequences, customize start, end, and step values, apply separators, pipe results to calculators like bc, and highlights performance tips and limitations for effective shell scripting.

LinuxShell Scriptingcommand-line
0 likes · 4 min read
Mastering the Linux ‘seq’ Command: Quick Ways to Generate Number Lists
Liangxu Linux
Liangxu Linux
Dec 9, 2019 · Operations

Mastering dmesg: View, Filter, and Control Linux Kernel Logs

This tutorial explains how the Linux kernel uses a circular buffer for log messages and shows how to use the dmesg command to display, format, filter, paginate, follow, and clear those logs, including permission handling and useful command‑line options.

command-linedmesgsystem logging
0 likes · 8 min read
Mastering dmesg: View, Filter, and Control Linux Kernel Logs
Liangxu Linux
Liangxu Linux
Nov 17, 2019 · Fundamentals

Essential Linux and Vim Shortcuts to Boost Your Command-Line Efficiency

This guide compares ten practical Linux command-line shortcuts with their Vim equivalents, explaining how each key combination moves the cursor, manipulates history, deletes text, switches directories, and clears the screen, helping developers work faster in both environments.

Terminalcommand-line
0 likes · 9 min read
Essential Linux and Vim Shortcuts to Boost Your Command-Line Efficiency
Liangxu Linux
Liangxu Linux
Nov 6, 2019 · Fundamentals

Master Terminal Sessions with Tmux: A Complete Beginner’s Guide

This article introduces Tmux, a powerful terminal multiplexer, explains its core concepts such as sessions, windows, and panes, and provides step‑by‑step commands for installation, basic usage, session management, pane manipulation, and window control, enabling developers to work more efficiently in the command line.

command-linepanesession management
0 likes · 10 min read
Master Terminal Sessions with Tmux: A Complete Beginner’s Guide
Liangxu Linux
Liangxu Linux
Nov 6, 2019 · Operations

Master Bulk File Renaming in Linux with the Powerful rename Command

This guide explains how to use the Linux rename command for batch renaming files, covering basic syntax, Perl‑style regular expressions, preview options like -v and -n, case conversion, and common pitfalls, enabling efficient and safe mass file renaming.

batch renamingcommand-lineregex
0 likes · 7 min read
Master Bulk File Renaming in Linux with the Powerful rename Command
Liangxu Linux
Liangxu Linux
Oct 28, 2019 · Fundamentals

Unlock Bash Mastery with the Pure Bash Bible Cheat Sheet

This guide introduces the Pure Bash Bible—a popular GitHub repository that compiles essential built‑in Bash commands for string manipulation, arrays, loops, and file handling—providing concise examples and practical code snippets to boost your shell scripting efficiency.

AutomationLinuxShell Scripting
0 likes · 6 min read
Unlock Bash Mastery with the Pure Bash Bible Cheat Sheet
MaGe Linux Operations
MaGe Linux Operations
Oct 27, 2019 · Operations

Master Linux System Administration: 100 Essential Quiz Questions

This article presents a comprehensive set of 100 multiple‑choice questions covering Linux system administration topics such as daemons, file permissions, package management, networking, and command‑line utilities, along with the correct answers for self‑assessment and exam preparation.

Linux BasicsQuizcommand-line
0 likes · 31 min read
Master Linux System Administration: 100 Essential Quiz Questions
Liangxu Linux
Liangxu Linux
Oct 23, 2019 · Fundamentals

Master Command‑Line Cheat Sheets: tldr, cheat, and cht.sh Explained

This guide shows how to quickly test API response times with curl, explains the limitations of traditional man pages, and introduces lightweight cheat‑sheet tools—tldr, cheat, and cht.sh—including installation commands, practical usage examples for curl, tar, Python, and links to their repositories.

cheatcht.shcommand-line
0 likes · 12 min read
Master Command‑Line Cheat Sheets: tldr, cheat, and cht.sh Explained
ITPUB
ITPUB
Oct 23, 2019 · Operations

Why Developers Are Obsessed with “The Fuck” and Hyper Terminal – A Deep Dive

The article introduces the command‑line utility “The Fuck”, which automatically corrects mistyped console commands, explains its rule‑based mechanism, installation via Homebrew or pip, and showcases examples, then highlights the Hyper terminal and its hyperpower plugin that adds a flashy cursor, providing installation instructions for macOS, Windows, and Linux.

Terminalcommand-linehyper
0 likes · 6 min read
Why Developers Are Obsessed with “The Fuck” and Hyper Terminal – A Deep Dive
Liangxu Linux
Liangxu Linux
Oct 5, 2019 · Operations

Record and Replay Linux Terminal Sessions with script & scriptreplay

Learn how to capture every command and its output in a Linux terminal using the script command, store it as a text session file, and later replay the exact sequence with scriptreplay, including useful options for teaching, auditing, and demonstrations.

Scriptcommand-linescriptreplay
0 likes · 4 min read
Record and Replay Linux Terminal Sessions with script & scriptreplay
NetEase Game Operations Platform
NetEase Game Operations Platform
Sep 28, 2019 · Databases

Introducing mycli: A Feature‑Rich MySQL Command‑Line Client

This article introduces mycli, a Python‑based MySQL command‑line client that offers easy installation via pip, advanced auto‑completion, high‑risk operation confirmations, customizable syntax highlighting, output paging, command bookmarking, logging, multiline editing, flexible credential handling, and additional features such as SSL support and query looping.

Database ToolsMyCLISQL
0 likes · 9 min read
Introducing mycli: A Feature‑Rich MySQL Command‑Line Client
ITPUB
ITPUB
Sep 9, 2019 · Operations

Master Linux Basics: Essential Commands and Learning Path for Beginners

This guide outlines a practical roadmap for Linux newcomers, covering the purpose of learning, essential command‑line tools, recommended resources, habits for working in the shell, Unix‑style thinking, and key skills like Shell scripting, Python, DevOps, and cloud automation.

Learning GuideLinuxShell Scripting
0 likes · 9 min read
Master Linux Basics: Essential Commands and Learning Path for Beginners
Liangxu Linux
Liangxu Linux
Sep 2, 2019 · Operations

Master Linux Socket Stats: Essential ss Command Guide for Sysadmins

This guide explains the Linux ss command, its purpose for socket statistics, common options, example outputs, filtering techniques, and handy alias shortcuts, helping system administrators efficiently monitor and troubleshoot network connections.

command-linenetwork monitoringsocket statistics
0 likes · 7 min read
Master Linux Socket Stats: Essential ss Command Guide for Sysadmins
21CTO
21CTO
Aug 25, 2019 · Fundamentals

Master Essential Git Commands: Branching, Stashing, Merging, Tagging & More

This guide compiles the most commonly used Git commands for branch management, stashing changes, reverting commits, handling tags, performing routine operations, initializing repositories, ignoring files, and configuring password‑less pushes, providing a concise reference for developers to streamline version control workflows.

GitTaggingVersion Control
0 likes · 7 min read
Master Essential Git Commands: Branching, Stashing, Merging, Tagging & More
Java Captain
Java Captain
Aug 9, 2019 · Fundamentals

Comprehensive Git Guide: Installation, Repository Basics, Branching, Tagging, and Common Commands

This article provides a detailed, beginner‑friendly tutorial on Git, covering its purpose, installation on Windows and macOS, repository structure, essential commands for committing, branching, merging, rebasing, stashing, tagging, and collaborative workflows, all illustrated with clear examples and code snippets.

TaggingVersion Controlcollaboration
0 likes · 23 min read
Comprehensive Git Guide: Installation, Repository Basics, Branching, Tagging, and Common Commands
360 Tech Engineering
360 Tech Engineering
Jul 19, 2019 · Fundamentals

A Comprehensive Guide to Installing and Using WSL (Windows Subsystem for Linux) on Windows 10

This article explains the shortcomings of Windows command‑line tools, introduces the Windows Subsystem for Linux (WSL), provides step‑by‑step instructions for installing WSL 1 and optional Linux distributions, shows how to improve the terminal experience, and details useful wsl.exe commands and system interoperability.

Development EnvironmentLinuxWSL
0 likes · 10 min read
A Comprehensive Guide to Installing and Using WSL (Windows Subsystem for Linux) on Windows 10
Liangxu Linux
Liangxu Linux
Jul 16, 2019 · Fundamentals

Mastering sed: Powerful Text Editing Commands for Linux

This guide explains how the stream editor sed works, covering its basic workflow, command‑line options, core commands for substitution, deletion, insertion, appending, changing, transliteration, and file I/O, as well as line‑addressing techniques with practical examples.

Shell Scriptingcommand-linestream editor
0 likes · 16 min read
Mastering sed: Powerful Text Editing Commands for Linux
Programmer DD
Programmer DD
Jul 16, 2019 · Operations

13 Fun Linux Terminal Commands to Wow Your Friends

This guide introduces thirteen entertaining Linux command‑line utilities—including sl, fortune, cowsay, cmatrix, figlet, oneko, and more—providing installation steps, usage examples, options, and visual illustrations so you can add playful effects to your terminal sessions.

Fun CommandsLinuxTerminal
0 likes · 8 min read
13 Fun Linux Terminal Commands to Wow Your Friends
Java Captain
Java Captain
Jul 13, 2019 · Cloud Native

Comprehensive Docker Guide: Introduction, Installation, Basic Commands, Dockerfile, and Image Publishing

This article provides a detailed overview of Docker, covering its origins, core concepts, advantages, installation steps, configuration of accelerators, essential command‑line usage, container lifecycle management, Dockerfile syntax for custom images, and how to publish images to public and private registries.

Image RegistryLinuxcommand-line
0 likes · 19 min read
Comprehensive Docker Guide: Introduction, Installation, Basic Commands, Dockerfile, and Image Publishing
Efficient Ops
Efficient Ops
Jul 10, 2019 · Fundamentals

Mastering sed: Powerful Text Editing and Stream Processing in Linux

This article provides a comprehensive guide to the Linux stream editor sed, covering its batch processing workflow, core options (-e, -f, -n), common commands for substitution, deletion, insertion, line addressing, pattern filtering, transliteration, and file I/O with clear examples and code snippets.

LinuxShell ScriptingText Replacement
0 likes · 12 min read
Mastering sed: Powerful Text Editing and Stream Processing in Linux
ITPUB
ITPUB
Jul 9, 2019 · Fundamentals

Mastering sed: A Complete Guide to Stream Editing on Linux

This article provides a thorough, step‑by‑step tutorial on the Linux stream editor sed, covering its basic workflow, essential options like -e, -f and -n, a full list of editing commands, text substitution techniques, line addressing, deletion, insertion, modification, transliteration, and file I/O operations, all illustrated with concrete command‑line examples.

Linuxcommand-lineregex
0 likes · 13 min read
Mastering sed: A Complete Guide to Stream Editing on Linux
Liangxu Linux
Liangxu Linux
Jun 20, 2019 · Fundamentals

Master grep: Essential Linux Text Search Commands and Tips

This guide explains how to use the Linux grep command for powerful text searching, covering common options, file content searches, recursive scans, exclusion patterns, case‑insensitive matching, context lines, rule‑file searches, and regular‑expression techniques with practical examples.

Linuxcommand-lineregex
0 likes · 9 min read
Master grep: Essential Linux Text Search Commands and Tips
macrozheng
macrozheng
Jun 10, 2019 · Operations

Master Docker: Install the Environment and Essential Commands for Containers

This guide walks you through installing Docker on Linux, adding the Docker repository, installing the engine, and mastering the most common Docker commands for managing images and containers, including searching, pulling, running, inspecting, and cleaning up resources.

ContainersDockerInstallation
0 likes · 7 min read
Master Docker: Install the Environment and Essential Commands for Containers
Java Backend Technology
Java Backend Technology
Jun 5, 2019 · Operations

15 Fun Linux Commands to Wow Your Terminal (Install & Play)

This guide introduces fifteen entertaining Linux command‑line tools—including sl, fortune, cowsay, cmatrix, figlet, toilet, oneko, xeyes, yes, cal, shred, factor and more—providing installation steps, usage examples, options and screenshots so you can add playful effects to any terminal session.

Fun CommandsLinuxTerminal
0 likes · 9 min read
15 Fun Linux Commands to Wow Your Terminal (Install & Play)
Liangxu Linux
Liangxu Linux
May 28, 2019 · Operations

Mastering Duc: Visual Disk Usage Analysis for Linux Systems

This guide introduces the open‑source Duc tool, explains its supported interfaces and database back‑ends, provides step‑by‑step installation instructions for Debian‑based and source builds, and demonstrates core commands for indexing, querying, and visualizing disk usage on Linux.

DucSystem Monitoringcommand-line
0 likes · 6 min read
Mastering Duc: Visual Disk Usage Analysis for Linux Systems
Efficient Ops
Efficient Ops
May 8, 2019 · Fundamentals

Discover Linux‑command: Fast Lookup for 540+ Linux Commands

This article introduces Linux‑command, a comprehensive, searchable reference covering over 540 Linux commands with syntax, options, and examples, helping developers quickly recall and master command‑line tools while highlighting its popularity, features, and visual interface.

Developer ToolsLinuxcommand-line
0 likes · 3 min read
Discover Linux‑command: Fast Lookup for 540+ Linux Commands
21CTO
21CTO
May 7, 2019 · Fundamentals

Why Mastering the Command Line Is Still Essential for Developers

This article explains why command‑line tools remain vital for modern developers, covering their efficiency, automation potential, essential shells, editors, multiplexers, package managers, and practical tips that boost productivity compared to graphical interfaces.

CLIText Editorcommand-line
0 likes · 16 min read
Why Mastering the Command Line Is Still Essential for Developers
NetEase Game Operations Platform
NetEase Game Operations Platform
May 5, 2019 · Fundamentals

Fast Search Tools Comparison: ripgrep and Its Alternatives

This article compares the speed and features of various command‑line search utilities—including grep, The Platinum Searcher, ucg, ack, sift, The Silver Searcher, git‑grep and ripgrep—provides benchmark tables for directory and file searches, and outlines ripgrep's capabilities and editor integrations.

Searchcommand-lineregex
0 likes · 8 min read
Fast Search Tools Comparison: ripgrep and Its Alternatives
Liangxu Linux
Liangxu Linux
May 4, 2019 · Operations

Essential Linux Commands to Inspect Hardware and System Resources

This guide introduces key Linux commands—lshw, lscpu, lsusb, lsscsi, lspci, df, and free—explaining how to retrieve detailed hardware specifications, CPU details, USB devices, storage information, PCI components, disk usage, and memory statistics, complete with example outputs.

HardwareSystem Monitoringcommand-line
0 likes · 8 min read
Essential Linux Commands to Inspect Hardware and System Resources
21CTO
21CTO
May 2, 2019 · Backend Development

Why cURL Remains Free and Open Source: Insights from Its Creator

This article chronicles the history of cURL, its creator Daniel Stenberg, the reasons behind its open‑source, free licensing, the global community that sustains it, and the personal motivations that keep the project thriving after two decades of development.

Daniel StenbergHTTPcURL
0 likes · 8 min read
Why cURL Remains Free and Open Source: Insights from Its Creator
MaGe Linux Operations
MaGe Linux Operations
Apr 12, 2019 · Fundamentals

Mastering grep: Powerful Search Techniques and Regular Expressions

This guide explains how to use the Unix grep family—including grep, egrep, and fgrep—to perform global text searches with regular expressions, showing common options, color highlighting, recursive searches, character classes, anchors, quantifiers, and extended patterns through clear examples.

command-linegrepregular expressions
0 likes · 15 min read
Mastering grep: Powerful Search Techniques and Regular Expressions
Liangxu Linux
Liangxu Linux
Apr 1, 2019 · Fundamentals

Master Essential Git Commands: Inspect, Undo, Clean, and Speed Up Your Workflow

Learn the most useful Git commands for inspecting changes, undoing commits, cleaning untracked files, organizing history, configuring editors, and creating shortcuts, with clear examples, parameter explanations, and Bash alias setups to boost productivity for developers, data scientists, and product managers.

GitVersion Controlbash alias
0 likes · 9 min read
Master Essential Git Commands: Inspect, Undo, Clean, and Speed Up Your Workflow
Liangxu Linux
Liangxu Linux
Mar 31, 2019 · Operations

Mastering killall: 8 Practical Ways to Terminate Linux Processes

This guide explains eight useful killall command techniques for Linux, covering basic termination, user‑wide kills, time‑based filters, case‑insensitive matching, silent mode, signal listing, interactive confirmation, and waiting for process exit, with clear examples and code snippets.

command-linekillallsysadmin
0 likes · 8 min read
Mastering killall: 8 Practical Ways to Terminate Linux Processes
MaGe Linux Operations
MaGe Linux Operations
Mar 22, 2019 · Fundamentals

Master Vim: Essential Commands and Tips for Efficient Editing

This guide provides a comprehensive cheat‑sheet of Vim commands covering startup, file handling, modes, navigation, editing, searching, replacing, window management, macros, shell integration, commenting, help, and quitting, enabling users to edit text quickly and confidently.

Cheat SheetText Editorcommand-line
0 likes · 15 min read
Master Vim: Essential Commands and Tips for Efficient Editing