Tagged articles
609 articles
Page 3 of 7
Ops Development & AI Practice
Ops Development & AI Practice
Jun 29, 2025 · Cloud Computing

Automate Browser‑Based MFA for AWS CLI with Cognito and Credential Process

By leveraging Cognito’s Hosted UI and the OAuth2 Authorization Code Grant, a lightweight local helper launches a temporary web server, opens the browser for MFA login, exchanges the code for tokens, and feeds temporary AWS STS credentials into the AWS CLI via the credential_process feature, delivering a seamless, SSO‑like experience.

CLICloud ComputingCognito
0 likes · 8 min read
Automate Browser‑Based MFA for AWS CLI with Cognito and Credential Process
Open Source Tech Hub
Open Source Tech Hub
Jun 24, 2025 · Backend Development

Discover PHP 8.5’s New Array, Pipe, and cURL Features for Faster Development

PHP 8.5, slated for release in November 2025, introduces handy array helpers, a left‑to‑right pipe operator, getters for error and exception handlers, a cURL multi‑handle retrieval function, RTL locale detection, a build‑date constant, and a CLI option to show only modified INI settings, all aimed at improving developer experience and debugging.

CLIPHP 8.5Pipe Operator
0 likes · 5 min read
Discover PHP 8.5’s New Array, Pipe, and cURL Features for Faster Development
Ops Development & AI Practice
Ops Development & AI Practice
Jun 22, 2025 · Cloud Native

Unlock Faster Kubernetes Workflows: Enable kubectl Auto‑Completion in PowerShell

This guide walks you through configuring persistent kubectl auto‑completion in Windows PowerShell, showing why completion boosts efficiency, reduces errors, and aids learning, then detailing three simple steps—checking the profile, adding the completion script, and reloading—to make Kubernetes commands smarter and faster.

CLIKubernetesPowerShell
0 likes · 7 min read
Unlock Faster Kubernetes Workflows: Enable kubectl Auto‑Completion in PowerShell
JD Tech Talk
JD Tech Talk
Jun 20, 2025 · Operations

Mastering SNMP: A Complete Guide to Network Monitoring and Automation

This comprehensive tutorial explains the fundamentals of SNMP, its architecture, versions, message types, MIB structure, and practical usage—including command‑line tools and Java code examples—to help network administrators efficiently monitor and manage devices.

CLIJavaMIB
0 likes · 15 min read
Mastering SNMP: A Complete Guide to Network Monitoring and Automation
Efficient Ops
Efficient Ops
Jun 17, 2025 · Operations

Boost Kubernetes Efficiency with K9s: A Terminal UI Guide

K9s delivers a terminal‑based UI that streamlines Kubernetes cluster management by providing real‑time monitoring, shortcut‑driven operations, context switching, and RBAC visualization, with cross‑platform installation options and practical tips for overview, resource analysis, pod handling, and log inspection, boosting efficiency for both novices and experts.

CLICluster MonitoringDevOps
0 likes · 4 min read
Boost Kubernetes Efficiency with K9s: A Terminal UI Guide
Java Web Project
Java Web Project
Jun 16, 2025 · Operations

Why Multipass Is the Fastest Way to Spin Up Ubuntu VMs on Any Platform

This article introduces Multipass, a lightweight free‑open‑source VM manager from Canonical, walks through its installation on Windows, demonstrates how to list, launch, inspect, enter, pause, restart, delete and automate Ubuntu instances using concrete command‑line examples and configuration files.

CLIDevOpsMultipass
0 likes · 7 min read
Why Multipass Is the Fastest Way to Spin Up Ubuntu VMs on Any Platform
php Courses
php Courses
Jun 11, 2025 · Backend Development

Master Go CLI Development: Build Powerful Command-Line Tools with Cobra

This comprehensive Go tutorial walks you through installing Cobra, initializing a project, creating basic and advanced commands with flags, subcommands, configuration, colored and table output, building a Todo CLI with persistence, and cross‑platform compilation and automated release, empowering you to craft professional command‑line tools.

Backend DevelopmentCLICOBRA
0 likes · 9 min read
Master Go CLI Development: Build Powerful Command-Line Tools with Cobra
Java Architecture Diary
Java Architecture Diary
Jun 5, 2025 · Artificial Intelligence

Unlock AI Reasoning: How Ollama’s New ‘Thinking’ Feature Works

