Tagged articles
625 articles
Page 5 of 7
Liangxu Linux
Liangxu Linux
Nov 17, 2020 · Operations

10 Essential Linux Sysadmin Hacks to Boost Efficiency

This guide presents ten practical Linux system‑administration tricks—from unmounting a stuck DVD drive and resetting a frozen console to using screen for collaborative debugging, recovering a lost root password, creating SSH backdoors, tunneling VNC, measuring bandwidth, and automating host‑file generation—helping admins work faster and smarter.

NetworkingSSHShell
0 likes · 21 min read
10 Essential Linux Sysadmin Hacks to Boost Efficiency
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
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
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Oct 15, 2020 · Fundamentals

Master Linux Text Processing: Find, Grep, Sed, Awk, and More

This guide provides a comprehensive overview of essential Linux command‑line utilities for text manipulation—including find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—detailing common options, practical examples, and advanced techniques for searching, filtering, transforming, and processing files efficiently.

GrepShellawk
0 likes · 16 min read
Master Linux Text Processing: Find, Grep, Sed, Awk, and More
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.

Shellcommand-linelinux
0 likes · 14 min read
Essential Linux Shell Commands for System Monitoring and Maintenance
Liangxu Linux
Liangxu Linux
Oct 7, 2020 · Operations

Turn Shell Commands into Real‑Time Visual Dashboards with Sampler

Sampler is a lightweight tool that runs shell commands, visualizes their output, and can trigger alerts; configured via simple YAML, it works on macOS, Linux and Windows, supports various components such as runcharts, sparklines, gauges, and interactive shells for monitoring databases, queues and system metrics.

DevOpsShellYAML
0 likes · 15 min read
Turn Shell Commands into Real‑Time Visual Dashboards with Sampler
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.

ShellSystem AdministrationUnix
0 likes · 15 min read
Comprehensive List of Common Linux Commands
IT Architects Alliance
IT Architects Alliance
Oct 5, 2020 · Fundamentals

Understanding Linux: Kernel, Shell, Filesystem and Core Components Explained

This comprehensive guide breaks down the four main parts of a Linux system—kernel, shell, filesystem and applications—detailing kernel subsystems such as memory and process management, shell variants, file types, directory hierarchy, partition handling, VFS, mounting procedures, link types and essential command‑line tools, while also touching on application bundles and kernel parameter tuning.

FilesystemMemory ManagementMount
0 likes · 35 min read
Understanding Linux: Kernel, Shell, Filesystem and Core Components Explained
Architects' Tech Alliance
Architects' Tech Alliance
Oct 5, 2020 · Fundamentals

Overview of Linux System Architecture: Kernel, Shell, Filesystem, and Applications

This article provides a comprehensive overview of Linux system architecture, covering the kernel, memory and process management, virtual file system, device drivers, networking, shell types, filesystem hierarchy, partitioning, mounting, and common commands, offering a solid foundation for understanding Linux fundamentals.

FilesystemShellfundamentals
0 likes · 34 min read
Overview of Linux System Architecture: Kernel, Shell, Filesystem, and Applications
ITPUB
ITPUB
Sep 20, 2020 · Fundamentals

Boost Your Development Efficiency with Essential Shell Commands

This article introduces a collection of essential Linux/macOS command‑line tools—such as find, grep, awk, sed, and others—explaining their key options and demonstrating practical examples like log analysis, database URL correction, and bulk file processing to dramatically improve everyday developer productivity.

AutomationShellcommand-line
0 likes · 18 min read
Boost Your Development Efficiency with Essential Shell Commands
ITPUB
ITPUB
Sep 10, 2020 · Fundamentals

Why Does ‘free -m’ Show Much More Used Memory Than ‘ps aux’ RSS?

The article explains why Linux’s free command reports far higher used memory than the RSS values shown by ps aux, by breaking down buffers, cache, slab allocations, page tables and shared libraries, and provides shell scripts to calculate each component.

FreeMemoryRSS
0 likes · 10 min read
Why Does ‘free -m’ Show Much More Used Memory Than ‘ps aux’ RSS?
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.

