Install PowerShell on Debian 11 Bullseye Linux

Install PowerShell on Debian 11 Bullseye Linux

Learn the commands to install the Microsoft Powershell command-line tool on Debian 11 Bullseye Linux using the terminal. Whether for server administration or system management, PowerShell can certainly be understood as the successor to the CMD function (command prompt). It basically does the same thing …

Read more

3 Ways to install .NET 6 (dotnet) core on Debian 11 Bullseye

Command to install .NET Dotnet SDK on Debian 11

.NET (pronounced DOTNET ) is the most widely used software development platform to create and run programs for Windows. With .NET, Microsoft has not only created a consistent successor to the previous jumble of software development platforms for Windows, but also a real alternative to …

Read more

How to list all running & stopped Docker containers

command list all stopped and runnin docker containers

Docker is the popular platform to run container virtual machines using the pre-built app images. The installation and its usage are pretty simple, yet, if you are new to it and want to know how to list all the created or stopped Docker containers to …

Read more

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