Availability Anywhere Part 17 — Splitting physical monitor into multiple

This is the seventeenth part of the Availability Anywhere series. For your convenience you can find other parts in the table of contents in Part 1 – Connecting to SSH tunnel automatically in Windows Let’s say that we have a big physical screen that we would like to split into multiple screens. We would like … Continue reading Availability Anywhere Part 17 — Splitting physical monitor into multiple

Availability Anywhere Part 16 — Forwarding port from host to docker

This is the sixteenth part of the Availability Anywhere series. For your convenience you can find other parts in the table of contents in Part 1 – Connecting to SSH tunnel automatically in Windows Let’s say that we want to expose a port from the host machine to the docker container. For instance, we have … Continue reading Availability Anywhere Part 16 — Forwarding port from host to docker

Availability Anywhere Part 14 — TCP over Named Pipe

This is the fourteenth part of the Availability Anywhere series. For your convenience you can find other parts in the table of contents in Part 1 – Connecting to SSH tunnel automatically in Windows We built a very nice TCP over file System solution. Let’s now implement something similar, based on named pipes. Here comes … Continue reading Availability Anywhere Part 14 — TCP over Named Pipe

Availability Anywhere Part 13 — Optimizing FileProxy

This is the thirteenth part of the Availability Anywhere series. For your convenience you can find other parts in the table of contents in Part 1 – Connecting to SSH tunnel automatically in Windows Last time we implemented TCP over File System (FileProxy). Today we’re going to check its performance and optimize it a bit. … Continue reading Availability Anywhere Part 13 — Optimizing FileProxy