전체 글 썸네일형 리스트형 [리눅스] Let's Encrypt(certbot) SSL 인증서 발급 - DNS EPE 패키지 설치 # Extra Packages for Enterprise Linux (or EPEL) 패키지 설치 $ yum install -y epel-release certbot 패키지 설치 $ yum install -y certbot Let's Encrypt(certbot) 인증서 발급 인증서 생성 : DNS 인증으로 인증서 발급하기 certbot certonly --manual --preferred-challenges dns -d img.sangchul.kr [웹 서버 작업 - 1] $ certbot certonly --manual --preferred-challenges dns -d img.sangchul.kr Saving debug log to /var/log/letsencrypt/lets.. 더보기 [Linux] How to install JMeter on Linux How to install JMeter on Linux Installation platform $ cat /etc/os-release NAME="Amazon Linux" VERSION="2" ID="amzn" ID_LIKE="centos rhel fedora" VERSION_ID="2" PRETTY_NAME="Amazon Linux 2" ANSI_COLOR="0;33" CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2" HOME_URL="https://amazonlinux.com/" Installing JAVA $ amazon-linux-extras install java-openjdk11 $ java -version openjdk version "11.0.7" 2020-04-1.. 더보기 [git] github 개인 액세스 토큰 사용 방법 github 개인 액세스 토큰 사용 방법 비밀번호로 접근 시 에러 Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. $ git push -u origin main Username for 'https://github.com': admin@sangchul.kr Password for 'https://admin@sangchul.kr@github.com':.. 더보기 [기타] 크롬 확장 프로그램 추천 크롬 확장 프로그램 추천 Auto Refresh Plus | Page Monitor 강력한 페이지 모니터 기능으로 자동으로 페이지를 새로고침합니다 Chrome Web Store를 통해 설치할 수 있습니다. Auto Refresh Plus 설치 후 설정 화면(시간 간격 설정) https://autorefresh.io 더보기 [리눅스] CentOS Stream 설치(Centos 8 스트림 설치) CentOS Stream 설치(Centos 8 스트림 설치) iso 다운로드 download URL : https://www.centos.org/download iso download URL : http://mirror.kakao.com/centos/8-stream/isos/x86_64/CentOS-Stream-8-x86_64-20210120-dvd1.iso Oracle VirtualBox에 VM 생성 download URL : https://www.virtualbox.org CentOS Stream 설치 - Keyboard : 한국어 - 언어 지원 : 한국어, English - 시간 및 날짜 : 아시아/서울 - 소프트웨어 선택 : 최소 설치(표준, 레거시 UNIX 호환성, 개발용 툴) - 설치 대상 :.. 더보기 [리눅스] iperf3 사용법 iperf3 사용법 iperf3 : TCP/UDP 대역폭 성능 측정 도구 테스트 환경 $ cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) iperf3 패키지 설치 - 서버, 클라이언트 패키지 설치 yum install -y iperf3 iperf3 --version $ iperf3 --version iperf 3.1.7 Linux master 3.10.0-1160.36.2.el7.x86_64 #1 SMP Wed Jul 21 11:57:15 UTC 2021 x86_64 Optional features available: CPU affinity setting, IPv6 flow label, TCP congestion algorithm setting.. 더보기 [원도우] 윈도우 net use 명령어로 공유 폴더에 접근하기 윈도우 net use 명령어로 공유 폴더에 접근하기 NET USE 구문 NET USE [devicename | *] [\\computername\sharename[\volume] [password | *]] [/USER:[domainname\]username] [/USER:[dotted domain name\]username] [/USER:[username@dotted domain name] [/SMARTCARD] [/SAVECRED] [/REQUIREINTEGRITY] [/REQUIREPRIVACY] [/WRITETHROUGH] [[/DELETE] | [/PERSISTENT:{YES | NO}]] NET USE {devicename | *} [password | *] /HOME NET USE [/PER.. 더보기 [리눅스] 리눅스에서 HTTP Proxy Server 설정하기 리눅스에서 HTTP Proxy Server 설정하기 1. 로그인 세션 동안만 유지되는 방법 $ export http_proxy=[proxy서버]:[proxy포트] $ export https_proxy=[proxy서버]:[proxy포트] $ unset http_proxy $ unset https_proxy 2. 로그인 세션이 종료된 후에도 프록시를 유지시키는 방법 *** .bashrc, .bash_profile, /etc/profile $ vi ~/.bashrc --- export http_proxy=[proxy서버]:[proxy포트] export https_proxy=[proxy서버]:[proxy포트] --- $ source ~/.bashrc 참고 URL : http://krespo.net/188 htt.. 더보기 이전 1 ··· 82 83 84 85 86 87 88 89 다음