DevOps and Development

Docker on Raspberry Pi - Installation Guide

December 12, 2019

If you want to install Docker on Raspberry Pi, that is on its Raspian system, you need to use the automated convenience scripts to do so. Docker is a tool for creating, deploying, and running applications in containers. The software speeds up the development while not using a lot of resources. Containers are lightweight, a feature especially valuable if you are a Raspberry Pi user.

Read more

How to Install Kubernetes on a Bare Metal Server

November 27, 2019

Container deployment with direct hardware access solves a lot of latency issues and allows you to utilize server processing power to the fullest. Learn how to install Kubernetes on a Bare Metal Server. An unorthodox solution that gives unprecedented scaling potential.

Read more

How to Comment in Python

November 25, 2019

The ability to use comments while writing code is an important skill valued among developers. These comments can be used to leave notes about the function of the code or to turn parts of code off.
This article teaches you the comment basics as well as some tips on using this feature wisely.

Read more

How to Install Docker Compose on CentOS 7

November 19, 2019

If you are a Docker user, you are most likely running and managing multiple containers at the same time. Docker Compose is a software tool designed to simplify dealing with multi-container applications by allowing control over all Docker containers through a single coordinated command. Go through the installation process for Docker Compose by following the steps in this article.

Read more

Understanding Kubernetes Architecture with Diagrams

November 12, 2019

The article explores Kubernetes Architecture and the concept of Container Deployment. All elements of a Kubernetes cluster are discussed in great detail. Also, diagrams were used to simplify the more complex functions.

Read more

How to Install a Kubernetes Cluster on CentOS 7

November 8, 2019

Use Kubernetes to launch and orchestrate your applications efficiently. The steps outlined in this tutorial show you how to install and deploy Kubernetes on your CentOS machine.

Read more

How To Install Docker on Debian 10 Buster

October 28, 2019

Docker is a virtual container management tool that speeds up and improves application development. Created containers share the kernel and other resources, but are also isolated from one another. The software allows you to make highly compatible applications using its uniform interface.

Read more

CentOS 8 Released: New Features, Changes, & How to Download

October 2, 2019

CentOS is widely popular among developers and system administrators as it offers full control over its highly customizable open-source software packages. CentOS 8 was finally released on September 24th, 2019. As this is a Linux distribution derived from Red Hat Enterprise Linux (RHEL), the CentOS team had to build an infrastructure to support the newly released RHEL 8.

Read more

How To Install and Use PHP Composer on Ubuntu 16.04

September 23, 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 Ubuntu 16.04

Read more

How to Install Vim 8.2 on CentOS 7

September 10, 2019

Official repositories struggle to keep pace with updates and new software versions. This article provides instructions on how to overcome their limitations and install the latest version of Vim on CentOS.

Read more