DevOps and Development

How to Set Up Passwordless SSH Login

April 15, 2020

Speed up connecting to remote servers by enabling passwordless SSH login via public key authentication. In this guide you will learn how to set up and enable passwordless login.

Read more

How to Install Spark on Ubuntu

April 13, 2020

This Spark tutorial shows how to get started with Spark. The guide covers the procedure for installing Java, Git, Scala, how to verify the installed dependencies, as well as the detailed procedure for installing Spark. The article contains the basic start and stop commands for master and slave servers.

Read more

How to Override Entrypoint Using Docker Run

April 10, 2020

Entrypoint is a Docker instruction used to set up the default executable when the container is run. You can override this instruction within the docker run command using a specific flag and command syntax.

Read more

How to Install Ubuntu Mate on Raspberry Pi 2 or 3

April 8, 2020

This guide lists all the steps necessary to install Ubuntu MATE on your Raspberry Pi. This includes downloading an image, formatting your SD card, and using Etcher.

Read more

How to Cut, Copy and Paste in Vim / Vi

April 6, 2020

Complete guide on how to use crucial Vim commands - copying (yanking), cutting (deleting), and pasting (putting). There are different ways to navigate through text and edit content. Find out what these are and how to use them.

Read more

Git Commands Cheat Sheet

March 10, 2020

Git, the popular version control system, has a plethora of commands for managing your project history. This article lists out all the important commands every developer will need at some point. For future reference, it includes a downloadable PDF Git commands cheat sheet.

Read more

How to Deploy RabbitMQ on Kubernetes

March 6, 2020

RabbitMQ manages messaging queues and boosts communication between your loosely coupled services. This well laid out article contains instructions on how to install RabbitMQ on a Kubernetes cluster using the Helm package manager.

Read more

How to Install Jenkins on Kubernetes

March 3, 2020

Use a provided set of YAML files to deploy scalable Jenkins on Kubernetes in 4 easy steps. Use Jenkins to automate your software development pipeline and deliver consistent business value to your customers.

Read more

How to Containerize Legacy Applications

February 27, 2020

This article focuses on the benefits of migrating to a new distributed architecture. Containers have taken the DevOps world by storm and streamlined the software deployment process. Almost all applications can be containerized. Use this tutorial to find out where to start and what to look out for.

Read more

kubectl port-forward: Kubernetes Port Forwarding Guide

February 25, 2020

This article shows you how to port forward from your localhost and interact with Kubernetes cluster resources. Use port forwarding to work on and debug your services locally. There is now no need to expose your services beforehand.

Read more
1 40 41 42 43 44 46