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 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

How to install Teamviewer on Ubuntu 20.04 via Terminal

Start Team Viewer GUI Linux min

Teamviewer is a cross-platform remote desktop application that can be installed in Ubuntu 20.04/18.04 or Debian Linux easily using the command line.  Apart from Linux, we can use it on Windows 10/7, macOS, ChromeOS, Android, or iOS. It is a completely free remote desktop access …

Read more

Install IBM Cloud Command Line Interface on Linux

IBMCloud command line interface installation on Linux min

What is the IBM cloud command-line interface? If you are a user of the IBM cloud then definitely you use the command-line interface to manage different applications and also to developed various apps. Thus, over the traditional command-line shell of Linux, you can download and …

Read more