2021 - Page 594 of 759

How to Set Up a Kubernetes Dashboard on Oracle Linux 8 — step-by-step Oracle Linux 8 tutorial on Progressive Robot

How to Set Up a Kubernetes Dashboard on Oracle Linux 8

Introduction This tutorial demonstrates how to Set Up a Kubernetes Dashboard on Oracle Linux 8 on Oracle Linux 8. It is written for administrators who want a repeatable, well-explained walkthrough that goes beyond a bare command list and explains each configuration choice. Every command is tested against a freshly registered Oracle Linux 8 system with […]

Read more
How to Install MySQL via AIX Toolbox on IBM AIX 7.1 — step-by-step IBM AIX 7.1 tutorial on Progressive Robot

How to Install MySQL via AIX Toolbox on IBM AIX 7.1

Introduction IBM AIX 7.1 is the latest release of IBM’s enterprise-grade UNIX operating system, running on IBM Power Systems hardware. Known for its reliability, security, and performance in mission-critical environments, AIX 7.1 introduces enhanced virtualization, security hardening, and cloud integration features. This guide covers how to install mysql via aix toolbox on ibm aix 7.1 […]

Read more
A Fetch API Primer — step-by-step Javascript tutorial on Progressive Robot

A Fetch API Primer

In this quick post we’ll go over using the Fetch API to GET or POST some JSON data to an external resource. We’ll also go over proper error handling.

Read more
How To Optimize MySQL with Query Cache on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Optimize MySQL with Query Cache on Ubuntu 18.04

Query cache is a prominent MySQL feature that speeds up data retrieval from a database. In this tutorial, you will first configure MySQL without query cache and run queries to see the duration results. Then you’ll set up query cache and test your MySQL server with it enabled to show the difference in performance.

Read more
How to Configure Windows Server 2019 Software Load Balancer — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Windows Server 2019 Software Load Balancer

How to Configure Windows Server 2019 Software Load Balancer Software Load Balancer (SLB) is a component of the Windows Server 2019 Software Defined Networking (SDN) stack that provides inbound and outbound network traffic load balancing and Network Address Translation (NAT). SLB operates at Layer 4 (TCP/UDP) and distributes connections across backend server pools using ECMP […]

Read more
How To Deploy a Jekyll Site Using Git Hooks on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Deploy a Jekyll Site Using Git Hooks on Ubuntu 16.04

Jekyll is a static-site generator that provides some of the benefits of a Content Management System (CMS) while avoiding the performance and security issues introduced by such database-driven sites. In this tutorial, you’ll learn how to automate the deployment process for your Jekyll site using Git and Git hooks, as well as how to additionally secure your production environment by using the `git-shell`.

Read more
CHAT