Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
  • hero windowsadmincenter
    How to set up Windows Admin Center on a Windows Server Windows Server
  • Zoom Blurred Background
    Why Zoom blurred background option is not available to you on Mac JIRA|Confluence|Apps
  • microsoft edge
    How to configure static page in Microsoft Edge browser via Local Group Policy on Windows Windows
  • UpdateOfficeOnlineServer 1
    Perform Office Online Server Update via Windows Updates Windows Server
  • Security enhanced linux
    How to setup SELinux on a Linux server Linux
  • screenshot 2020 04 27 at 17.34.38
    Remote Server Administration Tools: Install RSAT on Windows Windows Server
  • feature image
    How to install PostgreSQL on Ubuntu Linux
  • computefeature
    How to use Azure Compute Gallery AWS/Azure/OpenShift

Category: Version Control System

Version Control System (VCS) is software that tracks and manages changes to code or documents, enabling collaboration, history tracking, and easy rollback

Virtual Machine Snapshot vs Backup

Posted on 04/03/202322/08/2024 Temitope Odemo By Temitope Odemo No Comments on Virtual Machine Snapshot vs Backup
Virtual Machine Snapshot vs Backup

A virtual machine (VM) can serve as a virtual environment to carry out some tasks you may not ordinarily want to use the physical environment to carry out. One important thing to consider when using VM is the saving and storing of data. In this guide, you will learn the differences between Virtual Machine Snapshot…

Read More “Virtual Machine Snapshot vs Backup” »

Version Control System, Windows, Windows Server

Python Automation in Windows with Visual Studio Code

Posted on 17/01/202308/05/2025 Christian By Christian No Comments on Python Automation in Windows with Visual Studio Code
Python Automation in Windows with Visual Studio Code

In this guide, you will learn about Python Automation in Windows with Visual Studio Code. Visual Studio Code is a lightweight but powerful source code editor that runs on your device. VS Code is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js. Kindly refer to these guides:…

Read More “Python Automation in Windows with Visual Studio Code” »

Version Control System, Windows

How to Fix Fatal Git Error Refusing to Merge Unrelated Histories

Posted on 25/10/202216/12/2023 Imoh Etuk By Imoh Etuk No Comments on How to Fix Fatal Git Error Refusing to Merge Unrelated Histories
How to Fix Fatal Git Error Refusing to Merge Unrelated Histories

Git error is a DevOps tool for managing source code. It is a version control system that can efficiently manage small to very large projects and is free and open-source. Git is a tool used to log source code changes, allowing several engineers to collaborate on non-linear development. In this guide, you will learn how…

Read More “How to Fix Fatal Git Error Refusing to Merge Unrelated Histories” »

Version Control System

Deploy Code from GitHub to Azure Apps Services via the Command line

Posted on 29/09/202220/12/2023 Imoh Etuk By Imoh Etuk No Comments on Deploy Code from GitHub to Azure Apps Services via the Command line
Deploy Code from GitHub to Azure Apps Services via the Command line

In this guide, I’ll show you how to manually and automatically deploy code from GitHub to Azure Apps Services using Azure CLI. Azure Apps Services allows you to create and host web apps, mobile back ends, RESTful APIs and Functions App in your preferred programming language without having to manage infrastructure. It supports both Windows…

Read More “Deploy Code from GitHub to Azure Apps Services via the Command line” »

AWS/Azure/OpenShift, Version Control System, Virtualization, Web Server

Set up and use an upstream branch in Git

Posted on 13/09/202214/07/2025 Imoh Etuk By Imoh Etuk No Comments on Set up and use an upstream branch in Git
Set up and use an upstream branch in Git

In this post, I will show you how to set up and use an upstream branch in Git. Git, the leading and widely used distributed version control system surpasses other systems like GitLab, BitBucket, and more. A version control system enables users to keep track of changes in software projects and collaborate on them. Please…

Read More “Set up and use an upstream branch in Git” »

Version Control System

How to Install Apache Subversion on a Linux System

