Tagged articles
921 articles
Page 7 of 10
Efficient Ops
Efficient Ops
Jan 4, 2021 · Operations

10 Essential Linux Commands Every Developer Should Master

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

LinuxShellUnix
0 likes · 11 min read
10 Essential Linux Commands Every Developer Should Master
DevOps Cloud Academy
DevOps Cloud Academy
Dec 30, 2020 · Backend Development

Building a CLI Application in Go with Cobra: A Step‑by‑Step Tutorial

This tutorial explains how to create a command‑line interface (CLI) application in Go using the Cobra library, covering project initialization, command and flag definitions, configuration handling with Viper, and extending the tool with sub‑commands for integer, floating‑point, and even‑number calculations.

CLICOBRAGo
0 likes · 14 min read
Building a CLI Application in Go with Cobra: A Step‑by‑Step Tutorial
Liangxu Linux
Liangxu Linux
Dec 23, 2020 · Fundamentals

Unlock Linux Filesystem Secrets: Directory Structure, FHS, and File Types Explained

This comprehensive guide explains the Linux filesystem hierarchy, the purpose of the Filesystem Hierarchy Standard, the roles of top‑level directories such as /, /usr and /var, the differences between absolute and relative paths, common file types, extensions, and how to interpret file attributes using standard commands.

Directory StructureFHSFile Types
0 likes · 32 min read
Unlock Linux Filesystem Secrets: Directory Structure, FHS, and File Types Explained
php Courses
php Courses
Dec 18, 2020 · Backend Development

Common PHP Command‑Line Options and Script Development Guide

This article introduces the most frequently used PHP command‑line switches, explains how to retrieve module, version, configuration and help information, and demonstrates basic CLI script development with $argv and $argc, including a complete example and its output.

CLIPHPScripting
0 likes · 3 min read
Common PHP Command‑Line Options and Script Development Guide
Efficient Ops
Efficient Ops
Dec 15, 2020 · Operations

Essential Safety Checklist for Dangerous Linux Commands in Production

This guide outlines critical precautions, preparation steps, and safe usage patterns for risky Linux commands such as rm, chmod, dd, and MySQL operations, emphasizing deep breathing, verification, backups, and proper scripting to prevent catastrophic data loss in production environments.

DevOpsLinuxcommand-line
0 likes · 9 min read
Essential Safety Checklist for Dangerous Linux Commands in Production
Liangxu Linux
Liangxu Linux
Dec 12, 2020 · Operations

10 Awesome Linux Terminal Commands to Wow Your Screen

Discover ten eye‑catching Linux command‑line tricks—from the iconic Matrix rain to a built‑in fireworks display—each with simple installation steps, example usage, and visual screenshots that turn a regular terminal into a showcase of fun, interactive effects.

Fun CommandsLinuxTutorial
0 likes · 6 min read
10 Awesome Linux Terminal Commands to Wow Your Screen
Top Architect
Top Architect
Dec 1, 2020 · Information Security

SSH Overview: Concepts, Basic Commands, Port Forwarding, and Remote Operations

This article introduces SSH, explains its encryption-based login mechanism, demonstrates basic command syntax, shows practical examples of remote login, local/remote/dynamic port forwarding, remote command execution, and discusses common security concerns such as man‑in‑the‑middle attacks.

LinuxRemote LoginSSH
0 likes · 13 min read
SSH Overview: Concepts, Basic Commands, Port Forwarding, and Remote Operations
Liangxu Linux
Liangxu Linux
Nov 30, 2020 · Information Security

How to Install and Use Lynis for Automated Linux Security Audits

This guide explains what Lynis is, walks through installing it on CentOS 8, and demonstrates how to run full system audits, select specific test groups, and view detailed results, helping administrators harden Linux servers with a free open‑source tool.

LinuxLynisServer Hardening
0 likes · 5 min read
How to Install and Use Lynis for Automated Linux Security Audits
Liangxu Linux
Liangxu Linux
Nov 30, 2020 · Fundamentals

Master Vim Split Windows: Horizontal, Vertical, and Dynamic Resizing Commands

This guide explains how to use Vim's split window feature—including horizontal and vertical splits, opening multiple files from the command line, adjusting pane sizes, navigating between splits, and closing them—providing concrete commands and shortcuts to boost coding efficiency.

