Tagged articles

Command Line

993 articles · Page 8 of 10
Selected Java Interview Questions
Selected Java Interview Questions
Oct 6, 2020 · Operations

Comprehensive List of Common Linux Commands

This article provides a detailed, English‑translated reference of essential Linux command‑line tools covering file management, content viewing, compression, system information, networking, user administration, permissions, process control, and system monitoring, useful for both beginners and experienced administrators.

Command LineLinuxUnix
0 likes · 15 min read
Comprehensive List of Common Linux Commands
Programmer DD
Programmer DD
Sep 30, 2020 · Fundamentals

11 Must‑Know Linux Terminal Tricks to Boost Your Productivity

This article presents a curated list of eleven powerful Linux terminal shortcuts, commands, and utilities—including key bindings, sudo tricks, background execution, scheduling, process management, and media downloading—to help users work faster and solve common command‑line challenges.

Command LineProductivityShortcuts
0 likes · 11 min read
11 Must‑Know Linux Terminal Tricks to Boost Your Productivity
Liangxu Linux
Liangxu Linux
Sep 20, 2020 · Operations

Mastering SSH: Remote Login, Port Forwarding, and Advanced Usage

This guide explains what SSH is, its login mechanism, basic command syntax, and demonstrates remote login, local and remote port forwarding, dynamic forwarding, and common SSH operations with practical examples and troubleshooting tips for Linux environments.

Command LineLinuxRemote Login
0 likes · 14 min read
Mastering SSH: Remote Login, Port Forwarding, and Advanced Usage
ITPUB
ITPUB
Sep 18, 2020 · Operations

Master GitHub CLI 1.0: Install, Commands, and Workflow Tips

GitHub CLI 1.0, now officially released, lets developers manage repositories, pull requests, and issues directly from the terminal with simple commands, offers cross‑platform installation options, and supports custom aliases and enterprise connections for faster, scriptable workflows.

Command LineDevOpsGitHub CLI
0 likes · 5 min read
Master GitHub CLI 1.0: Install, Commands, and Workflow Tips
ITPUB
ITPUB
Sep 17, 2020 · Operations

Understanding the Key Differences Between sudo and su in Linux

This article explains how sudo and su differ in password requirements, default behavior, scope of privilege elevation, environment handling, and usage syntax, providing clear examples and guidance for choosing the appropriate command in Linux system administration.

Command LineLinuxUnix
0 likes · 5 min read
Understanding the Key Differences Between sudo and su in Linux
Wukong Talks Architecture
Wukong Talks Architecture
Sep 15, 2020 · Fundamentals

JVM Parameter Types and Hands‑On Experiments

This tutorial explains the three main categories of JVM parameters—standard, X, and XX—demonstrates how to view, modify, and verify them using command‑line tools such as java, jps, and jinfo, and provides step‑by‑step hands‑on labs for each type.

Command LineJInfoJVM
0 likes · 9 min read
JVM Parameter Types and Hands‑On Experiments
Efficient Ops
Efficient Ops
Sep 7, 2020 · Operations

Top 10 Linux Shell Interview Questions and How to Solve Them

This article walks through ten common Linux shell interview questions, covering script interruption, file header removal, line length checking, viewing non‑printing characters, directory permissions, process states, cut usage, cmp vs diff, echo vs ls, and a brief explanation of inodes.

Command LineInterview QuestionsLinux
0 likes · 7 min read
Top 10 Linux Shell Interview Questions and How to Solve Them
Open Source Linux
Open Source Linux
Sep 7, 2020 · Operations

Never Lose Long‑Running Linux Tasks: Master the Screen Command

This guide explains how to install, start, name, detach, reattach, nest, and close GNU Screen sessions on Linux, enabling you to keep long‑running processes alive across network interruptions and efficiently manage multiple terminal tasks in a single window.

Command LineLinuxSession management
0 likes · 7 min read
Never Lose Long‑Running Linux Tasks: Master the Screen Command
Liangxu Linux
Liangxu Linux
Sep 1, 2020 · Operations

How to Install and Manage Custom Fonts on Ubuntu 18.04

This guide walks through installing the Hack TrueType font on Ubuntu 18.04, covering downloading from GitHub, extracting the archive, creating a local fonts directory, moving files, rebuilding the font cache, verifying the installation, and optionally removing the font, with all commands provided.

Command LineFont InstallationHack Font
0 likes · 4 min read
How to Install and Manage Custom Fonts on Ubuntu 18.04
Laravel Tech Community
Laravel Tech Community
Aug 28, 2020 · Fundamentals

Linux Directory Structure, Common Commands, and Vim Basics

This article introduces Linux as a widely used server OS, explains its directory hierarchy, outlines essential command-line operations, describes file permission notation, and provides an overview of Vim editing modes and useful shortcuts.

Command LineDirectory StructureVim
0 likes · 4 min read
Linux Directory Structure, Common Commands, and Vim Basics
Liangxu Linux
Liangxu Linux
Aug 27, 2020 · Fundamentals