Posted on 25/08/202221/03/2024 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to Install Apache Subversion on a Linux System
How to Install Apache Subversion on a Linux System

This article will teach you how to install Apache Subversion on a Linux machine. Apache Subversion(SVN) is a free and open-source version control system that saves earlier versions of your files and folders and modifications to them. This will allow you to retrieve older versions of files if necessary. Please see How to Install Apache…

Read More “How to Install Apache Subversion on a Linux System” »

Linux, Version Control System

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

Manage a GitLab Project: How to archive or unarchive and delete GitLab projects

Posted on 05/05/202204/06/2024 Christian By Christian No Comments on Manage a GitLab Project: How to archive or unarchive and delete GitLab projects
Manage a GitLab Project: How to archive or unarchive and delete GitLab projects

Looking to efficiently manage a GitLab project? Automate builds, integrations, and code verification with GitLab. Benefit from SAST, DAST, code quality analysis, and concurrent testing through pipelines. In this article, we shall discuss steps to “Manage a GitLab Project: How to archive or unarchive and delete GitLab projects”. Project owners and admins control archiving privileges….

Read More “Manage a GitLab Project: How to archive or unarchive and delete GitLab projects” »

Version Control System

Import Repo to Bitbucket Cloud: Seamless Migration to GitLab

Posted on 27/04/202208/12/2023 Christian By Christian No Comments on Import Repo to Bitbucket Cloud: Seamless Migration to GitLab
Import Repo to Bitbucket Cloud: Seamless Migration to GitLab

Looking to streamline your workflow? Import repo to Bitbucket Cloud, a versatile hosting facility. Store code, and docs, and collaborate seamlessly for software and web projects. Public or private access for devs and engineers. In this article, we shall discuss how to “Import Repo to Bitbucket Cloud: Seamless Migration to GitLab”. Please see Free Remote…

Read More “Import Repo to Bitbucket Cloud: Seamless Migration to GitLab” »

Version Control System

How to unregister GitLab Runner in Windows

Posted on 25/04/202208/12/2023 Christian By Christian No Comments on How to unregister GitLab Runner in Windows
How to unregister GitLab Runner in Windows

GitLab Runner is an application that works with GitLab CI/CD to run jobs in a pipeline. When enabled, GitLab Runner uses a CI/CD job token to clone the submodules with the permissions of the user executing the job and does not require SSH credentials. This article discusses how to unregister GitLab Runner in Windows. Here…

Read More “How to unregister GitLab Runner in Windows” »

Version Control System

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 integrate AWS CodeBuild and AWS CodeCommit to SonarCloud

Posted on 19/03/202223/08/2023 Temitope Odemo By Temitope Odemo No Comments on How to integrate AWS CodeBuild and AWS CodeCommit to SonarCloud
How to integrate AWS CodeBuild and AWS CodeCommit to SonarCloud

It is always a challenge to have your code released without bugs or vulnerabilities. There is a need to have a quality code and a very efficient code review process. We have several tools in the marketplace that can be integrated into your DevOps to provide you insights into your code and one of the…

Read More “How to integrate AWS CodeBuild and AWS CodeCommit to SonarCloud” »

AWS/Azure/OpenShift, Version Control System

Posts pagination

Previous 1 2 3 4 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • hero windowsadmincenter
    How to set up Windows Admin Center on a Windows Server Windows Server
  • Zoom Blurred Background
    Why Zoom blurred background option is not available to you on Mac JIRA|Confluence|Apps
  • microsoft edge
    How to configure static page in Microsoft Edge browser via Local Group Policy on Windows Windows
  • UpdateOfficeOnlineServer 1
    Perform Office Online Server Update via Windows Updates Windows Server
  • Security enhanced linux
    How to setup SELinux on a Linux server Linux
  • screenshot 2020 04 27 at 17.34.38
    Remote Server Administration Tools: Install RSAT on Windows Windows Server
  • feature image
    How to install PostgreSQL on Ubuntu Linux
  • computefeature
    How to use Azure Compute Gallery AWS/Azure/OpenShift

Subscribe to Blog via Email

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

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