Tagged articles
599 articles
Page 4 of 6
Liangxu Linux
Liangxu Linux
Oct 6, 2023 · Operations

Top 5 Linux Command-Line HTTP Clients with Practical Examples

This guide introduces five essential Linux command-line HTTP clients—cURL, HTTPie, Wget, HTTPie-go, and Wuzz—explaining their key features and providing ready-to-use command examples for GET, POST, file downloads, and interactive requests.

CLIHTTPWuzz
0 likes · 5 min read
Top 5 Linux Command-Line HTTP Clients with Practical Examples
Efficient Ops
Efficient Ops
Sep 3, 2023 · Operations

Master kubectl: Essential Commands for Kubernetes Operations

This guide provides a comprehensive, step‑by‑step reference of the most frequently used kubectl commands, covering autocomplete setup, context configuration, resource creation, querying, updating, patching, scaling, deletion, pod interaction, node management, and advanced set operations for effective Kubernetes cluster administration.

CLIcloud-nativekubectl
0 likes · 17 min read
Master kubectl: Essential Commands for Kubernetes Operations
Open Source Tech Hub
Open Source Tech Hub
Sep 3, 2023 · Backend Development

How to Install and Use fnm: The Fast Rust‑Based Node.js Version Manager

fnm is a fast, Rust‑built, cross‑platform Node.js version manager that simplifies installing, switching, and uninstalling Node versions, with step‑by‑step instructions for WSL and Windows installations, usage commands, alias setup, and common operations, all illustrated with code snippets and screenshots.

CLINode.jsRust
0 likes · 4 min read
How to Install and Use fnm: The Fast Rust‑Based Node.js Version Manager
Liangxu Linux
Liangxu Linux
Aug 12, 2023 · Cloud Native

How Datree Prevents Misconfigurations in Kubernetes Deployments

Datree is an open‑source CLI that validates Kubernetes YAML files against customizable policies, offering syntax checks, version validation, and resource limits enforcement, allowing developers to catch configuration errors without connecting to a live cluster and providing dashboard‑driven rule management.

CLIDatreeKubernetes
0 likes · 5 min read
How Datree Prevents Misconfigurations in Kubernetes Deployments
Liangxu Linux
Liangxu Linux
Aug 6, 2023 · Cloud Native

Unlock Hidden kubectl Tricks: Advanced Commands for Kubernetes Mastery

This guide presents a collection of advanced kubectl techniques—including printing API details, filtering and deleting pods by status, counting pods per node, analyzing pod distribution across machines, and leveraging kubectl proxy—providing practical command examples and explanations for experienced Kubernetes users.

CLIDevOpsKubernetes
0 likes · 8 min read
Unlock Hidden kubectl Tricks: Advanced Commands for Kubernetes Mastery
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 5, 2023 · Frontend Development

How to Build, Optimize, and Publish a Full‑Featured CLI Scaffolding Tool for Frontend Projects

This tutorial walks you through creating a 100‑line Node.js CLI scaffolding tool that supports global and local installation, interactive project and template selection, command‑line arguments, loading animations, overwrite prompts, dynamic template fetching via GitHub API, and finally publishing the package to npm for frontend engineers.

CLIJavaScriptNode.js
0 likes · 22 min read
How to Build, Optimize, and Publish a Full‑Featured CLI Scaffolding Tool for Frontend Projects
Efficient Ops
Efficient Ops
Jul 27, 2023 · Cloud Native

Master Advanced kubectl Tricks: Boost Your Kubernetes Workflow

This article presents a collection of practical kubectl techniques—including API debugging, status‑based pod filtering, node‑specific listings, pod distribution counting, and proxy usage—to help Kubernetes users streamline cluster management and avoid writing custom client code.

CLICloud Nativekubectl
0 likes · 7 min read
Master Advanced kubectl Tricks: Boost Your Kubernetes Workflow
Open Source Linux
Open Source Linux
Jul 27, 2023 · Cloud Native

How Datree Secures Your Kubernetes Configurations: A Hands‑On Guide