Version 0.9.0 of Ollama introduces a ‘thinking’ control that lets users view and manage the AI model’s reasoning process, with detailed CLI commands, REST API usage, model support list, scripting options, and advanced Modelfile configurations for models like DeepSeek R1 and Qwen 3.

AI reasoningCLIDeepSeek
0 likes · 6 min read
Unlock AI Reasoning: How Ollama’s New ‘Thinking’ Feature Works
Architecture Digest
Architecture Digest
Jun 3, 2025 · Cloud Native

Podman Tutorial: Installation, Usage, Commands, and Configuration

This comprehensive guide explains what Podman is, compares it with Docker, shows how to install and configure it on Linux, and provides detailed examples of common commands, container management, image handling, rootless operation, volume usage, and user namespace configuration.

CLIContainersDocker Compatibility
0 likes · 16 min read
Podman Tutorial: Installation, Usage, Commands, and Configuration
phodal
phodal
May 28, 2025 · Artificial Intelligence

Boost Code Retrieval with AutoDev’s Pre‑Generated Context Worker

The article explains how AutoDev’s Context Worker pre‑generates semantic code context to improve RAG performance, outlines the limitations of vector‑based retrieval, describes the tool’s multi‑language AST analysis, knowledge‑graph construction, and provides command‑line usage examples for integrating the generated context into AI‑driven development workflows.

AIASTCLI
0 likes · 8 min read
Boost Code Retrieval with AutoDev’s Pre‑Generated Context Worker
Python Programming Learning Circle
Python Programming Learning Circle
May 27, 2025 · Fundamentals

Essential pip Tips and Tricks for Python Package Management

This article provides a comprehensive guide to using Python's pip tool, covering installation, upgrading, package installation, batch operations, dependency freezing, information querying, compatibility checks, and downloading packages, complete with practical command‑line examples and code snippets.

CLIdependencypackage management
0 likes · 9 min read
Essential pip Tips and Tricks for Python Package Management
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 21, 2025 · Backend Development

Master Node.js v24: Real‑Time Watch, Multi‑File Test, Native Env Files & Colorful Console

With Node.js v24 released, this guide demonstrates how to use the new --watch flag for live file monitoring, the --test command for multi‑file testing, native --env-file support for environment variables, colorful console output via util.styleText, and built‑in WebSocket client/server examples.

CLIConsole StylingNode.js
0 likes · 9 min read
Master Node.js v24: Real‑Time Watch, Multi‑File Test, Native Env Files & Colorful Console
DataFunTalk
DataFunTalk
May 18, 2025 · Artificial Intelligence

OpenAI Codex AMA Highlights: Cloud Sandbox, TypeScript CLI, Multilingual Plans, and Future Vision

In a one‑hour Reddit AMA, OpenAI's Codex team outlined their cloud‑first strategy, TypeScript‑based CLI, upcoming multilingual bindings, integration with the future GPT‑5 model, pricing, security sandbox, best‑practice recommendations, and a ten‑year roadmap toward a unified AI‑driven software development agent.

AICLICodex
0 likes · 6 min read
OpenAI Codex AMA Highlights: Cloud Sandbox, TypeScript CLI, Multilingual Plans, and Future Vision
MaGe Linux Operations
MaGe Linux Operations
May 13, 2025 · Operations

Master Argo CD: A Hands‑On Guide to GitOps Continuous Delivery

This comprehensive guide introduces Argo CD, explains its architecture and core concepts, walks through installation, cluster registration, application creation from a Git repository, and demonstrates how to sync and monitor applications using both the UI and CLI, empowering developers to adopt GitOps for Kubernetes deployments.

Argo CDCLIContinuous Delivery
0 likes · 17 min read
Master Argo CD: A Hands‑On Guide to GitOps Continuous Delivery
Open Source Tech Hub
Open Source Tech Hub
May 4, 2025 · Backend Development

Building a Model Context Protocol (MCP) Server with PHP 8 Attributes

This guide explains how to use the php-mcp/server library to create a standards‑compliant Model Context Protocol (MCP) server in PHP 8, covering installation, key features, attribute‑based definitions, configuration, transport options, discovery, and code examples for a simple stdio server.

AttributesCLIHTTP+SSE
0 likes · 15 min read
Building a Model Context Protocol (MCP) Server with PHP 8 Attributes
Cognitive Technology Team
Cognitive Technology Team
Apr 30, 2025 · Backend Development

