Tagged articles
921 articles
Page 10 of 10
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
MaGe Linux Operations
MaGe Linux Operations
Feb 16, 2016 · Fundamentals

Boost Your Coding Speed: Essential Vim Tips for Beginners

This guide introduces essential Vim shortcuts and .vimrc configurations—covering line numbering, indentation, file navigation, editing, searching, commenting, and integrating external content—to help beginners work more efficiently with the powerful editor.

Vimcodingcommand-line
0 likes · 6 min read
Boost Your Coding Speed: Essential Vim Tips for Beginners
Java High-Performance Architecture
Java High-Performance Architecture
Feb 3, 2016 · Operations

Master htop: Powerful Process Monitoring Tips & Tricks

htop is a modern, interactive process monitor that enhances the classic top utility with features like sortable columns, search filtering, tree view, process killing, and file list inspection, and this guide shows how to install it on CentOS and use its key functions effectively.

CentOSLinuxSystem Administration
0 likes · 3 min read
Master htop: Powerful Process Monitoring Tips & Tricks
Qunar Tech Salon
Qunar Tech Salon
Jan 21, 2016 · Operations

Essential Linux Command‑Line Tips and Tricks for Efficient System Use

This article compiles a comprehensive set of Linux command‑line shortcuts, Bash expressions, daily utilities, data‑processing commands, and system‑debugging tools, providing practical examples and code snippets to help users work faster and manage servers more effectively.

LinuxShell scriptingSystem Administration
0 likes · 12 min read
Essential Linux Command‑Line Tips and Tricks for Efficient System Use
21CTO
21CTO
Jan 6, 2016 · Fundamentals

Mastering Git Flow: Efficient Branching and Release Management

This article explains why teams should adopt Git, outlines its key advantages, discusses common version‑control challenges, and provides a detailed walkthrough of the Git Flow branching model—including production, develop, feature, release, and hotfix branches—plus practical command‑line examples and tool recommendations.

Branch ManagementGitGit Flow
0 likes · 12 min read
Mastering Git Flow: Efficient Branching and Release Management
Node Underground
Node Underground
Dec 8, 2015 · Fundamentals

Boost Development Efficiency with Essential Terminal Tools for Node.js

Choosing the right operating system and command‑line utilities—such as iTerm2, zsh, oh‑my‑zsh, Homebrew, git‑extras, tig, and nvm—can dramatically improve a Node.js developer’s productivity, and this guide reviews each tool, its key features, and practical setup tips for macOS and Windows users.

Windowscommand-linedevelopment-tools
0 likes · 8 min read
Boost Development Efficiency with Essential Terminal Tools for Node.js
ITPUB
ITPUB
Nov 27, 2015 · Fundamentals

7 Essential Git Tricks to Undo Mistakes and Recover Your Code

This guide presents seven practical Git command‑line techniques—including amending commit messages, resetting staged changes, reverting commits, checking out previous revisions, undoing merges, cleaning untracked files, and deleting branches—to help developers safely recover from common version‑control errors.

BranchGitUNDO
0 likes · 8 min read
7 Essential Git Tricks to Undo Mistakes and Recover Your Code
Java High-Performance Architecture
Java High-Performance Architecture
Nov 22, 2015 · Fundamentals

Master awk: Powerful Text Processing Tricks for Linux Users

This article introduces awk as a powerful Linux text‑analysis tool, explains its line‑by‑line processing, field splitting, built‑in variables, and common command examples—from printing filenames to calculating directory sizes—demonstrating how to create scripts for sorting, filtering, and reporting data.

Shell scriptingawkcommand-line
0 likes · 6 min read
Master awk: Powerful Text Processing Tricks for Linux Users
ITPUB
ITPUB
Nov 9, 2015 · Databases

Exporting and Importing MySQL Databases from the Windows Command Line

This guide walks you through using the MySQL command‑line tools on Windows to export a database with mysqldump, troubleshoot common errors, and restore the data with the mysql client and source command, covering path setup, syntax nuances, and file locations.

Database BackupWindowscommand-line
0 likes · 4 min read
Exporting and Importing MySQL Databases from the Windows Command Line

A Curated List of Essential Linux Command-Line Tools

This article presents a comprehensive collection of useful Linux command-line utilities—including dstat, screen, tmux, multitail, rsync, and many others—explaining their purposes, typical use cases, and where to obtain them, helping system administrators and developers improve productivity and monitoring.

BackupLinuxSystem Administration
0 likes · 12 min read
A Curated List of Essential Linux Command-Line Tools
MaGe Linux Operations
MaGe Linux Operations
Jun 8, 2015 · Fundamentals

Mastering sed: Stream Editing Basics, Commands, and Real‑World Examples

This article introduces the Linux stream editor sed, explains its working principle, basic syntax, address ranges, and editing commands, and provides practical exercises demonstrating common text manipulation tasks such as printing even lines, commenting specific patterns, case conversion, and file modifications.

Linuxcommand-lineregex
0 likes · 10 min read
Mastering sed: Stream Editing Basics, Commands, and Real‑World 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
Mar 4, 2015 · Operations

Boost Your Linux Productivity: 9 Essential Bash Command-Line Tricks

This article compiles nine practical Bash techniques—from inserting text at the top of files and appending multiline blocks, to recursive search‑replace, temporary Vim files, secure downloads, Bashmarks, column extraction, word skipping, and custom command packages—each illustrated with ready‑to‑use code snippets.

AutomationBashShell scripting
0 likes · 10 min read
Boost Your Linux Productivity: 9 Essential Bash Command-Line Tricks
Qunar Tech Salon
Qunar Tech Salon
Nov 11, 2014 · Fundamentals

A One‑Minute Guide to AWK: Basics, Syntax, and Common Use Cases

This article provides a concise, one‑minute introduction to AWK, covering its origin, line‑by‑line processing principle, basic syntax of pattern‑action, built‑in variables and functions, operators, control structures, and how to interact with the shell, illustrated with practical command‑line examples.

Data ExtractionShell scriptingawk
0 likes · 6 min read
A One‑Minute Guide to AWK: Basics, Syntax, and Common Use Cases
MaGe Linux Operations
MaGe Linux Operations
Jul 23, 2014 · Operations

25 Essential SSH Commands Every Sysadmin Should Master

This article presents a curated list of 25 powerful OpenSSH commands, covering key techniques such as password‑less login, port forwarding, remote file comparison, SSHFS mounting, persistent connections, bandwidth control, and advanced tunneling, all aimed at boosting Linux system administration efficiency.

LinuxRemote accessSSH
0 likes · 13 min read
25 Essential SSH Commands Every Sysadmin Should Master
Baidu Tech Salon
Baidu Tech Salon
Jun 20, 2014 · Operations

Command Line Tips and Tricks from Linux Voice

Linux Voice’s roundup showcases practical and playful command‑line tricks—from using elinks for quick web checks and Wikipedia lookups to witty commands like sl, cowsay, and humorous “cat” errors—while stressing bash scripting, SSH password‑less login, responsible root use, and the ongoing debate over CLI versus GUI for everyday tasks.

BashSSHSysadmin
0 likes · 6 min read
Command Line Tips and Tricks from Linux Voice