Tagged articles

Command Line

993 articles · Page 10 of 10
ITPUB
ITPUB
Dec 5, 2017 · Fundamentals

Master Linux Shell Navigation: cd, pwd, and Handy Keyboard Shortcuts

This guide explains how to display the current directory, change directories using relative and absolute paths, leverage special symbols like ~ and -, chain commands with pipes and logical operators, and use essential Ctrl shortcuts and other common shell commands for efficient terminal work.

CDCommand LineLinux
0 likes · 7 min read
Master Linux Shell Navigation: cd, pwd, and Handy Keyboard Shortcuts
MaGe Linux Operations
MaGe Linux Operations
Nov 27, 2017 · Operations

How to Accelerate Your Linux Journey: From Desktop Fun to Server Mastery

This article shares a practical, step‑by‑step guide for Linux enthusiasts, covering desktop selection, essential command‑line tools, system configuration, remote access, application deployment, automation with Git and Docker, and resources for deeper learning, all aimed at quickly mastering Linux fundamentals and operations.

Command Lineserver deploymentsystem administration
0 likes · 7 min read
How to Accelerate Your Linux Journey: From Desktop Fun to Server Mastery
MaGe Linux Operations
MaGe Linux Operations
Nov 18, 2017 · Operations

10 Lazy Linux Sysadmin Tricks to Supercharge Your Efficiency

This article presents ten practical Linux system‑administration tricks—from unmounting a stuck DVD drive and rescuing a frozen terminal to using screen collaboration, SSH backdoors, VNC tunnelling, bandwidth testing, and quick system‑info gathering—each designed to save time and boost productivity.

Command Lineautomationefficiency
0 likes · 19 min read
10 Lazy Linux Sysadmin Tricks to Supercharge Your Efficiency
ITPUB
ITPUB
Nov 16, 2017 · Operations

Essential Linux Command Cheat Sheet: Master System Operations

This article presents a comprehensive, categorized reference of common Linux commands—covering help utilities, file manipulation, content viewing, system information, networking, user management, compression, permissions, process control, and monitoring—each with concise English descriptions to aid quick mastery of command‑line operations.

Command LineLinuxUnix
0 likes · 15 min read
Essential Linux Command Cheat Sheet: Master System Operations
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Nov 11, 2017 · Operations

How to Create a Bootable Ubuntu ISO Backup with Remastersys

This guide walks through installing required dependencies, setting up a download directory, obtaining the Remastersys and Remastersys‑GUI .deb packages, installing them, and using either the command‑line or graphical interface to back up an Ubuntu system into a bootable ISO image.

Command LineISO CreationLinux
0 likes · 2 min read
How to Create a Bootable Ubuntu ISO Backup with Remastersys
MaGe Linux Operations
MaGe Linux Operations
Nov 7, 2017 · Operations

10 Little‑Known Linux Commands That Supercharge Your Workflow

This article introduces a collection of lesser‑known Linux commands—such as sudo !!, python -m SimpleHTTPServer, mtr, Ctrl+x+e, nl, shuf, ss, last, curl ifconfig.me, tree, and pstree—explaining their purpose and providing concise usage examples to help both beginners and seasoned administrators work more efficiently.

Command LineUnixshell
0 likes · 8 min read
10 Little‑Known Linux Commands That Supercharge Your Workflow
ITPUB
ITPUB
Oct 23, 2017 · Fundamentals

Essential Unix/Linux Commands Every User Should Master

This guide presents over forty essential Unix/Linux commands with concise explanations and practical examples, covering file manipulation, process control, networking, system monitoring, and package management to help beginners and intermediate users efficiently operate a Linux environment.

Command LineUnixshell
0 likes · 21 min read
Essential Unix/Linux Commands Every User Should Master
MaGe Linux Operations
MaGe Linux Operations
Oct 15, 2017 · Operations

10 Essential Linux Sysadmin Hacks to Boost Efficiency

This article presents ten practical Linux system‑administration tricks—from unmounting stuck DVD drives and resetting frozen terminals to using SSH tunnels for remote VNC—each designed to save time, streamline workflows, and empower administrators with powerful command‑line techniques.

Command Lineautomationshell
0 likes · 20 min read
10 Essential Linux Sysadmin Hacks to Boost Efficiency
ITPUB
ITPUB
Sep 18, 2017 · Operations

7 Hidden Linux Tricks Every Sysadmin Should Know

