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

Replace-Strings-Lines-Ansible

How to Replace Strings and Lines with Ansible

Ansible provide multiple ways that you can use to replace a string, an entire line or words that match a certain pattern. There are two modules that you can use to achieve this: the replace module and the inline module. We are going to dive … Read more

Linux-Nmap-Command-Examples

20 Awesome Nmap Command Examples in Linux

Nmap stands for Network Mapper, it is a free and open-source network discovery and reconnaissance tool used for host discovery and collecting detailed information about a host. Written in C, C++ and Python and Initially released in September 1997, nmap has become an integral tool … Read more

Install-OpenLiteSpeed-WebServer-CentOS8-RHEL8

How to Install OpenLiteSpeed Web Server on CentOS 8/RHEL 8

When it comes to opensource web servers, Apache and Nginx usually take the lion’s share in the hosting space and will often get the most attention. But those aren’t the only opensource web servers in the market which offer great performance and impressive stability. OpenLiteSpeed … Read more

Install-GrayLog-Server-CentOS8

How to Install Graylog with Elasticsearch on CentOS 8

This guide takes you through the installation of Graylog with Elasticsearch 7.x on CentOS 8. Graylog is an opensource log management solution that was founded in 2009 for capturing and centralizing real-time logs from various devices in a network. It’s a perfect tool for analyzing … Read more

Echo-Command-Examples-Linux

16 Echo Command Examples in Linux

In this guide, we will explain Linux echo command with 16 practical examples. Echo command in Linux is one of the widely used command in day-to-day operations task. The echo command is a built-in command-line tool that prints the text or string to the standard … Read more

Setup-Private-Docker-Registry-Kubernetes

How to Setup Private Docker Registry in Kubernetes (k8s)

It is always recommended to have private docker registry or repository in your Kubernetes cluster. Docker private registry allows the developers to push and pull their private container images. Once the application’s containers are pushed to private registry then developers can use the path of … Read more