Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
  • image 29
    How to force your website to redirect from HTTP to HTTPS using a web.config file Network | Monitoring
  • 5rgh65436
    New Windows 11 encryption features and security enhancements for Hybrid Work Security | Vulnerability Scans and Assessment
  • drivelock 1280x720 1
    Concept of DriveLock with a focus on Encryption Security | Vulnerability Scans and Assessment
  • Featured image TeamsGif.
    How to fix Microsoft Teams GIFs or Images not working Windows
  • wac
    Fix Windows Admin Center cannot be reached Windows
  • Featured image Desktop Stickers
    How to create Desktop Stickers in Windows 11 Windows
  • ERRORFEATURE
    How to Fix 404 Not Found Repository Errors in Ubuntu/Debian distribution Linux
  • ghfg 1
    Handy WSUS Commands: Windows Server Update Services Commands, WAUACLT, PowerShell and USOClient Windows Server

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.

Running PowerShell remotely on Azure VMs

Posted on 28/02/202325/03/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on Running PowerShell remotely on Azure VMs
Running PowerShell remotely on Azure VMs

Azure PowerShell is a command line interface(CLI) tool is used to manage and automate Azure resources. It can also be used to interact with Azure services and resources, including virtual machines, storage accounts, and databases. It offers a set of cmdlets. This article will help you learn the various ways of running PowerShell remotely on…

Read More “Running PowerShell remotely on Azure VMs” »

AWS/Azure/OpenShift

How to work with Azure Cognitive Service

Posted on 31/01/202315/03/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to work with Azure Cognitive Service
How to work with Azure Cognitive Service

Microsoft’s Azure cloud platform includes Azure Cognitive Services, a group of machine learning algorithms and APIs. These services are intended to assist programmers in creating intelligent software that can comprehend and react to spoken language, identify and analyze visual cues, and carry out a variety of other cognitive functions. With the emergence of ChatGPT, a…

Read More “How to work with Azure Cognitive Service” »

AWS/Azure/OpenShift

How to use Azure Compute Gallery

Posted on 22/01/202317/03/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to use Azure Compute Gallery
How to use Azure Compute Gallery

Have you ever thought of capturing the image of your virtual machine so that you can either share or reuse it? Then, Azure compute gallery is a resource that you should not overlook. It should not be a surprise to know that a copy of a whole VM (including any associated data drives) or simply…

Read More “How to use Azure Compute Gallery” »

AWS/Azure/OpenShift

Benefits of Azure API Management and how to create an API instance

Posted on 16/01/202317/03/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on Benefits of Azure API Management and how to create an API instance
Benefits of Azure API Management and how to create an API instance

Azure API Management is a fully managed service provided by Microsoft that allows developers to create, publish, and manage APIs. It provides features such as security, caching, rate limiting, and analytics, and allows for the creation of developer portals to enable easy discovery and consumption of APIs. Additionally, it allows for the creation of custom…

Read More “Benefits of Azure API Management and how to create an API instance” »

AWS/Azure/OpenShift, Network | Monitoring

Azure Hybrid Use Cases and Benefits

Posted on 16/01/202317/03/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on Azure Hybrid Use Cases and Benefits
Azure Hybrid Use Cases and Benefits

The Azure Hybrid Benefit feature enables users of Windows Server and/or SQL Server licenses with active Software Assurance to continue using their existing licenses to run those workloads on Azure and pay a discounted rate for the infrastructure costs. Customers may use this capability to save costs while gaining access to Azure’s scalability and other…

Read More “Azure Hybrid Use Cases and Benefits” »

AWS/Azure/OpenShift

Performance and Diagnostics in Microsoft Cloud with Azure Monitor

Posted on 15/01/202320/08/2024 Raphael Gab-Momoh By Raphael Gab-Momoh 2 Comments on Performance and Diagnostics in Microsoft Cloud with Azure Monitor
Performance and Diagnostics in Microsoft Cloud with Azure Monitor

In this article, you will learn about Performance and Diagnostics in Microsoft Cloud with Azure Monitor. Azure Monitor is a service offered by Microsoft Azure that enables you to gather and examine performance and diagnostic data from multiple resources in your Azure environment. Please see How to configure Synology Active Insights, determine Cost Management in…

Read More “Performance and Diagnostics in Microsoft Cloud with Azure Monitor” »

AWS/Azure/OpenShift

How to Switch between Users in Linux

Posted on 31/10/202201/07/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to Switch between Users in Linux
How to Switch between Users in Linux

