Previously, I did an article on a BASH card game called Go Fish. In this article, I will make a Yahtzee style game in BASH. The completed game is downloadable from below.
It has been a while since I have really done an article on a Linux game. This one caught my eye because my kids always loved Lemmings. Just a few weeks ago, they broke out an emulator and played...
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...