today's howtos
-
How to Install Proxmox VE on Bare Metal Step-by-Step
The step-by-step guide on this page will show you how to Install Proxmox VE on bare metal.
-
How to Use Variables in Ansible Playbook (Simple Guide)
In this blog post, we will show you how to use variables in Ansible playbook. If you have done programming or written code before, then the concept of variables should ring a bell.
-
How to Install All Important Audio/Video Codecs in your Ubuntu
OOPS! When I play some videos on my Ubuntu computer, the video gets played, but I can’t hear anything from the speakers. If you’re facing this problem, then you’re probably missing some important codec, which is required for decoding the audio or video file.
-
Adam Young: Following a code path in the Linux Kernel without a debugger
Sometimes you don’t get to use a debugger. When do bare metal development, often it is faster to get to the root of a problem by throwing in trace statements, and seeing what path is taken through the code.
-
Run GUI Applications as Containers with x11docker
As a developer, you might have a need to work with GUI containers.