DevOps and Development

How to Configure Nginx Reverse Proxy for Kibana

September 17, 2020

This tutorial shows you how to configure Nginx reverse proxy for Kibana. It shows you the simplest way to secure your Kibana through configuring Nginx. Set up your Kibana to allow access only to authorized password-protected users.

Read more

How To Unstage Files on Git

September 15, 2020

Unstaging in Git means removing queued changes from the index. This guide covers several different ways to unstage changes.

Read more

10 Docker Security Best Practices

September 14, 2020

This article provides 10 container security tips that can help you prevent attacks and privilege breaches. It explains the importance of keeping containers updated, privileges and resources limited, and provides other useful security practices.

Read more

How to Install and Configure Ansible on Ubuntu 20.04

September 10, 2020

Ansible is a management system that helps you manage a large number of servers without the need for any specialized tools or formats.
This guide covers the steps for installing Ansible on Ubuntu 20.04.

Read more

Docker Privileged - Should You Run Privileged Docker Containers?


Learn what privileged Docker containers are, when do people use them, and whether it is a good option for you. Find out how to find out whether a container is privileged and how to protect your host system from such containers.

Read more

Redis Data Types with Commands: Comprehensive Guide

September 4, 2020

The article covers seven basic Redis Data Types, including HyperLogLogs and Bitmaps. Each data type is presented using practical and to the point commands.

Read more

How to Install Rancher on Ubuntu

September 2, 2020

Install Rancher on your Ubuntu server and get started using this container management platform that helps manage Kubernetes at scale. Create, run, and deploy clusters in a few simple steps using this powerful tool.

Read more

What is HDFS? Hadoop Distributed File System Guide

August 27, 2020

Want to learn more about HDFS? This guide explains what the Hadoop Distributed File System is, how it works, and when to use it. If you need an effective solution for big data, HDFS and Hadoop could be the answer.

Read more

How to Install Keras With TensorFlow Backend on Linux

August 24, 2020

Follow the step by step instructions to learn how to prepare your system for the installation of Keras and TensorFlow. We also talk about the main features of Keras and TensorFlow.

Read more

How to Check Java Version on Mac or Windows


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
1 35 36 37 38 39 46