ShellSystem Administrationcommand-line
0 likes · 7 min read
Top 10 Linux Shell Interview Questions and How to Solve Them
ITPUB
ITPUB
Sep 7, 2020 · Fundamentals

Top 10 Linux Shell Interview Questions with Clear Answers

This article presents ten common Linux shell interview questions, explains how to interrupt scripts, manipulate files with sed, check line lengths, view non‑printable characters, set directory permissions, understand process states, and use commands like cut, cmp, diff, echo, and inode.

ScriptingShellcommands
0 likes · 8 min read
Top 10 Linux Shell Interview Questions with Clear Answers
Liangxu Linux
Liangxu Linux
Sep 6, 2020 · Fundamentals

Top 10 Linux Shell Interview Questions and Practical Answers

This article presents ten common Linux shell interview questions, providing clear explanations, command-line solutions, code examples, and step‑by‑step guidance on script termination, file header removal, line length checking, non‑printable character display, directory permissions, process states, cut, cmp vs diff, echo vs ls, and inode basics.

BashScriptingShell
0 likes · 8 min read
Top 10 Linux Shell Interview Questions and Practical Answers
360 Quality & Efficiency
360 Quality & Efficiency
Aug 28, 2020 · Mobile Development

Effective Screenshot Capture in Android Black‑Box Testing Using ActivityController and ProcessObserver

This article explains how to implement reliable screen‑capture during Android black‑box testing by leveraging ActivityController, custom Shell services, IProcessObserver, and optional root‑level getevent commands, providing code examples and an integrated workflow for detecting page changes and handling crashes.

Shellactivitycontrollerblack-box testing
0 likes · 9 min read
Effective Screenshot Capture in Android Black‑Box Testing Using ActivityController and ProcessObserver
IT Architects Alliance
IT Architects Alliance
Aug 20, 2020 · Fundamentals

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

This article provides a comprehensive overview of Linux’s core architecture, detailing the kernel, shell, memory and process management, virtual file system, various file system types, directory structures, partitioning, mounting procedures, and link mechanisms, offering readers a solid foundation for mastering Linux systems.

FilesystemOperating SystemShell
0 likes · 35 min read
Understanding Linux: Kernel, Shell, Filesystem, and Core Components
MaGe Linux Operations
MaGe Linux Operations
Aug 20, 2020 · Fundamentals

Understanding Linux: Kernel, Shell, Filesystems, and System Architecture Explained

This comprehensive guide explores Linux's core components—including the kernel, shell, memory and process management, file systems, device drivers, network interfaces, mounting mechanisms, and link types—providing clear explanations, diagrams, and command examples for anyone learning operating system fundamentals.

FilesystemOperating SystemShell
0 likes · 35 min read
Understanding Linux: Kernel, Shell, Filesystems, and System Architecture Explained
Liangxu Linux
Liangxu Linux
Aug 19, 2020 · Operations

How to Quickly Analyze Beijing Residency Data with Shell Commands

This tutorial shows how to use standard Unix shell tools such as grep, cut, sort, uniq, awk, and join to extract insights—top companies, most common surnames, popular given names, age distribution, and hometown statistics—from a JSON dataset of over 6,000 Beijing residency applicants.

Big DataJSONShell
0 likes · 13 min read
How to Quickly Analyze Beijing Residency Data with Shell Commands
ITPUB
ITPUB
Aug 13, 2020 · Operations

Mastering Linux ‘ps’: Essential Commands to Inspect and Filter Processes

This guide explains how the Linux ps command works, details its most useful options for listing, filtering, sorting, and formatting process information, and shows how to combine it with tools like watch, less, and pstree for real‑time and hierarchical views.

ShellSysadmincommand-line
0 likes · 8 min read
Mastering Linux ‘ps’: Essential Commands to Inspect and Filter Processes
Liangxu Linux
Liangxu Linux
Aug 11, 2020 · Fundamentals

Mastering Shell Parameters: From Positional Limits to Elegant Option Parsing

This guide explains the drawbacks of fixed positional parameters in shell scripts, demonstrates simple examples, and introduces the getopts utility to handle named options, optional arguments, and error suppression, enabling more flexible, readable, and maintainable command-line interfaces.