Datree is an open‑source CLI tool that validates Kubernetes YAML files, enforces custom policies, and prevents misconfigurations without needing cluster access, offering dashboard‑driven rule management and a step‑by‑step example that shows how to fix memory and CPU limits in a deployment manifest.

CLIDatreeDevOps
0 likes · 4 min read
How Datree Secures Your Kubernetes Configurations: A Hands‑On Guide
Liangxu Linux
Liangxu Linux
Jul 24, 2023 · Cloud Native

How Datree Prevents Kubernetes Misconfigurations: A Quick Guide

Datree is an open-source CLI that validates Kubernetes YAML files against customizable policies, allowing users to detect syntax errors, version mismatches, and resource limits without connecting to a live cluster, and it provides a dashboard for managing and editing rules.

CLICloud NativeConfiguration Validation
0 likes · 5 min read
How Datree Prevents Kubernetes Misconfigurations: A Quick Guide
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Jun 28, 2023 · Frontend Development

Mastering OpenTiny: Build Cross‑Framework Admin Apps and Custom Themes in Minutes

This article introduces OpenTiny, an enterprise‑grade, cross‑framework component library for Vue2, Vue3, and Angular, explains its five key advantages—including seamless Vue2‑to‑Vue3 migration and renderless architecture—and provides step‑by‑step commands to quickly scaffold an admin system and customize themes via its CLI and theme‑config tools.

CLIComponent LibraryOpenTiny
0 likes · 7 min read
Mastering OpenTiny: Build Cross‑Framework Admin Apps and Custom Themes in Minutes
Efficient Ops
Efficient Ops
Jun 18, 2023 · Cloud Native

Master 9 Essential kubectl Commands for Efficient Kubernetes Management

This guide introduces nine essential kubectl commands—get, create, edit, delete, apply, describe, logs, exec, and cp—explaining how to query, provision, modify, and troubleshoot Kubernetes resources, with practical code snippets and tips for efficient cluster management.

CLIcommandskubectl
0 likes · 10 min read
Master 9 Essential kubectl Commands for Efficient Kubernetes Management
dbaplus Community
dbaplus Community
Jun 11, 2023 · Big Data

Step-by-Step Guide to Deploying a Kafka Cluster and Essential Tools

This article provides a comprehensive walkthrough of installing and configuring a Kafka cluster, including Zookeeper setup, detailed command-line instructions, and reviews of useful client and monitoring tools such as PrettyZoo, Kafka Tool, and Kafka Eagle, with practical tips and configuration examples.

CLIDeploymenttools
0 likes · 11 min read
Step-by-Step Guide to Deploying a Kafka Cluster and Essential Tools
Java High-Performance Architecture
Java High-Performance Architecture
Jun 8, 2023 · Cloud Native

Master Podman: Docker‑Compatible, Daemon‑Free Container Runtime

This guide explains what Podman is, how it differs from Docker, and provides step‑by‑step instructions for installing, configuring, and using Podman—including common commands, rootless operation, registry accelerators, volume handling, and essential configuration files—so you can manage containers without a daemon.

CLIDevOpsDocker Compatibility
0 likes · 17 min read
Master Podman: Docker‑Compatible, Daemon‑Free Container Runtime
Top Architect
Top Architect
Jun 6, 2023 · Cloud Native

Podman Tutorial: Overview, Differences from Docker, Common Commands, Installation, Configuration, and Usage

This article provides a comprehensive guide to Podman, covering its definition, key differences from Docker, essential CLI commands for containers and images, installation steps, registry accelerators, rootless operation, user namespace handling, volume usage, and configuration files for effective container management on Linux systems.

CLIContainerDocker
0 likes · 18 min read
Podman Tutorial: Overview, Differences from Docker, Common Commands, Installation, Configuration, and Usage
Python Programming Learning Circle
Python Programming Learning Circle
May 30, 2023 · Fundamentals

Rye: An Experimental Python Package Manager and Practical Usage Guide

