DevOps and Development

How to Install Anaconda on CentOS 7

August 4, 2019

This article provides you with a simple guide on how to install Anaconda if you are using CentOS 7. Anaconda is a free, open-source distribution of Python mostly used for AI and machine learning projects.

Read more

How to Install Java 11 & 12 on CentOS 7

June 23, 2019

As a highly popular programming language, Java is used for developing anything from lightweight mobile to desktop applications. This step-by-step guide shows you how simple it is to install Java on CentOS 7.

Read more

How to Install Tomcat 9 on CentOS 7

June 14, 2019

Apache Tomcat is an open source Java implementation package developed by the Apache Software Foundation. In this tutorial learn how to install Tomcat 9 on CentOS 7.

Read more

How To Install PHP 7, 7.2 & 7.3 On CentOS 7

May 24, 2019

PHP is a programming language that’s often used to automate server tasks. It’s part of the LAMP (Linux, Apache, MySQL, PHP) stack, which is a bundle of software used for running internet servers and services. The name PHP stands for Hypertext Preprocessor. PHP handles things like dynamic content, database requests, and processing and displaying data. This guide will help you install PHP on CentOS 7.

Read more

​Vagrant Tutorial: Everything a Beginner Needs To Know

April 17, 2019

Vagrant is a tool for configuring and deploying an exact image of a virtual operating system. It is often used in software development to ensure that all team members are writing code for the same configuration. This helps ensure that a code fragment from one developer works when another developer runs it on their system. This guide will walk you through an overview of the process of installing, configuring, and managing Vagrant.

Read more

How To Install Node.js & NPM on Ubuntu 18.04 and 20.04

March 18, 2019

Node.js is an open-source cross-platform JavaScript (JS) runtime environment. It is used for building fast and scalable network applications. Learn three different options to install Node.js and npm on Ubuntu 18.04. 

Read more

How to Install Git on CentOS 7 With Yum or Latest Repository

March 15, 2019

In this tutorial, learn how to install Git on CentOS 7. Git is a distributed version control system to track the code changes. Installation is easy with this guide.

Read more

How to Install Latest Version Of Python 3 on CentOS 7

March 12, 2019

Python is a popular, stable, and well-performing programming language. CentOS 7 uses Python 2.7.5, but as Python has updated to 3.9. , this can create challenges for CentOS 7 users. If the default version of Python is updated, it can break base system components like the yum package manager. This step by step guide will walk you through installing Python 3 on CentOS 7.

Read more

How To Install Ruby on Ubuntu 18.04

February 25, 2019

In this article, you will find three options to install Ruby for Ubuntu 18.04 – either from the Ubuntu repository or from third-party tools (RVM or rbenv).

Read more

How To Remove Docker Images, Containers, Networks & Volumes

February 7, 2019

Docker allows users to create a container in which an application or process can run. In this guide, you will learn how to organize a docker environment by removing Docker images, containers, volumes, and networks. Using these commands makes docker container management fast and straightforward.

Read more