Tag

shell

1 views collected around this technical thread.

Raymond Ops
Raymond Ops
Jun 6, 2025 · Operations

Master Linux Process Management: Essential Commands and Monitoring Tools

This guide explains the fundamentals of Linux programs and processes, their lifecycle, creation methods, and provides detailed usage of key commands such as ps, top, pgrep, pstree, lsof, vmstat, free, iostat, iftop, dstat, as well as background job control, at, and crontab for scheduling tasks.

LinuxProcess Managementcommand line
0 likes · 11 min read
Master Linux Process Management: Essential Commands and Monitoring Tools
IT Xianyu
IT Xianyu
May 21, 2025 · Operations

Learn Shell Scripting: From Hello World to Practical Tools

This tutorial walks beginners through creating and executing Bash scripts on Linux, covering basics like the shebang, variables, conditionals, loops, functions, and debugging, and provides practical examples such as file checks, service monitoring, and user interaction to build useful automation tools.

Linuxautomationbash
0 likes · 7 min read
Learn Shell Scripting: From Hello World to Practical Tools
Raymond Ops
Raymond Ops
May 20, 2025 · Operations

Master Linux Redirection and Pipes: From File Descriptors to Inter‑Process Communication

This article explains Linux redirection, the three standard streams and their file descriptors, how to adjust descriptor limits, practical redirection examples, and the fundamentals of pipes—including anonymous and named pipes, their characteristics, and typical use cases for inter‑process communication.

IPCLinuxPipes
0 likes · 13 min read
Master Linux Redirection and Pipes: From File Descriptors to Inter‑Process Communication
Raymond Ops
Raymond Ops
May 14, 2025 · Operations

Master Bash Test Commands: Conditional Expressions, Comparisons, and File Checks

This article explains Bash's test command and related conditional operators, demonstrates various if/then syntaxes, arithmetic and string comparisons, and shows how to test file attributes with practical code examples for Linux shell scripting.

Linuxbashconditional
0 likes · 6 min read
Master Bash Test Commands: Conditional Expressions, Comparisons, and File Checks
Architecture Digest
Architecture Digest
May 6, 2025 · Big Data

Using DataX for Efficient Data Synchronization Between MySQL Databases

This article explains how to employ Alibaba's open‑source DataX tool to perform fast, reliable full‑ and incremental data synchronization between MySQL instances, covering installation, framework design, job execution, and practical shell commands for Linux environments.

Data SynchronizationDataXETL
0 likes · 16 min read
Using DataX for Efficient Data Synchronization Between MySQL Databases
Efficient Ops
Efficient Ops
May 5, 2025 · Operations

Mastering Linux Find: 8 Powerful Use Cases for System Operations

This article explains why the Linux find command is essential for administrators, walks through a common interview question about deleting year‑old log files, and then presents eight practical find usages—including name patterns, file types, timestamps, size, permissions, ownership, execution actions, and directory searches—complete with ready‑to‑run code examples.

LinuxSystem Administrationfile-search
0 likes · 8 min read
Mastering Linux Find: 8 Powerful Use Cases for System Operations
Java Tech Enthusiast
Java Tech Enthusiast
May 4, 2025 · Operations

Comprehensive Linux Command Cheat Sheet

This cheat sheet compiles essential Linux command‑line tools—including navigation (cd, pwd, ls), file manipulation (cp, mv, rm, cat), searching (find, grep), permission management (chmod, chown), archiving (tar), text processing (cut), and redirection or piping—each with common options and practical usage examples for everyday system administration.

LinuxSystem AdministrationUnix
0 likes · 19 min read
Comprehensive Linux Command Cheat Sheet
Code Mala Tang
Code Mala Tang
May 4, 2025 · Operations

Master Shell Functions: From Basics to Advanced Automation

This guide explains everything about Shell functions—from basic syntax and creation, through parameter passing, return values, nesting, and recursion, to best practices, sourcing from the command line, and a real‑world file‑backup example—helping Unix/Linux users and DevOps engineers write modular, reusable scripts.

DevOpsFunctionsUnix
0 likes · 7 min read
Master Shell Functions: From Basics to Advanced Automation
Aikesheng Open Source Community
Aikesheng Open Source Community
Apr 22, 2025 · Databases

Implementing a MySQL Configuration Comparison Script: Key Considerations and Common Pitfalls

This article explains how to build a MySQL configuration comparison script by retrieving runtime variable values, parsing my.cnf and mysqld-auto.cnf files, handling formatting and case issues, and accurately comparing values while addressing typical challenges such as unit conversion, boolean representation, and legacy variable names.

Database AdministrationMySQLawk
0 likes · 8 min read
Implementing a MySQL Configuration Comparison Script: Key Considerations and Common Pitfalls
Efficient Ops
Efficient Ops
Apr 21, 2025 · Operations

10 Must‑Know Shell Scripts to Boost Your Ops Efficiency

