Tag

Remote Execution

0 views collected around this technical thread.

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.

Remote Executionoperations automationscripting
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.

DevOpsParamikoRemote Execution
0 likes · 10 min read
Using Paramiko for SSH Connections, Remote Command Execution, and File Transfer in Python
Test Development Learning Exchange
Test Development Learning Exchange
Feb 19, 2024 · Operations

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

This guide demonstrates how to use the Python Paramiko library to establish SSH connections to remote servers via password or key authentication, execute commands, and perform file operations such as uploading, downloading, creating, editing, and deleting files, with example code snippets and security tips.

ParamikoPythonRemote Execution
0 likes · 4 min read
Using Paramiko for SSH Connections, Command Execution, and File Operations in Python
Sohu Tech Products
Sohu Tech Products
Aug 2, 2023 · Operations

Using WinRM and pywinrm for Remote Command Execution on Windows from Linux/macOS

This guide explains how to enable and configure Windows' built‑in WinRM service, check its listener, set client and service options, and use the Python pywinrm library from Linux or macOS to remotely execute commands and retrieve files on a Windows host.

AutomationPythonRemote Execution
0 likes · 6 min read
Using WinRM and pywinrm for Remote Command Execution on Windows from Linux/macOS
ByteDance Terminal Technology
ByteDance Terminal Technology
Apr 17, 2023 · Operations

Remote Execution Protocol: Solving New Challenges in Monorepo

The article introduces Remote Execution Protocol, a solution to address challenges in Monorepo environments by enabling distributed compilation and building on centralized infrastructure, improving build efficiency and reliability.

BazelBuild CacheRemote Execution
0 likes · 12 min read
Remote Execution Protocol: Solving New Challenges in Monorepo
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.

Cloud PlatformHiveRemote Execution
0 likes · 11 min read
Unified UDF Implementation on Cloud Platform: Architecture, Features, and Open‑Source Contributions
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.

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