본문 바로가기

728x90

전체 글

[draft] HPE ssacli를 다운로드하고 설치하는 방법 HPE ssacli를 다운로드하고 설치하는 방법(raid)HP Smart Storage Administrator(ssacli)는 HPE(Hewlett Packard Enterprise) 서버 및 스토리지 시스템을 관리하기 위한 명령 줄 도구입니다. 이 도구는 RAID 컨트롤러 및 스토리지 어레이를 설정하고 모니터링하는 데 사용됩니다. 참고 : ssacli는 HPE ProLiant 서버와 HPE Smart Array RAID 컨트롤러에서 사용할 수 있습니다. HPE 이외의 하드웨어 제조업체에서는 지원되지 않을 수 있습니다.Repository Listinghttps://downloads.linux.hpe.com/SDR/repo/mcp/centosSmart Storage Administrator (ssacli.. 더보기
[draft] whois 명령어 whois 명령어whois 명령어는 도메인 등록 정보 검색 및 WHOIS 데이터베이스를 쿼리하는 데 사용되는 명령어입니다.주로 도메인 이름의 소유자, 등록자 연락처, 네임서버 정보 등을 확인하는 데 사용됩니다.whois 패키지 설치대부분의 리눅스 배포판에는 whois 패키지가 기본으로 설치되어 있습니다.yum install -y whoiswhois 버전 확인whois --version$ whois --versionVersion 5.1.1.Report bugs to .whois 주요 옵션-h 또는 --host: 특정 WHOIS 서버에 질의합니다. 예를 들어, .com 도메인을 조회하려면 -h whois.verisign-grs.com을 사용할 수 있습니다.-p 또는 --port: 특정 포트 번호를 사용하여 .. 더보기
쿠버네티스 실습 환경(플레이그라운드) 쿠버네티스 실습 환경(플레이그라운드)O'Reilly Katacoda homehttps://katacoda.com로그인 필요없음운영체제 : Ubuntu"20.04.2 LTS (Focal Fossa)Play with Kuberneteshttps://labs.play-with-k8s.comdocker 또는 github 로그인 필요운영체제 : CentOS Linux 7 (Core)세션 및 모든 해당 인스턴스는 04:00:00 시간 후에 삭제됩니다. 더보기
[원도우] ms-settings URI 체계 참조 ms-settings URI 체계 참조 ms-settings: URI scheme reference The following sections describe different categories of ms-settings URIs used to open various pages of the Settings app: Accounts Apps Cortana Devices Ease of access Extras Gaming Home page Mixed reality Network and internet Personalization Phone Privacy Surface Hub System Time and language Update and security User accounts Note Whether a s.. 더보기
원도우에서 "프록시 설정" 바로 가기 만들기 원도우에서 "프록시 설정" 바로 가기 만들기 1. 바탕화면의 빈 곳에서 마우스 오른쪽 버튼을 클릭합니다. 2. 클릭하면 아래와 같은 컨텍스트 메뉴가 나타납니다. 새로 만들기(W) > 바로 가기(S) 3. 바로 가기를 클릭하면 아래와 같이 새 바로 가기 아이콘과 바로 가기 만들기 창이 열립니다. 항목 위치 입력 : ms-settings:network-proxy 4. 바로 가기의 이름을 지정합니다. 5. 프록시 설정 바로 가기 6. 프록시 설정을 마우스로 더블 클릭하면 아래와 같은 프록시 설정 창이 뜹니다. 참고URL - ms-settings URI 체계 참조 : https://learn.microsoft.com/en-us/windows/uwp/launch-resume/launch-settings-app#u.. 더보기
[VPN] Linux에서 SoftEther VPN 클라이언트 설치 SoftEther VPN 클라이언트 설치 softether-vpnclient 설치 $ cd /usr/local/src/ $ wget https://www.softether-download.com/files/softether/v4.34-9745-rtm-2020.04.05-tree/Linux/SoftEther_VPN_Client/64bit_-_Intel_x64_or_AMD64/softether-vpnclient-v4.34-9745-rtm-2020.04.05-linux-x64-64bit.tar.gz $ tar xvfz softether-vpnclient-v4.34-9745-rtm-2020.04.05-linux-x64-64bit.tar.gz $ make --------------------------------.. 더보기
[draft] lftp와 FileZilla를 사용한 FTPS 클라이언트 설정 방법 lftp와 FileZilla를 사용한 FTPS 클라이언트 설정 방법lftp를 사용한 FTPS 접속1. lftp 설치lftp를 설치합니다. 대부분의 Linux 배포판에서는 패키지 관리자를 사용하여 lftp를 설치할 수 있습니다.CentOSyum install -y lftpUbuntusudo apt-get install lftplftp 버전 정보 확인lftp --version$ lftp --versionLFTP | Version 4.4.8 | Copyright (c) 1996-2013 Alexander V. LukyanovLFTP is free software: you can redistribute it and/or modifyit under the terms of the GNU General Public .. 더보기
openssl 인증서 만료일 조회 openssl 인증서 만료일 조회 sangchul.kr SSL 인증서 만료일 조회 echo | openssl s_client -servername sangchul.kr -connect sangchul.kr:443 2>/dev/null | openssl x509 -noout -dates $ echo | openssl s_client -servername sangchul.kr -connect sangchul.kr:443 2>/dev/null | openssl x509 -noout -dates notBefore=Aug 24 16:40:08 2020 GMT notAfter=Nov 22 16:40:08 2020 GMT openssl s_client -connect sangchul.kr:443 | openssl x.. 더보기

728x90