Category: Planet Ubuntu

Posts for planet.ubuntu.com

Using distrobuilder to create container images for LXC and LXD

With LXC and LXD you can run system containers, which are containers that behave like a full operating system (like a Virtual Machine does). There are already official container images for most Linux distributions. When you run lxc launch ubuntu:18.04 mycontainer, you are using the ubuntu: repository of container images to launch a container with …

Continue reading

Permanent link to this article: https://blog.simos.info/using-distrobuilder-to-create-container-images-for-lxc-and-lxd/

Benchmarking LXD on an AMD EPYC server at packet.net

This is the fourth post in the series. A closer look at AMD EPYC baremetal servers at packet.net Booting up the AMD EPYC baremetal server at packet.net Configuring LXD on the AMD EPYC baremetal server at packet.net Benchmarking LXD on an AMD EPYC server at packet.net (this post) There is a tool for benchmarking LXD, …

Continue reading

Permanent link to this article: https://blog.simos.info/benchmarking-lxd-on-an-amd-epyc-server-at-packet-net/

Configuring LXD on an AMD EPYC server at packet.net

This is the third post in the series. A closer look at AMD EPYC baremetal servers at packet.net Booting up the AMD EPYC baremetal server at packet.net Configuring LXD on the AMD EPYC baremetal server at packet.net (this post) Benchmarking LXD on an AMD EPYC server at packet.net We have booted the AMD EPYC server …

Continue reading

Permanent link to this article: https://blog.simos.info/configuring-lxd-on-an-amd-epyc-server-at-packet-net/

Booting up an AMD EPYC server at packet.net

This is the second post in the series. The first was about selecting the appropriate settings so that we can deploy a server. A closer look at AMD EPYC baremetal servers at packet.net Booting up the AMD EPYC baremetal server at packet.net (this post) Configuring LXD on the AMD EPYC baremetal server at packet.net Benchmarking …

Continue reading

Permanent link to this article: https://blog.simos.info/booting-up-an-amd-epyc-server-at-packet-net/

Προβλήματα με γραμματοσειρές και ελληνικά (πρόβλημα με μ και π)

Τι πρόβλημα υπάρχει στο παρακάτω στιγμιότυπο; Πρόκειται για πρόβλημα στην επιλογή των γραμματοσειρών που θα απεικονίσουν τους χαρακτήρες ενός κειμένου. Αυτό που συμβαίνει στο παραπάνω παράδειγμα, είναι ότι ο συγκεκριμένος δικτυακός τόπος καθορίζει και παρέχει μια συγκεκριμένη γραμματοσειρά για την εμφάνιση του κειμένου, ωστόσο η γραμματοσειρά δεν υποστηρίζει το πλήρες σετ χαρακτήρων που χρειάζονται τα …

Continue reading

Permanent link to this article: https://blog.simos.info/%cf%80%cf%81%ce%bf%ce%b2%ce%bb%ce%ae%ce%bc%ce%b1%cf%84%ce%b1-%ce%bc%ce%b5-%ce%b3%cf%81%ce%b1%ce%bc%ce%bc%ce%b1%cf%84%ce%bf%cf%83%ce%b5%ce%b9%cf%81%ce%ad%cf%82-%ce%ba%ce%b1%ce%b9-%ce%b5%ce%bb%ce%bb/

Using Arduino IDE for the ESP32 in a LXD container

The ESP32 is a dual-core microcontroller that has both WiFi and Bluetooth. The ESP32 is the next generation of the older single-core microcontroller ESP8266 that only had WiFi. You can perform most tasks that you did with the various Arduinos but with the ESP32 (or ESP8266) and you also have WiFi embedded into the microcontroller. …

Continue reading

Permanent link to this article: https://blog.simos.info/using-arduino-ide-for-the-esp32-in-a-lxd-container/