Debian unable to get local issuer certificate
debian 10 buster opensslVerification error: unable to get local issuer certificateVerify return code: 20 (unable to get local issuer certificate)
고급 메모장
debian 10 buster opensslVerification error: unable to get local issuer certificateVerify return code: 20 (unable to get local issuer certificate)
debian 10 에서 openssl 최신버전 빌드. zlib. apt install build-essential 1 소스 파일 다운로드 및 압축해제 https://www.openssl.org/source/ 이 링크를 통해 최신버전을 받을 수 있다.2020년 12월 11일 기준 : openssl-1.1.1i.tar.gz 2… Continue reading "Debian 10 OpenSSL 최신버전 빌드"
iptables tcp/udp port forward to another global ip address (also another port) 리눅스 포트 포워딩 iptables로 TCP 로 다른 서버(Public IP또는 물리적으로 동일한 인터페이스에 연결되지 않은 IP주소)에 포워딩 하려면 문제가… Continue reading "iptables Port Forward to another Public IP (TCP Proxy)"
** Cannot –enable-pcretest-readline because readline/readline.h was not found. CentOS 8, 7 Debian 10, 9
pm2 시작할 때 args 넘기기 args 가져오는 예제
nothing provides python3-mock… C8 에서는 기본적으로 활성화 된 repo가 제한적이다. 1 PowerTools repo 활성화 yum config-manager --set-enabled PowerTools yum-config-manager sudo yum install 'dnf-command(config-manager)' ?? 어느 순간 이후부터 repository명이… Continue reading "CentOS 8 Enable PowerTools Repository"
(데비안 10기준)에서 openresty 빌드설치하기… openresty는 nginx에 이것저것 묶은 버전입니다.. 특히 LuaJIT이 달려있어 WAS를 스크립트로 더 자유자재로 다루고 싶을 때 사용합니다. 카카오 회사도 openresty를 사용한 것 같기도. Openresty 소스 다운로드 https://openresty.org/en/download.html… Continue reading "리눅스 Openresty nginx 빌드 설치 with brotil"
node.js express에서 클라이언트 아이피 주소를 항상 얻을 수 있게 미들웨어를 짰다
Wireguard는 GRE와 같이 단순하게 터널을 구성하면서 암호화 까지 지원한다. UDP 캡슐화를 사용하기 때문에 UDP를 지원하는 모든 네트워크에서 사용할 수 있다. GRE와 마찬가지로 Stateless이지만 단순하면서도 IP ACL이 내장되어있다. Wireguard의 단점은 Point-To-Point기… Continue reading "리눅스 Wireguard VPN 구축하기"
해외서버를 이용하다보면 네트워크와 관련된 스펙은 좋은데 성능자체가 크게 좋지 않은 서버가 있는 반면, 반대로 성능자체는 좋은데 네트워크에 문제가 있는 경우가 있었다. 이것을 적절히 이용할 수 있는 방법은 없을까? 생각하여 부하가… Continue reading "Nginx SSL Reverse Proxy with Cache Example"