Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

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

Category: Network | Monitoring

Explore essential network concepts, monitoring, configurations, and troubleshooting tips to ensure secure and reliable connectivity for your systems and devices

Error unregistering Runner from GitLab: Forbidden with Docker Executor

Posted on 15/04/202208/12/2023 Christian By Christian No Comments on Error unregistering Runner from GitLab: Forbidden with Docker Executor
Error unregistering Runner from GitLab: Forbidden with Docker Executor

When it comes to orchestrating tasks in your pipeline, GitLab Runner excels. This open-source, Go-based application seamlessly integrates with GitLab CI/CD. Whether as a standalone binary or within a Docker container, unregistering runner from GitLab becomes a breeze. Explore its versatility in various setups, even deployment in Kubernetes clusters. Below are some GitLab-related contents you…

Read More “Error unregistering Runner from GitLab: Forbidden with Docker Executor” »

Network | Monitoring

Error 1385: The user has not been granted the requested logon type at this time

Posted on 08/02/202221/08/2025 Christian By Christian No Comments on Error 1385: The user has not been granted the requested logon type at this time
Error 1385: The user has not been granted the requested logon type at this time

In this article, we will discuss how to fix “Error 1385: The user has not been granted the requested logon type at this time’. Logon Types are logged in the Logon Type field of logon events for every successful and failed logon. Please see how to enable Bitlocker Pre-Boot Authentication via the Group Policy, BitLocker Drive Encryption…

Read More “Error 1385: The user has not been granted the requested logon type at this time” »

Network | Monitoring

Fix Error 853: The remote access connection completed, but authentication failed because the certificate that authenticates the client to the server is not valid

Posted on 02/02/202207/12/2023 Temitope Odemo By Temitope Odemo No Comments on Fix Error 853: The remote access connection completed, but authentication failed because the certificate that authenticates the client to the server is not valid
Fix Error 853: The remote access connection completed, but authentication failed because the certificate that authenticates the client to the server is not valid

Every computer that you connect to a Virtual Network with a Point-to-Site connection must have a client certificate installed. All what is required is just to generate it from the root certificate and install it on each computer and make sure it is valid client certificate, if not the authentication will fail when the computer…

Read More “Fix Error 853: The remote access connection completed, but authentication failed because the certificate that authenticates the client to the server is not valid” »

Network | Monitoring, Windows, Windows Server

How to force your website to redirect from HTTP to HTTPS using a web.config file

Posted on 15/01/202220/03/2024 Temitope Odemo By Temitope Odemo No Comments on How to force your website to redirect from HTTP to HTTPS using a web.config file
How to force your website to redirect from HTTP to HTTPS using a web.config file

In this guide I will be showing you what you can do if you don’t want your website to route to HTTP rather you want it to redirect from HTTP to HTTPS, put simply I will show yo how to force redirect your website visitor from HTTP to HTTPS. HTTP stand for Hypertext Transfer Protocol….

Read More “How to force your website to redirect from HTTP to HTTPS using a web.config file” »

Network | Monitoring

Setup Public Load Balancer in Azure

Posted on 23/12/202104/05/2024 Dickson Victor By Dickson Victor No Comments on Setup Public Load Balancer in Azure
Setup Public Load Balancer in Azure

In this article, I will show you how to setup Public Load Balancer in Azure. Where it can distribute the incoming traffic over multiple servers. It will split up the load over two Virtual Machines. IPAM enables the administration and monitoring of DHCP and DNS and provides a comprehensive view of where IP addresses are…

Read More “Setup Public Load Balancer in Azure” »

AWS/Azure/OpenShift, Network | Monitoring

Docker Engine Installation on Ubuntu

Posted on 21/11/202107/12/2023 Imoh Etuk By Imoh Etuk No Comments on Docker Engine Installation on Ubuntu
Docker Engine Installation on Ubuntu

Docker is an increasingly popular containerized software package that helps organizations and individuals create an isolated runtime environment for their applications. Developing in Docker speeds up applications, as it shares the kernel and other resources, instead of requiring dedicated server resources as is the case of Virtual Machines. In this article, we shall discuss Docker Engine…

Read More “Docker Engine Installation on Ubuntu” »

Network | Monitoring

Fix Remote session was disconnected because there are no Remote Desktop License Servers available to provide a license

Posted on 24/10/202104/09/2023 Temitope Odemo By Temitope Odemo No Comments on Fix Remote session was disconnected because there are no Remote Desktop License Servers available to provide a license
Fix Remote session was disconnected because there are no Remote Desktop License Servers available to provide a license

Remote connection issue is not a new problem for someone who connects regularly to an office network or to a site network. Some of these issues are simply caused as a result of hitches on the network, wrong network configuration, or system issues. But in this guide, I will be discussing on remote connection issue…

