4 Repos
Provides writable streams that send data to the standard input of running remote processes.
Distinct from Remote Data Streaming: Distinct from Remote Data Streaming: specifically covers streaming input to a running process's stdin, not general data transport to remote hosts.
Explore 4 awesome GitHub repositories matching devops & infrastructure · Process Input Streaming. Refine with filters or upvote what's useful.
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.
Snappy ist eine PHP-Bibliothek, die als Wrapper für die Binärdateien wkhtmltopdf und wkhtmltoimage fungiert. Sie bietet eine Suite von Dienstprogrammen zur Umwandlung von HTML-Strings und Remote-URLs in PDF-Dokumente und Bild-Snapshots. Das Projekt ermöglicht die Generierung herunterladbarer oder streambarer PDFs sowie die Erstellung von Webseiten-Thumbnails. Es unterstützt die Zusammenführung mehrerer separater URLs zu einem einzigen, einheitlichen PDF-Dokument. Benutzer können die Dokumentausgabe über Konfigurationseinstellungen für JavaScript-Ausführung, Cookie-Handhabung, Hintergrundentfernung und die Anwendung benutzerdefinierter Stylesheets anpassen.
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.