Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
  • Slide4
    How to install Let’s Encrypt on Apache Web Server Linux
  • Actualidad 211741393 129861581 1050x760
    Edge GPO settings: All Group Policies available to configure Microsoft Edge Settings Windows Server
  • servicechannels3 1
    Long Term Servicing Branch vs Semi-Annual Channel Windows
  • How to manage user permission in AD and Synology
    Manage User Permission on Synology with Active Directory [Part 1] Reviews
  • xp cmdshell MSSQL
    How to verify whether the xp_cmdshell feature is enabled or disabled in MSSQL Server Oracle/MSSQL/MySQL
  • Exchange password
    How to block the Change Password Feature for All Users via the Exchange Administrative Center Network | Monitoring
  • veeam agent for mac backup
    Backup Mac with Veeam Agent for Mac to Synology DS923+ NAS Backup
  • Anyviewer Review
    Free Remote Desktop Software for Windows in 2023 Windows

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.

Stopping, Removing and Naming Docker Container

Posted on 24/10/202128/09/2023 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. Multiple containers can run on the same machine and share the same OS kernel with other containers when compared to Virtual Machines which requires a…

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/202120/06/2025 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/202105/07/2025 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/202117/08/2023 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/202128/08/2023 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/202130/05/2023 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.  Docker simply makes it easy for you to package the image you build locally and deploy it…

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/202123/03/2024 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/202129/08/2023 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. Just as…

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/202115/12/2023 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/202123/03/2024 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. However, some teams even deliver software…

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/202129/09/2023 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/202108/09/2024 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

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • Slide4
    How to install Let’s Encrypt on Apache Web Server Linux
  • Actualidad 211741393 129861581 1050x760
    Edge GPO settings: All Group Policies available to configure Microsoft Edge Settings Windows Server
  • servicechannels3 1
    Long Term Servicing Branch vs Semi-Annual Channel Windows
  • How to manage user permission in AD and Synology
    Manage User Permission on Synology with Active Directory [Part 1] Reviews
  • xp cmdshell MSSQL
    How to verify whether the xp_cmdshell feature is enabled or disabled in MSSQL Server Oracle/MSSQL/MySQL
  • Exchange password
    How to block the Change Password Feature for All Users via the Exchange Administrative Center Network | Monitoring
  • veeam agent for mac backup
    Backup Mac with Veeam Agent for Mac to Synology DS923+ NAS Backup
  • Anyviewer Review
    Free Remote Desktop Software for Windows in 2023 Windows

Subscribe to Blog via Email

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

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