Fixing a Bumblebee issue after installing Manjaro Linux

Fixing a Bumblebee issue after installing Manjaro Linux

Fixing bumblebee to allows you to use a system's dedicated GPU for producing graphics while still using the integrated for less demanding tasks

November 28, 2023 · 5 min
Exploring Awesome WM, my preferred window manager

Exploring Awesome WM, my preferred window manager

Awesome WM Is a highly customizable, dynamic tiling window manager for the X Window System, such Linux and Unix, the WM is written in Lua

November 21, 2023 · 8 min
Why and how should you use a Docker Container Health Check?

Why and how should you use a Docker Container Health Check?

The command guides you on how to check if your container is up. Running might refer to a process, a port listening on, or an accessible file

June 27, 2023 · 4 min
How to Build and Push a Container Image

How to Build and Push a Container Image

In this article, I will discuss how to create container images with Docker and Podman. It is important to note that both follow to the OCI Spec

May 28, 2023 · 5 min
Building Kubernetes-style pods with Podman

Building Kubernetes-style pods with Podman

Podman is a Red Hat container engine that allows users to manage containerized

May 20, 2023 · 5 min
How to Run Secure Pods with Podman

How to Run Secure Pods with Podman

Podman is a Red Hat container engine that allows users to manage containerized applications and their resources. Operates without a daemon.

March 12, 2023 · 5 min
Top Reasons to Use Linux and Why Should You?

Top Reasons to Use Linux and Why Should You?

In the mid-1990s, we met Linux, an open source operating system. Linux was formed from Unix, Darwin from BSD Unix, and Android is built on Linux

January 19, 2023 · 8 min
Atualizando seu Linux Debian

Atualizando seu Linux Debian

A recomendação para atualizar versões anteriores do Debian é usar a ferramenta de gerenciamento de pacotes apt e sempre atualize com segurança.

October 16, 2022 · 3 min
How to use Bash default variables

How to use Bash default variables

I'd like to share some Bash advice with you as variable default values. Steps for writing an update system script with case blocks.

October 13, 2022 · 2 min