|
You are here |
dustymabe.com | ||
| | | | |
stefano-garzarella.github.io
|
|
| | | | | SOCAT is a CLI utility which enables the concatenation of two sockets together. It establishes two bidirectional byte streams and transfers data between them. socat supports several address types (e.g. TCP, UDP, UNIX domain sockets, etc.) to construct the streams. The latest version 1.7.4, released earlier this year [2021-01-04], supports also AF_VSOCK addresses: VSOCK-LISTEN: Listen on port and accepts a VSOCK connection. VSOCK-CONNECT:: Establishes a VSOCK stream connection to the specified cid and port. FOSDEM 2021 If you are interested on VSOCK, I'll talk witn Andra Paraschiv (AWS) about it at FOSDEM 2021. The talk is titled Leveraging virtio-vsock in the cloud and containers and it's scheduled for Saturday, February 6th 2021 at 11:30 AM (CET). We will s... | |
| | | | |
www.naut.ca
|
|
| | | | | virtiofs is a relatively new protocol that allows virtual machines to read and write files directly from the host, and replaces the older 9pfs protocol. It is supported in both Debian 11+ and Ubuntu 22.04+. This guide explains the setup of a virtiofs share. Host Configuration Some distributions (e. | |
| | | | |
blog.josefsson.org
|
|
| | | | | ||
| | | | |
wweb.dev
|
|
| | | In this post, I will show how to set up debugging for Javascript in VS Code for Node.js and for React in Firefox or Chrome... | ||