BASH can be a very useful tool when in a terminal of Linux (for those that use BASH). When people ask how to learn a language for programming, scripting can be no different, my answer is to write...
Within a terminal you can start a process, such as updating your system packages. But what if you want to perform more tasks rather than wait for the update to finish?
In this article, we will cover setting up a Simple Mail Transport Protocol (SMTP) Server, which sends and receives mail to and from the Internet. We will also set up the ability to forward email...