Skip to content

TechDirectArchive

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

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

Author: Imoh Etuk

Imoh Etuk is an experienced cloud infrastructure architect. He's an Azure Compute Infrastructure and Azure Storage MVP, a Microsoft Certified Trainer (MCT), and an AWS Community Builder. He is deeply passionate about empowering technical communities by sharing knowledge, fostering collaboration, and enabling individuals and businesses to leverage cloud technologies to achieve their goals. Note: All technical content written by Imoh Etuk is free for community use. It is meant to serve as a guide for IT professionals, developers, business decision-makers, and students. Imoh Etuk does NOT guarantee that all the steps in his technical guides will work in your particular scenarios or use cases.

Read-only Files: Saving Files in VIM Editor on Linux/Unix-like OS

Posted on 26/10/202128/08/2026 Imoh Etuk By Imoh Etuk 1 Comment on Read-only Files: Saving Files in VIM Editor on Linux/Unix-like OS
Read-only Files: Saving Files in VIM Editor on Linux/Unix-like OS

Having talked about How to create, edit, save a file and quit Vim Editor in Linux, and related topics such as A brief Introduction to Linux and how to create disk partition in Ubuntu Linux, and Locate, Find, and Grep: How to search for files and patterns in Linux/Unix-like OS, it’s also very important to…

Read More “Read-only Files: Saving Files in VIM Editor on Linux/Unix-like OS” »

Linux

Stopping, Removing and Naming Docker Container

Posted on 24/10/202128/08/2026 Imoh Etuk By Imoh Etuk No Comments on Stopping, Removing and Naming Docker Container
Stopping, Removing and Naming Docker Container

Containers provide a lightweight feature for your applications to run in an isolated environment. Furthermore, it packages your application code and dependencies together and runs them at the application layer. For details on Container VS Operating System, refer to the related post on how to Pull your first Nginx Container Image from Docker Hub and…

Read More “Stopping, Removing and Naming Docker Container” »

Containers

Locate, Find and Grep: Search for files and patterns in Linux or Unix-like OS

Posted on 10/10/202128/08/2026 Imoh Etuk By Imoh Etuk No Comments on Locate, Find and Grep: Search for files and patterns in Linux or Unix-like OS
Locate, Find and Grep: Search for files and patterns in Linux or Unix-like OS

Users can search for files in Linux by a single line of command. When it comes to using Linux one of the most common operations is to search for files and directories. Linux systems have several commands, including find, locate and grip. In this article, we shall learn “Locate, Find and Grep: Search for files…

Read More “Locate, Find and Grep: Search for files and patterns in Linux or Unix-like OS” »

Linux

Mastering Vim in Linux: How to Create, Edit, Save, and Quit Files

Posted on 05/10/202128/08/2026 Imoh Etuk By Imoh Etuk No Comments on Mastering Vim in Linux: How to Create, Edit, Save, and Quit Files
Mastering Vim in Linux: How to Create, Edit, Save, and Quit Files

Vi/Vim is a very powerful editor that has many commands, too many to explain in a tutor such as this. This tutorial aims to take you through how to create, edit and save files in Linux via Vi/Vim editor. In addition, Vim is a screen editor for Linux, Unix, and other Unix-like operating systems. Please…

Read More “Mastering Vim in Linux: How to Create, Edit, Save, and Quit Files” »

Linux

Creating and Deploying Docker Registry Using Docker Image

Posted on 19/09/202129/08/2026 Imoh Etuk By Imoh Etuk 1 Comment on Creating and Deploying Docker Registry Using Docker Image
Creating and Deploying Docker Registry Using Docker Image

Creating and deploying a Docker registry gives you the autonomy to manage your images within your network, ensuring security, compliance, and faster access without relying on external resources. First, What is Docker Registry? The Registry is a stateless, highly scalable server-side application that stores and lets you distribute Docker images. In addition, the Registry is…

Read More “Creating and Deploying Docker Registry Using Docker Image” »

AWS/Azure/OpenShift

A Brief Introduction to Linux and How to Create Disk Partition in Ubuntu Linux

Posted on 14/09/202129/08/2026 Imoh Etuk By Imoh Etuk No Comments on A Brief Introduction to Linux and How to Create Disk Partition in Ubuntu Linux
A Brief Introduction to Linux and How to Create Disk Partition in Ubuntu Linux

In this article, I am going to take you through the brief introduction to Linux and how to create a disk partition in Ubuntu Linux Operating System. This guide is intended to take you from a beginner to superuser and make you a better Linux System Administrator but before I continue, I will like to…

Read More “A Brief Introduction to Linux and How to Create Disk Partition in Ubuntu Linux” »

Linux

Pull and Deploy Nginx Container Images from Docker Hub

Posted on 12/09/202127/08/2026 Imoh Etuk By Imoh Etuk No Comments on Pull and Deploy Nginx Container Images from Docker Hub
Pull and Deploy Nginx Container Images from Docker Hub

This topic discusses Docker, which is a great container tool for building and deploying your application. Docker Hub stores public Docker images. You can use the Docker command-line interface (Docker CLI) for login, push, pull, and other container image operations on your container registry. In this article, you will learn how to Pull and Deploy Nginx Container Images from Docker Hub….

Read More “Pull and Deploy Nginx Container Images from Docker Hub” »

AWS/Azure/OpenShift, Virtualization

Azure DevOps: Docker and Kubernetes Deployment with GitHub

Posted on 08/09/202120/08/2026 Imoh Etuk By Imoh Etuk No Comments on Azure DevOps: Docker and Kubernetes Deployment with GitHub
Azure DevOps: Docker and Kubernetes Deployment with GitHub