Getting Started with JLine 3: Building Interactive Java CLI Applications

This article introduces JLine 3, a Java library that adds GNU‑readline‑style features such as line editing, history, auto‑completion, and syntax highlighting to command‑line tools, and provides Maven setup, a complete code example, detailed explanation, and sample output for building robust interactive CLI applications.

CLICommand LineJLine
0 likes · 10 min read
Getting Started with JLine 3: Building Interactive Java CLI Applications
MaGe Linux Operations
MaGe Linux Operations
Apr 25, 2025 · Cloud Native

Essential Docker Commands Cheat Sheet: Quick Reference for Developers

This comprehensive guide presents over twenty essential Docker CLI commands, covering image management, container lifecycle, registry operations, and system cleanup, with clear syntax examples and practical use‑case snippets to help developers and DevOps engineers work efficiently with containers.

CLICloud NativeContainers
0 likes · 11 min read
Essential Docker Commands Cheat Sheet: Quick Reference for Developers
Efficient Ops
Efficient Ops
Apr 20, 2025 · Operations

How to Instantly Monitor Socket Health with the Lightweight 'dish' CLI Tool

This article introduces the lightweight command‑line tool dish, explains its core features such as one‑time socket health checks, remote configuration, concurrent testing, zero dependencies, multiple notification methods, caching, and provides installation steps, usage examples, and a comprehensive flag reference for efficient operations monitoring.

CLIGoNotification
0 likes · 7 min read
How to Instantly Monitor Socket Health with the Lightweight 'dish' CLI Tool
Java Captain
Java Captain
Apr 20, 2025 · Databases

RediSearch: Introduction, Features, Benchmarks, Installation, and CLI Operations

This article introduces RediSearch, a Redis module for full‑text search, outlines its many features, compares its indexing and query performance with Elasticsearch, provides installation methods (source and Docker), and demonstrates command‑line operations for creating indexes, adding documents, searching, and managing indexes.

CLIFull-Text SearchInstallation
0 likes · 13 min read
RediSearch: Introduction, Features, Benchmarks, Installation, and CLI Operations
Code Mala Tang
Code Mala Tang
Apr 3, 2025 · Fundamentals

33 Essential Python CLI Tricks You Should Bookmark

Discover 33 practical Python command‑line tricks—from running one‑liners without files and using the interpreter as a calculator, to measuring execution time, managing virtual environments, generating passwords, and sending HTTP requests—each illustrated with ready‑to‑copy commands that boost productivity and streamline everyday scripting tasks.

CLITipscommand-line
0 likes · 9 min read
33 Essential Python CLI Tricks You Should Bookmark
Architecture Digest
Architecture Digest
Mar 24, 2025 · Backend Development

Comprehensive Guide to RediSearch: Features, Installation, and Query Operations

RediSearch is a Redis module that provides full‑text search, secondary indexing, and query capabilities; this guide introduces its features, compares performance with Elasticsearch, details installation via source and Docker, and demonstrates index creation, document management, and advanced search queries with code examples.

CLIDockerElasticsearch Comparison
0 likes · 14 min read
Comprehensive Guide to RediSearch: Features, Installation, and Query Operations
Liangxu Linux
Liangxu Linux
Mar 2, 2025 · Operations

99 Essential Kubectl Commands for Mastering Kubernetes Diagnostics

This guide compiles 99 practical kubectl commands that cover every aspect of Kubernetes troubleshooting—from cluster and node information to pod health checks, service and deployment diagnostics, networking, storage, RBAC, scaling, and advanced debugging tools—helping operators quickly identify and resolve issues in their clusters.

CLITroubleshootingdiagnostics
0 likes · 18 min read
99 Essential Kubectl Commands for Mastering Kubernetes Diagnostics
FunTester
FunTester
Feb 27, 2025 · Operations

Lume: A Lightweight CLI Tool for Managing macOS and Linux Virtual Machines on Apple Silicon

Lume is an open‑source, lightweight command‑line and API tool designed for Apple Silicon that simplifies creation, control, and automation of macOS and Linux virtual machines using macOS’s Virtualization.framework, offering installation methods, core commands, architecture details, advantages, limitations, and typical use cases.