BashScriptingShell
0 likes · 5 min read
Mastering Shell Parameters: From Positional Limits to Elegant Option Parsing
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 9, 2020 · Operations

Essential Linux Commands with Real‑World Examples

This guide introduces ten useful Linux command‑line tools—including pgrep, pstree, bc, split, nl, mkfifo, ldd, col, xmlwf, and lsof—explaining their purpose, typical usage patterns, and providing concrete command‑line examples to help users manage processes, files, and system information efficiently.

ShellSysadmincommand-line
0 likes · 8 min read
Essential Linux Commands with Real‑World Examples
ITPUB
ITPUB
Jul 8, 2020 · Fundamentals

Top 10 Linux Shell Interview Questions with Ready‑to‑Use Answers

This article presents ten common Linux shell interview questions, each followed by clear explanations and exact command‑line solutions—including script termination, file header removal, line length checking, non‑printable character display, directory permissions, process states, cut usage, cmp vs diff, echo vs ls, and a brief overview of inodes.

ScriptingShellcommand-line
0 likes · 8 min read
Top 10 Linux Shell Interview Questions with Ready‑to‑Use Answers
Open Source Linux
Open Source Linux
Jul 1, 2020 · Operations

Master Linux Process Management: Essential ps Command Techniques

This guide walks you through the Linux ps command, covering basic usage, common options for listing all processes, filtering by user, CPU or memory usage, process name, PID, threads, tree view, security details, root‑specific formatting, and real‑time monitoring with watch.

ShellSystem AdministrationUnix
0 likes · 6 min read
Master Linux Process Management: Essential ps Command Techniques
DevOps Engineer
DevOps Engineer
Jun 22, 2020 · Operations

Controlling Shell Script Failure Behavior in Jenkins Pipelines

This guide explains how to prevent Jenkins shell steps from aborting on errors by using the +e option, appending || true, or custom failure handling commands, and provides four concrete examples with test results to illustrate each method.

Error HandlingJenkinsShell
0 likes · 6 min read
Controlling Shell Script Failure Behavior in Jenkins Pipelines
Liangxu Linux
Liangxu Linux
Jun 17, 2020 · Fundamentals

How to Keep Long‑Running Linux Jobs Alive with nohup

This guide explains why long‑running programs stop when a terminal closes, introduces the nohup command to ignore hang‑up signals, and provides step‑by‑step examples for running, redirecting output, backgrounding, chaining multiple commands, and terminating nohup‑started processes on Linux.

Shellbackground executionlinux
0 likes · 5 min read
How to Keep Long‑Running Linux Jobs Alive with nohup
21CTO
21CTO
Jun 17, 2020 · Operations

Boost Your Linux Productivity with the Howdoi Command-Line Q&A Tool

This article introduces the howdoi tool—a lightweight command‑line Q&A utility that lets Linux users ask natural‑language questions and instantly receive concise command tutorials, installation steps, flag options, and example usages, all sourced from AskUbuntu.

ShellTutorialcommand-line
0 likes · 6 min read
Boost Your Linux Productivity with the Howdoi Command-Line Q&A Tool
Liangxu Linux
Liangxu Linux
Jun 14, 2020 · Fundamentals

Master Linux Shell: Types, Variables, Config Files, and Conditional Tests

This guide explains the fundamentals of Linux shells—including common shell types, variable classifications, environment and user-defined variables, the order in which configuration files are loaded for interactive and login sessions, and how to write reliable conditional tests in shell scripts.

BashConfigurationShell
0 likes · 9 min read
Master Linux Shell: Types, Variables, Config Files, and Conditional Tests
ITPUB
ITPUB
Jun 8, 2020 · Fundamentals

Master grep: Powerful Regex Search Techniques for Linux

This guide explains how to use the Linux grep command with common options and regular‑expression patterns, providing step‑by‑step examples that demonstrate counting matches, case‑insensitive searches, inverse matches, anchoring, character classes, and quantifiers.

GrepShellcommand-line
0 likes · 6 min read
Master grep: Powerful Regex Search Techniques for Linux
Aikesheng Open Source Community
Aikesheng Open Source Community
May 28, 2020 · Databases

