Category: How To’s

Learn | Teach Open Source Technologies

How to setup NGINX Reverse Proxy with odoo server on ubuntu 14.04/16.04/18.04

We are using NGINX as Reverse Proxy on same machine in front of odoo server which accepts request from clients on 8069 port. sudo apt install nginx rm -rf /etc/nginx/sites-enabled/default

Custom domains on GitHub Pages gain support for HTTPS

Today, custom domains on GitHub Pages are gaining support for HTTPS.  May 01, 2018 parkr  Announcements   GitHub Pages is the best way to quickly publish beautiful websites for you and your projects. Just edit, push, and your changes are live. GitHub Pages has supported custom domains since 2009, and sites on the *.github.io domain have supported HTTPS since 2016.…
Read more

How to fix Prestashop 1.7 admin redirect to frontpage problem with nginx 1.10 and PHP-fpm 7

When we start customizing Prestashop 1.7  running on NGINX & PHP-FPM 7, common problem we see is admin page redirect to frontpage of Prestashop based store and we found ourselves in a problem where we can’t customize our store according to our needs. To fix this issue on we need to change configuration of nginx…
Read more

How to install Check_mk to monitor IT infrastructure — CentOS

Check_MK is an extension to the Nagios monitoring system that allows creating rule-based configuration using Python and offloading work from the Nagios core to make it scale better, allowing more systems to be monitored from a single Nagios server.