Rye, created by Armin Ronacher, is an experimental Python package manager that introduces a workspace concept, standalone Python installations, and clear separation of development and production dependencies, offering a unified solution to the fragmentation of existing Python tooling while providing detailed installation and workflow instructions.

CLIRustRye
0 likes · 12 min read
Rye: An Experimental Python Package Manager and Practical Usage Guide
DevOps Cloud Academy
DevOps Cloud Academy
May 29, 2023 · Databases

Best Database Schema Migration Tools: CLI, GUI, and GitOps/Database-as-Code Solutions

Database schema changes are among the riskiest development tasks, and this article reviews top migration tools—from basic CLI clients like mysql and psql, through popular GUIs such as phpMyAdmin and DBeaver, to modern GitOps/Database-as-Code solutions like Liquibase, Flyway, Sqitch, Atlas, Prisma, and Bytebase—highlighting their features, pricing, and collaboration capabilities.

CLIDevOpsGUI
0 likes · 9 min read
Best Database Schema Migration Tools: CLI, GUI, and GitOps/Database-as-Code Solutions
Alibaba Cloud Native
Alibaba Cloud Native
May 25, 2023 · Cloud Native

Boosting OpenYurt Usability: UI/CLI SIG Roadmap and Upcoming Features

The OpenYurt community announces its UI/CLI Special Interest Group, outlining a roadmap that includes a redesigned dashboard, automated installation, feature integration, and yurtadm enhancements to lower the platform's entry barrier and improve developer experience in edge computing.

CLICloud NativeDashboard
0 likes · 6 min read
Boosting OpenYurt Usability: UI/CLI SIG Roadmap and Upcoming Features
Top Architect
Top Architect
May 22, 2023 · Backend Development

Understanding Spring Boot's Four Core Components: Starter, Autoconfigure, CLI, and Actuator

This article explains the purpose and usage of Spring Boot's four main components—Starter, Autoconfigure, CLI, and Actuator—providing Maven and YAML examples, code snippets, and practical guidance for backend developers to simplify dependency management, bean configuration, command‑line tooling, and production monitoring.

ActuatorAutoconfigureBackend Development
0 likes · 10 min read
Understanding Spring Boot's Four Core Components: Starter, Autoconfigure, CLI, and Actuator
Laravel Tech Community
Laravel Tech Community
May 18, 2023 · Databases

SQLite 3.42.0 Release Highlights and New Features

SQLite 3.42.0, the widely used public-domain SQL database engine, introduces features such as FTS5 secure-delete, JSON5 support, new sqlite3_config options, enhanced query planner optimizations, CLI improvements, additional SQL functions, extended PRAGMA integrity_check, subsecond time modifiers, and various bug fixes and performance enhancements.

CLIDatabase EngineFTS5
0 likes · 5 min read
SQLite 3.42.0 Release Highlights and New Features
Liangxu Linux
Liangxu Linux
May 7, 2023 · Cloud Native

Unlock Hidden kubectl Tricks: Advanced Commands for Kubernetes Mastery

This article presents a collection of advanced kubectl techniques—including API inspection, status‑based pod filtering and deletion, node‑specific pod listing, distribution counting, and proxy usage—to help experienced Kubernetes users solve ad‑hoc tasks more efficiently.

CLIKubernetesOperations
0 likes · 7 min read
Unlock Hidden kubectl Tricks: Advanced Commands for Kubernetes Mastery
MaGe Linux Operations
MaGe Linux Operations
May 7, 2023 · Operations

Beyond top: Powerful Linux CLI Monitoring Tools You Should Try

This guide introduces several interactive command‑line utilities—htop, atop, nmon, vtop, bashtop, gtop and glances—explaining their features, key shortcuts, and installation steps so Linux administrators can monitor CPU, memory, disk and network usage more effectively than with the classic top command.

BashtopCLIGlances
0 likes · 9 min read
Beyond top: Powerful Linux CLI Monitoring Tools You Should Try
MaGe Linux Operations
MaGe Linux Operations
Apr 13, 2023 · Operations

