How to deploy Python framework application using uwsgi in Ubuntu 18.04

  Introduction  In this blog we learn to deploy a python based frameworks deployment on ubuntu 18.04 server and how to setup nginx and uwsgi application on the server. We will launch the application and configure the front-end of nginx server and back-end for the uwsgi. Prerequisites Lets started the blog you have to setup some …

How to setup a Redis cluster with Sentinel (comes with Redis) and HAProxy on Ubuntu 18.04

Redis provides high availability via Redis Sentinel distributed system. Sentinel helps to monitor Redis instances, detect failures and will do roles switches automatically thus enabling a Redis deployment to resist any kind of failures. Redis – A fast key/value storage engine Sentinel – Keeps track of Master/Slave machines and promotes and demotes them when VMs go down or go offline HAProxy – A proxy …

Install and configure LibreOffice in Linux

1. cd /usr/local 2. wget http://download.documentfoundation.org/libreoffice/stable/7.1.2/rpm/x86_64/LibreOffice_7.1.2_Linux_x86-64_rpm.tar.gz 3. tar -xzf LibreOffice_7.1.2_Linux_x86-64_rpm.tar.gz 4. cd LibreOffice_7.1.2.2_Linux_x86-64_rpm/RPMS 5. yum localinstall *.rpm –skip-broken 6. yum install cairo 7. yum install cups 8. sudo yum install libXinerama.x86_64 cups-libs dbus-glib All set now.