Tagged articles
17 articles
Page 1 of 1
Su San Talks Tech
Su San Talks Tech
Apr 20, 2026 · Artificial Intelligence

Boost Your Coding Efficiency with Claude Code: A Step‑by‑Step Guide

This article introduces Claude Code, an agentic command‑line AI coding assistant, explains its core features, walks through installation via Node.js, demonstrates a full Markdown editor project using Vue3, and details built‑in commands that streamline development tasks.

AI coding assistantClaude CodeTutorial
0 likes · 8 min read
Boost Your Coding Efficiency with Claude Code: A Step‑by‑Step Guide
ByteDance Data Platform
ByteDance Data Platform
Apr 16, 2026 · Artificial Intelligence

Unlock AI Data Lake Power with LAS CLI: 9 Operators in One Command

The LAS CLI, a command‑line interface for Volcano Engine's AI Data Lake, lets developers and AI agents invoke nine multimodal operators—covering audio, video, image, and document processing—through simple terminal commands, enabling token‑efficient, structured, and pipeline‑friendly data workflows.

AI data lakeLAS CLIagent integration
0 likes · 14 min read
Unlock AI Data Lake Power with LAS CLI: 9 Operators in One Command
Open Source Tech Hub
Open Source Tech Hub
Mar 5, 2026 · Artificial Intelligence

Boost Your PHP Development with Neuron: An AI‑Powered Coding Assistant

Neuron Coding Agent is a PHP‑based, command‑line AI assistant that integrates multiple large‑model providers, offers local installation via Composer, supports configurable settings for providers like Anthropic, OpenAI, Gemini, and Ollama, and enables context‑aware code generation, review, and debugging directly from your terminal.

AI coding assistantAI integrationNeuron
0 likes · 7 min read
Boost Your PHP Development with Neuron: An AI‑Powered Coding Assistant
Frontend AI Walk
Frontend AI Walk
Jan 31, 2026 · Artificial Intelligence

Mastering Kimi Code CLI: A Complete Guide to the Terminal AI Programming Assistant

This guide walks developers and DevOps engineers through installing Kimi Code CLI, explains its core AI Agent capabilities, details essential commands and slash‑commands, compares it with GitHub Copilot and Cursor AI, and shares practical workflows, best‑practice tips, and troubleshooting advice.

AI coding assistantKimi Code CLIcommand-line tool
0 likes · 15 min read
Mastering Kimi Code CLI: A Complete Guide to the Terminal AI Programming Assistant
Java Tech Enthusiast
Java Tech Enthusiast
Jul 16, 2025 · Operations

Make Your Boss Think You’re Busy: Install and Use genact for Fake Terminal Activity

genact is a cross‑platform command‑line tool that fakes intensive terminal activity—such as downloading dependencies, compiling code, deploying Docker containers, or debugging Kubernetes—so you appear productive; the guide explains its features, why it’s popular, and provides step‑by‑step installation and usage instructions.

command-line toolcross‑platformfake terminal activity
0 likes · 5 min read
Make Your Boss Think You’re Busy: Install and Use genact for Fake Terminal Activity
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 9, 2024 · Operations

Introducing Kyanos: A Lightweight eBPF‑Based Tool for Fast Network Issue Diagnosis

Kyanos is an open‑source command‑line utility that leverages eBPF to provide low‑overhead, kernel‑compatible network tracing and performance analysis for HTTP, MySQL, and Redis traffic, offering simple watch and stat commands that replace slow tcpdump workflows with seconds‑level diagnostics.

Performance debuggingcommand-line tooleBPF
0 likes · 11 min read
Introducing Kyanos: A Lightweight eBPF‑Based Tool for Fast Network Issue Diagnosis
Ops Development & AI Practice
Ops Development & AI Practice
Sep 6, 2024 · Backend Development

How to Split Large Files on Windows with a Simple Go Tool

This guide explains how to create a cross‑platform Go command‑line utility that efficiently splits multi‑gigabyte files on Windows into user‑defined chunk sizes, covering the rationale for using Go, core implementation steps, full source code, and practical usage instructions.

File SplittingGoWindows
0 likes · 7 min read
How to Split Large Files on Windows with a Simple Go Tool
Laravel Tech Community
Laravel Tech Community
May 23, 2024 · Backend Development

cURL 8.8.0 Release: New Features, Changes, and Project Overview

The article introduces the cURL project and its command‑line tool, explains that curl 8.8.0 has been officially released without known security issues, and lists the eight notable changes including libcurl enhancements, protocol support, macOS/iOS AppleIDN integration, and experimental Encrypted Client Hello.

Network ProtocolscURLcommand-line tool
0 likes · 2 min read
cURL 8.8.0 Release: New Features, Changes, and Project Overview
21CTO
21CTO
Mar 22, 2023 · Fundamentals

25 Years of curl: From a Small URL Tool to Billions of Installations

The article recounts curl creator Daniel Stenberg's celebration of the project's 25th anniversary, highlighting its evolution from a modest URL client to a ubiquitous command‑line tool supporting dozens of protocols, with over 10 billion installations and a vibrant open‑source community.

NetworkingcURLcommand-line tool
0 likes · 7 min read
25 Years of curl: From a Small URL Tool to Billions of Installations
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