Open Source Educational Network

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

What is Linux?

From smartphones to cars, supercomputers and home appliances, the Linux operating system is everywhere. Linux. It’s been around since the mid ‘90s, and has since reached a user-base that spans industries and continents. For those in the know, you understand that Linux is actually everywhere. It’s in your phones, in your cars, in your refrigerators,…
Read more

How CERN Is Using Linux and Open Source — Linux.com

CERN relies on open source technology to handle huge amounts of data generated by the Large Hadron Collider. The ATLAS (shown here) is a general-purpose detector that probes for fundamental particles. (Image courtesy: CERN) Used with permission CERN

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