This guide presents ten practical shell script examples for operations engineers, covering file consistency checks, colored output functions, FTP downloads, package verification, service status monitoring, host reachability, resource utilization alerts, batch disk usage monitoring, website availability testing, and MySQL master‑slave synchronization, all with full code snippets.

Linuxautomationmonitoring
0 likes · 13 min read
10 Must‑Know Shell Scripts to Boost Your Ops Efficiency
Test Development Learning Exchange
Test Development Learning Exchange
Apr 20, 2025 · Mobile Development

How to Use ADB Commands: Reboot, Logcat, and Shell

This guide explains essential ADB commands for Android development, covering how to reboot a device (including bootloader and recovery modes), view real‑time logs with logcat and its filtering options, and enter the device’s shell to run Linux commands such as ls, pwd, and top.

ADBAndroidMobile Development
0 likes · 3 min read
How to Use ADB Commands: Reboot, Logcat, and Shell
Raymond Ops
Raymond Ops
Apr 19, 2025 · Operations

Essential Apache & Nginx Log Analysis Commands for Linux Ops

This guide compiles practical Linux shell commands for analyzing Apache and Nginx access logs, covering IP frequency, page request counts, status code distribution, traffic volume, crawler detection, subnet aggregation, and time‑based request rates to help administrators monitor web service health efficiently.

ApacheLinuxNginx
0 likes · 15 min read
Essential Apache & Nginx Log Analysis Commands for Linux Ops
Raymond Ops
Raymond Ops
Apr 13, 2025 · Operations

Master Linux Resource Monitoring: How to Use /usr/bin/time Effectively

This guide explains how to use the Linux /usr/bin/time utility to measure program resource usage—including user and kernel CPU time, memory consumption, and I/O statistics—covers its syntax, common options, custom format strings, and the distinction between the external command and the shell built‑in.

LinuxPerformance Monitoringresource-usage
0 likes · 9 min read
Master Linux Resource Monitoring: How to Use /usr/bin/time Effectively
Raymond Ops
Raymond Ops
Apr 1, 2025 · Operations

Master the Linux date Command: Formats, Options, and Real‑World Examples

Learn how to use the Linux date command to display, format, and manipulate dates and times, including options for custom strings, file input, relative dates, setting system time, UTC display, and retrieving file modification timestamps, with practical code examples and a comprehensive format table.

Linuxdate commanddate formatting
0 likes · 9 min read
Master the Linux date Command: Formats, Options, and Real‑World Examples
Raymond Ops
Raymond Ops
Mar 31, 2025 · Fundamentals

Master Essential Linux Commands: A Complete Beginner’s Guide

This guide introduces Linux developers to the most frequently used shell commands, explaining their purpose, basic syntax, options, and practical examples, so readers can confidently navigate the command line, manage files, and perform system tasks on any Linux distribution.

Linuxbasicscommand line
0 likes · 27 min read
Master Essential Linux Commands: A Complete Beginner’s Guide
Raymond Ops
Raymond Ops
Mar 26, 2025 · Operations

Mastering Linux cut: 10 Practical Ways to Extract Text Efficiently

This tutorial explains how to use the Linux cut command for text processing, covering character and field selection, range specifications, output delimiters, and integration with other Unix tools through clear examples and code snippets.

LinuxUnixcommand line
0 likes · 9 min read
Mastering Linux cut: 10 Practical Ways to Extract Text Efficiently
Selected Java Interview Questions
Selected Java Interview Questions
Mar 12, 2025 · Operations

How to Write a Shell Script for Deploying a Java Backend Application Without Docker

This guide explains how to create a shell script to deploy a Java backend application without Docker, covering variable configuration, start/stop/restart functions, log handling, and command-line usage, along with packaging and troubleshooting steps.

DeploymentJavabackend
0 likes · 6 min read
How to Write a Shell Script for Deploying a Java Backend Application Without Docker
Raymond Ops
Raymond Ops
Feb 24, 2025 · Fundamentals

Understanding Linux Process Permissions: Real, Effective, and Saved UID Explained

This article explains how Linux processes inherit and manage user identities, detailing the roles of real, effective, and saved set user IDs, how they affect file access permissions, and demonstrates the execution flow of internal and external commands, including setuid examples.

LinuxUIDprocess permissions
0 likes · 12 min read
Understanding Linux Process Permissions: Real, Effective, and Saved UID Explained
Efficient Ops
Efficient Ops
Jan 12, 2025 · Operations

Discover 15 Fun Linux Commands That Turn Your Terminal Into a Playground

This guide introduces fifteen entertaining Linux commands—from reversing strings with rev and viewing images with asciiview to playing classic games like ninvaders and pacman4console—providing installation instructions, example usages, and screenshots that showcase each tool’s quirky behavior for both learning and amusement.

Linuxcommand linefun commands
0 likes · 7 min read
Discover 15 Fun Linux Commands That Turn Your Terminal Into a Playground