Can Linux Replace Windows for Everyday Development and Productivity?

This article shares a personal experience of using Linux as a daily development platform, covering its graphical desktop, supported development tools, communication apps, ability to run Android applications, and the many efficiency, freedom, and aesthetic advantages that make it a viable Windows alternative.

Command LineDesktopDevelopment
0 likes · 11 min read
Can Linux Replace Windows for Everyday Development and Productivity?
Python Crawling & Data Mining
Python Crawling & Data Mining
Aug 23, 2020 · Operations

Unlock Windows Automation: Powerful Batch Scripts vs Python

This article explores the advantages of Windows batch scripting for automation, detailing basic commands, practical use cases such as file organization, build folder cleanup, scheduled Python tasks, Git operations, and system junk removal, while comparing its simplicity and efficiency to Python scripts.

Batch ScriptingCommand LineSystem Automation
0 likes · 9 min read
Unlock Windows Automation: Powerful Batch Scripts vs Python
Liangxu Linux
Liangxu Linux
Aug 22, 2020 · Operations

How to Diagnose a Slow Production Server with Essential Linux Commands

This guide walks you through a step‑by‑step method for diagnosing a sluggish production server, covering overall system status with top, CPU usage via vmstat, memory with free, disk space with df, disk I/O using iostat, and network I/O using sar, so you can confidently answer interview questions.

Command LineLinuxServer Monitoring
0 likes · 9 min read
How to Diagnose a Slow Production Server with Essential Linux Commands
ITPUB
ITPUB
Aug 19, 2020 · Operations

Mastering Linux ps: Essential Commands for Process Monitoring and Filtering

This guide explains the Linux ps command, its basic options, output formats, and practical examples for listing all processes, filtering by user, CPU or memory usage, sorting, displaying threads, tree view, security information, root‑owned processes, and combining ps with watch for near‑real‑time monitoring.

Command LineLinuxUnix
0 likes · 10 min read
Mastering Linux ps: Essential Commands for Process Monitoring and Filtering
Liangxu Linux
Liangxu Linux
Aug 18, 2020 · Operations

Recover Accidentally Deleted Files on Windows with the New WinFR Tool

This article introduces Microsoft’s Windows File Recovery command‑line utility, explains its supported file types and recovery modes, details key parameters, shows how to run the winfr command, and provides the download link for quick data restoration.

Command LineData RecoveryWindows
0 likes · 4 min read
Recover Accidentally Deleted Files on Windows with the New WinFR Tool
Architecture Digest
Architecture Digest
Aug 7, 2020 · Operations

A Beginner’s Guide to macOS Terminal: Basics, Common Commands, and Advanced Tips

This article introduces macOS Terminal as the bridge between the kernel and the user interface, explains how to open it, covers fundamental concepts such as commands, paths, and file operations, and provides a collection of practical commands—from simple echoes to disk management and Homebrew installation—while warning about risky operations and offering advanced customization tips.

Command LineautomationmacOS
0 likes · 17 min read
A Beginner’s Guide to macOS Terminal: Basics, Common Commands, and Advanced Tips
Liangxu Linux
Liangxu Linux
Jul 26, 2020 · Fundamentals

Master Linux Redirection: Streamline Input, Output, and Error Handling

This guide explains Linux redirection fundamentals, covering stdin, stdout, and stderr streams, how to view their device files, and practical examples of redirecting output, input, error messages, and using /dev/null, Here‑doc, and Here‑string to simplify command‑line workflows.

CLICommand LineLinux
0 likes · 7 min read
Master Linux Redirection: Streamline Input, Output, and Error Handling
ITPUB
ITPUB
Jul 22, 2020 · Operations

Mastering dmesg: How to Read and Control Linux Kernel Logs

Learn how the dmesg utility reads the Linux kernel’s ring buffer, displays boot and runtime messages, and how to use its many options—such as filtering, formatting timestamps, clearing the buffer, and handling permission restrictions—to troubleshoot hardware and kernel issues effectively.

Command LineLinuxdmesg
0 likes · 7 min read
Mastering dmesg: How to Read and Control Linux Kernel Logs
21CTO
21CTO
Jul 17, 2020 · Fundamentals

Master Essential Linux Commands and System Administration Basics

This comprehensive guide covers fundamental Linux commands such as ls and cat, user and group management, package handling with RPM and yum, process monitoring tools, file searching utilities, scheduled task creation with at and crontab, and automating interactions using Expect, providing clear examples and code snippets for each topic.

Command LineCronLinux
0 likes · 38 min read
Master Essential Linux Commands and System Administration Basics
Liangxu Linux
Liangxu Linux
Jul 13, 2020 · Operations

Master Linux: From Installation to Advanced System Management

