Deploying NGINX on Heroku with Docker

In this tutorial, we will try to deploy NGINX on Heroku with Docker. For your information, Heroku is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud. ...

April 23, 2019 · Muhammad Hanif

Monitoring Docker with cAdvisor

In this tutorial we will install cAdvisor and use it for monitoring Docker container. ...

Maret 22, 2019 · Muhammad Hanif

Solved! OpenSUSE Tumbleweed Instance on OpenStack Failed to Get IP Address

I have an openSUSE Tumbleweed instance on OpenStack. I got a problem which is the instance failed to get an IP Address for eth0 interface at boot. ...

Agustus 13, 2018 · Muhammad Hanif

Evolution of a Sysadmin

I got the picture Evolution of a Sysadmin from Linux Foundation. Click here to enlarge the picture. Image by Linux Foundation via linuxfoundation.org ...

Januari 3, 2018 · Muhammad Hanif

Change Docker's IP Address and Subnet

By default, when we install Docker on our computer, Docker will create a bridge interface namely docker0. Docker uses 172.17.0.1 IP address and 172.17.0.0/16 subnet for docker0. ...

Juli 11, 2017 · Muhammad Hanif

Running a Hello World Docker Container

After installing Docker Engine, the next simple step is running a hello world Docker container to ensure that docker engine is working properly. To do that, we download a hello-world image and create a container from it. ...

Juli 3, 2017 · Muhammad Hanif

Installing Docker on CentOS 7

In this tutorial, we are going to install Docker on CentOS 7. Let’s follow the following steps to install Docker on CentOS 7. ...

Juli 1, 2017 · Muhammad Hanif

How to Change Time Zone on CentOS 7

In this tutorial, I am going to show you a quick explaination how to change time zone on CentOS 7. Follow these steps to change time zone on Centos 7: I use Asia/Jakarta for time zone. To do that, we create a symbolic link from Jakarta file to /etc/localtime. rm /etc/localtime ln -s /usr/share/zoneinfo/Asia/Jakarta /etc/localtime date

Januari 24, 2016 · Muhammad Hanif

Installing Oracle Java 8 on Ubuntu 15.10

This tutorial will guide you to install Oracle Java 8 in Ubuntu 15.10 using WebUpd8 PPA repository. ...

November 17, 2015 · Muhammad Hanif

Configure Hostname on Junos OS

The hostname in JunOS is the name given to the device to identify it within the network. This name can be chosen by the administrator and usually reflects the function, location, or other characteristics of the device. This hostname is very important for network management and administration, as it makes it easier to identify and manage devices in a large network. ...

September 22, 2015 · Muhammad Hanif