Skip to content

Instantly share code, notes, and snippets.

@leelax22
leelax22 / change-ubuntu-mirror.sh
Created March 4, 2024 00:31 — forked from lesstif/change-ubuntu-mirror.sh
우분투(ubuntu)의 apt 기본 미러(mirror)를 다음 카카오(kakao), 카이스트(kaist), 부경대(harukasan) 으로 변경
#!/usr/bin/env bash
SL=/etc/apt/sources.list
PARAM="r:hm:dnak"
KAKAO=mirror.kakao.com
KAIST=ftp.kaist.ac.kr
HARU=ftp.harukasan.org
@leelax22
leelax22 / !Nginx Basic Auth.md
Created April 18, 2023 05:17 — forked from laurentbel/!Nginx Basic Auth.md
Nginx reverse proxy with basic authentication

Nginx Basic Auth

A simple demo of using Nginx as a reverse proxy to add basic authentication.