Master Network Tracing with Nexttrace: Install, Commands, and Advanced Features

This article introduces the open‑source Go‑based visual route‑tracking CLI tool Nexttrace, showcases its popularity, explains how to install it on Linux and macOS, and provides detailed usage examples—including ICMP, TCP, UDP tracing, fast‑trace mode, interface selection, and map visualization—plus advanced options such as TTL and concurrency control.

Advanced FeaturesCLIGo
0 likes · 5 min read
Master Network Tracing with Nexttrace: Install, Commands, and Advanced Features
Top Architect
Top Architect
Mar 31, 2023 · Fundamentals

Comprehensive Introduction to Git and Version Control Practices

This article provides a thorough introduction to Git, covering its core concepts, repository structure, essential commands for initialization, configuration, branching, merging, rebasing, remote operations, and troubleshooting, along with practical examples and visual diagrams to help developers master version control.

CLIGitMerging
0 likes · 41 min read
Comprehensive Introduction to Git and Version Control Practices
Alibaba Cloud Native
Alibaba Cloud Native
Mar 24, 2023 · Cloud Native

How KubeVela 1.7 Simplifies Workload Adoption and Boosts Performance

KubeVela 1.7 introduces read‑only and take‑over workload adoption modes, a one‑click CLI adopt command, major performance gains through compression and memory tuning, enhanced dry‑run, deletion, plugin output, workflow and VelaUX features, and outlines the roadmap for version 1.8.

CLICloud NativeKubeVela
0 likes · 18 min read
How KubeVela 1.7 Simplifies Workload Adoption and Boosts Performance
Efficient Ops
Efficient Ops
Mar 19, 2023 · Cloud Native

Master Real-Time Multi-Pod Logging in Kubernetes with Kubetail & Stern

This guide introduces two lightweight Kubernetes log‑tailing utilities, Kubetail and Stern, explaining their installation on various platforms, core command‑line options, and practical usage examples for aggregating and color‑coding logs from multiple pods and containers, offering a simpler alternative to heavyweight logging stacks.

CLIKuberneteskubetail
0 likes · 10 min read
Master Real-Time Multi-Pod Logging in Kubernetes with Kubetail & Stern
TAL Education Technology
TAL Education Technology
Mar 16, 2023 · Frontend Development

Building a Frontend Scaffolding Tool from Scratch with Node.js and TypeScript

This article walks through creating a Node.js‑based TypeScript CLI scaffolding tool for frontend projects, covering background, project template setup, TypeScript configuration, package scripts, command‑line parsing with Commander, interactive prompts with Inquirer, code retrieval via download‑git‑repo, shell execution, and final logo rendering, all illustrated with concrete code examples.

CLICommanderTypeScript
0 likes · 13 min read
Building a Frontend Scaffolding Tool from Scratch with Node.js and TypeScript
IT Services Circle
IT Services Circle
Mar 3, 2023 · Backend Development

FFmpeg 6.0 “Von Neumann” Released with New Encoders, Decoders, Filters, and ABI Versioning

FFmpeg 6.0 “Von Neumann” has been officially released, introducing numerous new encoders, decoders, and filters, adding ABI versioning to major releases, deprecating old APIs, and enhancing CLI performance with threading, statistics options, and file‑based filter options, while outlining upcoming features for version 6.1.

CLIDecodersEncoders
0 likes · 6 min read
FFmpeg 6.0 “Von Neumann” Released with New Encoders, Decoders, Filters, and ABI Versioning
Sohu Tech Products
Sohu Tech Products
Feb 15, 2023 · Frontend Development

From Zero to One: Building a React CLI Scaffolding Tool Based on Vue CLI Insights

This article documents the complete process of researching, analyzing, and developing a custom React CLI scaffolding tool, including a detailed examination of Vue CLI's architecture, plugin mechanism, and codebase, as well as the implementation of interactive command‑line features, configuration options, and publishing steps.

