Browsing category

Linux

Fedora Server 22 Installation – Step by Step with screen shot

Fedora Server 22 has been released today (26-05-2015), here I am bringing you the guide on step by step installation of fedora release 22. Fedora offers three installation images separately for workstation, server and cloud. The following guide is created based on Fedora Server 22. What’s new in Fedora Server 22: Fedora 22 comes with […]

Top Important Docker Commands – Working with Docker Containers

This tutorial is a bit old and needs an update. An updated post is available here: Top 17 Important Docker Commands. In this post, we will be working with Docker container CLI, to interact with Docker containers. This guide focuses on important commands that we use generally in Docker environment. Before going ahead, take a […]

How To Install Docker on CentOS 7 / RHEL 7

Docker is a container virtualization technology that has gained widespread popularity in recent times; it offers a more efficient way to deploy the application. With Docker, the applications reside inside the container on top of the Linux operating system. Docker uses Kernel features such as cgroups and namespace to allow an independent container to run […]

Configure Kibana 4 with Nginx | Securing Kibana 4 – CentOS 7

In this tutorial we will be looking how to configure kibana 4 with Nginx. On version 4, kibana can be started as a standalone service instead of configuring Nginx to serve kibana installation. There are two advantages when we configure Kibana 4 with Nginx, 1. Kibana 4 normally listens on port 5601 and it is […]