Apache Subversion (known commonly as SVN) is a very popular open source version control system. A version control system lets you record changes to a file or set of files over time so that you can recall specific versions later. …
Ubuntu
-
-
If you have to manage huge amounts of data then you will find yourself one day wishing for a tool that would simply point out the anomalies or inconsistencies in the data and alert you in real time. ElastAlert is designed …
-
In this tutorial, we are going to show you how to install RabbitMQ on Ubuntu 18.04 (Bionic Beaver). RabbitMQ is the most popular free and open source message-queueing or message-broker Software.
-
In this guide, we take a look at how to install Ubuntu server 18.04 LTS. Recently, it was all smiles and jubilation after Canonical announced that it has extended support for Ubuntu 18.04 from 5 years to 10 years! Amazing, isn’t …
-
In this tutorial, we are going to use filebeat to send log data to Logstash. Beats are lightweight data shippers and to begin with, we should have to install the agent on servers. Here is a guide on Installing and …
-
Wine is short for Wine Is Not an Emulator. It’s popularly used for running applications such as Notepad. It’s a compatibility layer that comes in handy when users want to run applications/games/services that are not available in Linux yet. In this …
-
Magento is an open source modern cloud eCommerce platform. It is written in PHP and there is both free and paid version of its platform. In this tutorial, we will present you a step-by-step guide on installing and configuring Magento …
-
Apache HTTP server, formerly known as Apache Web Server is free and open-source software developed and maintained by Apache Software Foundation. In this tutorial, we will guide you on setting up Apache Virtual Hosts on Ubuntu 18.10. Generally, Virtual Host is …
-
Apache HTTP server is an immensely popular cross-platform web server that’s used worldwide. It is a free, open source, powerful and can run on UNIX/Linux as well as MS Windows platforms. Here is how you can install and configure Apache …
-
The apt update and upgrade command install all the updates including the software updates and the official security updates. In case you only want to install just the security updates and not all the application updates, you can do that too. …