Discover seven lesser‑known Linux tricks—from interactive history search with Ctrl + R and one‑off task scheduling using at, to powerful man page regex searches, alternative binary management, secure file shredding, automatic path correction, and quick directory return—each boosting productivity and deepening command‑line mastery.

Command Lineshellsystem administration
0 likes · 9 min read
7 Hidden Linux Tricks Every Sysadmin Should Know
Architecture Digest
Architecture Digest
Sep 4, 2017 · Fundamentals

15 Essential Linux Command Line Tricks You Might Have Forgotten

This article presents a collection of fifteen practical Linux command‑line techniques—including table‑style output, looping until success, sorting processes, architecture checks, multitail monitoring, directory navigation shortcuts, interactive shell tweaks, watch usage, nohup persistence, yes/no automation, file creation with dd, sudo shortcuts, session recording, character replacement, case conversion, and advanced xargs pipelines—aimed at boosting productivity for everyday terminal users.

Command LineLinuxProductivity
0 likes · 7 min read
15 Essential Linux Command Line Tricks You Might Have Forgotten
MaGe Linux Operations
MaGe Linux Operations
Jul 23, 2017 · Fundamentals

Essential Linux Commands Every Sysadmin Should Know

This guide provides concise explanations, typical usage examples, and useful options for 30 essential Linux commands, helping readers quickly understand how to monitor system status, manage files, control processes, and perform common administrative tasks on Unix‑like systems.

Command LineLinuxUnix
0 likes · 20 min read
Essential Linux Commands Every Sysadmin Should Know
360 Quality & Efficiency
360 Quality & Efficiency
Jul 20, 2017 · Operations

Generating JMeter Test Reports via Command Line and Plugins

This guide explains how to use JMeter's command‑line mode and the JMeter Plugins CMD tool to convert JTL files into HTML reports and various chart types, detailing required parameters, plugin installation, and example commands for comprehensive performance‑testing reporting.

Command LineJMeterperformance testing
0 likes · 6 min read
Generating JMeter Test Reports via Command Line and Plugins
JavaScript
JavaScript
Jul 7, 2017 · Fundamentals

Master Essential Git Commands for Local Repositories and Remote Collaboration

This guide provides a comprehensive collection of Git commands covering repository initialization, user configuration, status checks, staging, committing, branching, checkout, merging, remote operations, tag management, diffing, stash handling, and repository maintenance for effective version control.

Command LineGitRepository
0 likes · 12 min read
Master Essential Git Commands for Local Repositories and Remote Collaboration
MaGe Linux Operations
MaGe Linux Operations
Jun 27, 2017 · Fundamentals

Mastering sed: Stream Editing Basics, Commands, and Advanced Tricks

This article explains the fundamentals of the sed stream editor, covering its execution model, common parameters and actions, addressing methods, pattern and hold spaces, label usage, and provides multiple practical examples illustrating typical command patterns and advanced techniques.

Command LineLinuxregex
0 likes · 8 min read
Mastering sed: Stream Editing Basics, Commands, and Advanced Tricks
ITPUB
ITPUB
Jun 24, 2017 · Operations

Master Essential SVN Commands for Linux: A Complete Cheat Sheet

This guide presents a thorough collection of Subversion (SVN) commands for Linux, covering checkout, add, commit, lock/unlock, update, status, delete, log, info, diff, merge, help, list, mkdir, revert, switch, resolve, cat, cleanup, import and related usage examples, helping users manage repositories efficiently.

Command LineSubversionrepository management
0 likes · 11 min read
Master Essential SVN Commands for Linux: A Complete Cheat Sheet
MaGe Linux Operations
MaGe Linux Operations
Jun 18, 2017 · Operations

Boost Your Ubuntu: Step-by-Step System Optimization and Theme Customization

This guide walks you through optimizing Ubuntu by updating sources, removing unwanted packages, installing Unity tweak tools, applying the Flatabulous theme and icons, adding a system load indicator, setting up Microsoft YaHei fonts, configuring Zsh, and recommending essential software and DEB installation tips.

Command LineSystem OptimizationTheme customization
0 likes · 4 min read
Boost Your Ubuntu: Step-by-Step System Optimization and Theme Customization
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Jun 8, 2017 · Fundamentals

Master Essential Linux Commands: From ls to cd in One Guide