Creating Custom Extensions in MySQL Shell with JavaScript and Python

The article explains how MySQL Shell 8.0.17+ can be extended using JavaScript or Python to build reusable reports and plugins, describes the directory layout, provides a complete example of registering a report and a plugin that list tables without primary keys, and shows how to invoke them via \show, \watch or direct function calls.

ExtensionJavaScriptPython
0 likes · 8 min read
Creating Custom Extensions in MySQL Shell with JavaScript and Python
Liangxu Linux
Liangxu Linux
May 25, 2020 · Operations

Automate Network Ping Checks with Bash while/until Loops

This guide shows how to use Bash while and until loops to repeatedly run a ping command, pause between attempts, and stop automatically once the network connection succeeds, including a quick trick to repeat the previous command until it succeeds.

BashShellping
0 likes · 5 min read
Automate Network Ping Checks with Bash while/until Loops
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.

ShellUnixcommand-line
0 likes · 9 min read
Mastering the Linux cut Command: Practical Examples and Advanced Options
Python Programming Learning Circle
Python Programming Learning Circle
Mar 31, 2020 · Backend Development

Four Ways to Execute Shell Commands in Python

This article explains four Python techniques—os.system, os.popen, the commands module, and subprocess—for running shell commands, comparing their ability to capture output, return status, and recommending subprocess as the most flexible modern solution.

PythonShellcommands
0 likes · 3 min read
Four Ways to Execute Shell Commands in Python
Ops Development Stories
Ops Development Stories
Mar 26, 2020 · Operations

How to Auto‑Discover and Monitor Redis Ports with Zabbix

This guide explains how to use Zabbix's auto‑discovery feature to automatically find Redis instances on a server, create shell or Python scripts for port detection, configure Zabbix agent keys, set up server‑side templates, discovery rules, item prototypes, graphs, and triggers, and finally apply the template to monitored hosts.

Auto-discoveryPythonShell
0 likes · 9 min read
How to Auto‑Discover and Monitor Redis Ports with Zabbix
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.

ShellVimcommand-line
0 likes · 8 min read
Humorous and Practical Ways to Exit Vim
MaGe Linux Operations
MaGe Linux Operations
Mar 13, 2020 · Operations

Top Linux Interview Questions: GPL, Buffers, Runlevels, Boot Process and More

This article provides concise explanations and command examples for common Linux interview topics, covering GPL and free software, buffer vs cache, runlevels, boot sequence, link types, shell exit status, history timestamps, log analysis, port forwarding, load troubleshooting, fstab fields, packaging, password generation, TCP state, and MySQL root recovery.

ShellSystem Administrationinterview-questions
0 likes · 9 min read
Top Linux Interview Questions: GPL, Buffers, Runlevels, Boot Process and More
Open Source Linux
Open Source Linux
Feb 21, 2020 · Operations

Master Linux ‘find’ Command: Syntax, Options, and Practical Examples

This guide introduces the powerful Linux find command, explaining its syntax, common options such as -name, -type, -perm, and actions like -print, -exec, and -ok, and provides numerous practical examples for searching files by name, path, permissions, type, size, time, and executing commands on matches.

File SearchShellUnix
0 likes · 6 min read
Master Linux ‘find’ Command: Syntax, Options, and Practical Examples
FunTester
FunTester
Feb 19, 2020 · Operations

Turning Raw Performance Test Logs into Readable Text Charts with Groovy

This article explains how to replace cumbersome Python‑Plotly visualizations of performance test logs with a lightweight Groovy solution that generates plain‑text bar charts directly in the shell or email, using Unicode block characters and a bucket‑based median algorithm.

GroovyPerformance TestingShell
0 likes · 6 min read
Turning Raw Performance Test Logs into Readable Text Charts with Groovy
ITPUB
ITPUB
Jan 20, 2020 · Fundamentals

Mastering Unix Shell For Loops and Find to Automate Batch File Operations

