chris

How to Install a Chef Server, Workstation, and Client on Ubuntu VPS Instances — step-by-step Linux tutorial on Progressive Robot

How to Install a Chef Server, Workstation, and Client on Ubuntu VPS Instances

In this guide, we will work to install one Chef server used to store configuration data and administer access rights. This will serve as a hub for our other machines. We will also install a workstation that will allow us to interact with our server and build our configuration policies. This is where we will do the work to manage our infrastructure environment. Finally, we will bootstrap a node, which will represent one of the servers in our organization that will be managed through Chef.

Read more
How To Build A Website With HTML: A the cloud provider Workshop Kit — step-by-step DevOps tutorial on Progressive Robot

How To Build A Website With HTML: A cloud provider Workshop Kit

This workshop kit is designed to help an instructor guide an audience without a background in web development through the steps of recreating and personalizing an HTML website from start to finish in roughly 90 minutes. It includes a slide deck with speaker notes and hands-on exercises, a tutorial series with additional reference material, and a live demonstration website. Students will finish the workshop with a personal website ready to deploy to the cloud.

Read more
Hacktoberfest: How to Submit Your First Pull Request on GitHub — step-by-step DevOps tutorial on Progressive Robot

Hacktoberfest: How to Submit Your First Pull Request on GitHub

Want to participate in this year’s Hacktoberfest? In this tutorial we’ll introduce you to Git and GitHub, the version control system that we’ll be using to track your progress, and repository hosting service that shares projects to collaborate on. By the end of this tutorial, you’ll be ready to submit your first pull request and will be well on your way to participating in Hacktoberfest!

Read more
DNS Tips and Tricks — step-by-step DevOps tutorial on Progressive Robot

DNS Tips and Tricks

This tutorial covers several tips that help a user when setting up DNS. It covers confirming if your DNS records are working with the “whois” and “dig” commands, setting up load balancing, and changing your nameservers seamlessly.

Read more
How to Install Windows Admin Center on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Install Windows Admin Center on Windows Server 2016

How to Configure Windows Server 2016 Windows Admin Center Windows Admin Center is a modern, browser-based management platform developed by Microsoft that brings together a comprehensive set of tools for managing Windows Server 2016 and later versions. It can be installed on a Windows Server or a Windows 10/11 workstation and provides a unified console […]

Read more
How to Use PowerShell for Automated Deployments on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Use PowerShell for Automated Deployments on Windows Server 2012 R2

How to Use PowerShell for Automated Deployments on Windows Server 2012 R2 PowerShell is the native automation language of Windows Server, and on Windows Server 2012 R2 with PowerShell 4.0, it provides a comprehensive toolkit for building reliable automated deployment pipelines. Unlike third-party deployment tools, PowerShell deployments require no additional software licenses, integrate directly with […]

Read more
Spring MVC Internationalization (i18n) and Localization (L10n) Example — step-by-step DevOps tutorial on Progressive Robot

Spring MVC Internationalization (i18n) and Localization (L10n) Example

URL: https://www.progressiverobot.com/spring-mvc-internationalization-i18n-and-localization-l10n-example/ Welcome to the Spring Internationalization (i18n) tutorial. Any web application with users all around the world, internationalization (i18n) or localization (L10n) is very important for better user interaction. Most of the web application frameworks provide easy ways to localize the application based on user locale settings. Spring also follows the pattern and provides […]

Read more
CHAT