Tagged articles
599 articles
Page 6 of 6
Aotu Lab
Aotu Lab
Aug 25, 2020 · Backend Development

Build a Custom Valentine's Day CLI Scaffold with Plugins Using Lerna and Node.js

This tutorial walks you through creating a modular, plugin‑based CLI scaffold for a Valentine’s Day project, covering monorepo setup with Lerna, core CLI package creation, plugin registration, command handling, inter‑plugin communication with tapable, and deployment considerations.

CLILernaMonorepo
0 likes · 17 min read
Build a Custom Valentine's Day CLI Scaffold with Plugins Using Lerna and Node.js
Big Data Technology & Architecture
Big Data Technology & Architecture
Aug 16, 2020 · Big Data

Comprehensive Overview of HDFS: Architecture, Advantages, Limitations, Commands, and Advanced Features

This article provides a detailed introduction to HDFS, covering its application scenarios, core architecture, fault‑tolerance benefits, drawbacks such as high latency and small‑file inefficiency, essential shell and API commands, cluster management procedures, and newer Hadoop 2.0 features like HA, Federation, snapshots, ACLs, and heterogeneous storage.

Big DataCLIHA
0 likes · 10 min read
Comprehensive Overview of HDFS: Architecture, Advantages, Limitations, Commands, and Advanced Features
Architecture Digest
Architecture Digest
Aug 9, 2020 · Databases

Comparative Review of Popular Redis Visualization Tools

This article provides a detailed comparison of eight widely used Redis visualization tools—including desktop clients, web applications, and IDE plugins—covering their features, UI quality, pricing, command‑line integration, support for Redis data types such as streams, and overall suitability for developers.

CLIComparisonGUI
0 likes · 9 min read
Comparative Review of Popular Redis Visualization Tools
政采云技术
政采云技术
Aug 2, 2020 · Frontend Development

How to Develop Cross‑Platform Desktop Applications with Electron: Architecture, Workflow, and Best Practices

This article explains how to build cross‑platform desktop applications using Electron, covering its Chromium‑Node.js architecture, the transition from CLI to GUI, practical workflow automation, update mechanisms, and comparisons with alternatives, illustrated with code examples and real‑world use cases.

CLIDesktop DevelopmentElectron
0 likes · 25 min read
How to Develop Cross‑Platform Desktop Applications with Electron: Architecture, Workflow, and Best Practices
Liangxu Linux
Liangxu Linux
Jul 26, 2020 · Fundamentals

Master Linux Redirection: Streamline Input, Output, and Error Handling

This guide explains Linux redirection fundamentals, covering stdin, stdout, and stderr streams, how to view their device files, and practical examples of redirecting output, input, error messages, and using /dev/null, Here‑doc, and Here‑string to simplify command‑line workflows.

CLILinuxRedirection
0 likes · 7 min read
Master Linux Redirection: Streamline Input, Output, and Error Handling
vivo Internet Technology
vivo Internet Technology
Jul 15, 2020 · Frontend Development

Babel: JavaScript Compiler – History, Usage, and Advanced Configuration

Babel, originally 6to5, is a JavaScript compiler that transforms modern ES6+ code into browser‑compatible JavaScript using a parser, plugins, and presets like @babel/preset‑env, with configurable polyfill strategies and runtime helpers, enabling developers to target older environments via a simple CLI workflow.

CLIPolyfillTranspilation
0 likes · 21 min read
Babel: JavaScript Compiler – History, Usage, and Advanced Configuration
Liangxu Linux
Liangxu Linux
Jul 1, 2020 · Operations

Get Instant Linux Command Answers with the howdoi CLI Tool

This guide introduces howdoi, a lightweight command‑line utility that lets Linux users ask natural‑language questions and receive ready‑to‑run command snippets, covering installation, usage flags, and practical examples such as extracting files, managing cron jobs, and handling screen sessions.

AutomationCLILinux
0 likes · 7 min read
Get Instant Linux Command Answers with the howdoi CLI Tool
macrozheng
macrozheng
Jun 28, 2020 · Operations

Unlock GitHub’s Hidden Power: Gist, CLI, Actions, and More

