Tag

Command

0 views collected around this technical thread.

Architecture Development Notes
Architecture Development Notes
Nov 27, 2024 · Databases

Designing a Minimalist Client API for a Rust Database with TCP Serialization

This article explains how to expose a lightweight, dependency‑free client API for a Rust‑based database by defining a simple TCP‑based JSON serialization protocol, detailing non‑functional and functional requirements, the Message and Command structures, and providing a concrete Ping command implementation in Rust.

APICommandDatabase
0 likes · 7 min read
Designing a Minimalist Client API for a Rust Database with TCP Serialization
IT Services Circle
IT Services Circle
Feb 23, 2022 · Fundamentals

The History and Core Concepts of vi/vim: From Ken Thompson’s Lectures to Modern Editing

This article recounts Ken Thompson’s 1975 teaching stint at Berkeley, the emergence of Bill Joy’s contributions to Unix, and explains vi/vim’s core command structure—operators, motions, and modifiers—illustrating how mastering these fundamentals transforms the editor from daunting to powerful.

CommandSoftware FundamentalsText Editor
0 likes · 7 min read
The History and Core Concepts of vi/vim: From Ken Thompson’s Lectures to Modern Editing
Laravel Tech Community
Laravel Tech Community
May 28, 2021 · Backend Development

Creating and Scheduling Laravel Artisan Commands for Daily Automated Tasks

This guide walks through setting up a Linux‑Nginx‑MySQL‑PHP environment, generating a Laravel Artisan command, configuring the Kernel schedule, and adding the necessary cron entry to run the task automatically each night at the specified time.

ArtisanCommandCron
0 likes · 6 min read
Creating and Scheduling Laravel Artisan Commands for Daily Automated Tasks
php中文网 Courses
php中文网 Courses
Feb 23, 2021 · Backend Development

Implementing a Daily Birthday SMS Notification Command in ThinkPHP

This guide walks through creating a ThinkPHP command that sends birthday SMS messages each day, detailing folder setup, PHP code, command registration, and crontab scheduling with testing instructions.

CommandCronSMS
0 likes · 3 min read
Implementing a Daily Birthday SMS Notification Command in ThinkPHP
Practical DevOps Architecture
Practical DevOps Architecture
Jul 15, 2016 · Operations

Using the "display interface brief" Command to View Interface Status and Utilization

The article explains how to use the 'display interface brief' command to view interface status, interpret various state symbols, read input/output utilization percentages, and calculate actual traffic rates for each interface on a network device.

CommandOperationsUtilization
0 likes · 3 min read
Using the "display interface brief" Command to View Interface Status and Utilization