Apple SiliconCLIVM management
0 likes · 8 min read
Lume: A Lightweight CLI Tool for Managing macOS and Linux Virtual Machines on Apple Silicon
Ops Development & AI Practice
Ops Development & AI Practice
Feb 20, 2025 · Backend Development

Mastering Apache RocketMQ: Ports, Commands, and Monitoring Tips

This guide explains the key port configurations of Apache RocketMQ brokers, details essential mqadmin commands for managing topics, checking status, and monitoring consumer progress, and provides practical examples to help administrators efficiently operate and troubleshoot RocketMQ clusters.

CLIDistributed SystemsMessage Queue
0 likes · 7 min read
Mastering Apache RocketMQ: Ports, Commands, and Monitoring Tips
Python Programming Learning Circle
Python Programming Learning Circle
Feb 14, 2025 · Backend Development

Python Project Ideas for Intermediate Developers: Web, GUI, and CLI Applications

This article presents thirteen practical Python project ideas for intermediate developers, covering web scrapers, URL shorteners, regex tools, note‑taking apps, quizzes, media players, alarm utilities, file managers, accounting tools, address books, site checkers, bulk renamers, and directory tree generators, each with technical details and optional challenges.

CLIGUIPython
0 likes · 15 min read
Python Project Ideas for Intermediate Developers: Web, GUI, and CLI Applications
php Courses
php Courses
Feb 13, 2025 · Backend Development

Using NativePHP to Extend Laravel for Efficient Desktop Applications

This article explains how to leverage the NativePHP library within the Laravel framework to build high‑performance desktop applications by executing CLI commands, manipulating the file system, and performing database operations with native PHP code examples.

CLIDatabaseDesktop application
0 likes · 4 min read
Using NativePHP to Extend Laravel for Efficient Desktop Applications
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 22, 2025 · Frontend Development

Understanding ShadCN UI: Architecture, Copy‑Paste Philosophy, and CLI Design

The article provides an in‑depth technical overview of ShadCN UI, covering its rapid popularity, copy‑paste component model, separation of design and implementation, variant management, class‑name merging utilities, and the CLI built with commander, zod, prompts and registry handling, illustrating why it has become a leading frontend component library.

CLIFrontendRadix UI
0 likes · 21 min read
Understanding ShadCN UI: Architecture, Copy‑Paste Philosophy, and CLI Design
Java Web Project
Java Web Project
Jan 14, 2025 · Backend Development

Master Spring Boot CLI: Install, Run, Test, and Package Groovy Apps

This guide walks you through installing Spring Boot CLI, explains its Groovy‑based features, demonstrates creating and running a Hello World web app, shows how to use @Grab for dependencies, test with spring test, package into executable JARs, and explore init and shell commands.

CLICommand LineGroovy
0 likes · 13 min read
Master Spring Boot CLI: Install, Run, Test, and Package Groovy Apps
21CTO
21CTO
Jan 9, 2025 · Artificial Intelligence

Build a Rust CLI to Chat with Llama 3.2 Using Ollama in Minutes

This tutorial shows how to create a Rust command‑line tool named Jarvis that can interact with Llama 3.2 via the Ollama library, covering its architecture, key commands, code snippets, and example usage to demonstrate Rust’s suitability for AI applications.

CLITutorialllama3.2
0 likes · 5 min read
Build a Rust CLI to Chat with Llama 3.2 Using Ollama in Minutes
Test Development Learning Exchange
Test Development Learning Exchange
Dec 6, 2024 · Operations

Common Docker Commands Reference

This article provides a comprehensive reference of essential Docker commands, covering basic container operations, image management, volume handling, network configuration, and data management, with brief Chinese descriptions and example usages for each command.

CLIContainerDevOps
0 likes · 6 min read
Common Docker Commands Reference
Test Development Learning Exchange
Test Development Learning Exchange
Dec 4, 2024 · Cloud Computing

Using AWS S3 for Data Storage and Processing with Python

This tutorial guides readers through creating an AWS account, configuring the AWS CLI, uploading and downloading CSV files to S3, and using Python with pandas to clean, deduplicate, and aggregate the data before re‑uploading the results, illustrating end‑to‑end cloud data processing.

CLICloud ComputingPython
0 likes · 6 min read
Using AWS S3 for Data Storage and Processing with Python
Architecture Development Notes
Architecture Development Notes
Nov 22, 2024 · Backend Development

Build a Fast Rust Gzip Compressor: Step‑by‑Step Tutorial

