March 31, 2022

A guide to Linux for embedded applications 1

A guide to Linux for embedded applications

An embedded device is a hardware and software system that performs a dedicated function within a larger computer system. It is typically resource-constrained and comprises a processing engine.  The software of an embedded Linux system runs on top of the Linux kernel, the fundamental core of the OS with complete control over everything occurring in …

A guide to Linux for embedded applications Read More »

LXD vs Docker 5

LXD vs Docker

When talking about containers, a common confusion for potential users of LXD is that LXD is an alternative to Docker or Kubernetes. However, LXD and Docker are not competing container technologies, and they tend to serve completely different purposes. In this blog, we’ll briefly discuss the differences and the suitable use cases for both. What …

LXD vs Docker Read More »

Getting started with Juju and Charmed Operators: three awesome videos 10

Getting started with Juju and Charmed Operators: three awesome videos

Getting started with software can be confusing – depending on the complexity of the software, of course. Despite the extensive documentation available for Charmed Operator SDK and Juju some just prefer to watch video material to start with. So, let’s take the opportunity to have a look at available tutorials and presentations available on the …

Getting started with Juju and Charmed Operators: three awesome videos Read More »

The Keys to Successful Bug Reporting 11

The Keys to Successful Bug Reporting

A key principle of open source computing is the ability for users to directly engage with development efforts, the primary avenue being through the use of bug reporting. Bug reports are a critical component to the success of open source projects world-wide, though how to write one successfully can be, admittedly, somewhat vague. In this …

The Keys to Successful Bug Reporting Read More »

What Does Cat Command Mean in Linux? 17

What Does Cat Command Mean in Linux?

Introduction: The cat command is undoubtedly one of the most useful commands in the Linux environment. This command is used to serve multiple purposes that are considered the essential components of regular Linux usage. In this tutorial, we want to explore the answer to the question, “what does the cat command mean in Linux?” What …

What Does Cat Command Mean in Linux? Read More »