CLIMonorepoNode.js
0 likes · 26 min read
From Zero to One: Building a React CLI Scaffolding Tool Based on Vue CLI Insights
HomeTech
HomeTech
Feb 15, 2023 · Frontend Development

How to Build Your Own Front‑End CLI Scaffold from Scratch

This article walks through why a custom front‑end scaffolding tool is needed, analyzes Vue CLI’s architecture, explains how to locate global commands, examines required dependencies, and provides a step‑by‑step implementation—including project initialization, command design, create‑command logic, Node version checks, template features, CDN upload, commit linting, and a custom ESLint plugin—so readers can create a reusable CLI tailored to their business needs.

CLINode.jsTooling
0 likes · 17 min read
How to Build Your Own Front‑End CLI Scaffold from Scratch
21CTO
21CTO
Dec 28, 2022 · Backend Development

Using ChatGPT to Fix Node.js Runtime Checks and Eliminate CLI Side Effects

An engineer building the ZenStack toolkit for Next.js and TypeScript needed a runtime check for Node.js and Prisma, turned to ChatGPT for a quick solution, discovered unintended side effects with async-exit-hook, and ultimately refined the approach using child processes and npm tricks to achieve a clean, reliable setup.

CLIChatGPTNode.js
0 likes · 5 min read
Using ChatGPT to Fix Node.js Runtime Checks and Eliminate CLI Side Effects
Python Programming Learning Circle
Python Programming Learning Circle
Nov 1, 2022 · Fundamentals

Python Student Information Management System Tutorial with Complete Source Code

This article presents a step‑by‑step tutorial for building a console‑based student information management system in Python, covering system design, functional requirements, detailed function implementations for adding, deleting, modifying, searching, and displaying records, and provides the full source code with execution screenshots.

CLIData StructuresPython
0 likes · 10 min read
Python Student Information Management System Tutorial with Complete Source Code
Cloud Native Technology Community
Cloud Native Technology Community
Nov 1, 2022 · Cloud Native

Essential kubectl Commands and Concepts for Managing Kubernetes Clusters

This article introduces the role of the Kubernetes API server, explains kubectl syntax and concepts, and provides detailed explanations of eight essential kubectl commands—including listing resources, describing objects, creating and modifying resources, deleting objects, handling PersistentVolumes, configuring security contexts, managing deployments, and executing commands inside pods—helping readers master everyday Kubernetes operations.

CLICloud NativeKubernetes
0 likes · 11 min read
Essential kubectl Commands and Concepts for Managing Kubernetes Clusters
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 30, 2022 · Frontend Development

Enhanced ES‑Check Implementation with Multi‑File Detection, HTML Support, and SourceMap Parsing

This article examines existing ES‑check tools, compares community and mpx implementations, and presents a comprehensive enhanced version that supports multi‑file detection, HTML parsing, source‑map resolution, and both CLI and library usage, detailing its underlying principles, code examples, and practical advantages for frontend development.

CLICompatibilityJavaScript
0 likes · 20 min read
Enhanced ES‑Check Implementation with Multi‑File Detection, HTML Support, and SourceMap Parsing
DaTaobao Tech
DaTaobao Tech
Sep 13, 2022 · Backend Development

Developing a Node.js CLI Scaffold: Tools, Package.json and Demo

This guide walks you through building a custom Node.js CLI scaffold using commander, chalk, inquirer, ora, and download‑git‑repo, explains essential package.json fields like bin and engines, and provides a complete demo that prompts users, downloads templates, and initializes projects ready for global installation.

CLICommanderNode.js
0 likes · 17 min read
Developing a Node.js CLI Scaffold: Tools, Package.json and Demo
Liangxu Linux
Liangxu Linux
Sep 4, 2022 · Fundamentals

Master Linux Cheat: Quick Access to Command Examples

This guide explains the purpose of the Linux cheat utility, compares it with man and info, shows how to install both the Go and Bash versions, and provides detailed usage examples, configuration tips, and ways to extend its cheat sheets for faster command reference.