This guide walks you through advanced GitHub features—including Gist snippets, web‑based file creation, keyboard file search, the GitHub CLI, powerful Actions workflows, issue templates, submodule vs subtree strategies, and useful browser extensions—helping you boost productivity and streamline development operations.

CLIDevOpsGiST
0 likes · 16 min read
Unlock GitHub’s Hidden Power: Gist, CLI, Actions, and More
Liangxu Linux
Liangxu Linux
Jun 23, 2020 · Fundamentals

9 Essential Linux Diff Tools for Code Comparison (CLI & GUI)

This guide introduces nine widely used Linux diff utilities—including command‑line tools like diff, colordiff, wdiff, vimdiff and GUI applications such as Kompare, DiffMerge, Meld, Diffuse, XXdiff, KDiff3, and TkDiff—detailing their features, installation commands, and typical use cases for comparing files and directories.

CLIGUILinux
0 likes · 9 min read
9 Essential Linux Diff Tools for Code Comparison (CLI & GUI)
ITPUB
ITPUB
Jun 17, 2020 · Operations

Get Instant Linux Command Answers with the howdoi CLI Tool

This guide explains how to install the howdoi command‑line utility, use its natural‑language queries to retrieve Linux command tutorials, and leverage options for multiple answers, verbose output, and custom queries, all with a few simple shell commands.

AutomationCLILinux
0 likes · 7 min read
Get Instant Linux Command Answers with the howdoi CLI Tool
Open Source Linux
Open Source Linux
Jun 4, 2020 · Cloud Native

Master Docker Images: From Basics to Advanced Management

This article provides a comprehensive guide to Docker images, covering core concepts, image sources, essential commands for searching, pulling, tagging, inspecting, pruning, exporting, importing, and pushing images, along with practical examples and tips for effective container image management.

CLICloud NativeContainer
0 likes · 11 min read
Master Docker Images: From Basics to Advanced Management
Xianyu Technology
Xianyu Technology
May 27, 2020 · Cloud Native

GCLI: A Command-Line Tool for Unified Serverless FaaS Development

GCLI, a Docker‑driven command‑line tool created by Xianyu, unifies Flutter‑based serverless FaaS development by providing consistent, cross‑OS environments and simple commands for hot‑deploy, invocation, logging, and local debugging, cutting deployment time from ten minutes to five seconds and lowering entry barriers to about thirty minutes.

CLIDevelopmentDocker
0 likes · 7 min read
GCLI: A Command-Line Tool for Unified Serverless FaaS Development
Liangxu Linux
Liangxu Linux
May 24, 2020 · Operations

How to Fix Common yum Errors on CentOS 7: Step‑by‑Step Guide

This guide walks you through diagnosing and resolving typical yum failures on CentOS 7, covering 404 repository errors, install‑time unpacking failures, and missing Python interpreter issues with clear commands, file checks, and corrective actions.

CLICentOSpackage management
0 likes · 5 min read
How to Fix Common yum Errors on CentOS 7: Step‑by‑Step Guide
ITPUB
ITPUB
May 16, 2020 · Fundamentals

11 Must‑Try Linux Image Viewers and How to Install Them

Discover eleven free and open‑source image viewers for Linux, each with key features, screenshots, and simple terminal commands, so you can choose the best tool for quick browsing, editing, or advanced photo management on your desktop environment.

CLIImage ViewerLinux
0 likes · 9 min read
11 Must‑Try Linux Image Viewers and How to Install Them
Aotu Lab
Aotu Lab
Apr 28, 2020 · Frontend Development

Build JD Mini‑Programs Quickly with Taro: A Step‑by‑Step Guide

This guide explains the background of JD mini‑programs, introduces the Taro multi‑platform framework, and provides detailed installation, project creation, build commands, debugging steps, and an example conversion to help developers efficiently create JD mini‑programs.

CLIJD Mini-ProgramMulti‑Platform Development
0 likes · 6 min read
Build JD Mini‑Programs Quickly with Taro: A Step‑by‑Step Guide
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 24, 2020 · Frontend Development

How to Build and Maintain a Scalable Component Library for Micro‑Frontend Projects

This article explores the challenges of component maintenance in micro‑frontend architectures, compares different component types, and presents a practical CLI tool that automates scaffolding, testing, documentation, and publishing to streamline the creation of a reusable, well‑documented component library.

