How to Install Python 3.6.4 on CentOS 7

  We’ll show you how to install Python 3.6.4 on CentOS 7. Python is at the core of many popular websites and programs – YouTube, Instagram, and even Yum on CentOS, to name a few. They all rely on Python’s reliability and performance to complete many …

How to Install Python 3.6.4 on Debian 9

  Python is a interactive and object-oriented scripting language. It is one of the most popular programming languages. Python is a general purpose programming language designed to be highly readable. It is using English keywords instead of punctuation and it also has fewer syntactical constructions than …

How To Install PyCharm on Ubuntu 16.04

Let us show you how to install PyCharm on a Ubuntu 16.04 system. PyCharm is a state-of-the-art Python IDE designed around productivity and functionality. It offers a wide array of features, such as a graphical debugger, refactoring tools, an intelligent code editor and so on. The …

How To Install Nginx on Ubuntu 16.04

Introduction   Nginx is one of the most popular open source web server software. It is widely used for load balancing, reverse proxying, media streaming and much more. Nginx is the only all‑in‑on high-performance HTTP server, designed to serve high volume of concurrent connections, as an …

Linux Package Managers

  We’ll compare different Linux Package Managers. Between all Linux distributions, one of the things they share is the need to be able to install new software packages onto the system. Depending on the distribution, various package managers are available, allowing the user to install, manage, …

How to install NextCloud 13 on Ubuntu 16.04

  NextCloud is one of the most popular free and open source self-hosted file sync and sharing application. You can use it to store your personal files, contacts, pictures, music and much more and it allows you to access them or share them with your friends …

How to Install MariaDB on CentOS 7

  We will show you how to install MariaDB on CentOS 7. MariaDB is a community-developed fork of MySQL. MariaDB is a free and open source database software, widely used ranging from websites to banking software. It is an improved, drop-in replacement for MySQL. It is …

Install Apache Maven 3.5 on CentOS 7

  Apache Maven is free and open source java based software for project management and comprehension tool. Maven allows users to easily store documents, generate reports and documentation from a central piece of information. In this tutorial we will guide you through the steps of installing …