DevOps and Development

How to Check Java Version on Mac or Windows

August 24, 2020

Need to find which version of Java is installed on your system? This guide shows you how to do so, using the GUI or the command line, on macOS and Windows.

Read more

How to Install ClickHouse on Ubuntu 20.04

August 15, 2020

Install ClickHouse quickly on Ubuntu 20.04 with the instructions provided in this tutorial. We cover everything you need before you install this tool, and we also show you how to get started with ClickHouse.

Read more

How to Update Docker Image and Container to the Latest Version

August 13, 2020

To avoid running containers with outdated Docker images, update the image and run the container with the latest version. This tutorial shows you how to update a Docker image and container with a step-by-step guide and a practical example.

Read more

How to Check Java Version Installed on Linux

August 12, 2020

Need to check your Java version? Use one of these three methods to find the Java version installed on your system (Ubuntu, CentOS, or Debian).

Read more

How to Install Pip on CentOS 8

August 3, 2020

Pip is a standard package manager for Python which you can use to install additional packages that are not part of Python standard library. This tutorial will help you install Pip on CentOS 8.

Read more

19 Crucial Linux ls Commands to Know

July 30, 2020

The ls command (short for “list”) lists information about directories and any type of files in the working directory. Learn how to use ls command in this article.

Read more

How to Install Ruby on Windows 10

July 29, 2020

Ruby is often used in web applications, games, and simple scripts. Follow this simple tutorial and install Ruby on your Windows 10 by using the RubyInstaller Tool or with the Linux Subsystem.

Read more

Introduction to Python Pandas

July 28, 2020

This tutorial introduces you to basic Python Pandas concepts and commands. A selection of clear-cut images and well-defined examples show you how to manage simple data structures.

Read more

Docker Volumes: How to Create & Get Started

July 27, 2020

Persist data in Docker containers by mounting Docker volumes to containers. You can use an existing host directory or create new volumes. This is especially useful when sharing data between multiple containers.

Read more

How to Install ELK Stack (Elasticsearch, Logstash, and Kibana) on Ubuntu 18.04 / 20.04

July 22, 2020

Need to install the ELK stack on Ubuntu 18.04 or 20.04? Follow this guide and set up each layer of the stack - Elasticsearch, Logstash, and Kibana.

Read more
1 36 37 38 39 40 46