Skip to content

Instantly share code, notes, and snippets.

View mimlrd's full-sized avatar

mikemilord mimlrd

View GitHub Profile
@mimlrd
mimlrd / gist:96c583752851916735858dabe96b6fe8
Last active November 26, 2023 09:29
INSTALL NGINX FROM SOURCE CODE - TUTORIAL 1
This is a how-to guide to install NGINX from Source Code
Hope that will help someone :-)
I plan to write some tutorials very soon on subjects such as: Kubernetes, Elasticsearch, Terraform, etc
You can follow me on twitter: @realMilord
------------------------------------------------
Update the Package List
$ sudo apt update
$ sudo apt upgrade -y