AutomationCLIComponent Library
0 likes · 17 min read
How to Build and Maintain a Scalable Component Library for Micro‑Frontend Projects
Laravel Tech Community
Laravel Tech Community
Apr 19, 2020 · Backend Development

Laravel Artisan Command Cheat Sheet

This cheat sheet provides a comprehensive list of Laravel Artisan commands, including help options, environment settings, cache management, database migrations, queue handling, and code generation, offering developers quick reference for efficient command-line operations in PHP backend development.

ArtisanBackendCLI
0 likes · 8 min read
Laravel Artisan Command Cheat Sheet
ITPUB
ITPUB
Apr 2, 2020 · Operations

Remove Users from Linux Groups with usermod, gpasswd, and /etc/group

This tutorial explains how to delete a user from one or multiple Linux groups using the usermod and gpasswd commands, as well as by manually editing the /etc/group file, with step‑by‑step examples and complete command output.

CLILinuxUser Management
0 likes · 6 min read
Remove Users from Linux Groups with usermod, gpasswd, and /etc/group
Open Source Linux
Open Source Linux
Mar 23, 2020 · Cloud Computing

How to Deploy Your First OpenStack VM in Minutes

This step‑by‑step guide shows how to install OpenStack client tools, modify and run the init‑runonce script, list required resources, create a virtual machine, log in, and assign a floating IP, providing all commands and screenshots needed for a successful deployment.

CLIFloating IPOpenStack
0 likes · 6 min read
How to Deploy Your First OpenStack VM in Minutes
Ops Development Stories
Ops Development Stories
Mar 22, 2020 · Cloud Native

Mastering Kubernetes Core Resource Management: From CLI to Declarative & GUI

This guide walks through three fundamental methods for managing Kubernetes core resources—imperative CLI commands, declarative manifest files, and GUI dashboards—covering namespaces, deployments, services, and addons like Flannel, CoreDNS, Traefik, and the Kubernetes dashboard, with detailed commands, configuration examples, and troubleshooting tips.

CLICore ResourcesCoreDNS
0 likes · 49 min read
Mastering Kubernetes Core Resource Management: From CLI to Declarative & GUI
Sohu Tech Products
Sohu Tech Products
Mar 18, 2020 · Backend Development

Node.js Quick Start Tutorial: Environment, Global Objects, Modules, CLI, npm, and Event Handling

This tutorial provides a comprehensive introduction to Node.js, covering its runtime environment, core global objects, module system, command‑line interface development, npm package management, script automation, and event handling with practical code examples and explanations for front‑end engineers transitioning to back‑end development.

Backend DevelopmentCLIEventEmitter
0 likes · 31 min read
Node.js Quick Start Tutorial: Environment, Global Objects, Modules, CLI, npm, and Event Handling
JD Retail Technology
JD Retail Technology
Mar 10, 2020 · Mobile Development

Understanding the React Native CLI: How It Creates and Configures a New RN Project

This article explains how the react-native-cli tool automates the creation of a React Native project by installing required software, generating the project structure from templates, installing node and iOS dependencies, and detailing the underlying code flow from the CLI entry point to the init and generateProject functions.

CLIDebuggingMobile Development
0 likes · 22 min read
Understanding the React Native CLI: How It Creates and Configures a New RN Project
DevOps
DevOps
Mar 10, 2020 · Backend Development

Analyzing Git Repository Commit Statistics with libgit2sharp, .NET Core, and PowerBI

This article describes how to collect, process, and visualize Git commit data—including hashes, authors, dates, messages, and line changes—by using native git commands, the libgit2sharp .NET library, a custom cross‑platform CLI tool, and PowerBI dashboards for comprehensive reporting.

.NET CoreBackendCLI
0 likes · 8 min read
Analyzing Git Repository Commit Statistics with libgit2sharp, .NET Core, and PowerBI
ITPUB
ITPUB
Mar 6, 2020 · Fundamentals

Master Essential Vim Commands for Efficient CLI Editing

Learn how to efficiently edit files in the command-line Vim editor by mastering its two modes—Insert and Command—and a concise set of essential commands for navigation, editing, searching, saving, and quitting, all illustrated with clear examples.

