Tagged articles
10 articles
Page 1 of 1
AI Algorithm Path
AI Algorithm Path
Mar 28, 2026 · Artificial Intelligence

A Practical Guide to Building Agent Skills for Large Language Models

This guide explains the concept of LLM "Skills", shows how to organize skill directories for Claude and Copilot, walks through creating a "prepare‑pr" skill with a SKILL.md file, integrates Bash scripts for git checks, and demonstrates testing and extending the skill with additional checks and templates.

Agent SkillsBash scriptClaude
0 likes · 12 min read
A Practical Guide to Building Agent Skills for Large Language Models
macrozheng
macrozheng
Sep 23, 2025 · Operations

How a Visual Bash Script Can Simplify SpringBoot Service Management and Deployment

Manual start‑stop, unclear status, scattered logs and risky rollbacks make SpringBoot production deployments error‑prone, while a visual, configuration‑driven Bash manager provides an intuitive UI, real‑time monitoring, intelligent start/stop, batch operations and automated deployment to dramatically improve efficiency and reliability.

Bash scriptDeployment AutomationService Management
0 likes · 22 min read
How a Visual Bash Script Can Simplify SpringBoot Service Management and Deployment
Raymond Ops
Raymond Ops
Jul 1, 2025 · Databases

Master MySQL Backups: Commands for Single DB, Multiple DBs, Compression & Restoration

This guide explains how to use mysqldump to back up individual databases, multiple databases, all databases, specific tables, and how to compress backups, include drop statements, export only schema, and restore data using both interactive and non‑interactive MySQL commands, plus an automated backup script.

Bash scriptDatabase BackupRestore
0 likes · 9 min read
Master MySQL Backups: Commands for Single DB, Multiple DBs, Compression & Restoration
Liangxu Linux
Liangxu Linux
Jul 14, 2022 · Operations

Migrate CentOS 8 to Oracle Linux Using the Official centos2ol.sh Script

This guide walks you through checking your current CentOS 8 environment, downloading the Oracle‑provided centos2ol.sh script, executing it to replace packages and switch kernels, and verifying the successful migration to Oracle Linux Server with the Unbreakable Enterprise Kernel.

Bash scriptCentOSLinux kernel
0 likes · 5 min read
Migrate CentOS 8 to Oracle Linux Using the Official centos2ol.sh Script
Liangxu Linux
Liangxu Linux
Jul 6, 2022 · Operations

Migrate CentOS 8 to Oracle Linux with the centos2ol.sh Script

This step‑by‑step guide explains how to verify your CentOS 8 environment, download and prepare Oracle's centos2ol.sh migration script, run it to replace packages and switch to the Oracle Linux kernel, reboot, and confirm the successful migration to Oracle Linux Server with UEK.

Bash scriptCentOSLinux
0 likes · 5 min read
Migrate CentOS 8 to Oracle Linux with the centos2ol.sh Script
21CTO
21CTO
Aug 27, 2021 · Operations

One‑Click Bash Script to Build a macOS VirtualBox VM

This article introduces a Bash script that automatically downloads unmodified macOS installers from Apple, creates a fully configured macOS virtual machine in VirtualBox within seconds, supports multiple macOS versions, and allows customization of hardware and Apple service parameters across major operating systems.

Bash scriptSystem SetupVM automation
0 likes · 3 min read
One‑Click Bash Script to Build a macOS VirtualBox VM