IO - Standard Output Stream

Card Puncher Data Processing

About

Standard Output Stream is an IO stream that produces an application.





Discover More
Bash Liste Des Attaques Ovh
Bash - Command substitution

command substitution is an expansion that replaces a command expression with the resulting stdout of the command. $( ) executes in a subshell Old with backtick `` that executes in the same shell...
Browser
Chrome Cli

chrome in headless mode can be used as a CLI Size of a standard letterhead The --dump-dom flag prints document.body.innerHTML to stdout: The --print-to-pdf flag creates a PDF of the page: ...
Browser
Chrome DevTool protocol (CDP)

The is a API that permits to call browsers implementing the CDP api (chrome of course but also any other browser implementation ) via json RPC. The protocol is used to communicate with Chrome and drive...
Process Explorer Handle Open File Search
File System - File Descriptor or Handle (Open File)

A file descriptor (Unix, Linux) or a file handle (Windows) is the connection id from the Operating system to: a input/output resource (a file, a tcp connection, ...) in order to performIO operationsfile...
Card Puncher Data Processing
IO - Standard streams (stdin, stdout, stderr)

Standard Streams are the mechanism by which a process: receive data (stdin) and output data (stdout, stderr). In a shell, by default, they will: read input from the keyboard and write output...
Map Of Internet 1973
Network - netcat (nc, ncat)

netcat is a net client/server command line tool for TCP or UDP protocol. It can: reads and writes data across network connections acts as a client but also as a server You can see it as the equivalent...
Undraw File Manager Re Ms29
Pipe

pipe are file descriptor used for pipe communication between process (used for inter-process communication) pipe is the basic block of pipeline (stream) communication on the operating system. Creation...
Netstat Tcp Listening Socket
TCP - Connection

This article is a connection within the TCP protocol. A TCP server may serve several clients concurrently with the same local socket address (ie local IP address and port number) by creating a child...
Web - CGI (Common Gateway Interface)

Common Gateway Interface (CGI) is the oldest interface, and is supported by nearly every web server out of the box. The web server will: parse the HTTP request into environment variable call an...



Share this page:
Follow us:
Task Runner