This article provides a concise, beginner-friendly overview of 20 essential Linux commands—including file listing, disk inspection, checksum verification, disk imaging, system information, command history, privilege escalation, file management, package handling, archiving, calendar, date manipulation, and navigation—complete with clear explanations, usage tips, and example terminal outputs.

Command LineLinuxUnix
0 likes · 20 min read
Master Essential Linux Commands: From ls to cd in One Guide
MaGe Linux Operations
MaGe Linux Operations
Jun 2, 2017 · Fundamentals

Master Essential Linux Commands: Login, Shutdown, File Management & More

This guide introduces the most frequently used Linux commands—including login, shutdown, halt, reboot, install, mount, umount, chsh, exit, last, file, mkdir, grep, dd, find, mv, ls, diff, cmp, cat, and ln—explaining their purpose, syntax, key options, and practical examples to help users efficiently manage files, processes, and system operations.

Command LineLinuxUnix
0 likes · 34 min read
Master Essential Linux Commands: Login, Shutdown, File Management & More
ITPUB
ITPUB
May 16, 2017 · Fundamentals

Master Shell Scripting: Basics, Variables, Loops, and Automation

This guide introduces shell scripting fundamentals, covering its purpose, what it can and cannot do, the interpreter workflow, and detailed examples of simple scripts, variables, arithmetic, string and file tests, control structures, functions, redirection, and an automated GitHub commit script.

Command LineScriptingshell
0 likes · 11 min read
Master Shell Scripting: Basics, Variables, Loops, and Automation
MaGe Linux Operations
MaGe Linux Operations
Apr 29, 2017 · Operations

Essential Linux Commands Every Ops Engineer Should Master

This article presents a concise, categorized list of fundamental Linux commands—covering file handling, searching, networking, process management, installation, user and disk management, system utilities, time calculation, environment handling, compression, and miscellaneous tools—to help operations professionals build a solid command‑line foundation.

CentOSCommand LineDevOps
0 likes · 4 min read
Essential Linux Commands Every Ops Engineer Should Master
MaGe Linux Operations
MaGe Linux Operations
Apr 21, 2017 · Operations

5 Essential Linux Commands Every Sysadmin Should Run on First Login

After five years as a system administrator, the author shares the five essential Linux commands—w, history, top, df, and netstat—that should be run immediately upon logging into any server to quickly assess uptime, user activity, system load, disk usage, and network status.

Command LineServer Monitoringsystem administration
0 likes · 4 min read
5 Essential Linux Commands Every Sysadmin Should Run on First Login
Node Underground
Node Underground
Apr 18, 2017 · Backend Development

Master Node.js CLI: Essential Command-Line Options for Faster Development

This guide reviews the most powerful Node.js command‑line options—including version checks, inline evaluation, debugging inspectors, zero‑filled buffers, and profiler processing—explaining their syntax, use cases, and examples to help developers improve productivity and security when running Node applications.

CLICommand LineNode.js
0 likes · 5 min read
Master Node.js CLI: Essential Command-Line Options for Faster Development
ITPUB
ITPUB
Apr 7, 2017 · Operations

Speed Up Linux Directory Navigation with autojump: Installation and Usage Guide

autojump is a command‑line utility that learns your frequently visited directories and lets you jump directly to them without typing full paths, and this guide explains how to install it on various Linux distributions, use its basic commands, adjust weights, and manage its database.

Command LineProductivityautojump
0 likes · 5 min read
Speed Up Linux Directory Navigation with autojump: Installation and Usage Guide
System Architect Go
System Architect Go
Mar 6, 2017 · Backend Development

Understanding npm Scripts and Custom Commands in Node.js Projects

This article explains the role of the scripts section in a Node.js project's package.json, clarifies why commands like npm start work without the run keyword, and shows how to correctly execute custom scripts using npm run, helping developers avoid common pitfalls.

Command LineNode.jsnpm
0 likes · 3 min read
Understanding npm Scripts and Custom Commands in Node.js Projects
MaGe Linux Operations
MaGe Linux Operations
Mar 2, 2017 · Operations

15 Essential Linux Shell Commands Every Developer Should Master

This article presents a concise guide to fifteen fundamental Linux shell commands—including file listing, copying, viewing, creating, deleting, navigating, searching, and transferring files—illustrated with examples and screenshots to help readers quickly boost their command‑line productivity.

