Docker Persistent Storage

Master Node Machine : 192.168.2.80

Node 1 Machine : 192.168.2.81

Master Node Machine

result

Copy it to your clipboard

Node 1 Machine

Paste ssh-key from Master Machine to last line and save it.

Test ssh connection

Copy ssh-key to clipboard and back to Master Node

Master Node

Paste ssh-key from Node 1 Machine to last line and save it.

Test ssh connection

Installing NetShare

Node 1 Machine

on tab ‘docker-shell’

on tab ‘bash’

Testing

then try to remove container

Kafka Docker

Step 0 (Create Docker Compose file)

See my Docker Compose file

Step 1 (Create Zookeeper Container)

Step 2 (Create Kafka Container)

Step 3 (Create Kafka Topic)

Step 4 (Verify Kafka Topic)

Step 6 (Get All Kafka Topics)

Step 6 (Listen to Kafka Topic)

Step 7 (Produce data to Kafka Topic)

Read More

How to install MySQL Percona XtraDB Cluster from repositories

Read More

Installing Android Enviroment On Ubuntu 14.04

Prerequisites

  • Java SDK version 8
  • Internet
  • Gradle 2.14.1
  • Android SDK Tools, Revision 25.3.0 (March 2017)

Download and Installing Java8

Download and Installing Gradle 2.14.1

Download and Installing Android Environment

Set Android enviroment to Linux PATH

If you want to install other packages, you can run this commmand

If you have trouble with SSL

Build Android Project

Download / Clone YOUR ANDROID PROJECT

Test building your Project