How to Setup LEMP Stack on Docker
In this tutorial we will setup a LEMP stack inside a docker. We can easily pull and setup LEMP image inside a docker in a couple of minutes. But for better understanding of the stack, we will setup...
View ArticleHow to Setup Mosquitto MQTT Server on Ubuntu 16.04
Mosquitto MQTT Server is a message broker which works over MQTT protocol. MQTT is lightweight messaging protocol that is ISO standard for use on top of TCP/IP protocol. It is mostly used for...
View ArticleHow to Stop, Remove and Clean up Docker
Are you new to docker? then running and maintaining docker applications is easy. This article explains how to stop docker container applications using docker stop, docker-compose stop and docker kill....
View ArticleHow to Setup NGINX as Reverse Proxy Using Docker
A reverse proxy server is a server that typically position itself behind the firewall in a private network and retrieves resources on behalf of a client from one or more servers. A reverse proxy...
View ArticleHow To Synchronize Directories using Syncthing on Ubuntu 16.04
Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared...
View ArticleHow to Setup Jenkins on Docker Container
Jenkins is one open source tool to perform continuous integration and build automation. A developer can easily build and test software using continuous integration through jenkins in a project life...
View ArticleHow to Setup Foreman to Manage Puppet Nodes on Ubuntu 16.04
Hello everyone, welcome to our today's article on Foreman to manage your Puppet Nodes on Ubuntu 16. Foreman is an open source tool that helps system administrators to manage servers throughout their...
View ArticleHow to Setup Teampass Password Manager on Ubuntu 16.04
Teampass is a dedicated password manager for storing/accessing passwords securely in MySQL database. It is especially designed for business and enterprise environment and provides team manager a...
View ArticleHow to Make Call using Opensource Voip Linphone on Ubuntu
We have had an article on installing Asterisk 13 on Ubuntu, but we did not go trough actually connecting with softphone and making the call. The article have been only about server side setup. Now we...
View ArticleHow to Setup Network Monitoring with OpenNMS on Ubuntu 16.04
OpenNMS is a carrier-grade, highly integrated, open source platform designed for building network monitoring solutions. It has the capability to discover and monitor the nodes automatically in a...
View ArticleHow to Setup DNS Server with Docker Container
A Dockerfile is used to create a Docker container image, this will be used to created the DNS Server. An easy way to setup a basic DNS server with Docker is to use the BIND DNS server bundled with the...
View ArticleHow to Setup DNS Server with Docker Container
A Dockerfile is used to create a Docker container image, this will be used to created the DNS Server. An easy way to setup a basic DNS server with Docker is to use the BIND DNS server bundled with the...
View ArticleHow to Install Grunt on Ubuntu 16.04
Grunt is a JavaScript task runner, that does things which you normally do with your code. One of the best examples is that, when you're about to release a website, to make your site faster, you try to...
View ArticleHow to Setup RatticDB Password Management Service on Ubuntu 16.04
RatticDB is an open source Django based password management service. The API provided by it is used for access by outside programs, and audit logs to ensure full accountability. There is also a "Change...
View ArticleDocker Commands Cheat Sheet Part 1 and 2
The idea of using container was made possible by the namespaces feature added to Linux kernel version 2.6.24. Namespaces allows to create an isolated container that has no visibility or access to...
View ArticleHow to Setup OpenVPN Access Server on AWS
This article covers how to setup OpenVPN access server using amazon's machine image. OpenVPN is an open source application that uses a VPN method for creating a secure connection between point-to-point...
View ArticleHow to Setup WordPress with Docker in Ubuntu 16.04
This article covers how to setup wordpress with docker using docker-compose quickly. WordPress requires LAMP or LEMP stack but the official wordpress docker image contains PHP and Apache, leaving us to...
View ArticleHow to Install Terraform and Provision AWS EC2 Cloud Instance
The primitives of terraform used to define infrastructure as a code (IaaC). You can build, change and version your infrastructure in AWS, Digital Ocean, Google Cloud, Heroku, Microsoft Azure etc. using...
View ArticleHow to Take Screenshots Using Shots on Elementary OS and Ubuntu
In this article we are going to introduce a node.js and electron based application called shots, which is used to take screenshots on linux desktop. This package offers quite few more features compared...
View ArticleLearn Linux Tricks to Generate Checksums and Verify Data Integrity
The checksum is used to verify the correctness of a file. It can be described as a digital fingerprint of a file. By verifying the Checksum value we can determine the correctness of a file while it's...
View Article