In this tutorial we will explain how you can get a LAMP (Linux, Apache, MySQL and PHP) environment by following a few simple steps. In addition, we will also show you how to install PhpMyAdmin so that you can configure and manage your databases directly fr (...)
In this manual we will show you how to install MongoDB on your Linux server so you can start using this NoSQL database. info In this manual we provide installation steps for the Ubuntu 22.04 distribution. For other distributions, especially RedHat, CentOS (...)
In this manual we will show you how to install and configure Docker on your own server. By following these simple steps you will be able to have Docker installed and fully functional in just a few minutes, allowing you to launch containers or "compose" mul (...)
In this manual we will show you how to install Jenkins in your own Server. This way you will be able to have your own pipelines for CI/CD in a totally private environment. info This manual has been made and tested correctly on Ubuntu 18.04. It is possible (...)
In this manual we will show you how to easily install a Node JS environment that features both Node and the "NPM" package manager, one of the fundamental components of any Node JS environment. info Please note that this manual is written specifically for (...)
In this manual we will explain in a simple way the steps to follow to change the hostname of your Linux server. Before going into details, it is convenient to review what exactly is a hostname. What is the hostname of a server? The "hostname" or also known (...)
In this tutorial we will explain how to install the "Webmin" control panel for the configuration, management and maintenance of your Linux server. Attention: This manual has been tested for the Ubuntu 18.04 distribution. The steps described here may vary (...)
In this tutorial we will show you how and for what reasons to create a so called "reverse proxy" with the popular web server Nginx, nowadays, the most popular choice for this kind of tasks. Just started the tutorial, don't you have a Cloud Linux server so (...)
What is an API? An application programming interface (API) is a set of subroutines, functions and procedures (or methods in object-oriented programming) that provides certain libraries and functions for use by other software as an abstraction layer. How do (...)
One of the most useful features of NGINX is speed limitation. Lets you limit the number of HTTP / HTTPS requests that a user can make in a given period of time. A request can be as simple as a GET request for a website's home page or a POST request on a lo (...)