Tag: lxd

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/

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

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

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/

Setting up the ESP32 in LXD on Ubuntu

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/setting-up-the-esp32-in-lxd-on-ubuntu/

How to run Julia on Jupyter in a LXD container

Julia is a computer language well-suited for scientists, engineers and students. I wrote the following introduction a couple of days ago. In this post we are going to see how to use Julia in the Jupyter interactive environment. This means that you run Julia commands in your browser and get the output in your browser. …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-run-julia-on-jupyter-in-a-lxd-container/

How to manage LXD from within one of its containers

In a LXD (lex-dee) installation there is the host (where the LXD service is running) and there are the containers that you create. On the host, you can run the various lxc subcommands (like lxc list to get a list of the containers). The containers, on the other hand, are by default confined and isolated …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-manage-lxd-from-within-one-of-its-containers/