Skip to content

Instantly share code, notes, and snippets.

View GianlucaUlivi's full-sized avatar
👾
Just typing stuff on my MacBook

Gianluca Ulivi GianlucaUlivi

👾
Just typing stuff on my MacBook
View GitHub Profile
@gryte
gryte / install_config-win2k16_core-proxmox.md
Last active November 21, 2023 06:06
Install and Configure - Windows Server 2016 Core on ProxMox VM

Install and Configure - Windows Server 2016 Core on ProxMox VM

stage drivers locally

# display available drives
Get-PSDrive

# create local driver directory
mkdir c:\drivers
@mjmeyer
mjmeyer / http-cat-error-pages.conf
Created February 17, 2016 22:58
Http.cat erorr pages for nginx
# ---------- Status Cats Error Pages!!! via: https://http.cat/ ---------
#
# requires that a dns resolver be set for nginx as in: resolver 127.0.0.1;
# typically uses dnsmasq for 127.0.0.1 resolver
#
# Usage:
# place this file somewhere accessible to nginx. /etc/nginx/snippets is a decent choice.
# then inside the server block(s) you want cat themed error status responses do:
# include snippets/http-cat-error-pages.conf
#