CLIText EditingVim
0 likes · 4 min read
Master Essential Vim Commands for Efficient CLI Editing
Liangxu Linux
Liangxu Linux
Mar 2, 2020 · Operations

Master Linux CLI with kmdr: Interactive Command Explanation Tool

This article introduces the free, open‑source kmdr CLI tool, explains how to install it with Node.js or use the web demo, and demonstrates its ability to break down complex Linux commands into readable modules, covering a wide range of common utilities.

CLICommand-line toolsNode.js
0 likes · 8 min read
Master Linux CLI with kmdr: Interactive Command Explanation Tool
360 Tech Engineering
360 Tech Engineering
Mar 2, 2020 · Frontend Development

An Introduction to Rome: Facebook’s Experimental JavaScript Toolchain

Rome, an experimental JavaScript toolchain announced by Facebook in February 2020, combines a compiler, linter, formatter, bundler, and test runner written in TypeScript, offers a unified CLI with commands such as analyzeDependencies, bundle, lint, and provides detailed usage examples and instructions for building and running the project.

CLIRomeToolchain
0 likes · 11 min read
An Introduction to Rome: Facebook’s Experimental JavaScript Toolchain
Python Programming Learning Circle
Python Programming Learning Circle
Feb 7, 2020 · Backend Development

13 Engaging Python Projects to Boost Your Intermediate Skills

This article presents thirteen practical Python project ideas for intermediate developers, covering web content aggregation, regex tools, URL shortening, note‑taking apps, MP3 players, alarm utilities, file managers, budgeting tools, address books, site‑monitoring scripts, bulk renamers, directory‑tree generators, and more, each with technical details and optional challenges.

CLIGUIPython
0 likes · 14 min read
13 Engaging Python Projects to Boost Your Intermediate Skills
Yanxuan Tech Team
Yanxuan Tech Team
Feb 3, 2020 · Frontend Development

How a Structured Frontend Engineering Framework Boosts Efficiency and Reduces Rework

This article explains how the evolution of frontend technologies led to engineering challenges and presents a comprehensive, layered solution—including goal definition, architecture design, CLI tooling, schematics, and CI integration—that streamlines project initialization, development, resource reuse, and upgrades while improving productivity and maintainability.

CLIDevOpsEngineering
0 likes · 17 min read
How a Structured Frontend Engineering Framework Boosts Efficiency and Reduces Rework
Aotu Lab
Aotu Lab
Jan 9, 2020 · Frontend Development

Why Taro 2.0 Rewrites the CLI with Webpack: Migration Guide and New Features

This article explains the motivations behind Taro 2.0’s CLI overhaul, details how the custom build system was replaced by Webpack, provides step‑by‑step migration instructions, showcases new hooks, loader and plugin configurations, and outlines future plans for the framework.

Build SystemCLIJavaScript
0 likes · 11 min read
Why Taro 2.0 Rewrites the CLI with Webpack: Migration Guide and New Features
MaGe Linux Operations
MaGe Linux Operations
Jan 2, 2020 · Operations

Mastering RPM and YUM: Essential Commands for Linux Package Management

This guide explains Linux package naming conventions, how to inspect binary dependencies and installed libraries, and provides a comprehensive collection of RPM and YUM commands—including installation, query, verification, removal, and repository configuration—to help administrators manage software efficiently.

CLILinuxOperations
0 likes · 7 min read
Mastering RPM and YUM: Essential Commands for Linux Package Management
ITPUB
ITPUB
Dec 17, 2019 · Fundamentals

Master HandBrake: Open‑Source Video Conversion Made Easy

This guide introduces the free, open‑source HandBrake video converter, outlines its key features and presets, explains supported input formats, demonstrates basic editing options, and provides step‑by‑step installation instructions for Ubuntu and other Linux distributions.

CLIGUIHandBrake
0 likes · 5 min read
Master HandBrake: Open‑Source Video Conversion Made Easy
Liangxu Linux
Liangxu Linux
Dec 4, 2019 · Fundamentals

Top 9 Free JSON Tools Every Developer Should Know

This article introduces nine free JSON utilities—including online validators, command‑line processors, IDE plugins, and editors—explaining their main features, typical use cases, and where to access each tool via web links or source repositories.

