전체 글 썸네일형 리스트형 python 모듈 탐색 경로 찾기 python 모듈 탐색 경로 찾기 테스트 환경 $ python --version Python 3.9.13 파이션 3.9의 sys.path 값 - 임포트할 모듈 경로 python import sys for place in sys.path: print(place) $ python Python 3.9.13 (main, Aug 7 2022, 01:19:39) [Clang 13.1.6 (clang-1316.0.21.2.5)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> for place in sys.path: ... print(place) ... /opt/homebrew/Cella.. 더보기 [아프다] 2022년 8월 항암 치료 6차 완료 후 검사 2022년 8월 항암 치료 6차 완료 후 검사 2022년 8월 2일 ~ 8월 3일 2022년 8월 2일 코로나 PCR 검사 PET-CT(양전자 단층촬영) 검사 (금식) 양전자 단층촬영(PET-CT)검사란 PET은 양전자 단층촬영이라는 핵의학 검사로, 우리 몸에서 일어나는 생화학적 대사적 변화를 영상으로 보여 주는 검사입니다. 여기에 컴퓨터 단층촬영(CT)이 추가로 장착됨으로써 PET검사와 동시에 CT영상을 얻어 PET으로 보이는 핵의학적인 이상 부위가 어디인지를 정확히 알 수 있는 최첨단 의료영상 장비입니다. 입원 CT(컴퓨터 단층촬영) 검사 (금식) 흉부 x-ray 촬영 2022년 8월 3일 심전도 검사 골수검사(골수검사 후 4시간 동안 한 자세로 누워 있어야 함 ㅠㅠ) 골수검사(Bone marrow .. 더보기 [Ansible] macOS에 ansible 설치 macOS에 ansible 설치 테스트 환경 system_profiler SPSoftwareDataType | egrep 'System Version' $ system_profiler SPSoftwareDataType | egrep 'System Version' System Version: macOS 12.5 (21G72) ansible 설치(brew install) ansible search brew search ansible $ brew search ansible ==> Formulae ansible ansible-cmdb ansible-language-server ansible-lint ansible@2.8 ansible@2.9 ==> Casks ansible-dk ansible informatio.. 더보기 macOS 버전 정보 확인(command) macOS 버전 정보 확인(command) macOS 버전 확인 $ sw_vers -h Usage: sw_vers [-productName|-productVersion|-buildVersion] sw_vers $ sw_vers ProductName:macOS ProductVersion:12.5 BuildVersion:21G72 system_profiler 명령 $ system_profiler -h Usage: system_profiler [-listDataTypes] system_profiler [-xml | -json] [-timeout n] [-detailLevel n] system_profiler [-xml | -json] [-timeout n] [dataType1 ... dataTypeN] -de.. 더보기 [url] 코드로서의 다이어그램(Diagram as Code) 코드로서의 다이어그램(Diagram as Code) https://blog.bytebytego.com/p/diagram-as-code?fbclid=IwAR1B-4U1aOf7lssmFww7SRJ0GqMsYw8sOwIhuH0ELgYgOqOIT4ban3edJIU Diagram as Code 6 different ways to turn code into beautiful architecture diagrams blog.bytebytego.com 더보기 gitlab ssh를 사용하여 미러링 구성(gitlab 리포지토리 미러링) gitlab ssh를 사용하여 미러링 구성(gitlab 리포지토리 미러링) GitLab 미러링은 외부 Git 리포지토리(예: GitHub, Bitbucket)와 GitLab 사이의 리포지토리 동기화를 허용합니다. [구성] 원본 리포지토리 : gitlab-mirror-source 미러 리포지토리 : gitlab-mirror-target 원본 리포지토리 저장소 설정 프로젝트 > gitlab-mirror-source > 저장소 설정 - 미러 리포지토리 SSH URL 필요 미러링 저장소 설정 Git repository URL(Git 저장소 URL) Mirror direction(미러 방향) Detect Host Keys(호스트 키 발견) Authentication method(인증 방법) 미러링 설정 완료 미러.. 더보기 Let's Encrypt(certbot) SSL 인증서를 발급하는 방법 Let's Encrypt(certbot) SSL 인증서를 발급하는 방법 Let's Encrypt는 무료로 SSL/TLS 인증서를 발급하는 공개 기관으로, Certbot라는 도구를 통해 간단하게 SSL 인증서를 발급할 수 있습니다. Plugin Auth Inst Notes Challenge types (and port) apache Y Y Apache를 사용하여 인증서 획득 및 설치를 자동화합니다. http-01(80) nginx Y Y Nginx로 인증서 획득 및 설치를 자동화합니다. http-01 (80) webroot Y N 이미 실행 중인 웹 서버의 webroot 디렉토리에 기록하여 인증서를 얻습니다. http-01(80) standalone Y N "standalone" 웹 서버를 사용하여 인증서.. 더보기 Mac에서 IPSec VPN(VPN 클라이언트) 구성 Mac에서 IPSec VPN(VPN 클라이언트) 구성 Configure MAC Built in Client We will now configure the MAC Built in Client. Step 1 Navigate to the apple icon in the tool bar. Choose System Preferences. Step 2 Navigate to Network Step 3 Go to Add button and then select interface tab will appear. Step 4 Select Interface as VPN, VPN Type as Cisco IPSec, and enter the Service Name to match the Tunnel name that was c.. 더보기 이전 1 ··· 112 113 114 115 116 117 118 ··· 271 다음