SysAdmin

Linux chkconfig Command with Examples

July 20, 2022

In older Linux distributions, managing services is possible with the chkconfig command. Learn how to list, start, stop, and reset services, as well as enable or disable services from startup.

Read more

What is Kubernetes HPA (Horizontal Pod Autoscaling) and How to Configure It

July 14, 2022

Autoscaling of pods in Kubernetes helps control resource utilization and ensures that the adequate number of pods are running at any given time. This article will explain what horizontal pod autoscaling (HPA) is, and provide steps to configure it in your cluster.

Read more

write Command in Linux With Examples

July 13, 2022

The write command is simple. It sends messages between two terminal sessions or between different users. Read this guide to learn how to use the write command.

Read more

How to Install Jenkins on Mac


Jenkins helps developers and organizations automate coding and deployment. This tutorial shows how to install Jenkins on Mac.

Read more

Guide to Running Kubernetes with Kind

July 7, 2022

Kind is an open-source tool for running a Kubernetes cluster locally, using Docker containers as cluster nodes. This tutorial will show you how to install Kind and provide some useful tips for managing your Kind Kubernetes cluster.

Read more

Journalctl: How to Read and Edit Systemd Logs

July 6, 2022

Systemd is a service and system manager that logs data. The journalctl command helps access these logs and view messages output by the system. Learn how to fully utilize the command in this guide.

Read more

How to Reinstall Ubuntu


This tutorial shows how to create a bootable USB and reinstall Ubuntu. Reinstalling the OS is sometimes the easiest solution for fixing issues with drivers or after an upgrade failure.

Read more

Kubernetes CronJob Guide

June 30, 2022

In Kubernetes, each job instance runs either simultaneously with others or immediately after the previous one completes. The CronJob controller is a Kubernetes object that enables job scheduling. This tutorial will teach you how to deploy and use Kubernetes CronJobs.

Read more

How to Run Kubernetes Jobs


When managing a Kubernetes cluster, there are certain tasks that require pods to terminate in order to be successfully completed. To perform those tasks, administrators use a special workload resource called a job. This tutorial will show you how to create, manage, and delete Kubernetes jobs.

Read more

Linux mount Command with Examples

June 21, 2022

This tutorial shows how to use the mount command in Linux to attach a file system to a particular mount point in the file system.

Read more
1 47 48 49 50 51 77