DevOps and Development

How to Install and Use PHP Composer on CentOS 7

September 10, 2019

Composer is an application that tracks dependencies for a project, allowing you to specify a set of libraries for a specific project. It identifies the versions and dependencies and installs them to the project. This guide will help you install and get started with Composer on CentOS 7.

Read more

22 Best Linux Text Editors for Programming & Coding

September 3, 2019

A text editor is an application that lets you type text. All Linux distributions come with built-in editors, but there are also other options. In this article, we review the 22 best text editors. Discover which one is best for you.

Read more

How To Install and Use PHP Composer on Ubuntu

August 29, 2019

Composer is an application that tracks dependencies for a project, allowing you to specify a set of libraries for a specific project. It identifies the versions and dependencies and installs them to the project. This guide will help you install and get started with Composer in Ubuntu.

Read more

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