by Sarker | Oct 31, 2022 | Linux
Introduction Jenkins is an open-source tool which allows you to maintain your software in an efficient methodology. It allows you to play nice with the practice of CI (Continuous Integration) as well as CD (Continuous Delivery). It takes you from the building stages...
by Sarker | Oct 31, 2022 | Linux
Introduction MySQL is a very popular database management software which allows you to store, modify, delete and design databases along with their data in an organized manner. It has a free and open-source version, known as MySQL community edition licensed under GNU....
by Sarker | Oct 28, 2022 | Linux
Introduction Apache. The name no software guy is unfamiliar with. In the simplest of terms, it is the most widely used web-server for running and maintaining websites on the Internet. It is responsible for directing users on the internet to the desired HTTP directory....
by Sarker | Oct 26, 2022 | Linux
Introduction In a Linux machine, there are countless ways you can install a specific application. One, you can install an application using a distribution’s package manager. Two, by compiling that program from its source code using build tools. And three, use a...
by Sarker | Oct 26, 2022 | Linux
Introduction I know how terrible Linux systems tend to get, when fighting off an error message. I’ve been there a thousand times, but it never got any better. Thanks to the endless ways even a single given problem can tangle. Here I am, once again, trying to...