SysAdmin

Vim - Go to End of File

July 27, 2022

Vim offers several ways to move to the top or bottom of the text. Knowing how to jump to the start or end of any document will simplify navigating large files.

Read more

How to Create/Add Users in Linux

July 26, 2022

The useradd command is the primary SysAdmin tool for creating new user accounts on a Linux system. This guide provides and in-depth explanation on how the command works and how to use it effectively.

Read more

Linux perf: How to Use the Command and Profiler

July 21, 2022

Perf is a lightweight utility for CPU profiling and performance analysis. Learn the basics of this tool in this comprehensive guide.

Read more

How to Use the which Command in Linux


The which command shows the full path to a command's executable file in Linux. This tutorial shows how to use the which command.

Read more

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

whoami Linux Command With Examples

July 12, 2022

This tutotial shows you how to use the whoami command to find the name of the effective user on a Linux system.

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
1 31 32 33 34 35 75