Tagged articles
625 articles
Page 7 of 7
ITPUB
ITPUB
May 26, 2016 · Fundamentals

Mastering Shell Command Substitution: Backticks vs $() and Escape Tricks

This article explains shell command substitution, comparing backticks and the modern $(…) syntax, details their handling of special characters, demonstrates nesting and backslash escaping tricks across various shells, and provides practical examples and solutions for reliable quoting and path handling.

BashShellcommand substitution
0 likes · 10 min read
Mastering Shell Command Substitution: Backticks vs $() and Escape Tricks
ITPUB
ITPUB
May 24, 2016 · Fundamentals

Why Does a Backslash Behave Differently in Bash and Ksh? Master Shell Quoting

This article explains literal versus meta characters in shells, the three quoting methods (escape, strong, weak), and demonstrates why printing backslashes with echo requires different numbers of backslashes in Bash and Ksh, including work‑arounds like the -E option and set -x debugging.

BashEscape CharactersShell
0 likes · 8 min read
Why Does a Backslash Behave Differently in Bash and Ksh? Master Shell Quoting
MaGe Linux Operations
MaGe Linux Operations
May 14, 2016 · Operations

Master Linux Interview Questions: 20 Essential Commands & Answers

This article presents 20 common Linux interview questions covering runlevels, default gateways, initramfs creation, cpio, patch, aspell, SPF lookup, package identification, bond0 status, /proc filesystem, file searches, strings, tee, environment variables, awk, at, and lspci, each with concise command‑line solutions.

Interview PreparationLinuxShell
0 likes · 10 min read
Master Linux Interview Questions: 20 Essential Commands & Answers
ITPUB
ITPUB
May 5, 2016 · Fundamentals

Mastering Shell Test Expressions: test vs [] with Real‑World Examples

This guide explains how to use the shell test command and the [ ] syntax for file existence checks, interprets the special $? return code, demonstrates logical operators && and ||, and highlights spacing rules and additional test flags with clear examples.

BashConditionalsShell
0 likes · 4 min read
Mastering Shell Test Expressions: test vs [] with Real‑World Examples
Qunar Tech Salon
Qunar Tech Salon
Apr 23, 2016 · Operations

Linux Shell Tips and Tricks: 73 Useful Commands

This article compiles 73 practical Linux shell tips covering network checks, process control, file manipulation, system monitoring, version control, and various command-line shortcuts, providing concise examples and commands to enhance productivity and troubleshooting for system administrators and developers.

LinuxOperationsShell
0 likes · 12 min read
Linux Shell Tips and Tricks: 73 Useful Commands
MaGe Linux Operations
MaGe Linux Operations
Apr 2, 2016 · Operations

Linux Operations Quiz: Answers and Explanations for Sysadmin Fundamentals

This article presents a collection of multiple‑choice, true/false, and short‑answer questions covering Linux shell commands, file permissions, startup processes, RAID, networking, and other core sysadmin topics, along with the correct answers and brief explanations to help learners assess and improve their operational skills.

LinuxQuizShell
0 likes · 11 min read
Linux Operations Quiz: Answers and Explanations for Sysadmin Fundamentals
21CTO
21CTO
Mar 23, 2016 · Operations

73 Hidden Linux Commands Every Sysadmin Should Bookmark

This article compiles 73 obscure yet highly practical Linux command‑line tricks, ranging from network checks and process management to file manipulation, version control shortcuts, and system monitoring, providing sysadmins and developers a handy reference to boost productivity and streamline everyday tasks.

BashLinuxShell
0 likes · 14 min read
73 Hidden Linux Commands Every Sysadmin Should Bookmark
Big Data and Microservices
Big Data and Microservices
Mar 19, 2016 · Operations

Essential Linux Commands for Comprehensive System Inspection

This guide compiles essential Linux commands for inspecting system details, resources, disks, networks, processes, users, services, and installed programs, providing concise descriptions that help administrators quickly gather kernel, hardware, memory, storage, and runtime information.

LinuxShellSystem Administration
0 likes · 6 min read
Essential Linux Commands for Comprehensive System Inspection
Qunar Tech Salon
Qunar Tech Salon
Mar 5, 2016 · Operations

Common Linux Commands for Java Developers

This article provides Java developers with a concise reference of essential Linux shell commands, covering process inspection, file manipulation, permission changes, compression, networking checks, remote access, and other common operations needed for interacting with Linux servers during development and deployment.

CommandLineDevOpsLinux
0 likes · 7 min read
Common Linux Commands for Java Developers
Efficient Ops
Efficient Ops
Sep 22, 2015 · Operations

Automating Deployment for SMEs: A Step‑by‑Step Shell Guide

This article outlines a practical, resource‑conscious approach for small and medium‑size enterprises to design and implement an automated deployment pipeline using shell scripts, covering goal setting, process design, key deployment steps, tips, rollback procedures, and frequently asked questions.

AutomationConfigurationDeployment
0 likes · 14 min read
Automating Deployment for SMEs: A Step‑by‑Step Shell Guide
Qunar Tech Salon
Qunar Tech Salon
Jul 28, 2015 · Fundamentals

Introduction to xargs with Basic and Advanced Usage Examples

This article explains the purpose of the Unix xargs command, demonstrates basic usage for concatenating log files, shows an advanced example for renaming text files to log files using the -I placeholder, and provides a step‑by‑step breakdown of how the command pipeline works.

Batch ProcessingScriptingShell
0 likes · 3 min read
Introduction to xargs with Basic and Advanced Usage Examples
Qunar Tech Salon
Qunar Tech Salon
May 22, 2015 · Fundamentals

Using sed to Edit a Specific Range in a Large File

The article explains how to safely edit a particular line range in a large file using the Unix sed command, guiding readers through consulting the manual, understanding address syntax, and providing a concrete example command to replace text within the specified lines.

Shellcommand-linefile editing
0 likes · 3 min read
Using sed to Edit a Specific Range in a Large File
MaGe Linux Operations
MaGe Linux Operations
Oct 13, 2014 · Cloud Native

Master Docker: 15 Essential Tips and Commands for Efficient Container Management

This guide walks you through fifteen practical Docker techniques—from retrieving the latest container ID and optimizing Dockerfile usage to handling super‑user permissions, cleaning up stopped containers, parsing inspect output with jq, understanding RUN vs CMD vs ENTRYPOINT, accessing container IPs, communicating via UNIX sockets, visualizing image dependencies, exploring Docker's storage layout and Go source code, managing background processes, and linking containers for inter‑service communication.

ContainersLinuxShell
0 likes · 14 min read
Master Docker: 15 Essential Tips and Commands for Efficient Container Management
Baidu Tech Salon
Baidu Tech Salon
Aug 15, 2014 · Operations

My Journey with Unix: From Motivation to Automation

The author recounts how a university encounter and later work demands led them to master Unix, using tools like awk, Perl, Python and Ruby to automate massive data tasks, teach courses, and champion Ubuntu and other Unix-like systems as essential, productivity‑driving platforms.

AutomationPythonScripting
0 likes · 7 min read
My Journey with Unix: From Motivation to Automation
MaGe Linux Operations
MaGe Linux Operations
Jun 23, 2014 · Fundamentals

How to Permanently Change the Umask Value on Linux Systems

This tutorial explains what the umask setting does, shows the octal permission masks, and provides step‑by‑step instructions for permanently modifying the default umask in a user’s shell profile or /etc/profile on any Linux distribution.

File PermissionsLinuxShell
0 likes · 4 min read
How to Permanently Change the Umask Value on Linux Systems