Skip to content

Instantly share code, notes, and snippets.

@jimeUWOshkosh
jimeUWOshkosh / RPI-intranet-DHCP-Server.txt
Created April 6, 2020 15:18
RPI intranet DHCP Server
raspbian:DHCP on a inTRAnet
3-apr-2020
$ cat /etc/os-release
...
VERSION="10 (buster)"
...
@rnorth
rnorth / gist:2031652
Created March 13, 2012 21:14
Cookie-based authentication with nginx
worker_processes 1;
error_log logs/error.log;
events {
worker_connections 1024;
}