Administration

How to pass-through RNDIS USB dongle from host to virtual machine.

Simply passing of USB device to qemu virtual machine usually works well. I had no troubles passing most of devices, but passing of USB-modem gave me a headache. VM got the following error during boot: -110 code is not meaningful and I started to dig into host’s logs. This is a sample of dmesg logs. …

How to pass-through RNDIS USB dongle from host to virtual machine. Read More »

“Buffer I/O error on dev sr0, logical block 0, async page read” when using USB dongle

A while ago a faced a problem with USB modem. There were tons of similar error messages during boot and due to udev spamming, the boot process took VERY long. The message looked like so: The reason is USB dongle, which hides in itself multiple devices, including flash storage device with drivers. The storage device …

“Buffer I/O error on dev sr0, logical block 0, async page read” when using USB dongle Read More »

How to minimize your Docker image. 5 tips and tricks. Example of minifying from 328MB to 56MB.

You can be surprised how much disk space Docker images can consume. In this article we will look at several ways of how to minimize your Docker image. We will build an image with Dante socks server as an example. Dante will not be installed from binary packages, but will be compiled by ourselves inside …

How to minimize your Docker image. 5 tips and tricks. Example of minifying from 328MB to 56MB. Read More »

Multicast Proxy Server

My new OpenSource project. A fast hybrid of Reverse Proxy and Deep Packet Inspection (DPI) written on C.Unlike classic Reverse Proxy, it can redirect client requests to multiple backend servers behind ONE port.The right backend server is selected on-the-fly using DPI of protocol negotiation phase. After selection MPServer acts like a classic Reverse Proxy.In case …

Multicast Proxy Server Read More »

DBMail over PostgreSQL + Postfix + SASL on Debian. Part 5. SPF. DKIM. DMARC. Clear headers. DNS PTR.

Part 1. Introduction.Part 2. DBMail.Part 3. Postfix.Part 4. SASL.Part 5. SPF. DKIM. DMARC. Clear headers. DNS PTR. SPF Sender Policy Framework is an email authentication method designed to detect forged sender addresses in emails (email spoofing). SPF allows the receiver to check that an email claiming to come from a specific domain comes from an …

DBMail over PostgreSQL + Postfix + SASL on Debian. Part 5. SPF. DKIM. DMARC. Clear headers. DNS PTR. Read More »