Category: open-source

Πως χρησιμοποιούμε περιέκτες LXD (LXD containers) στο Ubuntu και άλλες διανομές

Ξέρουμε για τις εικονικές μηχανές (virtual machines) όπως Virtualbox και VMWare, υπάρχουν όμως και οι περιέκτες (containers) όπως Docker και LXD (προφέρεται λεξ ντι). Εδώ θα δούμε για τους περιέκτες LXD (LXD containers), με την υποστήριξη να είναι ήδη διαθέσιμη σε όσους έχουν Ubuntu 16.04 ή νεότερο. Για τις υπόλοιπες διανομές χρειάζεται εγκατάσταση του πακέτου …

Continue reading

Permanent link to this article: https://blog.simos.info/%cf%80%cf%89%cf%82-%cf%87%cf%81%ce%b7%cf%83%ce%b9%ce%bc%ce%bf%cf%80%ce%bf%ce%b9%ce%bf%cf%8d%ce%bc%ce%b5-%cf%80%ce%b5%cf%81%ce%b9%ce%ad%ce%ba%cf%84%ce%b5%cf%82-lxd-lxd-containers-%cf%83%cf%84%ce%bf-u/

How to run graphics-accelerated GUI apps in LXD containers on your Ubuntu desktop

Update December 2019: See updated post Running X11 software in LXD containers  which uses LXD proxy devices and is easier to setup. Update June 2018: See updated post How to easily run graphics-accelerated GUI apps in LXD containers on your Ubuntu desktop  which describes how to use LXD profiles to simplify the creation of containers …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-run-graphics-accelerated-gui-apps-in-lxd-containers-on-your-ubuntu-desktop/

How to run Wine (graphics-accelerated) in an LXD container on Ubuntu

Update June 2018: See updated post How to easily run graphics-accelerated GUI apps in LXD containers on your Ubuntu desktop  which describes how to use LXD profiles to simplify the creation of containers that can show the GUI output on the host’s deskttop. The updated post covers how to run application under Wine as well. …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-run-wine-graphics-accelerated-in-an-lxd-container-on-ubuntu/

A closer look at the new ARM64 Scaleway servers and LXD

Update #1: I posted at the Scaleway Linux kernel discussion thread to add support for the Ubuntu Linux kernel and Add new bootscript with stock Ubuntu Linux kernel #349. Scaleway has been offering ARM (armv7) cloud servers (baremetal) since 2015 and now they have ARM64 (armv8, from Cavium) cloud servers (through KVM, not baremetal). But …

Continue reading

Permanent link to this article: https://blog.simos.info/a-closer-look-at-the-new-arm64-scaleway-servers-and-lxd/

How to install neo4j in an LXD container on Ubuntu

Neo4j is a different type of database, is a graph database. It is quite cool and it is worth to spend the time to learn how it works. The main benefit of a graph database is that the information is interconnected as a graph, and allows to execute complex queries very quickly. One of the …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-install-neo4j-in-an-lxd-container-on-ubuntu/

How to create a snap for timg with snapcraft on Ubuntu

In this post we are going to see how to create a snap for a utility called timg. If this is the very first time you heard about snap installation packages, see How to create your first snap. Today we learn the following items about creating snaps with snapcraft, the source of timg comes with …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-create-a-snap-for-timg-with-snapcraft-on-ubuntu/