Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
  • dfggg 1
    Configuring SimpleSAMLPHP Windows Server
  • sdgfdhx
    MDT Warning: Unable to set working directory, the application returned an unexpected code 2 Windows Server
  • blog banner 1
    Reset and reinstall Windows 10 from the cloud and how to recover your Windows 10 when you cannot boot to Windows Windows
  • hero activedirectory
    How to find disabled Active Directory User accounts Windows Server
  • windows deployment services imagen destacada blog redigit
    How to create a capture image on Windows Deployment Services Windows Server
  • a Multiple SPF Records  Issues and Examples@2x
    How to setup SPF and TXT Records in AWS AWS/Azure/OpenShift
  • maxresdefault
    How to join a computer to the Domain Windows Server
  • Mendeley Error Code ACLx80sr
    Fix Mendeley Cite Error has occurred: ECITE40001 (ac1x80sr) JIRA|Confluence|Apps

Tag: Github

Fix Git is not recognised as an internal or external command

Posted on 12/07/202204/09/2023 Imoh Etuk By Imoh Etuk No Comments on Fix Git is not recognised as an internal or external command
Fix Git is not recognised as an internal or external command

In some situations, you might have run into the error “bash: git: command not found or ‘git’ is not recognized as an internal or external command, operable program, or bash file”. In this troubleshooting guide, you will learn how to “Fix Git is not recognised as an internal or external command”. The first error, that…

Read More “Fix Git is not recognised as an internal or external command” »

Version Control System

How to Setup Jenkins Pipelines Environment for Docker Container Deployment

Posted on 11/05/202216/06/2023 Imoh Etuk By Imoh Etuk 2 Comments on How to Setup Jenkins Pipelines Environment for Docker Container Deployment
How to Setup Jenkins Pipelines Environment for Docker Container Deployment

In recent times, many organisations are transitioning most of their static and monolithic applications to containers and building CI/CD pipelines for them to aid faster deployment to production to deliver the best results for their clients. This is most prevalent when you and your team are transitioning from a traditional static deployment model to using…

Read More “How to Setup Jenkins Pipelines Environment for Docker Container Deployment” »

Containers, Version Control System, Web Server

Git Vulnerability: Git for Windows uninstaller is vulnerable to DLL hijacking when run under the SYSTEM user account

Posted on 13/04/202221/08/2023 Christian By Christian No Comments on Git Vulnerability: Git for Windows uninstaller is vulnerable to DLL hijacking when run under the SYSTEM user account
Git Vulnerability: Git for Windows uninstaller is vulnerable to DLL hijacking when run under the SYSTEM user account

Git is a version control system that allows developers to track a project and actively contribute without interfering with each other’s work. It supports collaboration within a project and helps prevent miscommunication or code clashing between team members. Git is a very supported open source project and the project maintainers have shown balanced judgment and a…

Read More “Git Vulnerability: Git for Windows uninstaller is vulnerable to DLL hijacking when run under the SYSTEM user account” »

Version Control System

How to use Command-Line on Git Bash and GitHub Desktop to PUSH local code to GitHub

Posted on 06/03/202222/08/2023 Temitope Odemo By Temitope Odemo No Comments on How to use Command-Line on Git Bash and GitHub Desktop to PUSH local code to GitHub
How to use Command-Line on Git Bash and GitHub Desktop to PUSH local code to GitHub

GitHub is a code repository and hosting platform for version control and collaboration. The software GitHub is a Microsoft platform that helps the development team to collaborate on different projects from anywhere in the world. GitHub Desktop is an application that allows you to interact with GitHub using a Graphical User Interface (GUI) instead of using the…

Read More “How to use Command-Line on Git Bash and GitHub Desktop to PUSH local code to GitHub” »

Version Control System

Panic: Failed to register the GitLab-runner, you may be having network issues

Posted on 28/09/202128/08/2023 Christian By Christian No Comments on Panic: Failed to register the GitLab-runner, you may be having network issues
Panic: Failed to register the GitLab-runner, you may be having network issues

Registering a runner is the process that binds the runner with one or more GitLab instances. After you install the application, you register individual runners, or multiple runners on the same host machine, each with a different configuration, by repeating the register command. Runners are the agents that run the CI/CD jobs that come from GitLab. When…

Read More “Panic: Failed to register the GitLab-runner, you may be having network issues” »

Version Control System

GitLab-runner is not recognized as an internal or external command, operable program, or batch file

Posted on 28/09/202128/08/2023 Christian By Christian No Comments on GitLab-runner is not recognized as an internal or external command, operable program, or batch file
GitLab-runner is not recognized as an internal or external command, operable program, or batch file

GitLab Runner is open-source and written in Go. It can be run as a single binary; no language-specific requirements are needed. GitLab Runner can also run inside a Docker container or be deployed into a Kubernetes cluster. After you install the application, you register individual runners. Runners are the agents that run the CI/CD jobs that come…

Read More “GitLab-runner is not recognized as an internal or external command, operable program, or batch file” »

Version Control System

Install and Register GitLab Runner on Windows

Posted on 28/09/202128/03/2024 Christian By Christian No Comments on Install and Register GitLab Runner on Windows
Install and Register GitLab Runner on Windows

In this guide, you will learn how to Install and Register GitLab Runner on Windows. GitLab Runner is an open-source application and it is written in Go. It works with GitLab CI/CD to run jobs in a pipeline. It can be run as a single binary; no language-specific requirements are needed. Please see how to use…

Read More “Install and Register GitLab Runner on Windows” »

Version Control System

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

Clone a repository and install software from GitHub on Windows

Posted on 23/05/202021/05/2025 Christian By Christian No Comments on Clone a repository and install software from GitHub on Windows
Clone a repository and install software from GitHub on Windows

In this article, we shall discuss how to Clone a repository and install software from GitHub on Windows. GitHub is the most used version control system in the world. This project was developed by Linus Torvalds, the creator of the Linux operating system, and it is used by an enormous collection of software projects both…

Read More “Clone a repository and install software from GitHub on Windows” »

Windows Server

Install Git on Windows: Practical Git use with markdown

Posted on 16/07/201829/09/2023 Christian By Christian No Comments on Install Git on Windows: Practical Git use with markdown
Install Git on Windows: Practical Git use with markdown

Git is a free and open-source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn and has a tiny footprint with lightning-fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas,…

Read More “Install Git on Windows: Practical Git use with markdown” »

Version Control System

Posts pagination

Previous 1 2

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • dfggg 1
    Configuring SimpleSAMLPHP Windows Server
  • sdgfdhx
    MDT Warning: Unable to set working directory, the application returned an unexpected code 2 Windows Server
  • blog banner 1
    Reset and reinstall Windows 10 from the cloud and how to recover your Windows 10 when you cannot boot to Windows Windows
  • hero activedirectory
    How to find disabled Active Directory User accounts Windows Server
  • windows deployment services imagen destacada blog redigit
    How to create a capture image on Windows Deployment Services Windows Server
  • a Multiple SPF Records  Issues and Examples@2x
    How to setup SPF and TXT Records in AWS AWS/Azure/OpenShift
  • maxresdefault
    How to join a computer to the Domain Windows Server
  • Mendeley Error Code ACLx80sr
    Fix Mendeley Cite Error has occurred: ECITE40001 (ac1x80sr) 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,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

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

Copyright © 2025 TechDirectArchive