CLIIDEJSON
0 likes · 7 min read
Top 9 Free JSON Tools Every Developer Should Know
360 Tech Engineering
360 Tech Engineering
Nov 15, 2019 · Backend Development

Packaging Node.js Applications into Executable Files with pkg

This tutorial explains how to use the pkg tool to bundle a Node.js script into a standalone executable for Windows, macOS, and Linux, covering installation, sample code, configuration, and command‑line options to distribute applications without requiring a separate Node.js runtime.

CLIExecutableNode.js
0 likes · 6 min read
Packaging Node.js Applications into Executable Files with pkg
Beike Product & Technology
Beike Product & Technology
Sep 6, 2019 · Backend Development

How to Build and Publish a Simple Node.js CLI Tool

This article guides JavaScript developers through creating a simple Node.js command-line interface (CLI) tool from scratch, covering setup, scripting, permission handling, environment variables, npm packaging, publishing, and best practices, enabling efficient custom command creation.

CLICommand-lineNode.js
0 likes · 11 min read
How to Build and Publish a Simple Node.js CLI Tool
Sohu Tech Products
Sohu Tech Products
Sep 4, 2019 · Frontend Development

Organizing a Vue Component Library with Mono‑repo, Scripts, and Lerna

This article explains how to structure a Vue component library using a mono‑repo approach, set up the project with @vue/cli, manage component creation, demo examples, build and publish scripts, enforce code formatting with ESLint, and handle versioning and changelogs with Lerna.

CLIComponent LibraryLerna
0 likes · 13 min read
Organizing a Vue Component Library with Mono‑repo, Scripts, and Lerna
ITPUB
ITPUB
Aug 25, 2019 · Fundamentals

Master Linux File System: What Every Directory Means and How to Use Them

This guide walks you through the Linux file system hierarchy, explaining the purpose of each top‑level directory—from /bin and /sbin to /home and hidden config folders—so you can navigate, modify, and troubleshoot your system with confidence.

CLIDirectory StructureLinux
0 likes · 12 min read
Master Linux File System: What Every Directory Means and How to Use Them
DevOps Cloud Academy
DevOps Cloud Academy
Aug 9, 2019 · Operations

Guide to Cisco Switch Configuration Commands and Modes

This article explains the different Cisco device configuration modes—user, privileged, global, and interface—provides command examples for setting hostnames, viewing version and MAC tables, and configuring duplex and speed settings on switch ports, illustrated with screenshots.

CLICiscoDuplex
0 likes · 3 min read
Guide to Cisco Switch Configuration Commands and Modes
Weidian Tech Team
Weidian Tech Team
Aug 9, 2019 · Frontend Development

How We Built vbuilder: Streamlining Frontend Engineering at Weidian

This article recounts the evolution of Weidian's internal front‑end engineering tool vbuilder—from its initial V0.0 addressing repetitive scaffolding problems, through V1.0’s command set, plugin system and productivity gains, to V2.0’s open‑config and conflict‑resolution strategies and future V3.0 directions—offering practical insights for front‑end teams.

CLIEngineeringTooling
0 likes · 10 min read
How We Built vbuilder: Streamlining Frontend Engineering at Weidian
FunTester
FunTester
Aug 8, 2019 · Fundamentals

ConsoleTable: A Simple Java Utility for Formatted Console Grid Output

This article introduces a lightweight Java class, ConsoleTable, that formats map and list data into a neatly aligned console grid resembling SQL client output, explains its usage, provides full source code, and discusses stream-based implementations and potential enhancements.

CLIJavaStream
0 likes · 5 min read
ConsoleTable: A Simple Java Utility for Formatted Console Grid Output
Beike Product & Technology
Beike Product & Technology
Jul 26, 2019 · Frontend Development

Building a CLI Scaffolding Tool for React and Vue Projects

This article walks through the design and implementation of a Node‑based command‑line tool that generates React or Vue project scaffolds, covering initialization, script development, template downloading, local testing, npm publishing, and usage instructions.

CLINode.jsReact
0 likes · 10 min read
Building a CLI Scaffolding Tool for React and Vue Projects
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
360 Tech Engineering
360 Tech Engineering
Apr 15, 2019 · Backend Development

A Guide to Useful Node.js Command‑Line Tools and Packages

