SysAdmin

How to Install SQL Server on Windows 10

July 1, 2021

SQL Server is Microsoft's solution for creating and managing SQL databases. This tutorial takes you through the step-by-step process of installing SQL Server on Windows.

Read more

How to Set Up a Kubernetes Cluster with Rancher


Rancher provides DevOps teams with a complete software stack for managing containerized apps. With Rancher, Kubernetes can be run anywhere - in a datacenter, hybrid or multi-cloud environment. This tutorial shows you how to set up a K8s cluster in Rancher.

Read more

What Is Load Balancing? Definition and How It Works

June 30, 2021

Load balancing is a method for distributing network traffic across multiple servers in a pool, that way improving performance and preventing bottlenecks. This article is about load balancing and the different types of load balancing.

Read more

How to Download and Install PostgreSQL on Windows

June 29, 2021

PostgreSQL is one of the most popular relational database management systems available today. This tutorial offers a step-by-step guide to installing PostgreSQL on Windows.

Read more

How To Optimize MySQL Tables

June 24, 2021

MySQL tables fragment over time as delete and update queries are performed. With a large database, the fragmentation slows down queries significantly. Learn about when to use optimization and follow our tips on how to perform table defragmentation.

Read more

13 Best SQL Query Optimization Tools


Query optimization tools are a great way to improve server performance without having to manually change queries and look for errors. This article lists 13 best query optimization tools.

Read more

How to Install Ubuntu on Windows with Hyper-V


Hyper-V is a built-in Windows tool that lets you create and manage virtual machines. This tutorial offers a step-by-step guide to installing ubuntu on Windows using Hyper-V.

Read more

How to Pull and Push Helm Charts

June 22, 2021

Helm charts are kept in repositories that can be hosted in container registries, on your local system, or online. This tutorial shows you how to push and pull Helm charts to container registries.

Read more

How to Use Immutable Backups to Fight Ransomware

June 17, 2021

Immutable backups prevent ransomware attacks or accidental data deletions and modifications. Learn their key features and how to use them to protect your data.

Read more

How to Use the helm install Command

June 10, 2021

Helm simplifies Kubernetes application deployment by introducing the concept of the helm chart, a package containing YAML files and templates that generate Kubernetes manifest files. This tutorial teaches you how to use helm install, the Helm command for installation of charts in a Kubernetes cluster.

Read more
1 57 58 59 60 61 77