This tutorial walks you through creating a simple yet efficient Gzip compression tool in Rust, covering project setup, dependency configuration, full source code, command‑line parsing with clap, file handling, compression using flate2, performance measurement, and execution instructions.

CLIPerformanceRust
0 likes · 6 min read
Build a Fast Rust Gzip Compressor: Step‑by‑Step Tutorial
Selected Java Interview Questions
Selected Java Interview Questions
Nov 18, 2024 · Databases

RediSearch Overview: Features, Benchmarks, Installation, and Command‑Line Operations

This article introduces RediSearch—a Redis module for full‑text search—detailing its features, performance comparison with Elasticsearch, index‑building and query benchmarks, installation methods (source and Docker), and comprehensive command‑line examples for creating, querying, updating, and managing indexes.

CLIFull-Text SearchRediSearch
0 likes · 13 min read
RediSearch Overview: Features, Benchmarks, Installation, and Command‑Line Operations
phodal
phodal
Nov 17, 2024 · Industry Insights

How ArchGuard’s Architecture Analyzer Turns Code into AI‑Generated Knowledge

This article explains how ArchGuard’s Architecture Analyzer extracts domain and business knowledge from microservice codebases, integrates generative AI to produce structured documentation, and provides practical CLI usage, architecture models, and code‑review strategies for modern software engineering teams.

AIArchGuardArchitecture Analysis
0 likes · 9 min read
How ArchGuard’s Architecture Analyzer Turns Code into AI‑Generated Knowledge
Liangxu Linux
Liangxu Linux
Nov 17, 2024 · Operations

Master Linux’s top Command: Real‑Time Process Monitoring Made Easy

This guide introduces the Linux top command, explains its syntax and common options, details interactive key commands, and provides practical examples for monitoring processes, CPU, memory, threads, and specific users, helping users efficiently diagnose system performance issues.

CLILinuxUnix
0 likes · 5 min read
Master Linux’s top Command: Real‑Time Process Monitoring Made Easy
Code Mala Tang
Code Mala Tang
Nov 11, 2024 · Cloud Native

10 Essential Docker CLI Tricks to Boost Your Productivity

This guide presents ten powerful Docker CLI commands—from extracting container details with docker inspect to cleaning unused resources, limiting resource usage, viewing logs, exporting images, monitoring stats, dynamic port binding, and using docker‑compose—each accompanied by practical tips that streamline container management and improve developer efficiency.

CLIContainer ManagementDevOps
0 likes · 7 min read
10 Essential Docker CLI Tricks to Boost Your Productivity
Liangxu Linux
Liangxu Linux
Oct 14, 2024 · Operations

Monitor Docker Container Network Connections with check-docker-connection

This guide explains what the check-docker-connection tool does, its required environment, command‑line options, how to run it inside a Docker container, and provides step‑by‑step examples for monitoring single or multiple containers and displaying the top N containers by connection count.

CLIContainerDocker
0 likes · 5 min read
Monitor Docker Container Network Connections with check-docker-connection
Code Mala Tang
Code Mala Tang
Sep 21, 2024 · Backend Development

Master Command‑Line Interfaces with Yargs: From Basics to Advanced Features

This article introduces the yargs Node.js library for building command‑line interfaces, demonstrates core features such as automatic help generation, type validation, alias handling, and sub‑command support with code examples, and explains the underlying Levenshtein distance algorithm used for command recommendation.

CLICommand LineLevenshtein
0 likes · 13 min read
Master Command‑Line Interfaces with Yargs: From Basics to Advanced Features
Code Mala Tang
Code Mala Tang
Sep 18, 2024 · Backend Development

Mastering Yargs: Build Powerful CLI Tools with Node.js and Levenshtein Suggestions

This article introduces the Yargs Node.js library for building command‑line interfaces, demonstrates how to define options, aliases, sub‑commands, and automatic help, and explains the Levenshtein distance algorithm used for command recommendation, complete with practical code examples and performance considerations.

CLICommand LineLevenshtein
0 likes · 15 min read
Mastering Yargs: Build Powerful CLI Tools with Node.js and Levenshtein Suggestions
php Courses
php Courses
Aug 30, 2024 · Backend Development

Using NativePHP to Build Efficient Desktop Applications with Laravel