This article explains the Unix‑style philosophy behind command‑line programs, describes how Node.js enables powerful CLI development, and introduces essential tools such as n/nvm, nodemon, npx, nrm, commander, progress, chalk, inquirer, ora, puppeteer, as well as best practices for publishing scoped npm packages.

Backend DevelopmentCLIcommand-line tools
0 likes · 17 min read
A Guide to Useful Node.js Command‑Line Tools and Packages
Ctrip Technology
Ctrip Technology
Apr 11, 2019 · Mobile Development

Ctrip’s Open‑Source React Native Framework CRN: Architecture, Performance Optimizations, and Integration Guide

The article introduces Ctrip’s internally used React Native framework CRN, explains its background, performance‑focused architectural simplifications, open‑source contents such as CLI and Runtime, applicable scenarios for pure and hybrid apps, and provides step‑by‑step instructions for integrating CRN into existing or new mobile projects.

CLIFrameworkPerformance Optimization
0 likes · 11 min read
Ctrip’s Open‑Source React Native Framework CRN: Architecture, Performance Optimizations, and Integration Guide
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Nov 15, 2018 · Backend Development

How to Build Your Own Command-Line Tool with Node.js

This guide explains what a command-line interface (CLI) tool is, why developers prefer CLI over GUI for efficiency, and provides a step‑by‑step tutorial for creating a simple Node.js‑based CLI, covering project setup, command registration, argument parsing, version handling, interactive prompts, shell script execution, and network proxy management.

CLICommanderNode.js
0 likes · 10 min read
How to Build Your Own Command-Line Tool with Node.js
MaGe Linux Operations
MaGe Linux Operations
Sep 25, 2018 · Operations

Essential Linux Command Cheat Sheet: Decode Common Abbreviations

This article provides a comprehensive reference of common Linux command abbreviations, explaining each command's purpose—from file manipulation and process monitoring to package management and system utilities—helping users quickly understand and use the Unix shell effectively.

CLILinuxSystem Administration
0 likes · 13 min read
Essential Linux Command Cheat Sheet: Decode Common Abbreviations
MaGe Linux Operations
MaGe Linux Operations
Sep 15, 2018 · Fundamentals

Why Mastering the Command Line Supercharges Your Productivity

This article explores the advantages and drawbacks of using a command-line interface, explains why proficiency boosts efficiency, and provides a practical introduction to essential commands, including a detailed walkthrough of the powerful "top" monitoring tool.

CLILinuxcommand-line
0 likes · 7 min read
Why Mastering the Command Line Supercharges Your Productivity
Xianyu Technology
Xianyu Technology
Jul 20, 2018 · R&D Management

Linking Code Commits with Work Items Using Git Hooks and CLI Tools

The article describes a low‑cost solution that uses Git hooks and a custom CLI tool to automatically embed work‑item IDs from branch names or interactive selection into commit messages, enabling seamless traceability between code commits and requirements or defects and simplifying automated testing and team collaboration.

AutomationCLIGit
0 likes · 13 min read
Linking Code Commits with Work Items Using Git Hooks and CLI Tools
MaoDou Frontend Team
MaoDou Frontend Team
Jun 26, 2018 · Frontend Development

Getting Started with WePY: Build WeChat Mini‑Programs Faster

This guide introduces the WePY framework, showing how to install the CLI, create a demo project, configure the build, understand .wpy file structure, and leverage components, data binding, and event communication to develop WeChat mini‑programs efficiently.

CLIComponent ArchitectureVue-like
0 likes · 9 min read
Getting Started with WePY: Build WeChat Mini‑Programs Faster
Programmer DD
Programmer DD
Apr 9, 2018 · Backend Development

Install and Run Spring Boot CLI with Groovy Scripts in Minutes

This guide walks you through installing Spring Boot CLI on Windows, macOS, or Linux, verifying the installation, and quickly building a simple web application using a Groovy script, complete with command‑line examples and expected output.

BackendCLIGroovy
0 likes · 4 min read
Install and Run Spring Boot CLI with Groovy Scripts in Minutes
Senior Brother's Insights
Senior Brother's Insights
Mar 18, 2018 · Blockchain

Comprehensive Guide to Geth Command-Line Options for Ethereum Nodes

