How to Install Horde Webmail on Debian 10

Horde Groupware is a free and open-source collaboration suite that offers calendar, notes, tasks, file manager and many more. It comes with a dynamic, basic and mobile-friendly web-based interface and …

Bash Select (Make Menus)

In this tutorial, we will cover the basics of the select construct in Bash. The select construct allows you to generate menus. Bash select Construct # The select construct generates …

Bash break and continue

Loops allow you to run one or more commands multiple times until a certain condition is met. However, sometimes you may need to alter the flow of the loop and …