This guide explains how to use Unix shell for‑loops and the find command to batch‑process files, covering basic syntax, practical ImageMagick examples, loop restrictions, variations across shells, and advanced find‑exec techniques for efficient automation.

AutomationImageMagickShell
0 likes · 11 min read
Mastering Unix Shell For Loops and Find to Automate Batch File Operations
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.

ShellSystem Administrationcommand-line
0 likes · 3 min read
Essential Linux Command Cheat Sheet: File, Network, System & User Management
Programmer DD
Programmer DD
Dec 23, 2019 · Fundamentals

Mastering Essential Shell Tricks: Pipes, Redirection, and Find Commands

This article explains three crucial shell constructs—pipes, redirection operators, and backslash usage—showing how to combine commands, direct output to files, and pass command results as arguments, with practical examples and a script for archiving recently modified files.

BashPipeRedirection
0 likes · 3 min read
Mastering Essential Shell Tricks: Pipes, Redirection, and Find Commands
ITPUB
ITPUB
Dec 12, 2019 · Information Security

Master Linux Incident Response: Step-by-Step Malware Detection and Removal

This guide outlines a comprehensive Linux incident‑response workflow—identifying suspicious behavior, locating and terminating malicious processes, eliminating virus files, closing persistence mechanisms, and hardening the system—while providing concrete shell commands, monitoring techniques, and remediation tips to effectively combat Linux malware.

Shelllinuxmalware
0 likes · 9 min read
Master Linux Incident Response: Step-by-Step Malware Detection and Removal
FunTester
FunTester
Nov 22, 2019 · Backend Development

Getting Started with Groovy Shell: Tips, Commands, and Use Cases

This article introduces Groovy Shell, explains how to launch it, demonstrates basic commands, variable handling, closures, Windows-specific tips, arithmetic with BigInteger, and showcases its usefulness for rapid prototyping and testing in backend development.

GroovyScriptingShell
0 likes · 6 min read
Getting Started with Groovy Shell: Tips, Commands, and Use Cases
Efficient Ops
Efficient Ops
Nov 11, 2019 · Operations

Top 10 Linux Ops Troubleshooting Tips Every Sysadmin Should Know

This article compiles ten common Linux operational problems—from shell script failures and cron output issues to disk space exhaustion and MySQL errors—detailing their causes and step‑by‑step solutions to help sysadmins quickly diagnose and resolve system faults.

ShellSysadmincron
0 likes · 11 min read
Top 10 Linux Ops Troubleshooting Tips Every Sysadmin Should Know
Liangxu Linux
Liangxu Linux
Nov 7, 2019 · Operations

Monitor Linux Processes with a Simple Shell Script

This guide shows how to create a reusable shell function that retrieves a process ID for a given user and program, demonstrates its usage, and explains each command involved so you can reliably detect when a service stops running.

AutomationOperationsShell
0 likes · 5 min read
Monitor Linux Processes with a Simple Shell Script
Aikesheng Open Source Community
Aikesheng Open Source Community
Sep 24, 2019 · Databases

Using MySQL Shell Util import_table and import_json for Fast Data Import

This article demonstrates how to use MySQL Shell's util.import_table and util.import_json functions to import CSV and JSON data efficiently, compares their performance with the traditional mysqlimport tool, explains required options such as file path, schema, table, dialect, threading, and shows example sessions in both JavaScript and Python modes.

Shelldata importimport_json
0 likes · 11 min read
Using MySQL Shell Util import_table and import_json for Fast Data Import
Liangxu Linux
Liangxu Linux
Sep 17, 2019 · Fundamentals

Master the Linux Command Line: Essential Bash Tips and Tricks

This comprehensive guide presents essential Bash and command‑line techniques for Linux, macOS, and Windows, covering basic navigation, file manipulation, process management, networking, one‑liners, obscure utilities, and platform‑specific tips, along with practical code snippets and references to further resources.

BashDevOpsShell
0 likes · 32 min read
Master the Linux Command Line: Essential Bash Tips and Tricks
Liangxu Linux
Liangxu Linux
Sep 5, 2019 · Operations

Limit Linux Command Execution Time with timeout and timelimit

