Cyberithub

How To Start / Stop / Restart Network Service in OpenSUSE Linux

How To Start / Stop / Restart Network Service in OpenSUSE Linux 1

In this tutorial, I will take you through the steps to Start / Stop / Restart Network Service in OpenSUSE Linux. If you are performing some changes in network configuration file then you always need to stop/start/restart network service for changes to take effect. Similarly if you are troubleshooting any network issue then also you ... Read more

How to Check Stateful and Stateless Pods in Kubernetes Cluster{Easy Methods}

How to Check Stateful and Stateless Pods in Kubernetes Cluster{Easy Methods} 7

In this article, I will show you how to check Stateful and Stateless Pods in Kubernetes Cluster. Pods are the smallest unit of application runs in Kubernetes Cluster. It can represent a Single Application Container or cluster of application containers and volumes running in the same execution environment. A pod can be stateful or stateless ... Read more

3 Easy Ways to Check/Find OpenSUSE Linux Version

3 Easy Ways to Check/Find OpenSUSE Linux Version 8

In this article, we will look into 3 easy ways to check/find OpenSUSE Linux version. You can find two important files in OpenSUSE Linux version i.e /etc/os-release and /usr/lib/os-release which contains all the information about the OS. You can simply open the file with cat command and check the release version. Other important tools that ... Read more

26 iostat, vmstat and mpstat command examples to monitor Linux Performance

26 iostat, vmstat and mpstat command examples to monitor Linux Performance 14

In this article, we will look into 26 iostat, vmstat and mpstat command examples to monitor Linux Server Performance. In a Production Environment, Server performance monitoring is done to keep an eye on the optimal resource utilization. Any under performance of resources due to hardware degradation over a period of time or due to some ... Read more

Practical Steps to Install iostat and mpstat command on Linux(RHEL/CentOS 7/8)

Practical Steps to Install iostat and mpstat command on Linux(RHEL/CentOS 7/8) 15

In this article, I will take you through the practical steps required to install iostat and mpstat command on Linux(RHEL/CentOS 7/8). Both iostat and mpstat tools are available through sysstat package in Linux. So to install iostat and mpstat utility you need to install sysstat package with the help of yum command. You can also ... Read more

7 Simple Steps to Install MTR(My Traceroute) on Linux(RHEL/CentOS 7/8)

7 Simple Steps to Install MTR(My Traceroute) on Linux(RHEL/CentOS 7/8) 18

In this tutorial, I will take you through 7 Simple Steps to Install MTR(My traceroute) on Linux(RHEL/CentOS 7/8). MTR is an open source command line Network diagnostic tool which has the functionality of both traceroute and ping command. It implements the functionality of both traceroute and ping command and has many added features over these ... Read more