How to create a Systemd service unit file in Linux

create a Systemd service unit file in Linux min

A service is a program that runs automatically when the computer starts and waits in the background to do its job. A service usually does not have a graphical user interface and works without user interaction. The best-known services are certain web, mail, or database …

Read more

Command to Install fish shell on Ubuntu 20.04 LTS

install and use Fish Shell on Ubuntu Linux

Fish Shell is meant to be an interactive and user-friendly command-line shell, where, FISH stands for a friendly interactive shell. The advantage that the Fish Shell offers in scripting is the Ada/Modula-2-like syntax, which can lead to more readable texts in complex scripts. As with …

Read more

Install Apache Tomcat on AlmaLinux 8

Install Apache Tomcat on AlmaLinux 8 min

Apache Tomcat is an open-source web server that allows you to run web applications written in Java. Just like the popular Apache web server, Tomcat is also developed and maintained by a free community of developers. requirements 64-bit RHEL Linux Server or the one based …

Read more

Install Dig on AlmaLinux 8 / Rocky Linux

Install and use DIG DNS look up on AlmaLinux or Rocky Server

a dig is a simple tool used by network administrators for looking up Domain Name System (DNS).  It is a command-line tool and here we learn how to install dig on AlmaLinux 8 or Rocky Linux. What is dig (domain information groper)? dig (domain information …

Read more

Common Linux Shell commands to start using terminal

Common Linux Shell commands to start using terminal

Although most of the Linux operating systems are now with easy to user and interactive graphical user interface, the beauty of Linux distros is still with a command-line shell. It is a most important tool that lets us quickly install and operate various applications without …

Read more