Tagged articles
18 articles
Page 1 of 1
Architect
Architect
Mar 30, 2026 · Artificial Intelligence

Unlocking Claude Code: 6 Must‑Learn Features to Supercharge Your AI Development

This article analyzes Claude Code’s hidden capabilities—verification loops, context isolation, session forking, cross‑device teleportation, automated cycles, and parallel worktree isolation—showing how engineers can turn the AI coding assistant into a full‑featured, orchestrated development environment rather than a simple chat‑based code generator.

AI DevelopmentClaude CodeWorkflow Orchestration
0 likes · 26 min read
Unlocking Claude Code: 6 Must‑Learn Features to Supercharge Your AI Development
AI Insight Log
AI Insight Log
Mar 21, 2026 · Artificial Intelligence

Anthropic Launches Its Own OpenClaw‑Style Tools: Dispatch and Claude Code Channels

Anthropic, after suing the open‑source OpenClaw project, released its own official equivalents—Dispatch and Claude Code Channels—offering sandboxed, mobile‑controlled AI agents, integrated with Telegram and Discord, and the article details their functionality, setup steps, and compares them with the original OpenClaw’s strengths and limitations.

AI agentsAnthropicClaude Code Channels
0 likes · 10 min read
Anthropic Launches Its Own OpenClaw‑Style Tools: Dispatch and Claude Code Channels
Raymond Ops
Raymond Ops
Oct 8, 2025 · Operations

Master SaltStack: From Basics to Advanced Automation in Minutes

This comprehensive guide walks you through SaltStack fundamentals, architecture, installation of master and minion, key management, remote execution, state files, grains, pillar, targeting methods, and practical examples such as file management, service deployment, cron jobs, and LAMP stack configuration.

Configuration ManagementSaltStackremote execution
0 likes · 24 min read
Master SaltStack: From Basics to Advanced Automation in Minutes
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Feb 16, 2025 · Backend Development

Unlock Remote Server Access in Spring Boot 3 with JSch: Read Files & Run Commands

This article introduces the Java JSch library for Spring Boot 3, demonstrating how to read remote files without downloading, execute commands on a remote host, and obtain an interactive shell prompt, complete with Maven dependency setup, code examples, and execution results, while promising ongoing updates to the case collection.

Backend DevelopmentJSchJava
0 likes · 7 min read
Unlock Remote Server Access in Spring Boot 3 with JSch: Read Files & Run Commands
Python Programming Learning Circle
Python Programming Learning Circle
Sep 15, 2024 · Operations

Using Python Scripts for Operations Automation: Remote Execution, Log Parsing, Monitoring, Deployment, and Backup

This article explains how operations engineers can leverage Python scripts and popular libraries such as paramiko, regex, psutil, fabric, and shutil to automate tasks like remote command execution, log analysis, system monitoring with alerts, batch software deployment, and file backup and recovery, enhancing efficiency and reducing manual errors.

DevOpsOperations Automationremote execution
0 likes · 9 min read
Using Python Scripts for Operations Automation: Remote Execution, Log Parsing, Monitoring, Deployment, and Backup
Test Development Learning Exchange
Test Development Learning Exchange
Aug 14, 2024 · Operations

Using Paramiko for SSH Connections, Remote Command Execution, and File Transfer in Python

This tutorial demonstrates how to install Paramiko, establish SSH connections, execute remote commands, upload and download files via SFTP, and close connections, while also covering advanced topics such as key‑based authentication, channel operations, interactive sessions, concurrent commands, jump hosts, proxy commands, and proxy servers.

ParamikoPythonSFTP
0 likes · 10 min read
Using Paramiko for SSH Connections, Remote Command Execution, and File Transfer in Python
MaGe Linux Operations
MaGe Linux Operations
Oct 12, 2023 · Operations

Mastering Fabric 2: Remote Automation with Python

This guide provides a comprehensive overview of Fabric 2, covering installation, connection setup, command execution, interactive prompts, file transfer, multi‑host orchestration, fab CLI usage, and a custom FabConnection wrapper for advanced automation tasks.

FabricPythonremote execution
0 likes · 19 min read
Mastering Fabric 2: Remote Automation with Python
DataFunSummit
DataFunSummit
Mar 20, 2023 · Backend Development

Unified UDF Implementation on Cloud Platform: Architecture, Features, and Open‑Source Contributions

This article introduces a unified User‑Defined Function (UDF) solution on a cloud data platform, detailing its remote execution architecture, compatibility with Hive UDFs, resource isolation, hot‑update capabilities, internal platform implementation, open‑source contributions to PrestoDB, and future work plans.

HivePrestoServerless
0 likes · 11 min read
Unified UDF Implementation on Cloud Platform: Architecture, Features, and Open‑Source Contributions
MaGe Linux Operations
MaGe Linux Operations
Jan 18, 2021 · Information Security

How to Patch the Critical JumpServer Remote Execution Vulnerability

JumpServer disclosed a remote‑execution flaw on January 15 2021 affecting versions earlier than v2.4.5, v2.5.4 and v2.6.2; users should upgrade to the safe releases or apply a temporary Nginx rule that blocks the vulnerable API endpoints before restarting the service.

JumpServerNginxSecurity Patch
0 likes · 3 min read
How to Patch the Critical JumpServer Remote Execution Vulnerability
360 Quality & Efficiency
360 Quality & Efficiency
Apr 30, 2019 · Backend Development

Using JSch for Automated SSH Operations in Java

This article explains how to automate repetitive remote‑server tasks such as directory navigation, script execution, and file transfer by using the pure‑Java JSch library to establish SSH connections, run shell commands, and perform uploads and downloads programmatically.

AutomationBackendJSch
0 likes · 3 min read
Using JSch for Automated SSH Operations in Java