본문 바로가기

반응형

변군이글루

[LDAP] OpenLDAP 설치 및 구성 OpenLDAP 설치 및 구성 OpenLDAP 설치 yum install -y compat-openldap openldap openldap-servers openldap-clients $ yum install -y compat-openldap openldap openldap-servers openldap-clients openldap-servers-sql openldap-devel OpenLDAP 데이터베이스 설정 cp /usr/share/openldap-servers/DB_CONFIG.example /var/lib/ldap/DB_CONFIG chown ldap. /var/lib/ldap/DB_CONFIG $ cp /usr/share/openldap-servers/DB_CONFIG.example /var.. 더보기
[url] Google 관리 콘솔 도구 상자(toolbox) - Dig Google 관리 콘솔 도구 상자(toolbox) - Dighttps://toolbox.googleapps.com/apps/dig/ 더보기
ab(Apache Bench) tools 에러 ab(Apache Bench) tools 에러ab 명령어Usageab [options] [http[s]://]hostname[:port]/pathOptions are: -n requests Number of requests to perform (= 요청수)-c concurrency Number of multiple requests to make at a time (=동시 요청수(사용자))-t timelimit Seconds to max. to spend on benchmarking This implies -n 50000 -s timeout Seconds to max. wait for each response Default is 30 secondsab 에러ab -c 10000 -n 1000 http://l.. 더보기
Let's Encrypt을 사용하여 SSL 인증서를 발급 - WEBROOT Let's Encrypt(certbot)을 사용하여 SSL 인증서를 발급 - WEBROOTWEBROOT 방식의 개요WEBROOT 방식은 도메인 소유권을 인증하기 위해, 웹 서버의 특정 경로에 인증용 파일을 생성하여 Let's Encrypt 서버가 이를 확인할 수 있도록 합니다.EPEL 패키지 설치sudo yum install -y epel-releaseCertbot 패키지 설치 및 디렉터리 권한 설정sudo yum install -y certbotmkdir -p /var/lib/letsencrypt/.well-knowncd /var/libchgrp nobody letsencryptchmod g+s letsencryptSSL 인증서 발급 - WEBROOT 방식sudo certbot certonly \ --.. 더보기
Amazon Route 53에서 레코드를 생성하고 편집하는 방법 Amazon Route 53에서 레코드를 생성하고 편집하는 방법Route 53 콘솔에 로그인AWS Management Console에 로그인한 후 Route 53 콘솔로 이동합니다.호스팅 영역 선택Route 53 대시보드에서 호스팅 영역을 선택합니다. 해당 호스팅 영역에 레코드를 추가하거나 편집할 것입니다.레코드 생성(ALB로 라우팅)호스팅 영역을 선택한 후, 레코드 세트 섹션으로 이동하여 "Create Record Set" 버튼을 클릭합니다.Name : 레코드의 이름을 지정합니다. 예를 들어, "www"와 같이 서브도메인을 지정할 수 있습니다.Type : 레코드 유형을 선택합니다. A, CNAME, MX 등 다양한 유형이 있습니다.Alias : 만약 AWS 리소스를 가리키는 레코드를 만들고 싶다면, ".. 더보기
리눅스 패스워드 해싱 알고리즘 개요 및 변경하기 리눅스 패스워드 해싱 알고리즘(password hashing algorithm) 개요 및 변경하기주요한 패스워드 해시 알고리즘에 대한 간략한 설명MD5 (Message Digest 5)MD5는 빠르고 간단한 해시 알고리즘으로, 원래는 메시지 무결성을 확인하기 위해 개발되었습니다.그러나 MD5는 현재 보안에 취약하며, 충돌이 발생할 가능성이 높아져서 패스워드 저장에 사용해서는 안 됩니다.SHA-1 (Secure Hash Algorithm 1)SHA-1은 SHA 알고리즘의 한 버전으로, MD5와 마찬가지로 현재 보안에 취약한 알고리즘으로 간주됩니다.보안 전문가들은 SHA-1을 피하고 더 강력한 해시 알고리즘을 권장합니다.SHA-256, SHA-384, SHA-512SHA-2 시리즈는 SHA-1의 보안 취약점.. 더보기
[VPN] SoftEther VPN 설치 및 설정-2 SoftEther VPN 라우팅 테이블 설정 VPN Default Gateway(optional) VPN static routing table 설정 더보기
[VPN] SoftEther VPN 설치 및 설정-1 SoftEther VPN 설치 패키지 다운로드 : http://softether-download.com/en.aspx # cd /usr/local/src/ # wget https://www.softether-download.com/files/softether/v4.34-9745-rtm-2020.04.05-tree/Linux/SoftEther_VPN_Server/64bit_-_Intel_x64_or_AMD64/softether-vpnserver-v4.34-9745-rtm-2020.04.05-linux-x64-64bit.tar.gz # tar xvfz softether-vpnserver-v4.34-9745-rtm-2020.04.05-linux-x64-64bit.tar.gz -C /usr/local/ # cd.. 더보기

728x90
반응형