This article provides a detailed reference of the official Geth client’s command‑line flags, covering general commands, Ethereum‑specific options, developer mode, API and console settings, mining parameters, gas‑price controls, logging/debug features, deprecated flags, and a link to the official documentation.

BlockchainCLICommand-line
0 likes · 11 min read
Comprehensive Guide to Geth Command-Line Options for Ethereum Nodes
ITPUB
ITPUB
Feb 2, 2018 · Databases

Mastering Redis: Essential Commands and Practical Examples

This guide introduces Redis as an advanced key‑value store, explains how to start the server and use its CLI tools, and provides detailed command references and demos for strings, lists, sets, sorted sets, hashes, transactions, replication, and pub/sub.

CLIDatabase CommandsReplication
0 likes · 15 min read
Mastering Redis: Essential Commands and Practical Examples
Architecture Digest
Architecture Digest
Jan 5, 2018 · Backend Development

Step-by-Step Guide to Installing and Using Elasticsearch for Full‑Text Search

This article provides a comprehensive, from‑scratch tutorial on installing Elasticsearch, explaining core concepts such as nodes, clusters, indices, documents, and types, and demonstrates how to create, delete, update, and query data—including Chinese tokenization—using command‑line curl requests.

CLIFull‑Text SearchInstallation
0 likes · 14 min read
Step-by-Step Guide to Installing and Using Elasticsearch for Full‑Text Search
ITPUB
ITPUB
Dec 6, 2017 · Operations

Master Dell Server Management: IPMI, RACADM, WSMAN & Redfish CLI Commands

Learn how to remotely manage Dell servers using low‑level CLI tools—including IPMI, RACADM, WSMAN, and Redfish—by installing the necessary utilities, executing power and hardware‑log commands, and leveraging scripts for batch operations across mixed‑vendor data‑center environments.

CLIDellIPMI
0 likes · 12 min read
Master Dell Server Management: IPMI, RACADM, WSMAN & Redfish CLI Commands
ITPUB
ITPUB
Aug 8, 2017 · Backend Development

Discover NetEase MusicBox: A Python CLI for High‑Quality Cloud Music Playback

NetEase MusicBox is a Python‑based command‑line music player offering high‑quality 320kbps streaming, extensive playlist features, customizable keyboard shortcuts, and cross‑platform installation guides for macOS, Linux distributions, and PyPI, with detailed configuration and troubleshooting information.

CLIInstallationMusic
0 likes · 6 min read
Discover NetEase MusicBox: A Python CLI for High‑Quality Cloud Music Playback
Aotu Lab
Aotu Lab
Aug 3, 2017 · Frontend Development

Boost Front‑End Development with KO: Fast Webpack Scaffold Guide

KO is a Webpack‑based scaffolding tool that offers out‑of‑the‑box multi‑page support, optional Vue single‑file components, resource chunking for first‑screen optimization, and SFTP deployment, with detailed installation steps, project structure, component creation, and build commands for rapid front‑end development.

CLIFront-endSFTP
0 likes · 6 min read
Boost Front‑End Development with KO: Fast Webpack Scaffold Guide
dbaplus Community
dbaplus Community
Jun 7, 2017 · Big Data

Master MapReduce: From Fundamentals to Real‑World Hadoop Projects

This comprehensive guide walks you through MapReduce fundamentals, the complete execution flow, and seven hands‑on Hadoop projects—including WordCount, custom serialization, custom partitioning, grouping comparators, file merging, multiple outputs, join operations, and friend‑graph analysis—while providing environment setup steps, Maven commands, and Hadoop CLI examples.

CLIHadoopJava
0 likes · 28 min read
Master MapReduce: From Fundamentals to Real‑World Hadoop Projects
MaGe Linux Operations
MaGe Linux Operations
May 28, 2017 · Backend Development

Build a Python CLI to Fetch 12306 Train Tickets in Seconds

This tutorial walks you through creating a Python command‑line tool named “tickets” that, using virtualenv, docopt, and prettytable, retrieves real‑time train ticket information from China’s 12306 service by specifying departure, destination, and date, and displays the results in a formatted table.

CLIdocoptprettytable
0 likes · 3 min read
Build a Python CLI to Fetch 12306 Train Tickets in Seconds
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.