Command Linefile managementsystem administration
0 likes · 7 min read
15 Essential Linux Shell Commands Every Developer Should Master
ZhiKe AI
ZhiKe AI
Feb 20, 2017 · Fundamentals

Mastering sed: A Comprehensive Guide to Stream Editing with Regular Expressions

This article introduces sed as a powerful stream editor for text processing, explains its pattern‑space workflow, details command syntax, addressing methods, options, meta‑characters, and provides numerous concrete examples—including deletions, substitutions, range selections, multi‑command scripts, and file I/O operations—illustrating how each feature works in practice.

Command LineUnixregular expressions
0 likes · 16 min read
Mastering sed: A Comprehensive Guide to Stream Editing with Regular Expressions
ZhiKe AI
ZhiKe AI
Feb 16, 2017 · Fundamentals

How to Use the cut Command to Extract Text Columns in Linux

This guide explains how to use the Unix cut command to extract specific columns or character ranges from files or streams, detailing the -d, -f, and -c options with clear examples such as selecting fields from colon‑separated data.

Command LineUnixcut
0 likes · 2 min read
How to Use the cut Command to Extract Text Columns in Linux
ZhiKe AI
ZhiKe AI
Feb 14, 2017 · Fundamentals

Mastering Linux Shell: Basics, Scripts, Variables, and Control Structures

This article introduces the Linux shell as an interface and scripting language, explains how to execute scripts, manage system and user variables, use special variables, operators, conditional statements, loops, case constructs, and define functions, providing concrete syntax examples for each feature.

Command LineControl structuresLinux
0 likes · 9 min read
Mastering Linux Shell: Basics, Scripts, Variables, and Control Structures
MaGe Linux Operations
MaGe Linux Operations
Feb 10, 2017 · Fundamentals

Master Linux Commands: 4 Practical Ways to Become a Power User

This guide presents four effective self‑learning methods for mastering Linux commands—including daily tips via .bashrc, using the whatis utility, exploring man pages and help options, and a quick‑start crash course—while offering practical examples, installation tips for cowsay, and a concise command syntax overview.

Command LineLinuxbash
0 likes · 5 min read
Master Linux Commands: 4 Practical Ways to Become a Power User
ZhiKe AI
ZhiKe AI
Feb 10, 2017 · Fundamentals

Understanding Linux Shell: Basics, Scripts, and Common Commands

This article introduces the Linux shell as the user‑kernel interface, explains why Bash is the most popular shell, and covers script execution methods, variable handling, operators, control structures, and custom functions with concrete command examples.

Command LineLinuxShell scripting
0 likes · 9 min read
Understanding Linux Shell: Basics, Scripts, and Common Commands
ZhiKe AI
ZhiKe AI
Feb 9, 2017 · Fundamentals

Essential Linux Commands: Classification, Usage, and Tips

This article provides a comprehensive guide to common Linux commands, covering internal vs external classification, help lookup methods, command syntax, practical examples for file management, system monitoring, compression, shutdown, pipelines, quoting, and best learning habits.

Command LineLinuxcompression
0 likes · 15 min read
Essential Linux Commands: Classification, Usage, and Tips
System Architect Go
System Architect Go
Feb 8, 2017 · Fundamentals

Getting Started with Git and GitHub: Essential Commands and Workflow

This article introduces Git as a distributed version‑control system and GitHub as a hosting platform, explains why they are useful, and walks through core commands such as init, add, commit, branch, tag, and push to help developers manage code efficiently and collaborate effectively.

Command LineGitGitHub
0 likes · 5 min read
Getting Started with Git and GitHub: Essential Commands and Workflow
ZhiKe AI
ZhiKe AI
Feb 6, 2017 · Fundamentals

Essential Git Commands: A Practical Guide

This article provides a step‑by‑step walkthrough of common Git operations—including repository initialization, staging, committing, viewing status, diffing, logging, reverting, remote configuration, branching, tagging, and .gitignore setup—illustrated with command examples and screenshots.

Command LineGitbranching
0 likes · 6 min read
Essential Git Commands: A Practical Guide
Architecture Digest
Architecture Digest
Dec 11, 2016 · Fundamentals

Comprehensive Git Guide: Installation, Configuration, Basic Operations, Branching, and Remote Management

This article provides a detailed tutorial on installing Git on various platforms, configuring user information and aliases, managing .gitignore files, performing core repository actions such as init, add, commit, diff, and status, as well as advanced branch, tag, and remote repository operations using the command line.

