DevOps and Development

Cassandra vs MongoDB - What are the Differences?

April 27, 2020

Learn about the difference between Cassandra and MongoDB. These NoSQL databases have some similarities, but many more differences. Examine these factors and decide which database is better for you.

Read more

How to Install Java on Raspberry Pi

April 25, 2020

This article guides you through the Java installation process on Raspberry Pi. You will also learn how to set the system-wide Java version in use as well as define the JAVA_HOME path environment variable.

Read more

How to Install Elasticsearch on Ubuntu 18.04

April 23, 2020

Elasticsearch is an open-source engine that enhances searching, storing and analyzing capabilities of your computing environment. Follow the steps in this tutorial to install Elasticsearch on your Ubuntu machine.

Read more

How to Delete Line in Vim on Linux

April 22, 2020

Vim allows you to delete entire lines, words or characters using various Vim commands. Learn the most practical way to remove text by following this practical guide.

Read more

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

How to Use Docker Run Command with Examples

April 2, 2020

Docker is an important virtualization tool used for development. This is why it is important to get to know its command line interface. The first step is mastering the docker run command. There are many different ways to run a container. Learn all of them here.

Read more
1 39 40 41 42 43 46