Linux

How To Host a Website Using Cloudflare and Nginx on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Host a Website Using Cloudflare and Nginx on Ubuntu 18.04

In this tutorial you will secure your website served by Nginx with an Origin CA certificate from Cloudflare and configure Nginx to use authenticated pull requests. The advantages of using this setup are that you benefit from Cloudflare’s CDN and fast DNS resolution while ensuring that all connections pass through Cloudflare. This prevents any malicious requests from reaching your server.

Read more
How To Host a Website with Caddy on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Host a Website with Caddy on Ubuntu 22.04

Caddy is a web server designed around simplicity and security that comes with a number of features that are useful for hosting websites. In this tutorial, you’ll build Caddy from source and use it to host a website secured with HTTPS.

Read more
How To Install an ERPNext Stack on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Install an ERPNext Stack on Ubuntu 20.04

ERPNext is an Enterprise Resource Planning (ERP) suite that leverages the power and flexibility of open-source technologies. It excels at managing core business processes such as finance, sales, HR, manufacturing, purchases, services, helpdesk, and more.

Read more
How To Install and Configure an SNMP Daemon and Client on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure an SNMP Daemon and Client on Ubuntu 18.04

SNMP stands for simple network management protocol. It is a way that servers can share information about their current state, and also a channel through which an administer can modify pre-defined values. In this guide, you will set up the tools to communicate using SNMP. You will be using two Ubuntu 18.04 servers to demonstrate, one that will contain the SNMP manager (client), and one to hold the SNMP agent (daemon).

Read more
How To Install and Configure Ghost on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure Ghost on Ubuntu 16.04

Ghost is a light-weight open-source blogging platform. In this tutorial, you’ll set up a production-ready Ghost instance on Ubuntu 16.04 using the official `ghost-cli` installation wizard. This will install Ghost, configure Nginx to proxy requests to Ghost, secure it with a [Let’s Encrypt](https://letsencrypt.org/) certificate, and configure Ghost to run in the background as a system service.

Read more
How to Install and Configure Magento on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How to Install and Configure Magento on Ubuntu 14.04

Magento is the most popular content management system for e-commerce websites, and is used by small businesses and large enterprise companies alike. In this tutorial, we will go over how to install Magento with an Apache web server on Ubuntu 14.04, including some common performance and security configurations along the way.

Read more
CHAT