Linux-Tail-Command-Examples

10 Quick Linux Tail Command with Examples

In our previous tutorial, we looked at the Linux head command and its example usages. The tail command is the complementary of the head command. It reads and prints out the last N lines in a file. Without any command options, it prints out the … Read more

Linux-Head-Command-Examples

8 Head Command Examples in Linux

The Linux head command reads and prints the first N lines to standard output. By default, it prints out the first ten lines of a file to standard output. However, this can be modified by passing additional arguments on the command-line. The ‘head’ command is … Read more

OpenShift-WebConsole-Login-RHEL8

How to Setup Single Node OpenShift Cluster on RHEL 8

Using RedHat CodeReady Containers (CRC), we can easily install latest version of OpenShift cluster on laptop, desktop or in a virtual machine. In this tutorial, we will demonstrate how to setup single node openshift cluster on RHEL 8 system with crc. This type of openshift … Read more

How to Install GitLab on Debian 12 Step-by-Step

In this post, we will show you how install GitLab CE (Community Edition) on Debian 12 (Bookworm) system step-by-step. GitLab is a powerful web-based platform for version control and DevOps collaboration. It allows developers to manage and track their source code repositories, collaborate with team … Read more

Install-Use-Helm-Kubernetes-Cluster

How to Install and Use Helm in Kubernetes

Deploying applications on a Kubernetes cluster can be a complex affair. It often requires users to create various YAML manifest files to create pods, service and replicasets. Helm is an opensource package manager for Kubernetes that allows developers to seamlessly automate the process of deploying … Read more

Install-Deepin-20-1-Installation-menu

Deepin 20.1 Installation Steps with Screenshots

Deepin is a user-friendly Debian based Linux distribution. It is a free and open source operating system mostly used at desktop level. Recently stable version of Deepin 20.1 has been released. Deepin 20.1 comes with stable kernel version 5.4 and Debian 10.6 package repositories. In … Read more

Monitor-Socket-Connections-ss-command

Top 14 SS Command Examples to Monitor Socket Connections

SS is a command line tool that displays socket statistics and monitor network connections of a Linux system. It has replaced the netstat command which has now been deprecated. The ss command is much faster and prints more detailed network statistics than the netstat command. … Read more

Install-PHP-8-Debian12

How to Install PHP 8 on Debian 12 – Simple Guide

In the world of web development, having the right tools at your disposal is crucial. PHP 8, the latest version of the popular scripting language, brings with it a host of new features and improvements that can elevate your web projects. If you’re running Debian … Read more

Install-Minikube-Debian12

How to Install Minikube on Debian 12 Step-by-Step

If you are looking for an easy and cost-effective way of getting started with Kubernetes, then Minikube is your go to resource. So what is Minikube? Minikube is a versatile tool that allows you to run a single-node Kubernetes cluster on your local machine. This … Read more

Install-Cockpit-on-Debian10

How to Install Cockpit Web Console on Debian 10

Cockpit is free and open-source remote server management web console. Using cockpit web console one can do almost all day to day administrative tasks without login in server’s cli. Apart from administrative tasks, Cockpit provides real time RAM, CPU and DISK utilization report of your … Read more