After discussing about Docker installation, now we will continue with Docker Swarm. A swarm consists of multiple Docker hosts which run in swarm mode and act as managers (to manage membership and […]
Docker in Raspberry Pi
What is Docker Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. […]
Raspberry Pi Asterisk install
This time we will do installation for Asterisk 18.x on Raspbian Bullseye. current Asterisk version is 18.7.1. Asterisk has been used for years as IP PBX and have many variant. […]
Raspberry Pi OpenLDAP Letsencrypt
In previous chapter we have made OpenLDAP up and running without encryption. For SSL certificate we already have cool certificate from letsencrypt, let’s use it and not to use self […]
Mosquitto MQTT Broker Installation
We have discussed about Basic MQTT on previous section, now we will continue on MQTT Broker implementation using Mosquitto Broker. Eclipse Mosquitto is an open source (EPL/EDL licensed) message broker […]
Message Queuing Telemetry Transport /MQTT Basic
“MQTT is a Client Server publish/subscribe messaging transport protocol. It is light weight, open, simple, and designed so as to be easy to implement. These characteristics make it ideal for […]
Raspberry Pi Running OpenLDAP
What are you thinking when you have question regarding Directory Service? Yeah, it can be: LDAP Active Directory Azure Well we are not in Windows Environment and prefer to have […]