Browsing category

How To’s

Working with Docker Images – How to Build Docker Images

In our previous article, we got to know how to work with Docker containers; covered important commands we use to get the things done from Docker containers. As you already know, Docker images are the basis of containers, whenever we launch a container Docker will try to use images that are stored locally on your […]

How To Install Docker on Ubuntu 16.04

Docker is an open-source software that helps to deploy, run applications in a container. The containers are like a virtual machine but consume fewer resources, easy to manage and will always run the same regardless of the operating environment it is running in. Docker uses cgroups and namespace to allow the independent containers to run […]

How to upgrade to Fedora 24 from Fedora 23

Fedora 24 has been released on 21 June 2016; you may be looking for an upgrade of Fedora 23 to the latest version. This guide focuses on how to upgrade Fedora 23 Server/Workstation/Cloud to Fedora 24 Server/Workstation/Cloud. Note: Before proceeding,  request you to take a backup of important data files and configurations; this may help us restoring […]

How To Install Graylog 3.0 on Ubuntu 18.04 / Ubuntu 16.04

Graylog is an open-source log management tool that helps you to collect, index and analyze any machine logs centrally. This guide focuses on installing Graylog on Ubuntu 18.04 / Ubuntu 16.04. Components MongoDB – Acts as a database, stores the configurations and meta information. Elasticsearch – It stores the log messages and offers a searching […]