This tutorial explains how to leverage the NativePHP library within the Laravel framework to execute CLI commands, manipulate the file system, and perform database operations, enabling developers to create high‑performance desktop applications using native PHP code.

CLIDesktop applicationLaravel
0 likes · 5 min read
Using NativePHP to Build Efficient Desktop Applications with Laravel
php Courses
php Courses
Aug 29, 2024 · Backend Development

Using NativePHP with Laravel to Build Efficient Desktop Applications

NativePHP is a third‑party library that extends Laravel, allowing developers to execute CLI commands, manipulate the file system, and perform database operations directly with native PHP code, enabling the creation of efficient, flexible desktop applications, as demonstrated through detailed code examples.

CLIDesktop applicationLaravel
0 likes · 5 min read
Using NativePHP with Laravel to Build Efficient Desktop Applications
21CTO
21CTO
Aug 11, 2024 · Fundamentals

Is the ‘Hardcore Programmer’ Myth Holding Back Modern Development?

The article examines the “hardcore programmer” mindset that rejects modern IDEs, GUIs, and AI, tracing its roots to early resource‑constrained computing, debunking myths about IDEs, CLI, OS choice, and AI, and advocating a balanced, tool‑agnostic approach to boost productivity and code quality.

AI toolsCLIDebugging
0 likes · 13 min read
Is the ‘Hardcore Programmer’ Myth Holding Back Modern Development?
FunTester
FunTester
Aug 8, 2024 · Backend Development

Introduction to Cobra and Tutorial for Building CLI Applications in Go

This article introduces the Go Cobra library, outlines its key features such as multi‑command structures, flag handling, auto‑generated help and markdown docs, and provides step‑by‑step code examples for creating, configuring, and extending CLI applications with flags, positional arguments, persistent flags, and subcommands.

CLICOBRAGo
0 likes · 13 min read
Introduction to Cobra and Tutorial for Building CLI Applications in Go
DevOps Operations Practice
DevOps Operations Practice
Aug 4, 2024 · Fundamentals

Five Beginner Python Projects: Number Guessing Game, Calculator, Word Frequency Counter, Ledger, and Simple Chatroom

This article presents five beginner‑friendly Python projects— a number‑guessing game, a calculator, a word‑frequency counter, a simple ledger, and a chatroom—each with background, implementation steps, and complete source code to help new programmers practice core language concepts.

CLIPythonbeginner projects
0 likes · 11 min read
Five Beginner Python Projects: Number Guessing Game, Calculator, Word Frequency Counter, Ledger, and Simple Chatroom
DevOps
DevOps
Jul 30, 2024 · Cloud Native

Essential kubectl Commands for DevOps Engineers

This guide introduces the most important and frequently used kubectl commands, explaining how to retrieve version information, manage clusters, list resources, apply configurations, scale deployments, expose services, and debug pods, enabling DevOps engineers to efficiently control Kubernetes environments.

CLIKubernetescontainer orchestration
0 likes · 13 min read
Essential kubectl Commands for DevOps Engineers
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jul 30, 2024 · Frontend Development

Varlet Icon Builder: Fast Creation of Enterprise Icon Libraries with Vue and React Support

This article introduces the Varlet icon builder toolchain, which enables rapid creation of enterprise or open‑source icon libraries, supporting SVG to Vue 3, React, ESM/CJS modules, web fonts, automatic component import, Figma integration, and provides CLI commands for development, building, and publishing.

CLIFigmaReAct
0 likes · 7 min read
Varlet Icon Builder: Fast Creation of Enterprise Icon Libraries with Vue and React Support
21CTO
21CTO
Jul 16, 2024 · Cloud Native

How Amazon’s Distill CLI Uses Rust and AI to Auto‑Summarize Meetings

Amazon CTO Werner Vogels released the open‑source Distill CLI, a Rust‑based tool that leverages Amazon Transcribe, Bedrock, S3, Lambda and the CDK to automatically transcribe and summarize meeting recordings, offering multiple output formats and significant performance gains.

BedrockCLIServerless
0 likes · 6 min read
How Amazon’s Distill CLI Uses Rust and AI to Auto‑Summarize Meetings
21CTO
21CTO
Jul 9, 2024 · Artificial Intelligence

How to Run Open-Source LLMs Locally with Ollama: A Step-by-Step Guide

This article explains what Ollama is, how to download it for different operating systems, and provides detailed command‑line examples for running LLaMA 2 and the multimodal LLaVA models locally, showcasing the power of open‑source large language models on your own computer.

