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 …
Tag: curl
Permanent link to this article: https://blog.simos.info/a-network-isolated-container-in-lxd/
Sep 06 2019
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 …
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/
Feb 04 2017
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 …
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/
Oct 03 2014
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) …
Permanent link to this article: https://blog.simos.info/google-speech-api-now-supports-greek-in-speech-recognition/
Recent Comments