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

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