ubuntu

How To Create a SSL Certificate on nginx for Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Create a SSL Certificate on nginx for Ubuntu 12.04

This tutorial explains how to create a self-signed SSL certificate, how to add it to your server, and how to configure the SSL file to display the certificate to the world. A SSL certificate is a way to encrypt a site’s information and create a more secure connection. Certificate Authorities can issue SSL certificates that verify the server’s details while a self-signed certificate has no 3rd party corroboration. These steps are for setting up an SSL certificate on Nginx for an Ubuntu server.

Read more
How To Deploy a Jekyll Site Using Git Hooks on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Deploy a Jekyll Site Using Git Hooks on Ubuntu 16.04

Jekyll is a static-site generator that provides some of the benefits of a Content Management System (CMS) while avoiding the performance and security issues introduced by such database-driven sites. In this tutorial, you’ll learn how to automate the deployment process for your Jekyll site using Git and Git hooks, as well as how to additionally secure your production environment by using the `git-shell`.

Read more
How To Deploy and Configure Meilisearch on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Deploy and Configure Meilisearch on Ubuntu 22.04

[Meilisearch](https://www.meilisearch.com/) is an open source, standalone search engine written in the highly performant [Rust](https://www.rust-lang.org/) programming language. Compared with other popular search engines, Meilisearch is focused on keeping deployment straightforward – it provides features like fuzzy matching and schema-less indexing out of the box, and is managed by a single command-line binary.

Read more
CHAT