CLILLaVALlama-2
0 likes · 7 min read
How to Run Open-Source LLMs Locally with Ollama: A Step-by-Step Guide
DevOps Cloud Academy
DevOps Cloud Academy
Jun 18, 2024 · Operations

Essential kubectl Commands for DevOps Engineers

This guide presents a comprehensive collection of the most important and frequently used kubectl commands, explaining how to retrieve version information, manage clusters, list resources, manipulate contexts, create, update, patch, scale, expose, delete, and debug Kubernetes objects, as well as format output and control verbosity, enabling DevOps engineers to efficiently operate Kubernetes clusters.

CLICluster ManagementDevOps
0 likes · 14 min read
Essential kubectl Commands for DevOps Engineers
Python Programming Learning Circle
Python Programming Learning Circle
Jun 15, 2024 · Fundamentals

Python CLI Tricks: Using -m Modules, Port Testing, Simple Web Server, JSON Formatting, Text Editor, Executable Packaging, Encoding/Decoding, System Info, and File Compression

This article demonstrates practical Python command‑line techniques—including the -m option for running modules, testing network ports, launching a quick HTTP server, formatting JSON, creating a minimal text editor, building executable packages, encoding/decoding data, retrieving system configuration, and compressing files—all without writing additional code.

CLICommand LinePython
0 likes · 9 min read
Python CLI Tricks: Using -m Modules, Port Testing, Simple Web Server, JSON Formatting, Text Editor, Executable Packaging, Encoding/Decoding, System Info, and File Compression
Code Ape Tech Column
Code Ape Tech Column
Jun 9, 2024 · Databases

RedisInsight: Introduction, Installation, and Basic Usage Guide

This article introduces RedisInsight, outlines its key features, provides step‑by‑step instructions for installing it on Linux and via Kubernetes—including environment variable configuration and service deployment—and demonstrates basic usage through screenshots of its GUI.

CLIDatabase GUIInstallation
0 likes · 6 min read
RedisInsight: Introduction, Installation, and Basic Usage Guide
Ops Development & AI Practice
Ops Development & AI Practice
May 31, 2024 · Backend Development

Build a Go CLI to Connect and Query Oracle DB in Minutes

Learn how to create a Go-based command-line tool that accepts user-supplied parameters to connect to an Oracle database using the loginWithServiceName function, execute arbitrary SQL queries, and display results, complete with full source code, flag parsing, and error handling.

CLIDatabaseGo
0 likes · 5 min read
Build a Go CLI to Connect and Query Oracle DB in Minutes
Architect
Architect
May 27, 2024 · Databases

RediSearch: Features, Benchmarks, Installation, and Usage Guide

RediSearch is a Redis module that adds full‑text search, secondary indexing and powerful query capabilities, offering detailed feature lists, performance benchmarks against Elasticsearch, step‑by‑step installation methods, and comprehensive command‑line examples for creating, querying, and managing indexes.

CLIFull-Text SearchInstallation
0 likes · 12 min read
RediSearch: Features, Benchmarks, Installation, and Usage Guide
Liangxu Linux
Liangxu Linux
May 19, 2024 · Operations

Master Linux System Monitoring: Top, Free, vmstat, iostat, and More

This comprehensive guide explains how to use essential Linux monitoring commands—top, free, vmstat, iostat, mpstat, sar, netstat, uptime, ps, watch, strace, and lsof—detailing their purpose, key parameters, interactive shortcuts, and how to interpret their output for effective system performance analysis.

CLILinuxPerformance
0 likes · 34 min read
Master Linux System Monitoring: Top, Free, vmstat, iostat, and More
Java Architect Essentials
Java Architect Essentials
May 14, 2024 · Databases

Comprehensive Guide to RediSearch: Features, Benchmarks, Installation, and Command Usage

RediSearch, a Redis module providing full-text search and secondary indexing, is introduced with its features, performance comparisons against Elasticsearch, benchmark results for index building and query throughput, detailed installation methods, and extensive command examples for creating, querying, updating, and managing indexes.

CLIFull-Text SearchInstallation
0 likes · 13 min read
Comprehensive Guide to RediSearch: Features, Benchmarks, Installation, and Command Usage
21CTO
21CTO
Apr 22, 2024 · Operations

