Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Contact
  • Reviews
  • Toggle search form
  • TamperProtection
    Protect Microsoft Defender Settings with Tamper Protection Security | Vulnerability Scans and Assessment
  • Watchguard Firewall 180504 100511 1
    WatchGuard Firebox: Restoring Backups on XTM Device Network | Monitoring
  • sid5
    How to Find Security Identifier on Windows [Part 2] Windows
  • fjkjcvbnm
    How to enable Enhanced Networking Adapter (ENA) on Windows AWS/Azure/OpenShift
  • Add or remove features   fix dotnet framework issues
    Fix the request to add or remove features on the specified server failed Windows
  • images 2
    How to configure and use Pleasant Password RDP SSO Password Manager
  • veeam and wasabi
    Modern Backup Strategy with Veeam and Wasabi: Truly Immutable Network | Monitoring
  • Screenshot
    Fix AirDrop issue “No People found and there is no one nearby to share with” on Mac Mac

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/202107/12/2023 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/202115/08/2023 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. In Linux, especially centos and RedHat, many programs undergo configuration to make authentication possible…

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/202107/12/2023 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/202107/12/2023 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/09/2023 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 check how to set up SELinux on a Linux server and other related guides such…

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

Linux

How to solve Errno 256

Posted on 13/10/202122/02/2025 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/09/2023 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. In this article, I will walk you through how to…

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/202101/08/2023 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. At a time when there are so many other options for a customer to get a particular service. It’s important that we put our house in order…

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/202128/09/2023 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. Our purpose here is to check out how our system is doing and report what we get….

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/202126/11/2024 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/202131/12/2023 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

sysadmin top30a

  • TamperProtection
    Protect Microsoft Defender Settings with Tamper Protection Security | Vulnerability Scans and Assessment
  • Watchguard Firewall 180504 100511 1
    WatchGuard Firebox: Restoring Backups on XTM Device Network | Monitoring
  • sid5
    How to Find Security Identifier on Windows [Part 2] Windows
  • fjkjcvbnm
    How to enable Enhanced Networking Adapter (ENA) on Windows AWS/Azure/OpenShift
  • Add or remove features   fix dotnet framework issues
    Fix the request to add or remove features on the specified server failed Windows
  • images 2
    How to configure and use Pleasant Password RDP SSO Password Manager
  • veeam and wasabi
    Modern Backup Strategy with Veeam and Wasabi: Truly Immutable Network | Monitoring
  • Screenshot
    Fix AirDrop issue “No People found and there is no one nearby to share with” on Mac Mac

Subscribe to Blog via Email

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

Join 1,832 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

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

Copyright © 2025 TechDirectArchive