Command LineGitbranching
0 likes · 17 min read
Comprehensive Git Guide: Installation, Configuration, Basic Operations, Branching, and Remote Management
Aotu Lab
Aotu Lab
Dec 9, 2016 · Frontend Development

How to Create ASCII Art with FIGlet: History, Tools, and Node.js Examples

This article explains what FIGlet is, traces its development from a simple C program to modern versions, and shows multiple ways to generate ASCII art—including online tools, editor plugins, and Node.js modules—plus practical usage scenarios and code samples.

ASCII artCommand LineFIGlet
0 likes · 7 min read
How to Create ASCII Art with FIGlet: History, Tools, and Node.js Examples
Architects Research Society
Architects Research Society
Nov 13, 2016 · Fundamentals

70 Common Shell Script Interview Questions and Answers

This article compiles 70 typical Linux shell scripting interview questions covering script arguments, parameter handling, condition checks, loops, string manipulation, array operations, file I/O, and common command usages, each accompanied by concise Bash code examples to help candidates prepare effectively.

Command LineInterviewLinux
0 likes · 9 min read
70 Common Shell Script Interview Questions and Answers
ITPUB
ITPUB
Nov 8, 2016 · Fundamentals

Master Essential Linux Commands for Files and Directories

This guide explains Linux directory structures, absolute and relative paths, and provides detailed usage, options, and examples for common commands such as ls, cd, pwd, mkdir, rmdir, cp, rm, mv, and file‑viewing tools like cat, tac, nl, more, less, head, and tail.

Command LineFile Viewingdirectory management
0 likes · 13 min read
Master Essential Linux Commands for Files and Directories
Java Backend Technology
Java Backend Technology
Oct 14, 2016 · Backend Development

Essential Git Command Cheat Sheet for Developers

A comprehensive, English-language cheat sheet that explains Git terminology and provides ready-to-use command snippets for initializing repositories, configuring settings, managing files, committing changes, handling branches, tags, viewing history, synchronizing remotes, and undoing actions.

Command LineCommitGit
0 likes · 13 min read
Essential Git Command Cheat Sheet for Developers
ITPUB
ITPUB
Sep 26, 2016 · Databases

How to Manually Delete an Oracle Database and Clean Up ASM Files

This guide provides step‑by‑step commands for safely stopping listeners, locating data, log and control files, dropping the database, and removing residual files both for file‑system and ASM Oracle databases.

ASMCommand LineOracle
0 likes · 6 min read
How to Manually Delete an Oracle Database and Clean Up ASM Files
ITPUB
ITPUB
Sep 20, 2016 · Fundamentals

10 Hilarious Linux Commands That Turn Your Terminal Into a Playground

Discover ten amusing Linux command‑line tools, complete with installation steps and example outputs, that transform a regular terminal into a visual playground ranging from falling code rain to animated cats, cows, and even a virtual aquarium.

Command LineFun CommandsLinux
0 likes · 7 min read
10 Hilarious Linux Commands That Turn Your Terminal Into a Playground
Aotu Lab
Aotu Lab
Aug 10, 2016 · Backend Development

Master Node.js CLI Development with Commander, Inquirer, and Chalk

This guide walks you through setting up a Node.js project and using the commander, inquirer, and chalk packages to build, configure, and style powerful command‑line tools, including global installation, custom help, interactive prompts, and colored output.

CLICommand LineCommander
0 likes · 12 min read
Master Node.js CLI Development with Commander, Inquirer, and Chalk
360 Quality & Efficiency
360 Quality & Efficiency
Jul 28, 2016 · Fundamentals

Fundamentals of Audio/Video Encoding and ffmpeg Command Basics

This article introduces ffmpeg as a powerful multimedia framework, explains container formats, bitrate, resolution, and frame rate concepts, outlines key live‑streaming performance metrics, and provides essential ffmpeg command‑line options and examples for streaming and transcoding.

Command LineFFmpegStreaming
0 likes · 6 min read
Fundamentals of Audio/Video Encoding and ffmpeg Command Basics
AI Cyberspace
AI Cyberspace
Jul 16, 2016 · Operations

20 Essential Linux Commands Every Sysadmin Must Master