CLINode.jscommand-line
0 likes · 5 min read
Master Node.js CLI: Essential Command-Line Options for Faster Development
Node Underground
Node Underground
Apr 14, 2017 · Backend Development

Boost Your Node.js Workflow: Essential npm Config Tricks You Need

Learn how to automate npm init, switch registries, adjust install log levels, and relocate global modules with simple npm config commands, empowering Node.js developers to streamline project setup, reduce repetitive prompts, and manage environments more efficiently.

CLINode.jsnpm
0 likes · 3 min read
Boost Your Node.js Workflow: Essential npm Config Tricks You Need
Qunar Tech Salon
Qunar Tech Salon
Mar 21, 2017 · Backend Development

Building a Simple Node.js CLI Generator in Five Steps

This tutorial explains how to create a Node.js command‑line generator from scratch by initializing a module, adding a CLI binary, integrating a template engine, parsing arguments and paths, and finally publishing the package to npm, all with clear code examples.

CLINode.jsNunjucks
0 likes · 12 min read
Building a Simple Node.js CLI Generator in Five Steps
Node Underground
Node Underground
Sep 14, 2016 · Backend Development

Add Vibrant Colors to Your Node CLI Tools with ANSI Escape Codes

Learn how to use ANSI escape codes in Node.js to transform dull black‑and‑white terminal output into colorful, readable command‑line interfaces, with simple examples like printing red text, enabling developers to create more engaging CLI tools.

ANSI escape codesCLIJavaScript
0 likes · 1 min read
Add Vibrant Colors to Your Node CLI Tools with ANSI Escape Codes
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.

CLICommanderJavaScript
0 likes · 12 min read
Master Node.js CLI Development with Commander, Inquirer, and Chalk
Architecture Digest
Architecture Digest
May 26, 2016 · Fundamentals

Introduction to Apache ZooKeeper: Concepts, Setup, and Usage Guide

This article explains the fundamentals of Apache ZooKeeper, its role as a high‑performance coordination service for distributed applications, and provides a step‑by‑step guide to installing, configuring, and operating a three‑node ZooKeeper ensemble with practical CLI examples.

CLICoordination ServiceEnsemble Setup
0 likes · 17 min read
Introduction to Apache ZooKeeper: Concepts, Setup, and Usage Guide
21CTO
21CTO
Aug 12, 2015 · Backend Development

How to Build a Pure PHP Timer with PCNTL and Signals

This article explains how to implement a pure‑PHP timer using CLI mode, the PCNTL extension, and SIGALRM signals, covering basic concepts, task storage structures, the Timer class implementation, example usage, and practical considerations for long‑running services.

CLISchedulerpcntl
0 likes · 9 min read
How to Build a Pure PHP Timer with PCNTL and Signals
MaGe Linux Operations
MaGe Linux Operations
Jul 30, 2015 · Cloud Native

Essential Docker Tips for Developers: Boost Efficiency and Security

This article shares practical Docker tips covering CLI enhancements, Dockerfile best practices, networking, volume management, and security measures, helping developers who already know the basics to improve container workflows, reduce image size, and secure their Docker deployments.

CLIDevOpsDockerfile
0 likes · 11 min read
Essential Docker Tips for Developers: Boost Efficiency and Security
MaGe Linux Operations
MaGe Linux Operations
Aug 5, 2014 · Operations

Essential Linux Server Troubleshooting Checklist: 13 Practical Steps

When a Linux server experiences a failure, this guide walks you through a comprehensive 13‑step checklist—covering problem context, user activity, process inspection, network services, resource usage, hardware, I/O performance, logs, and scheduled tasks—to help you quickly pinpoint and resolve the root cause.

CLILinuxmonitoring
0 likes · 10 min read
Essential Linux Server Troubleshooting Checklist: 13 Practical Steps
MaGe Linux Operations
MaGe Linux Operations
Jul 11, 2014 · Operations

Master dstat: Real-Time Linux System Monitoring Made Easy

Learn how to install, configure, and use dstat—a versatile, Python‑based Linux monitoring tool that replaces vmstat, iostat, netstat, and more—covering its features, command‑line options, plugins, CSV export, and real‑time performance insights for effective system administration.

CLICSV exportLinux monitoring
0 likes · 9 min read
Master dstat: Real-Time Linux System Monitoring Made Easy