In this guide we will discuss “Azure DevOps: Docker and Kubernetes Deployment with GitHub”. That is show you how to dockerized an existing web application, put it in the source control, and get it deployed to Azure Kubernetes Service (AKS), and also set up a CI/CD pipeline. We will be looking at the integration between…

Read More “Azure DevOps: Docker and Kubernetes Deployment with GitHub” »

AWS/Azure/OpenShift, Version Control System

Create an App Service Plan with Continuous Deployment to deploy a .NET Application from GitHub

Posted on 05/09/202120/08/2026 Imoh Etuk By Imoh Etuk No Comments on Create an App Service Plan with Continuous Deployment to deploy a .NET Application from GitHub
Create an App Service Plan with Continuous Deployment to deploy a .NET Application from GitHub

With Azure App Service, organizations or individuals looking to get their Web Apps, Mobile Apps or API Apps running without having to bother about managing the underlying infrastructure such as patching of Operating System, managing security, updating new software and patching the underlying virtualization can easily get it up and running within seconds. Please see…

Read More “Create an App Service Plan with Continuous Deployment to deploy a .NET Application from GitHub” »

AWS/Azure/OpenShift, Version Control System

Azure CI/CD: Configuring Email Notifications in Azure DevOps

Posted on 01/09/202120/08/2026 Imoh Etuk By Imoh Etuk 1 Comment on Azure CI/CD: Configuring Email Notifications in Azure DevOps
Azure CI/CD: Configuring Email Notifications in Azure DevOps

When building your first Azure CI/CD Pipeline on Azure DevOps, one of your responsibilities as the project administrator will be to manage notifications for a team, group, or organization so that can receive email notifications for each successful build or failure build pipeline. In his guide, we shall discuss “Azure CI/CD: Configuring Email Notifications in…

Read More “Azure CI/CD: Configuring Email Notifications in Azure DevOps” »

AWS/Azure/OpenShift, Version Control System

CI/CD Pipeline: Your First in Azure DevOps with ASP.Net Core

Posted on 29/08/202120/08/2026 Imoh Etuk By Imoh Etuk No Comments on CI/CD Pipeline: Your First in Azure DevOps with ASP.Net Core
CI/CD Pipeline: Your First in Azure DevOps with ASP.Net Core

In times past, CI/CD Pipeline software releases were scheduled in terms of weeks or even years before they were released to production. Subsequently, with the transformation agenda of DevOps, it is easier for software teams to release features in smaller batches that are often scheduled in days or weeks. Here is an exciting article: Azure…

Read More “CI/CD Pipeline: Your First in Azure DevOps with ASP.Net Core” »

AWS/Azure/OpenShift, Version Control System

How to secure access to your Virtual Machine with Just-in-Time (JIT) VM Access

Posted on 27/08/202120/08/2026 Imoh Etuk By Imoh Etuk No Comments on How to secure access to your Virtual Machine with Just-in-Time (JIT) VM Access
How to secure access to your Virtual Machine with Just-in-Time (JIT) VM Access

Just-in-Time (JIT) Access is one of the features of Azure Security Center. Azure Security Center by Microsoft is a solution that gives unified security management across hybrid cloud workloads. It offers threat protection for data centers within both cloud workloads and on-premises. The platform also works with hybrid clouds that aren’t a part of Azure….

Read More “How to secure access to your Virtual Machine with Just-in-Time (JIT) VM Access” »

AWS/Azure/OpenShift, Security | Vulnerability Scans and Assessment

Provisioning Azure Resources using Azure Az PowerShell Cmdlet from Cloud Shell

Posted on 20/08/202120/08/2026 Imoh Etuk By Imoh Etuk No Comments on Provisioning Azure Resources using Azure Az PowerShell Cmdlet from Cloud Shell
Provisioning Azure Resources using Azure Az PowerShell Cmdlet from Cloud Shell

In this article, we shall discuss how to provision Azure Resources using Azure Az PowerShell Cmdlet from Cloud Shell. Provisioning Azure resources using Azure Az PowerShell Cmdlet from Cloud Shell is an essential aspect of developing and managing applications on the cloud platform. Please see VMSA-2022-0026: An arbitrary file read vulnerability in VMware Aria Operations,…

Read More “Provisioning Azure Resources using Azure Az PowerShell Cmdlet from Cloud Shell” »

AWS/Azure/OpenShift, Scripts

Posts pagination

Previous 1 … 10 11

Microsoft MVP

vexpert-badge-stars-5

Virtual Background

VEEAMLEGEND

Categories

veeaam100

Veeam Vanguard

  • SCSI Controoler HyperV issue failed to start VM
    Failed to Power on with Error ‘A virtual machine disk support provider for the specified file was not found Virtualization
  • Network unlock
    How to configure Network Unlock in Windows Windows Server
  • cisco switches
    Delete the configuration of a Cisco router: How to wipe configuration off an interface on a Cisco router Network | Monitoring
  • systemd services
    How to use Systemd Timers on Linux Linux
  • Ping request could not find the hos
    Ping request could not find the host: Verify if the name is entered correctly Windows
  • How to Enable or Disable Inherited Permissions for Files and Folders in Windows
    How to Enable or Disable Inherited Permissions for Files and Folders in Windows Windows
  • SSD Trim and Disable delete operaion from ending up in Recycle bin
    SSD TRIM: Delete files permanently without using the Recycle Bin Windows
  • LINUX CONTAINERS
    How to install LXC/LXD for container management 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,757 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Contact
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon
  • Bsky

Tags

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

Copyright © 2026 TechDirectArchive