CLICommand ReferenceLinux
0 likes · 7 min read
Master Linux Cheat: Quick Access to Command Examples
Python Programming Learning Circle
Python Programming Learning Circle
Aug 12, 2022 · Backend Development

Using the Python Fire Library to Build Simple Command-Line Interfaces

This article explains why the Fire library is a superior alternative to argparse and Click for creating Python command-line tools, demonstrates its installation, provides multiple usage patterns—including exposing functions, classes, and dictionaries as CLIs—and showcases advanced features such as command grouping, attribute access, and custom argument handling.

AutomationCLIargparse
0 likes · 10 min read
Using the Python Fire Library to Build Simple Command-Line Interfaces
DevOps
DevOps
Aug 5, 2022 · Cloud Native

SmartIDE v1.0 Release: Cloud‑Native IDE Features, k8s Support, ARM Compatibility, and GitLab CI Integration

The SmartIDE v1.0 release introduces a fully cloud‑native IDE with one‑command CLI deployment, complete Kubernetes mode, ARM processor support, team resource sharing, hybrid VSCode/JetBrains remote connections, WebTerminal, and GitLab CI pipeline integration, providing developers across Windows, macOS, and Linux with a versatile development environment.

ARMCLIGitLab CI
0 likes · 15 min read
SmartIDE v1.0 Release: Cloud‑Native IDE Features, k8s Support, ARM Compatibility, and GitLab CI Integration
Efficient Ops
Efficient Ops
Jul 24, 2022 · Operations

Mastering kubectl: Essential Commands for Kubernetes Operations

This guide provides a comprehensive overview of kubectl, covering autocomplete setup, context and configuration management, creating, viewing, updating, patching, editing, scaling, and deleting resources, as well as interacting with pods, nodes, and clusters, plus advanced set commands and output formatting for effective Kubernetes operations.

CLIcloud-nativekubectl
0 likes · 19 min read
Mastering kubectl: Essential Commands for Kubernetes Operations
php Courses
php Courses
Jul 22, 2022 · Frontend Development

What's New in Vite 3.0: Template Updates, CLI Optimizations, and API Changes

The article introduces Vite 3.0's refreshed documentation, new template themes, CLI visual improvements, changed default port, rewritten import.meta.glob API, smaller bundle size, ESBuild minification, bug fixes, Node 14.18+ compatibility, and a yearly release commitment, emphasizing the need for developers to stay current.

CLIJavaScriptVite
0 likes · 3 min read
What's New in Vite 3.0: Template Updates, CLI Optimizations, and API Changes
21CTO
21CTO
Jul 10, 2022 · Backend Development

How to Use VS Code Server for Seamless Browser‑Based Remote Development

Microsoft’s new VS Code Server lets developers install a backend service on any local or cloud machine and access it securely through VS Code for Web, eliminating SSH setup and enabling full‑featured coding from a browser on any device after a simple CLI installation.

CLIMicrosoftRemote Development
0 likes · 5 min read
How to Use VS Code Server for Seamless Browser‑Based Remote Development
JD Cloud Developers
JD Cloud Developers
Jul 4, 2022 · Backend Development

Master Rust Logging with log4rs: A Step-by-Step Guide

This article introduces Rust's log4rs library, explains its core concepts of appenders and loggers, and provides complete code examples for configuring system and business log files, initializing the logger, and handling command‑line log commands in a Rust application.

CLIlog4rslogging
0 likes · 4 min read
Master Rust Logging with log4rs: A Step-by-Step Guide
phodal
phodal
Jul 3, 2022 · User Experience Design

Why Developer Portals Fail: Rethinking Search, Docs, and UI/CLI Experience

The article critiques how many cloud and open‑source companies treat developer portals as a superficial UI, ignoring real developer experience needs such as expressive search, code‑centric documentation, and meaningful CLI design, and proposes concrete design and engineering practices to fix these issues.

CLIDeveloper ExperienceProduct Design
0 likes · 9 min read
Why Developer Portals Fail: Rethinking Search, Docs, and UI/CLI Experience
MaGe Linux Operations
MaGe Linux Operations
Jul 1, 2022 · Cloud Native