This guide walks you through Linux fundamentals, installation methods, essential commands, directory and file operations, networking, firewall, package management, MySQL and Tomcat deployment, as well as user, group and scheduled‑task administration, providing practical examples and code snippets for each step.

Command LineLinuxUser Management
0 likes · 23 min read
Master Linux: From Installation to Advanced System Management
Liangxu Linux
Liangxu Linux
Jul 8, 2020 · Fundamentals

Master macOS Terminal: Essential Commands for Beginners and Power Users

This guide introduces macOS Terminal, explains what a terminal is, shows how to open it, covers fundamental commands such as navigation, file handling, system settings, and advanced utilities like diskutil and Homebrew, while warning about risky operations and offering practical examples.

Command LineProductivityUnix
0 likes · 18 min read
Master macOS Terminal: Essential Commands for Beginners and Power Users
Liangxu Linux
Liangxu Linux
Jul 5, 2020 · Fundamentals

Mastering /dev/null: How to Silence Output and Redirect Errors in Linux

This article explains the purpose of the virtual device file /dev/null, how standard output and error streams work in Unix-like systems, and provides practical shell redirection techniques with concrete command examples to filter, discard, or log output as needed.

Command LineLinuxRedirection
0 likes · 8 min read
Mastering /dev/null: How to Silence Output and Redirect Errors in Linux
Open Source Linux
Open Source Linux
Jul 4, 2020 · Fundamentals

Master Git: Essential Commands, Workflows, and Best Practices

This comprehensive guide covers Git fundamentals, including workspace concepts, configuration, common commands, branch management, merging strategies, hooks, and troubleshooting tips, providing developers with a complete reference to efficiently use Git for version control in any project.

Command LineGitWorkflow
0 likes · 37 min read
Master Git: Essential Commands, Workflows, and Best Practices
ITPUB
ITPUB
Jul 3, 2020 · Fundamentals

Master Git: Essential Commands, Workflows, and Best Practices

This comprehensive guide explains Git's core concepts, configuration, common commands, branching strategies, hooks, submodules, and troubleshooting tips, providing clear examples and code snippets to help developers efficiently manage version control in any project.

Command LineHookssubmodule
0 likes · 37 min read
Master Git: Essential Commands, Workflows, and Best Practices
Liangxu Linux
Liangxu Linux
Jun 25, 2020 · Operations

Top 10 Linux Shell Interview Questions and How to Solve Them

This article presents ten common Linux shell interview questions, providing clear explanations and step‑by‑step command examples—including script termination, file header removal, line length checking, non‑printable character display, directory permissions, process states, and differences between utilities—so readers can master essential command‑line techniques.

Command LineInterviewLinux
0 likes · 8 min read
Top 10 Linux Shell Interview Questions and How to Solve Them
MaGe Linux Operations
MaGe Linux Operations
Jun 20, 2020 · Operations

Mastering ZooKeeper: Core Concepts, Cluster Roles, and Practical Commands

This comprehensive guide explains ZooKeeper's purpose as a distributed coordination service, its design goals, cluster architecture, ZAB protocol, deployment steps, configuration details, data model, and hands‑on command‑line examples for managing nodes, watches, and four‑letter monitoring commands.

Command LineDistributed CoordinationZAB Protocol
0 likes · 28 min read
Mastering ZooKeeper: Core Concepts, Cluster Roles, and Practical Commands
Liangxu Linux
Liangxu Linux
Jun 14, 2020 · Operations

Unlock Your Mac’s Power: Essential Terminal Commands for Everyday Tasks

This guide explains what the macOS Terminal is, how to open it, basic command syntax, essential everyday commands for file and system management, and advanced utilities like defaults, textutil, diskutil, and Homebrew, while warning about risky operations and best practices.

Command LineProductivityterminal
0 likes · 20 min read
Unlock Your Mac’s Power: Essential Terminal Commands for Everyday Tasks
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.

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

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

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

Command LineGoQR code
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.

Command LineDelete FilesUnix
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.

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

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

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

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

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

Command LineLinux commandsProductivity
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.

Command LineProcess ManagementShell Utilities
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.

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

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

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

Command LineGitGit-SVN
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.

AndroidCommand LineMonkey
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.

Command LineLinuxProcess Management
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.

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

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

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

Command LineGitIntelliJ IDEA
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.

Command LineGroovyJMeter
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 testingCommand LineDebugging
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.

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

Command LineLinuxTCP/IP
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.

Command LineGitUndo
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 SheetCommand LineGit
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.

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

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

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

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

Command LineGit-SVNsvn
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.

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

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

Command LineGNU ScreenSession 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.

Command LineLinuxShell scripting
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.

Command Lineterminal
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 LineSession managementpane
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.

Command Linebatch renamingregex
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.

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

Command LineLinux BasicsQuiz
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.

Command Linecheatcht.sh
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.

Command LineHyperProductivity
0 likes · 6 min read
Why Developers Are Obsessed with “The Fuck” and Hyper Terminal – A Deep Dive