Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Tech News
  • Contact
  • Toggle search form

Author: Raphael Gab-Momoh

Raphael Gab-Momoh (Azure Cloud MVP) is a versatile DevOps practitioner, Cloud engineer and FinOps professional with years of experience. He has worked on solutions that met reliability, low latency, high availability, and security best practices using open-source tools such as Git, Docker, Kubernetes, Jenkins and others. Raphael is a Microsoft Certified Trainer and an active community member in the Azure Nigeria User Group.

How to install LXC/LXD for container management

Posted on 16/11/202127/08/2026 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to install LXC/LXD for container management
How to install LXC/LXD for container management

In this article, we shall discuss Installing LXC/LXD for container management. You can’t talk about this without referring to Canonical, the company behind Ubuntu. This is because Canonical built upon the architecture of LXC for LXD. It will shock you to know that Docker is also built upon the technology of LXC, but that will…

Read More “How to install LXC/LXD for container management” »

Linux

How to configure user resource limits and restrictions in Linux

Posted on 15/11/202127/08/2026 Raphael Gab-Momoh By Raphael Gab-Momoh 4 Comments on How to configure user resource limits and restrictions in Linux
How to configure user resource limits and restrictions in Linux

Before discussing this, I would briefly like to touch on PAM (Pluggable Authentication Module) in Linux. PAM helps us to authenticate. Meanwhile, authentication is used by programs that provide users access to a system to be able to determine their identities. Please see SizeTrend: A Fast Windows Disk Space Analyzer for Storage Analysis, and Veeam…

Read More “How to configure user resource limits and restrictions in Linux” »

Linux

How to install a software package from source file in Linux

Posted on 14/11/202127/08/2026 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to install a software package from source file in Linux
How to install a software package from source file in Linux

A source file is a file that is written in the C programming language. In this post, I will be pointing you to the steps to take to be able to use software downloaded from a source file. Although we might not run into situations where we work with source files. But just in case…

Read More “How to install a software package from source file in Linux” »

Linux

Shell Scripting: How to Automate a Process in Linux

Posted on 23/10/202128/08/2026 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on Shell Scripting: How to Automate a Process in Linux
Shell Scripting: How to Automate a Process in Linux

A shell script is a text file that contains a series of commands in plain text. It executes the commands in the text beginning with the one at the top, one line at a time until every of the command has been successfully executed. What’s more, executing a shell script will give you the same…

Read More “Shell Scripting: How to Automate a Process in Linux” »

Linux

How to locate directory file context and restore it with SELinux

Posted on 17/10/202128/08/2026 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to locate directory file context and restore it with SELinux
How to locate directory file context and restore it with SELinux

Let us imagine a scenario where you host lots of applications, especially third-party applications, and multiple people access your system, and not just that you run hundreds of servers. Here’s a guide on how to locate directory file context. Please see how to install Git on macOS, how to clone a repository and install software from…

Read More “How to locate directory file context and restore it with SELinux” »

Linux

How to solve Errno 256

Posted on 13/10/202128/08/2026 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to solve Errno 256
How to solve Errno 256

Have you been trying to work with Apache and your computer won’t let you download anything related to Apache because there are no more mirrors to try? Then you are in the right place. This article explains how to solve Errno 256. Other guides can be found from these links: Setting-up-SElinux-on-a-Linux-server, Group Policy Settings for…

Read More “How to solve Errno 256” »

Linux

How to solve cannot find a valid base URL for repo: base/7/x86_64

Posted on 13/10/202128/08/2026 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to solve cannot find a valid base URL for repo: base/7/x86_64
How to solve cannot find a valid base URL for repo: base/7/x86_64

I had to write this from personal experience based on the issues I had with my machine, so if you have centos7 installed on VMWare Workstation Pro, I know that at some point in time you will experience this or it has probably happened already. Kindly check out some of my other guides: Openstack Deployment…

Read More “How to solve cannot find a valid base URL for repo: base/7/x86_64” »

Linux

Cost Management in Azure Using Cost Analysis Tool

Posted on 27/09/202129/08/2026 Raphael Gab-Momoh By Raphael Gab-Momoh 1 Comment on Cost Management in Azure Using Cost Analysis Tool
Cost Management in Azure Using Cost Analysis Tool

Ensuring our applications and system are reliable is one way to promote customer satisfaction. What’s more, consistent speed and efficiency will make your customers come back for more. Please see How to use container insights to get the full benefits of Azure Monitor for Azure Kubernetes workload, and how to create a static pod in…

Read More “Cost Management in Azure Using Cost Analysis Tool” »

AWS/Azure/OpenShift

Delivering System Utilization Report on a Linux based OS

Posted on 24/09/202129/08/2026 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on Delivering System Utilization Report on a Linux based OS
Delivering System Utilization Report on a Linux based OS

When we’re attempting to figure out what’s going on with our server so we can debug it, having helpful information about the system’s memory status, mount points, and all running processes can help us narrow down the problem. Kindly refer to some of my guides: How to use container insights to get the full benefits…

Read More “Delivering System Utilization Report on a Linux based OS” »

Linux

How to use Container Insights for Azure Kubernetes Workload

Posted on 19/09/202129/08/2026 Raphael Gab-Momoh By Raphael Gab-Momoh 2 Comments on How to use Container Insights for Azure Kubernetes Workload
How to use Container Insights for Azure Kubernetes Workload

When deploying a production-grade workload, there is the need to make sure that the agent nodes are working the way they should. This is because Azure works to sure that the master node is working well and fine. Nonetheless, our only headache is the agent nodes or worker nodes. In this guide, I will walk…

Read More “How to use Container Insights for Azure Kubernetes Workload” »

Network | Monitoring

How to create a static pod in Kubernetes

Posted on 09/09/202120/08/2026 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to create a static pod in Kubernetes
How to create a static pod in Kubernetes

In this article, we shall discuss How to create a static pod in Kubernetes. The concept of pods is very important because it’s just as a cell is to the human body. That is the basic unit of life! But before we talk about pods and most especially static pods. Let’s briefly talk about containers…

Read More “How to create a static pod in Kubernetes” »

AWS/Azure/OpenShift

Posts pagination

Previous 1 … 6 7

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • AADSTS900144
    Fix AADSTS900144: The request body must contain the parameter Linux
  • featured image
    How to Add or Remove Sites from Favorites list in Microsoft Edge Windows
  • Map and disconnect Virtual Disk in VMware Workstation
    Map and disconnect Virtual Disk in VMware Workstation Virtualization
  • How to Register Devices to Microsoft Intune and EntraID Using My Company Portal
    Register Devices to Intune and EntraID Using Company Portal AWS/Azure/OpenShift
  • adfs
    Guide on federating ADFS with Azure Active Directory AWS/Azure/OpenShift
  • Uninstall MicrosoftDefenderUpdate
    What you need to know about Microsoft Defender Antivirus Security | Vulnerability Scans and Assessment
  • Slide1 4
    How to create and configure a Shared Folder on Windows Server Windows Server
  • linux windows 10
    Windows Subsystem for Linux: How to install WSL on Windows 10 Linux

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,762 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive