Tag: curl

Migrating to Incus from LXD

Incus is a manager for virtual machines and system containers. A virtual machine is an instance of an operating system that runs on a computer, along with the main operating system. A virtual machine uses hardware virtualization features for the separation from the main operating system. A system container is an instance of an operating …

Continue reading

Permanent link to this article: https://blog.simos.info/migrating-to-incus-from-lxd/

A network-isolated container in LXD

In this post we see how to get different types of network-isolated containers in LXD. Even if you are not interested in such things, doing this tutorial will help you understand better LXD proxy devices. LXD container with no networking To get a LXD container without networking, you omit the networking configuration in the profile …

Continue reading

Permanent link to this article: https://blog.simos.info/a-network-isolated-container-in-lxd/

How to use the LXD Proxy Device to map ports between the host and the containers

LXD supports proxy devices, which is a way to proxy connections between the host and containers. This includes TCP, UDP and Unix socket connections. For example, when someone connects to your host on port 80 (http), then this connection can be proxied to a container using a proxy device. In that way, you can isolate …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-use-the-lxd-proxy-device-to-map-ports-between-the-host-and-the-containers/

How to create a snap for a Python app with networking using snapcraft in Ubuntu 16.04

Update #1: 6 Feb 2017  httpstat needs curl. Originally, this HowTo would freshly compile curl from the github source. Now, this HowTo shows how to reuse the existing curl package from the Ubuntu repositories. In this post we see how to create a snap package (or, just snap) of some software in Ubuntu 16.04. A …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-create-a-snap-for-a-python-app-with-networking-using-snapcraft-in-ubuntu-16-04/

Google Speech API now supports Greek in Speech recognition

With the speech recognition that is available in the Google Speech API, it is possible to get voice converted into text. Here is an example on how to do this for Greek using Ubuntu. First, lets record a short sample of speech. $ arecord –format=S16_LE –rate=16000 –duration=3 myvoicerecording.wav We use the arecord command (package: alsa-utils) …

Continue reading

Permanent link to this article: https://blog.simos.info/google-speech-api-now-supports-greek-in-speech-recognition/