8 repositorios
Streaming of data objects to remote hosts via secure shell connections.
Distinct from SSH-Based Remote Execution: Distinct from Remote Execution: focuses on data transport/streaming rather than command execution via SSH.
Explore 8 awesome GitHub repositories matching devops & infrastructure · Remote Data Streaming. Refine with filters or upvote what's useful.
term.everything is a terminal-based graphical compositor and renderer that converts framebuffers into ANSI escape sequences to display GUI applications within a terminal emulator. It functions as a remote GUI streamer and framebuffer-to-ANSI converter, allowing for the visualization of headless systems and the execution of graphical software over SSH connections. The project includes a specialized mouse input handler that utilizes SGR 1006 reporting to capture movements and clicks, enabling user interaction with rendered graphical interfaces. It emulates a compositor to coordinate window beha
Transmits graphical window data over secure shell connections to enable remote execution of GUI applications.
The Kubernetes Python Client is a programmatic interface for cluster automation and resource management. It provides a REST-based API client that maps method calls to HTTP verbs and JSON payloads to create, update, delete, and monitor workloads and infrastructure components. The client features dynamic schema mapping and resource mapping, allowing it to control custom objects and unique resource definitions without requiring pre-defined classes or static schemas. It supports YAML manifest parsing to convert structured files into compatible objects for bulk resource deployment. The toolset co
Handles interactive requests by streaming data between the client and the remote environment for real-time execution.
Symfony Process is a PHP library for executing external commands in separate operating-system processes with full lifecycle control. It provides a cross-platform command executor that handles OS-specific argument escaping and process management, enabling portable subprocess execution from PHP applications. The library supports both synchronous and asynchronous process execution, allowing background subprocesses to run independently while the main PHP script continues. It includes executable path resolution to locate system commands across standard search directories, stream-based I/O pipes fo
Provides writable streams that send data to the standard input of running processes.
bup is a deduplicating backup manager and incremental backup system. It uses a Git packfile-based storage format to eliminate redundant data across files and versions, treating every incremental save as a full backup. The system provides secure remote transport interfaces for transferring and managing backup data on remote servers via SSH. It also includes a backup repository browser available as both a web interface and a filesystem mount for exploring and retrieving files from snapshots. The project covers broad capability areas including disaster recovery, repository administration, and s
Streams backup data to remote servers over encrypted SSH shells for secure offsite storage without local staging.
Snappy es una librería de PHP que actúa como un envoltorio para los binarios wkhtmltopdf y wkhtmltoimage. Proporciona una suite de utilidades para transformar cadenas HTML y URLs remotas en documentos PDF e instantáneas de imágenes. El proyecto permite la generación de PDFs descargables o transmitibles y la creación de miniaturas de páginas web. Admite la agregación de múltiples URLs separadas en un único documento PDF unificado. Los usuarios pueden ajustar la salida del documento a través de configuraciones para la ejecución de JavaScript, manejo de cookies, eliminación de fondo y aplicación de hojas de estilo personalizadas.
Streams HTML content or remote URLs as input to the rendering process for output generation.
SSH.NET is a .NET library that implements the SSH-2 protocol for encrypted remote connections and secure file transfers. It provides a complete SSH-2 protocol stack implementation with a channel multiplexing engine that manages multiple concurrent channels over a single connection, supporting simultaneous shell sessions, remote command execution, SFTP transfers, and port forwarding tunnels. The library includes a pluggable authentication pipeline supporting password, public key, certificate, keyboard-interactive, and multi-factor authentication combinations. The library distinguishes itself t
Provides writable streams that send data to the standard input of running remote processes.
This project is a comprehensive command-line reference and toolkit designed for Linux system administration and network security assessment. It provides a collection of technical snippets and operational guides focused on managing remote environments, orchestrating shell sessions, and executing administrative tasks through native terminal utilities. The repository distinguishes itself by offering specialized techniques for stealthy operations and infrastructure manipulation. It covers methods for establishing encrypted tunnels to bypass firewalls, obfuscating process identities and command hi
Streams input data directly into the standard input of running system processes.
Piknik is an encrypted clipboard relay and multiplexer that coordinates the sharing of text, binary data, and shell content across multiple network hosts. It utilizes a centralized relay architecture to manage secure client connections, providing an end-to-end encrypted system for synchronizing session state and data streams. The project distinguishes itself through the use of multi-stage key derivation and API key access control to secure remote shell access. It employs end-to-end encryption and digital signatures to protect relayed content, ensuring that data is encrypted at the source befo
Captures a data stream from a remote source and directs it to the standard output.