Update 6 Feb 2021: Added instructions to enable the HUION H430P to use the wacom driver. Verified on Ubuntu 18.04 and Ubuntu 20.04. If you want to draw on your computer, you can always use your mouse. But if you want to really draw, you can upgrade to a drawing tablet (also known as graphics …
Category: open-source
Permanent link to this article: https://blog.simos.info/how-to-setup-the-huion-430p-drawing-tablet-on-ubuntu-20-04/
Apr 05 2020
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 …
Permanent link to this article: https://blog.simos.info/a-network-isolated-container-in-lxd/
Apr 04 2020
How to get LXD containers get IP from the LAN with routed network
Update #3 – 27 January 2020: Fedora requires special instructions for routed to work. See the section below named The routed profile for Fedora for more. UPDATE #2 – 26 January 2020: Debian requires special instructions for routed to work. See the section below named The routed profile for Debian for more. UPDATE #1 – …
Permanent link to this article: https://blog.simos.info/how-to-get-lxd-containers-get-ip-from-the-lan-with-routed-network/
Apr 03 2020
Re: 30 Things to do After Installing Ubuntu 18.04 LTS (all-in-one video)
Average Linux User has created a Youtube video on 30 This to do After Installing Ubuntu 18.04 LTS. It is a well-prepared, high-quality, informative video. I recommend watching it. There are a couple of nitpicks though, and in this post I go into detail about them. See the Discussion below. First, here is the Youtube …
Permanent link to this article: https://blog.simos.info/re-30-things-to-do-after-installing-ubuntu-18-04-lts-all-in-one-video/
Mar 05 2020
Using command aliases in LXD to exec a shell
First, create a container mycontainer with the command lxc launch ubuntu: mycontainer. This command creates a container with the currently default LTS version (at the time of writing, 18.04, soon it will be 20.04). You are using LXD, you can launch containers and get a shell into them using the following lxc command. This command …
Permanent link to this article: https://blog.simos.info/using-command-aliases-in-lxd-to-exec-a-shell/
Feb 03 2020
How to view the files of your LXD container from the host
You are creating LXD containers and you enter a container (lxc shell, lxc exec or lxc console) in order to view or modify the files of that container. But can you access the filesystem of the container from the host? If you use the LXD snap package, LXD mounts the filesystem of the container in …
Permanent link to this article: https://blog.simos.info/how-to-view-the-files-of-your-lxd-container-from-the-host/
Recent Comments