today's howtos
-
Build and manage Red Hat Device Edge images with Ansible
Red Hat Device Edge is a new solution that delivers a lightweight enterprise-ready Kubernetes distribution called MicroShift combined with an edge-optimized operating system built from Red Hat Enterprise Linux (RHEL).
This article will guide you through the process of building your own customized Red Hat Device Edge images, from setting up the necessary building infrastructure to deploying the image on a device or virtual machine.
This tutorial will also show you a way to manage edge devices using supported tooling such as Red Hat Ansible Automation Platform in a pull-based model. This approach simplifies management and more accurately emulates real-life edge device connectivity.
-
Install KLatexFormula to generate images from LaTeX formula
In the daily use of a modern system like Linux, it is normal to want to have applications of all kinds to show the strength of the operating system. Many people use LaTeX, and therefore applications like KLatexFormula become necessary.
-
5 simple ways to parse an XML file on Linux
XML (eXtensible Markup Language) is a widely used format for data exchange and storage, offering a flexible and human-readable structure. Parsing XML files on Linux can be achieved through a variety of tools and programming languages, each with its unique features and benefits.
-
Pygame installation on Ubuntu 22.04 or 20.04 Linux
Learn two ways to install PyGame Python Module on Ubuntu 22.04 Jammy or 20.04 Focal using the command line through APT or PIP package manager. Pygame is a Python module created for developers to create games and multimedia applications.
-
How to Auto Mount External Disk Partitions in Ubuntu 22.04 | Fedora 37/38
This tutorial shows how to automatically mount external disk partitions on startup of Ubuntu, Fedora, Debian, and most other Linux. I bought a new SSD recently. Now, I have 2 solid-state drives (SSDs) connected on my computer. Ubuntu 22.04 is installed on one SSD drive, while another one contains VirtualBox Virtual Machine files.