DevOps

Hero Approved GitHub – 2

How to Create a Dockerfile Step by Step

Docker is a popular software platform that developers can use to run applications inside a lightweight environment known as a Docker container. You can run Docker containers using standard Docker images found on the Docker hub. However, you can also use a Dockerfile to create a Docker image with a specific configuration. In this article,...

LATEST

Hero Approved GitHub

GitHub Expands Security Tools to Protect Azure DevOps

Microsoft has launched GitHub Advanced Security for Azure DevOps in public preview today. The new service is designed to help developers embed automated security checks into the platform to protect their application code and supply chain. Microsoft first introduced GitHub Advanced Security in private preview back in November 2022. The service allows customers to address…

View Article
DevOps code

How to Install and Configure Docker on Ubuntu 22.04

In this tutorial, I’ll show you how to install Docker on Ubuntu 22.04 and detail what you need to get started with containers and images. How to Install Docker on Ubuntu 22.04 We’re going to install the latest stable version of Docker from the official repository. However, before we proceed, we need to update our…

View Article
ubuntu hero approved

5 New Features in Linux 6.3 Kernel

The latest Linux kernel is now available, and it comes with some important new features. Linux Kernel 6.3 is a minor release and it shouldn’t cause any major problems when you get round to upgrading. But like any change you introduce into your environment, it should be properly tested. So, let’s look at the most…

View Article

How Does the Windows 10 Subsystem for Linux Work and What Is It For?

Last Update: Apr 10, 2023

In this Ask the Admin, I’ll look at what you can do with Bash and the Windows Subsystem for Linux in Windows 10 and Windows Server 1709.

View Article

Manage Azure Resources with Visual Studio Cloud Explorer

Last Update: Oct 07, 2022

Learn how to hierarchically browse Azure resources using Cloud Explorer in Visual Studio.

View Article
Azure Cloud Hero

How Azure AD and a Load Balancer Can Simplify App Delivery

Last Update: Oct 07, 2022

This post was sponsored by Kemp Microsoft’s offering in the single sign-on space for several years has been Azure Active Directory, which serves as the underlying directory service for Microsoft 365. This service is also widely used as the SSO and provisioning service compatible with most third-party SaaS applications such as ServiceNow, Salesforce, Atlassian, and many more.   In a surprising turnaround from…

View Article

How to Use the Terraform Azure Provider to Deploy Cloud Resources

Last Update: Sep 09, 2022

If you plan to manage and work with Azure along with Terraform, using the Azure provider is a must. The Terraform Azure Provider lets you interact with the many resources supported by Microsoft Azure. In this ultimate guide, you’re going to learn, step-by-step, about everything you need to know about the Azure Provider and how to use this provider with…

View Article
DevOps code

How to Install Git on Ubuntu 20.04

In this guide, we’ll explain how to install Git on Ubuntu 20.04 step by step so that you can manage your repositories quickly and easily from the command line! You can then go on to learn the Git commands, which will allow you to automate common tasks, like the ability to create, check out, and merge…

View Article
DevOps code

How to Combine Branches with Git Merge

Last Update: Jul 11, 2022

If you’re using Git for source code management, you may need to merge different development branches for a project into a single branch. This article will guide you on how to combine two development branches with the Git merge command. We’ll be showing you how to create a Git project, create different branches, and merge…

View Article
Go to page