Skip to content

Instantly share code, notes, and snippets.

View Seo-Faper's full-sized avatar

Faper Seo-Faper

View GitHub Profile
@woorim960
woorim960 / how_to_set_https_by_using_nginx.md
Created January 9, 2022 02:50
Nginx를 이용하여 https 적용하는 법

Nginx 설치

# Nginx 설치
$ sudo apt install nginx

# Nginx 실행
$ sudo service nginx start

이로써, Nginx 설치가 끝났다.

@EricZimmerman
EricZimmerman / ThumbCache
Last active January 25, 2024 19:27
ThumbCache*.db parser
using System;
using System.Collections.Generic;
using System.Data;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Drawing;
using System.IO;
using System.Threading.Tasks;