Perintah Pause dan Unpause Docker

Di tutorial ini, kita akan membahas sekaligus mempraktikkan penggunaan dua perintah yang ada di Docker yakni pause dan unpause. ...

Juli 7, 2017 · Muhammad Hanif

Removing Image from Docker

In this simple tutorial, I write a tutorial about how to remove image from Docker. Follow these steps to remove image from Docker. ...

Juli 5, 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

Sekilas Tentang Docker

Apa itu Docker? Dalam beberapa tahun terakhir ini, telinga kita sering mendengar kata Docker. Apa itu Docker? Docker dapat dikatakan sebagai salah satu bentuk virtualisasi modern yang sedang naik daun. Docker diperkenalkan kepada publik pada tahun 2013 oleh developer dari perusahaan dotCloud (sekarang bernama Docker Inc.). ...

Juni 23, 2017 · Muhammad Hanif

Menonaktifkan Fitur REST API WordPress

Fitur REST API telah diintegrasikan pada core WordPress sejak versi 4.4. Fitur tersebut memungkinkan siapapun terutama developer untuk mengembangkan aplikasi dengan memanfaatkan fitur REST API tersebut. Akan tetapi, dalam beberapa laporan disebutkan bahwa fitur tersebut rentan untuk dieksploitasi. ...

Mei 11, 2017 · Muhammad Hanif

Konversi MP4 Menjadi MP3 Menggunakan VLC

VLC merupakan aplikasi yang free dan open source dibuat oleh VideoLAN community yang digunakan untuk memutar audio/video berbagai format. Selain berfungsi sebagai media player, VLC juga memiliki fungsi lainnya di antaranya adalah encoder, streamer, network stream, dan convert. ...

April 8, 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