This guide presents twenty indispensable Linux/Unix command‑line tools—from top and vmstat to Nagios and Collectl—that enable system and network administrators to monitor processes, memory, I/O, network traffic, and overall performance, helping quickly identify and resolve performance issues across any Linux distribution.

Command LineLinuxPerformance
0 likes · 11 min read
20 Essential Linux Commands Every Sysadmin Must Master
AI Cyberspace
AI Cyberspace
Jul 5, 2016 · Operations

Top 18 Essential Linux Monitoring Tools Every Sysadmin Should Know

This article presents a curated list of 18 command‑line tools for Linux/Unix administrators, explaining how each utility—such as top, vmstat, lsof, tcpdump, and Nagios—helps monitor system performance, diagnose issues, and maintain reliable server operations.

Command LineLinuxperformance tools
0 likes · 12 min read
Top 18 Essential Linux Monitoring Tools Every Sysadmin Should Know
ITPUB
ITPUB
Jul 2, 2016 · Information Security

9 Dangerous Linux Commands You Must Avoid

This article lists nine hazardous Linux commands and code snippets—such as a fork bomb, unsafe mv to /dev/null, reckless rm -rf usage, disk‑formatting mkfs, tar bombs, dd misuse, malicious scripts, tainted source code, and decompression bombs—explaining their effects and how to avoid them.

Command LineLinuxdangerous commands
0 likes · 7 min read
9 Dangerous Linux Commands You Must Avoid
MaGe Linux Operations
MaGe Linux Operations
Jun 8, 2016 · Fundamentals

10 Essential Git Tricks to Supercharge Your Workflow

This guide walks you through ten powerful Git techniques—including auto‑completion, .gitignore usage, blame, log options, reflog, partial staging, interactive rebasing, stash, fsck, and cherry‑pick—to help you manage code efficiently, recover lost commits, and streamline your development process.

Command LineGitcode management
0 likes · 11 min read
10 Essential Git Tricks to Supercharge Your Workflow
MaGe Linux Operations
MaGe Linux Operations
May 26, 2016 · Fundamentals

Master Linux Text Processing: Essential Shell Commands Explained

This article introduces the most commonly used Linux shell utilities for text processing—find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—providing practical examples, key options, and tips for efficient one‑line scripting while suggesting Python for more complex tasks.

Command LineLinuxUnix tools
0 likes · 20 min read
Master Linux Text Processing: Essential Shell Commands Explained
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.

Command LineEscape Charactersbash
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 23, 2016 · Operations

Master the Linux Command Line: Essential Tips and Tricks for Engineers

This comprehensive guide covers essential Linux command‑line techniques—from basic Bash navigation and file management to advanced text processing, system debugging, one‑liner tricks, and Mac‑specific tips—providing both beginners and experienced users with practical examples and shortcuts to boost productivity.

Command LineLinuxShell scripting
0 likes · 29 min read
Master the Linux Command Line: Essential Tips and Tricks for Engineers
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.

Command LineLinuxinterview preparation
0 likes · 10 min read
Master Linux Interview Questions: 20 Essential Commands & Answers
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.

Command LineLinuxOperations
0 likes · 12 min read
Linux Shell Tips and Tricks: 73 Useful Commands
MaGe Linux Operations
MaGe Linux Operations
Mar 29, 2016 · Operations

Test Your Linux Mastery: 30‑Question Quiz for Sysadmins

This article presents a 30‑question Linux quiz—including multiple‑choice, true/false, and short‑answer sections—designed to let operations professionals assess their command‑line knowledge within a 45‑minute timeframe, with clear rules and honest‑answer guidelines.

Command LineLinuxQuiz
0 likes · 10 min read
Test Your Linux Mastery: 30‑Question Quiz for Sysadmins
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.

Command LineLinuxbash
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.

Command LineLinuxdiagnostics
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.

CodingCommand LineProductivity
0 likes · 6 min read
Boost Your Coding Speed: Essential Vim Tips for Beginners
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.

Command LineLinuxShell scripting
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.

Command LineGitbranch management
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.

Command LineDevelopment ToolsProductivity
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.

Command LineCommitGit
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.

Command LineShell scriptingawk
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.

Command LineMySQLWindows
0 likes · 4 min read
Exporting and Importing MySQL Databases from the Windows Command Line
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.

Command LineLinuxregex
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.

Command Linefile editingsed
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.

Command LineProductivityShell 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.

Command LineShell 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.

Command LineLinuxRemote Access
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.

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