Master Kubernetes Resource Insights with kube-capacity CLI

This guide explains how to install and use the kube-capacity command‑line tool to quickly view resource requests, limits, and utilization for pods and nodes in a Kubernetes cluster, including advanced options for filtering, JSON/YAML output, and integration with metrics‑server.

CLICloud NativeKubernetes
0 likes · 7 min read
Master Kubernetes Resource Insights with kube-capacity CLI
ELab Team
ELab Team
Jun 18, 2022 · Frontend Development

Deep Dive into ESLint: How Rules, CLI, and AST Processing Work

This article explains why ESLint is essential for frontend development, details how its rule configuration works, walks through the CLI execution flow, and reveals the internal call stack that parses code into an AST, applies custom rules, and performs auto‑fixes.

ASTCLICustom Rules
0 likes · 15 min read
Deep Dive into ESLint: How Rules, CLI, and AST Processing Work
JD Cloud Developers
JD Cloud Developers
May 10, 2022 · Backend Development

Master Domain Interaction Mode in Rust CLI with interactcli-rs

This article explains how interactcli-rs implements a domain‑specific interactive mode for command‑line programs, detailing the run function, the main parsing loop, prompt handling, history management, and configuration of rustyline, with full Rust code examples.

CLIcommand-lineinteractcli-rs
0 likes · 5 min read
Master Domain Interaction Mode in Rust CLI with interactcli-rs
Programmer DD
Programmer DD
May 3, 2022 · Databases

Explore RedisInsight: A Lightweight, Feature-Rich Redis Visualization Tool

RedisInsight is a lightweight, cross‑platform visual tool for Redis that offers data browsing, filtering, real‑time command analysis, support for multiple modules like RedisJSON and RediSearch, and includes a Workbench CLI, with installation steps using Node.js and Yarn.

CLIDatabase VisualizationNode.js
0 likes · 3 min read
Explore RedisInsight: A Lightweight, Feature-Rich Redis Visualization Tool
Code DAO
Code DAO
Apr 30, 2022 · Backend Development

Building an Extensible Node.js CLI Tool Using the Command Pattern

The article walks through creating a lightweight, extensible Node.js command‑line utility without third‑party libraries, covering the command‑pattern design, implementation of split, upper, and word‑count commands, dynamic command loading, and best practices for modular, maintainable CLI development on Linux.

CLICommand PatternCommander
0 likes · 12 min read
Building an Extensible Node.js CLI Tool Using the Command Pattern
MaGe Linux Operations
MaGe Linux Operations
Apr 19, 2022 · Fundamentals

10 Fun Linux Terminal Commands to Wow Your Friends

Discover a curated list of entertaining Linux commands—like cmatrix, xcowsay, sl, aafire, and more—complete with installation steps, usage examples, and visual demos that turn your terminal into a playful showcase.

CLIFun CommandsLinux
0 likes · 5 min read
10 Fun Linux Terminal Commands to Wow Your Friends
Alibaba Cloud Native
Alibaba Cloud Native
Apr 15, 2022 · Cloud Native

Quick Start with Serverless Devs: Install, Key Management, and Yaml Best Practices

This guide walks you through installing the Serverless Devs CLI, configuring Alibaba Cloud access keys via interactive prompts, command‑line flags, or environment variables, explains key‑usage safety and alias design, and details Yaml syntax, variable handling, service ordering, and custom actions for seamless serverless application deployment.

CLICloud NativeServerless
0 likes · 20 min read
Quick Start with Serverless Devs: Install, Key Management, and Yaml Best Practices
Liangxu Linux
Liangxu Linux
Apr 10, 2022 · Fundamentals

Vim vs Nano: Which Terminal Text Editor Fits Your Workflow?

This guide compares the two most popular command‑line text editors on Linux—Vim and GNU nano—covering their histories, key features, basic usage commands, editing modes, learning curves, and recommendations to help you choose the right tool for programming or quick file edits.