Using the Linux command su (switch user), you can execute a command as a different user. This is the quickest way to switch to the administrative account when logged in as the most recent session. To make the code safer, all Linux distributions—including Ubuntu—disable the root user account by default. This limitation, however, would prevent…

Read More “How to Switch between Users in Linux” »

Linux

How to install Googler on a Linux System

Posted on 31/10/202231/07/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to install Googler on a Linux System
How to install Googler on a Linux System

The Googler command-line utility is used to open various movies, navigate to various URLs, and also to browse news. It is a robust open-source tool for performing Google searches, Googler is also Python-reliant, so before downloading it, check sure Python is up to date on your operating system. In this article, we shall be looking…

Read More “How to install Googler on a Linux System” »

Linux

Virtual Machine Scale Set: Demonstrating High Availability in Azure

Posted on 30/10/202216/12/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on Virtual Machine Scale Set: Demonstrating High Availability in Azure
Virtual Machine Scale Set: Demonstrating High Availability in Azure

High availability refers to a group of technologies that reduces IT outages by ensuring business continuity of IT services through redundant, fault-tolerant, or failover-protected components located inside the same data centre. This tutorial explores Azure’s high availability options for business. Please see how to Install PlayonLinux on a Linux System and How to install Redis…

Read More “Virtual Machine Scale Set: Demonstrating High Availability in Azure” »

AWS/Azure/OpenShift, Windows Server

How to Install and Use Minikube on a Linux System

Posted on 30/10/202228/06/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to Install and Use Minikube on a Linux System
How to Install and Use Minikube on a Linux System

In this guide, I will show you how to Install and Use Minikube on a Linux System. Minikube is an open-source program designed to help developers and system administrators run a single Kubernetes cluster on their own computers. With minimal resource usage, Minikube launches a local single-node Kubernetes cluster. For POC and development tests, this…

Read More “How to Install and Use Minikube on a Linux System” »

Containers, Linux

How to use Prometheus for Monitoring

Posted on 30/09/202221/03/2024 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to use Prometheus for Monitoring
How to use Prometheus for Monitoring

System and service monitoring is what Prometheus does. It gathers data from configured targets at predetermined intervals, analyzes rule expressions, presents the findings, and can send alerts when certain circumstances are satisfied. For details on how to install Prometheus please check How to install, configure Prometheus for Monitoring on a Linux Server, and how to…

Read More “How to use Prometheus for Monitoring” »

Linux

How to Install and Uninstall Yarn on Ubuntu Linux

Posted on 28/09/202228/06/2023 Raphael Gab-Momoh By Raphael Gab-Momoh 1 Comment on How to Install and Uninstall Yarn on Ubuntu Linux
How to Install and Uninstall Yarn on Ubuntu Linux

Yarn is the acronym for Yet Another Resource Neggotiator. It is the Hadoop stack’s coordinating element. It schedules the execution of jobs and coordinates and manages the underlying resources. This article is focused on how to Install and Uninstall Yarn on Ubuntu Linux 22.04. Other useful materials:How to install WireShark on a Linux Ubuntu System,…

Read More “How to Install and Uninstall Yarn on Ubuntu Linux” »

Linux

How to install WireShark on a Linux Ubuntu System

Posted on 28/09/202215/07/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to install WireShark on a Linux Ubuntu System
How to install WireShark on a Linux Ubuntu System

Wireshark is a free and open-source packet analyzer. In addition, it is utilized for network troubleshooting, analysis, software development, communications protocol development, and instruction. Whether you’re a network administrator, developer, or security professional, installing Wireshark on your system will provide valuable insights into your network’s activities This article will show you how to install Wireshark…

Read More “How to install WireShark on a Linux Ubuntu System” »

Linux

Posts pagination

Previous 1 2 3 … 7 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • image 29
    How to force your website to redirect from HTTP to HTTPS using a web.config file Network | Monitoring
  • 5rgh65436
    New Windows 11 encryption features and security enhancements for Hybrid Work Security | Vulnerability Scans and Assessment
  • drivelock 1280x720 1
    Concept of DriveLock with a focus on Encryption Security | Vulnerability Scans and Assessment
  • Featured image TeamsGif.
    How to fix Microsoft Teams GIFs or Images not working Windows
  • wac
    Fix Windows Admin Center cannot be reached Windows
  • Featured image Desktop Stickers
    How to create Desktop Stickers in Windows 11 Windows
  • ERRORFEATURE
    How to Fix 404 Not Found Repository Errors in Ubuntu/Debian distribution Linux
  • ghfg 1
    Handy WSUS Commands: Windows Server Update Services Commands, WAUACLT, PowerShell and USOClient Windows Server

Subscribe to Blog via Email

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

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