Read More “Fix Remote session was disconnected because there are no Remote Desktop License Servers available to provide a license” »

Network | Monitoring, Windows, Windows Server

Docker image OS “windows” cannot be used on this platform: No matching manifest for linux/amd64 in the manifest list entries from Microsoft Docker Registry

Posted on 16/10/202121/12/2023 Christian By Christian 2 Comments on Docker image OS “windows” cannot be used on this platform: No matching manifest for linux/amd64 in the manifest list entries from Microsoft Docker Registry
Docker image OS “windows” cannot be used on this platform: No matching manifest for linux/amd64 in the manifest list entries from Microsoft Docker Registry

In this article, we shall discuss how to resolve “Docker image OS “windows” cannot be used on this platform: No matching manifest for linux/amd64 in the manifest list entries from Microsoft Docker Registry”. Kindly refer to these related guides: How to create and deploy a local Registry Server with Docker Image, how to Pull your first Nginx…

Read More “Docker image OS “windows” cannot be used on this platform: No matching manifest for linux/amd64 in the manifest list entries from Microsoft Docker Registry” »

Network | Monitoring

How to delegate permissions for backing up TPM password

Posted on 15/10/202117/07/2024 Christian By Christian No Comments on How to delegate permissions for backing up TPM password
How to delegate permissions for backing up TPM password

By delegating control over Active Directory, you are granting users or groups the permissions they need without adding users to privileged groups like Domain Admins, etc. You can use organizational units (OUs) to delegate the administration of objects, such as users or computers, within the OU to a designated individual or group. In this article,…

Read More “How to delegate permissions for backing up TPM password” »

Network | Monitoring

How to create a load balancer for Azure Stack Hub

Posted on 12/10/202115/09/2023 Christian By Christian No Comments on How to create a load balancer for Azure Stack Hub
How to create a load balancer for Azure Stack Hub

A load balancer provides scale and availability by spreading incoming requests across multiple virtual machines within a load-balancing pool. It is also used to distribute traffic loads to backend virtual machines or virtual machine scale sets, by defining your own load balancing rules you can use a load balancer in a more flexible way. In…

Read More “How to create a load balancer for Azure Stack Hub” »

Network | Monitoring

Integrate a WordPress site with WP Telegram

Posted on 30/09/202130/03/2023 Christian By Christian No Comments on Integrate a WordPress site with WP Telegram
Integrate a WordPress site with WP Telegram

Telegram is a cross-platform, cloud-based instant messaging system. The service also provides end-to-end encrypted video calling, VoIP, file sharing, and several other features. delivers messages faster than any other application. Telegram has no limits on the size of your media and chats. It is also worth mentioning that Telegram has an open API and source code free for everyone. Also,…

Read More “Integrate a WordPress site with WP Telegram” »

Network | Monitoring

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

Real-Time Monitoring: How to setup VeeamONE

Posted on 19/06/202119/06/2024 Christian By Christian No Comments on Real-Time Monitoring: How to setup VeeamONE
Real-Time Monitoring: How to setup VeeamONE

Veeam ONE is a comprehensive solution developed by Veeam Software and it enables real-time monitoring, business documentation, and management reporting for Veeam Backup & Replication, VMware vSphere, VMware vCloud Director, and Microsoft Hyper-V. In this article, you will learn “Real-Time Monitoring: How to setup VeeamONE”. Here are some related guides: How to uninstall Veeam Backup…

Read More “Real-Time Monitoring: How to setup VeeamONE” »

Network | Monitoring

Posts pagination

Previous 1 … 7 8 9 … 14 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • screenshot 2020 03 15 at 00.58.30
    Fix failed to open session for the virtual machine GNS3 VM Network | Monitoring
  • Integrate WordTune on Microsft Word
    Integrate WordTune with Microsoft Word on Mac Microsoft Exchange/Office/365
  • uninstall installed Windows Update from Windows
    How to uninstall installed Windows Update Windows
  • windows 10 technical preview windows 10 logo microsoft 97543 1920x1080
    Windows Editions: Various Operating Systems available for Windows Windows
  • Azure Stack 1
    How to create a load balancer for Azure Stack Hub Network | Monitoring
  • windows update 03
    How to target WSUS clients with the registry keys Windows Server
  • Hide or Show User Accounts from Login Screen on Windows 10 and 11
    How to Hide or Show User Accounts from Login Screen on Windows 10 and 11 Windows
  • Leave Slack
    How to remove a user from a Slack Channel JIRA|Confluence|Apps

Subscribe to Blog via Email

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

Join 1,813 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 © 2025 TechDirectArchive