Discover Guider: A Python‑Powered Linux Observability Suite with 150+ Commands

Guider, a Python‑based Linux observability suite created by Hyundai engineer Peace Lee, offers over 150 command‑line tools for real‑time performance monitoring, resource tracing, automated reporting, and visualizations, enabling developers to diagnose slow startups, crashes, GPU stalls, and system resets with microsecond precision.

CLILinuxMonitoring
0 likes · 7 min read
Discover Guider: A Python‑Powered Linux Observability Suite with 150+ Commands
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 6, 2024 · Frontend Development

Building a Monorepo-Style Node.js CLI Scaffolding Tool for Frontend Projects

This comprehensive tutorial walks you through creating a Node.js command‑line scaffolding tool that uses yargs for argument parsing, inquirer for interactive prompts, copy‑dir for file operations, mustache for dynamic templates, and pnpm with ora for automated dependency installation, all organized in a monorepo structure.

CLINode.jsinquirer
0 likes · 30 min read
Building a Monorepo-Style Node.js CLI Scaffolding Tool for Frontend Projects
Python Programming Learning Circle
Python Programming Learning Circle
Apr 1, 2024 · Fundamentals

Introduction to Python Text‑Based UI Frameworks: Curses, npyscreen, and Urwid

This article introduces three popular Python text‑based UI frameworks—Curses, npyscreen, and Urwid—explaining their features, installation steps, and providing runnable code examples that demonstrate creating windows, forms, and interactive command‑line applications for developers seeking lightweight terminal interfaces.

CLIPythoncurses
0 likes · 8 min read
Introduction to Python Text‑Based UI Frameworks: Curses, npyscreen, and Urwid
Test Development Learning Exchange
Test Development Learning Exchange
Mar 26, 2024 · Backend Development

Using pdoc to Generate API Documentation for Python Projects

pdoc is a lightweight Python command‑line tool that automatically extracts docstrings to produce clean HTML API documentation, offering features such as module and package generation, custom templates, markdown export, and a built‑in preview server for rapid documentation workflows.

API documentationCLIDocumentation Generation
0 likes · 5 min read
Using pdoc to Generate API Documentation for Python Projects
JD Tech
JD Tech
Feb 7, 2024 · Mobile Development

Quick Start Guide for Developing HarmonyOS Native Apps with Taro

This guide provides a step‑by‑step tutorial on configuring the development environment, installing Taro v4 beta, setting up the HarmonyOS project in DevEco Studio, and using Taro plugins and scripts to build, preview, and debug native HarmonyOS applications.

CLIDevEco StudioHarmonyOS
0 likes · 11 min read
Quick Start Guide for Developing HarmonyOS Native Apps with Taro
Ops Development & AI Practice
Ops Development & AI Practice
Feb 3, 2024 · Fundamentals

Why Command-Line Interfaces Remain Essential for Developers and Ops

Command-line interfaces (CLI) offer a text‑based, efficient, and flexible way for developers and system administrators to interact with programs, explaining their importance, naming conventions, and widespread use in version control, cloud management, containerization, and automation, while highlighting their resource‑friendly advantages.

CLIautomationsoftware development
0 likes · 4 min read
Why Command-Line Interfaces Remain Essential for Developers and Ops
Ops Development Stories
Ops Development Stories
Feb 2, 2024 · Cloud Native

Essential kubectl Commands for Efficient Kubernetes Management

This guide compiles a comprehensive set of kubectl and Docker commands for retrieving logs, sorting pods, managing secrets, cleaning resources, debugging, port forwarding, and performing cluster maintenance tasks, helping administrators streamline Kubernetes operations and troubleshoot issues effectively.

CLICloud NativeCluster Management
0 likes · 15 min read
Essential kubectl Commands for Efficient Kubernetes Management
macrozheng
macrozheng
Feb 2, 2024 · Cloud Computing

Quickly Spin Up Ubuntu VMs on macOS with Multipass: A Step‑by‑Step Guide

This guide shows how to install Multipass on macOS, create and manage lightweight Ubuntu virtual machines using simple CLI commands, configure resources, mount volumes, transfer files, and automate setup with cloud‑init, providing a fast alternative to heavyweight virtualization tools for local development.

CLICloud‑InitDevOps
0 likes · 11 min read
Quickly Spin Up Ubuntu VMs on macOS with Multipass: A Step‑by‑Step Guide