OpenVPN Windows 서버 및 클라이언트 설치
OpenVPN Windows 서버 및 클라이언트 설치 서버설정 다운로드 및 설치 OpenVPN 설치파일 다운로드 → 설치 http://openvpn.net/index.php/open-source/downloads.html easy-rsa-old 다운로드 → 압축해제 https://github.com/OpenVPN/easy-rsa-old 커맨드
OpenVPN Windows 서버 및 클라이언트 설치 서버설정 다운로드 및 설치 OpenVPN 설치파일 다운로드 → 설치 http://openvpn.net/index.php/open-source/downloads.html easy-rsa-old 다운로드 → 압축해제 https://github.com/OpenVPN/easy-rsa-old 커맨드
다크 테마로 만들어본다. lib/style/dark-green.css 파일을 생성 12345678910111213141516171819202122@tailwind base;@tailwind components;@tailwind utilities;@layer base &
top 명령어로 CPU 사용률 확인하기 1top -bn1 | grep "Cpu(s)" | awk '{printf("CPU 사용률 : %.1f%%\n", 100 - $8)}' 실행 결과 CPU usa
lightsail 인스턴스 추가 https://lightsail.aws.amazon.com/ls/webapp/home/instances 에서 인스턴스 생성 버튼 누르기 Linux/Unix 에서 Ubuntu 선택 [[듀얼 스택]] 선택 ➡️ 월별 $12 선택 리소스 이름
https://level.goorm.io/exam/195696/작은-노드/quiz/1 예시 데이터 1234567n, m, k = 6, 6, 1nodes = [[1, 2], [1, 3], [2, 3], [3, 4], [3, 5], [4, 6]] 그래프 생성 12345gr
Solve Me First https://www.hackerrank.com/challenges/solve-me-first/problem 123(defn solveMeFirst [x y] (+ x y)) Simple Array Sum https://www.hackerra