Tag Archives: 2021
How to Fix “No memory limit support” for Docker in Raspberry Pi
Most of us have been in the position where you want to run docker in Raspberry Pi and create a docker swarm cluster or Kubernetes cluster. When it comes to docker installation, docker info command gives you warning messages, hence the cluster installation gets stuck. docker info Throws 0ne of the following warnings or all…
How to Install Monica CRM with Nginx on Ubuntu
What is Monica? Monica is a great open source personal relationship management system. – MonicaHQ Prerequisites Git PHP 7.4+ Composer Node.js Yarn MySQL Nginx Install Prerequisite Packages Git sudo apt update sudo apt install -y git PHP 7.4+ sudo apt-get install -y software-properties-common Install PHP 7.4 and required Extensions sudo apt install -y php7.4 php7.4-bcmath…