Split WindowsText EditingVim
0 likes · 5 min read
Master Vim Split Windows: Horizontal, Vertical, and Dynamic Resizing Commands
MaGe Linux Operations
MaGe Linux Operations
Nov 30, 2020 · Operations

Unlock Linux’s Dark Side: Master Crypt, Kill, Shred, and More

This guide explores several powerful yet intimidating Linux commands—including crypt, kill, shred, zombie process detection, at midnight scheduling, and daemon management—explaining their purposes, usage nuances, and safety considerations for system administrators and power users.

LinuxSecurityShell
0 likes · 6 min read
Unlock Linux’s Dark Side: Master Crypt, Kill, Shred, and More
Liangxu Linux
Liangxu Linux
Nov 29, 2020 · Fundamentals

35 Essential Linux Commands Every Beginner Should Master

This guide provides a concise, alphabetically ordered reference of 35 core Linux (and macOS) terminal commands, complete with explanations, practical examples, and usage tips to help newcomers quickly become comfortable navigating and managing a Unix-like system.

LinuxShellUnix
0 likes · 20 min read
35 Essential Linux Commands Every Beginner Should Master
Liangxu Linux
Liangxu Linux
Nov 18, 2020 · Operations

Diagnosing Linux Server Performance in the First 60 Seconds

This guide walks you through ten essential Linux command‑line tools—uptime, dmesg, vmstat, mpstat, pidstat, iostat, free, sar, and top—explaining what each metric means, how to interpret the output, and how to quickly spot utilization, saturation, and error issues within the first minute of investigation.

LinuxPerformance MonitoringSystem Administration
0 likes · 20 min read
Diagnosing Linux Server Performance in the First 60 Seconds
Liangxu Linux
Liangxu Linux
Nov 17, 2020 · Operations

How to Install and Configure Zsh on Ubuntu 20.04

This guide walks through installing Zsh on Ubuntu 20.04, setting it as the default shell, configuring initial options, and reverting to Bash, providing step‑by‑step commands and screenshots for each stage.

InstallationShellUbuntu
0 likes · 5 min read
How to Install and Configure Zsh on Ubuntu 20.04
Programmer DD
Programmer DD
Nov 10, 2020 · Fundamentals

Top 20 Must‑Have CLI Tools Every Developer Should Use

This article presents a curated list of essential command‑line interface (CLI) tools—including shells, fuzzy finders, file search utilities, system monitors, version managers, and more—explaining their key features, typical use cases, and where to download them, helping developers boost productivity in the terminal.

DevelopmentShellcommand-line
0 likes · 15 min read
Top 20 Must‑Have CLI Tools Every Developer Should Use
Open Source Linux
Open Source Linux
Nov 5, 2020 · Fundamentals

Master the Essential Git Commands: A Complete Cheat Sheet

This article provides a comprehensive cheat sheet of the most frequently used Git commands, covering repository initialization, configuration, file staging, committing, branching, tagging, viewing history, remote synchronization, undoing changes, and miscellaneous tips, helping developers work efficiently with version control.

Cheat SheetGitRepository
0 likes · 15 min read
Master the Essential Git Commands: A Complete Cheat Sheet
ITPUB
ITPUB
Oct 29, 2020 · Fundamentals

Mastering Linux chmod: A Complete Guide to File Permission Management

This tutorial explains Linux file permissions, the chmod command syntax, numeric and symbolic modes, recursive options, and practical examples, enabling readers to confidently view, modify, and troubleshoot permissions for files and directories.

File PermissionsSecurityUnix
0 likes · 10 min read
Mastering Linux chmod: A Complete Guide to File Permission Management
Liangxu Linux
Liangxu Linux
Oct 27, 2020 · Fundamentals

Master Git: From Basics to Advanced Branch, Conflict, and Revert Techniques

This comprehensive guide walks you through Git fundamentals, explains the four work areas and file states, demonstrates essential commands for daily development, and dives into advanced topics such as branch management, conflict resolution, undo/revert strategies, tagging, and other powerful Git utilities.