CLINanoTerminal Editor
0 likes · 10 min read
Vim vs Nano: Which Terminal Text Editor Fits Your Workflow?
Laravel Tech Community
Laravel Tech Community
Apr 7, 2022 · Databases

Redis 7.0-rc3 Release Notes: New Features, Breaking Changes, Performance Improvements, CLI Updates, and Bug Fixes

Redis 7.0-rc3 introduces new cluster commands, configuration ordering changes, ACL restrictions, function load adjustments, performance optimizations, enhanced CLI behavior, expanded INFO fields, module API extensions, and a comprehensive set of bug fixes, providing developers with important updates and potential migration considerations.

BugFixesCLIReleaseNotes
0 likes · 4 min read
Redis 7.0-rc3 Release Notes: New Features, Breaking Changes, Performance Improvements, CLI Updates, and Bug Fixes
Sohu Tech Products
Sohu Tech Products
Mar 16, 2022 · Cloud Native

Podman Introduction: Features, Differences from Docker, and Common Commands

This article provides a comprehensive overview of Podman, an open‑source container runtime that runs without a daemon or root privileges, compares it with Docker, explains its architecture, and presents essential commands, deployment steps, configuration files, volume handling, and user‑namespace considerations for Linux environments.

CLIContainersDevOps
0 likes · 16 min read
Podman Introduction: Features, Differences from Docker, and Common Commands
Node Underground
Node Underground
Mar 16, 2022 · Operations

Control Docker Daemon Efficiently with Node.js

This tutorial explains how to use Node.js—via child processes, HTTP requests, or the Dockerode SDK—to create, manage, and interact with Docker containers, offering code examples and practical tips for efficient daemon communication.

CLIContainer ManagementDocker
0 likes · 7 min read
Control Docker Daemon Efficiently with Node.js
Laravel Tech Community
Laravel Tech Community
Feb 24, 2022 · Databases

SQLite 3.38.0 Released with New JSON Operators, Enhanced Date/Time Functions, and Query Planner Improvements

SQLite version 3.38.0 introduces new JSON operators compatible with MySQL and PostgreSQL, built‑in JSON functions, added unixepoch() and auto/julianday modifiers for date/time, renamed printf() to format(), enhanced virtual table interfaces, CLI columnar output options, and query planner optimizations using Bloom filters and balanced merge trees.

CLIDatabase EngineQuery Planner
0 likes · 4 min read
SQLite 3.38.0 Released with New JSON Operators, Enhanced Date/Time Functions, and Query Planner Improvements
Cyber Elephant Tech Team
Cyber Elephant Tech Team
Feb 22, 2022 · Frontend Development

Mastering Eris: The Enterprise-Grade Frontend Scaffold for Scalable Projects

Eris is an open-source, enterprise-level frontend scaffolding framework from Yidianzixun that streamlines project initialization, template management, development, building, and deployment through unified commands, supporting both React and Vue templates, customizable themes, and an interactive CLI to accelerate large-scale web application development.

CLIDeploymentbuild
0 likes · 8 min read
Mastering Eris: The Enterprise-Grade Frontend Scaffold for Scalable Projects
IT Services Circle
IT Services Circle
Feb 20, 2022 · Fundamentals

Using trypackage: A Command-Line Tool for Quick Python Package Trials

The article introduces trypackage, a lightweight Python CLI utility that automatically creates a temporary virtual environment, installs a specified package, launches an interactive shell with the package pre‑imported, and offers various options for Python version, shell type, persistence, and configuration.

CLIPythonpackage testing
0 likes · 6 min read
Using trypackage: A Command-Line Tool for Quick Python Package Trials
Laravel Tech Community
Laravel Tech Community
Feb 16, 2022 · Databases

Using Phinx for Database Migrations in ThinkPHP

This tutorial explains how to install, configure, and operate Phinx within a ThinkPHP project to manage database schema migrations, create and run seed data, update tables, roll back changes, and keep development environments synchronized.

CLIPHPPhinx
0 likes · 6 min read
Using Phinx for Database Migrations in ThinkPHP