This guide explains how to use the GNU timeout command and the timelimit utility on Linux to automatically stop a program after a specified duration, covering syntax, signal options, practical examples, and installation steps for both tools.

ShellTimeoutcommand-line
0 likes · 5 min read
Limit Linux Command Execution Time with timeout and timelimit
Liangxu Linux
Liangxu Linux
Aug 21, 2019 · Operations

How to Move Multiple File Types at Once in Linux Using mv

This guide demonstrates two straightforward Linux command‑line techniques—brace expansion and wildcard patterns—to move several file extensions (e.g., .doc, .pdf, .txt) from one directory to another in a single step, complete with examples and verification commands.

BashShellmv command
0 likes · 4 min read
How to Move Multiple File Types at Once in Linux Using mv
DevOps Cloud Academy
DevOps Cloud Academy
Aug 12, 2019 · Operations

Ansible Installation and Basic Usage Guide

This guide walks through setting up a two‑node Linux environment, installing Ansible, configuring its inventory and SSH keys, and demonstrates common Ansible commands for managing hosts, checking connectivity, and executing remote tasks.

AnsibleAutomationConfiguration Management
0 likes · 5 min read
Ansible Installation and Basic Usage Guide
Liangxu Linux
Liangxu Linux
Jul 3, 2019 · Fundamentals

Navigate Deep Directories Instantly with the up.sh Shell Script

This guide explains how to install and use the up.sh shell script on Linux to jump directly to any parent directory—by level count, full name, or prefix—supporting bash, zsh, and fish shells, with tab‑completion for faster navigation.

BashShelldirectory navigation
0 likes · 5 min read
Navigate Deep Directories Instantly with the up.sh Shell Script
21CTO
21CTO
Jun 29, 2019 · Fundamentals

How Linux Boots: From Kernel Load to User Login Explained

This article walks through the Linux boot sequence on a Debian system, covering kernel loading, the init process, runlevel scripts, service management, and the various ways users log in, while also explaining the role of login and non‑login shells and Bash configuration files.

DebianRunlevelShell
0 likes · 11 min read
How Linux Boots: From Kernel Load to User Login Explained
ITPUB
ITPUB
Jun 28, 2019 · Fundamentals

Demystifying Linux Boot: From Kernel Loading to User Login

This article walks through the Linux boot sequence on Debian, covering kernel loading, the init process, runlevel selection, startup script linking, various login methods, and the handling of login and non‑login shells with concrete command examples.

Boot ProcessDebianRunlevel
0 likes · 11 min read
Demystifying Linux Boot: From Kernel Loading to User Login
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.

ShellTutorialcommand-line
0 likes · 9 min read
Master grep: Essential Linux Text Search Commands and Tips
Java Captain
Java Captain
Jun 9, 2019 · Operations

Fun Linux Command‑Line Utilities and How to Install Them