GitTaggingVersion Control
0 likes · 18 min read
Master Git: From Basics to Advanced Branch, Conflict, and Revert Techniques
ITPUB
ITPUB
Oct 26, 2020 · Operations

Master Linux File Permissions: A Complete Guide to Using chmod

This tutorial explains the Linux chmod command, covering the permission model, how to view permissions with ls -l, numeric and symbolic notations, recursive changes, reference files, and multiple practical examples to help you manage file and directory access securely.

File PermissionsLinuxSystem Administration
0 likes · 11 min read
Master Linux File Permissions: A Complete Guide to Using chmod
Java Backend Technology
Java Backend Technology
Oct 24, 2020 · Fundamentals

Top 20 Must‑Have CLI Tools Every Developer Should Use

This article presents a curated list of essential command‑line tools—from modern shells and version managers to system monitors and database clients—detailing their key features, usage benefits, and download links, helping developers boost productivity across diverse programming tasks.

CLIDevToolsShell
0 likes · 16 min read
Top 20 Must‑Have CLI Tools Every Developer Should Use
Liangxu Linux
Liangxu Linux
Oct 17, 2020 · Operations

Boost Your Productivity with Essential Linux Shell Tricks

This article presents a collection of practical Linux shell techniques—including brace expansion, directory shortcuts, command history shortcuts, and useful built‑in variables—to streamline everyday command‑line tasks, reduce typing, and automate repetitive operations for faster, more efficient workflow.

LinuxTipscommand-line
0 likes · 9 min read
Boost Your Productivity with Essential Linux Shell Tricks
Liangxu Linux
Liangxu Linux
Oct 14, 2020 · Operations

Top 13 Essential Linux Tools for System Monitoring and Performance

This guide introduces thirteen practical Linux utilities—including Nethogs, IOZone, IOTop, IPtraf, IFTop, HTop, NMON, MultiTail, Fail2ban, Tmux, Agedu, NMap, and Httperf—covering their purpose, installation commands, key options, and example usage for effective system monitoring and troubleshooting.

LinuxPerformance TestingSecurity
0 likes · 11 min read
Top 13 Essential Linux Tools for System Monitoring and Performance
Efficient Ops
Efficient Ops
Oct 11, 2020 · Operations

Essential Linux Shell Commands for System Monitoring and Maintenance

This article compiles a comprehensive set of Linux shell commands for deleting zero‑byte files, inspecting processes, sorting by memory or CPU usage, checking URLs, network connections, system load, disk space, logs, and includes a handy collection of common regular expressions for text processing.

LinuxShellcommand-line
0 likes · 14 min read
Essential Linux Shell Commands for System Monitoring and Maintenance
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.

LinuxShellSystem Administration
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.

System Administrationcommand-lineproductivity
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.

LinuxRemote LoginSSH
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.

DevOpsGitHub CLITooling
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.

LinuxSudoSystem Administration
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.

JInfoJVMJVM Parameters
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.

LinuxShellSystem Administration
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.

LinuxProcess ControlSession 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.

Font InstallationHack FontLinux
0 likes · 4 min read
How to Install and Manage Custom Fonts on Ubuntu 18.04
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.

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

Windows Automationbatch scriptingcommand-line
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.

LinuxServer Monitoringcommand-line
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.

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

Data RecoveryWindowscommand-line
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.

AutomationShellSystem Administration
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.

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

Linuxcommand-linedmesg
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.

LinuxShell scriptingSystem Administration
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.

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

Unixbasicscommand-line
0 likes · 18 min read
Master macOS Terminal: Essential Commands for Beginners and Power Users
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.

Branch ManagementGitVersion Control
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.

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

Distributed CoordinationZAB Protocolcommand-line
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.

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.

OperationsPerformance Monitoringcommand-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.

Exception HandlingTutorialcommand-line
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.

CollaborationGitWindows
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 FilesUnixcommand-line
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.

LinuxWSLWindows 10
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.

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

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

Ubuntucommand-linehollywood
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.

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.

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

Linuxcommand-lineprocess 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.

AliasTaggingcommand-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 testingAutomationDebugging
0 likes · 7 min read
Using HttpRunner 2.0.1 for API Automation: Setup, Core Commands, Common Issues and Practical Tips