This guide introduces a collection of entertaining Linux terminal commands—including sl, fortune, cowsay, cmatrix, figlet, toilet, oneko, xeyes, yes, cal, shred, factor, and more—explains how to install each with apt‑get, shows typical usage examples, and warns about dangerous commands like sudo rm -rf /*.

Command-lineShellfun
0 likes · 7 min read
Fun Linux Command‑Line Utilities and How to Install Them
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 CommandsShellcommand-line
0 likes · 9 min read
15 Fun Linux Commands to Wow Your Terminal (Install & Play)
Efficient Ops
Efficient Ops
May 23, 2019 · Fundamentals

Understanding Real-Time Data Flow and SIGPIPE in Linux Pipes

This article explains how Linux pipes transmit data in real time, explores buffering modes, demonstrates practical experiments with Python scripts, and details read/write rules, including SIGPIPE handling, providing developers with essential insights for effective command-line pipeline usage.

BufferingInterprocess CommunicationSIGPIPE
0 likes · 11 min read
Understanding Real-Time Data Flow and SIGPIPE in Linux Pipes
Liangxu Linux
Liangxu Linux
May 12, 2019 · Operations

Automate Multi‑Server Port Scanning with Shell & Netcat

Learn how to use the netcat (nc) command together with simple shell scripts to efficiently check whether one or multiple ports are open across a list of servers, eliminating manual checks and speeding up network diagnostics for both single‑port and multi‑port scans.

AutomationNetwork DiagnosticsShell
0 likes · 7 min read
Automate Multi‑Server Port Scanning with Shell & Netcat
Programmer DD
Programmer DD
May 10, 2019 · Backend Development

How to Resolve Common Nacos Startup Errors on Ubuntu

This article explains two frequent Nacos issues on Ubuntu—startup failures caused by shell syntax errors and database creation errors for Derby data—provides the exact error messages, shows the problematic commands, and offers step‑by‑step fixes including using bash with the correct flags and removing the corrupted Derby directory before restarting.

JavaShellUbuntu
0 likes · 4 min read
How to Resolve Common Nacos Startup Errors on Ubuntu
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.

CLIShellcommand-line
0 likes · 16 min read
Why Mastering the Command Line Is Still Essential for Developers
MaGe Linux Operations
MaGe Linux Operations
May 1, 2019 · Fundamentals

Master Essential Linux Commands: A Beginner’s Quick Reference

This guide introduces 29 core Linux command‑line utilities—such as ls, mkdir, cp, grep, and tar—explaining their basic syntax, common options, and typical use cases, providing newcomers and system administrators with a concise reference for everyday tasks.

Basic CommandsShellSystem Administration
0 likes · 10 min read
Master Essential Linux Commands: A Beginner’s Quick Reference
MaGe Linux Operations
MaGe Linux Operations
Mar 26, 2019 · Operations

Master Essential Linux Commands for System Operations

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

ShellSystem Administrationlinux
0 likes · 3 min read
Master Essential Linux Commands for System Operations
ITPUB
ITPUB
Mar 26, 2019 · Fundamentals

Essential Linux Command Cheat Sheet: Master ls, cd, grep, and More

This guide provides concise explanations and practical examples for the most commonly used Linux shell commands—including ls, cd, pwd, mkdir, cp, mv, rm, du, df, cat, echo, less, head, tail, wc, grep, man, logout, pipes, xargs, basename, dirname, and set—helping beginners quickly become proficient with the command line.

ShellUnixbasics
0 likes · 14 min read
Essential Linux Command Cheat Sheet: Master ls, cd, grep, and More
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Mar 25, 2019 · Operations

Useful Linux Command‑Line Tips to Boost Productivity

This article presents a collection of practical Linux command‑line shortcuts and techniques—including cursor navigation, history execution, disk and memory inspection, process management, multi‑command chaining, and file handling—that can significantly improve efficiency for developers and system administrators.

BashOperationsShell
0 likes · 12 min read
Useful Linux Command‑Line Tips to Boost Productivity
Efficient Ops
Efficient Ops
Mar 20, 2019 · Operations

Master Essential Linux Commands for Efficient System Operations

This guide walks through practical Linux commands—including xargs, background execution, resource monitoring, multitail, continuous ping logging, netstat analysis, and SSH port forwarding—to help sysadmins write concise scripts, troubleshoot performance, and automate routine tasks effectively.

NetworkingShellSysadmin
0 likes · 11 min read
Master Essential Linux Commands for Efficient System Operations
Liangxu Linux
Liangxu Linux
Feb 26, 2019 · Fundamentals

Master Advanced mv Techniques to Safely Move Files on Linux

This guide explains the mv command’s basic functions and walks through six powerful options—-v, -i, -n, -u, -b, and combinations—to provide verbose output, interactive prompts, prevent overwrites, update‑only moves, and automatic backups for safer file management.

Shellcommand-linemv command
0 likes · 7 min read
Master Advanced mv Techniques to Safely Move Files on Linux
Liangxu Linux
Liangxu Linux
Jan 22, 2019 · Fundamentals

How to Record and Replay Terminal Sessions with the Linux script Command

This guide explains how to use the Linux script command to capture terminal output, customize log file names, collaborate by sharing recordings, and automatically record remote assistance sessions, providing step‑by‑step examples and useful options for low‑memory environments.

CollaborationShelllogging
0 likes · 7 min read
How to Record and Replay Terminal Sessions with the Linux script Command