본문 바로가기

728x90

기타

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(인증 방법) 미러링 설정 완료 미러.. 더보기
[기타] 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.. 더보기
[기타] slack 무료 플랜 변경 사항 slack 무료 플랜 변경 사항 AS IS : 1만 건의 메시지 제한과 5GB의 저장 공간 TO BE : 90일 간의 제한 무료 플랜 변경 사항 2022년 9월 1일부터 무료 플랜 제한이 간소화됩니다. 1만 건의 메시지 한도와 5GB의 스토리지 대신 지난 90일간의 메시지 내역과 파일 스토리지에 대한 완전한 액세스를 제공하여 팀이 언제 한도에 도달할지 걱정할 필요가 없습니다. 또한 클립과 메시지 및 파일 보존 설정을 비롯한 여러 기능에 대한 액세스가 확대됩니다. 아래에서 예정된 변경 사항에 대한 FAQ를 확인하세요. https://slack.com/intl/ko-kr/blog/news/pricing-and-plan-updates Slack 무료 및 유료 플랜 요금 Slack 요금 : https://sla.. 더보기
[python] List of Keywords in Python List of Keywords in Python Keywords list >>> import keyword >>> print(keyword.kwlist) ['False', 'None', 'True', '__peg_parser__', 'and', 'as', 'assert', 'async', 'await', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'finally', 'for', 'from', 'global', 'if', 'import', 'in', 'is', 'lambda', 'nonlocal', 'not', 'or', 'pass', 'raise', 'return', 'try', 'while', 'with', 'yield'.. 더보기
vscode 단축키(keyboard shortcuts) vscode 단축키(keyboard shortcuts) macOS Windows macos : https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf windows : https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf 참고URL - https://code.visualstudio.com/docs/getstarted/keybindings - https://mansu.tistory.com/46?category=850460 더보기
SRE(사이트 신뢰성 엔지니어링)란? SRE(사이트 신뢰성 엔지니어링)란? - redhat.com : https://www.redhat.com/ko/topics/devops/what-is-sre - netapp.com : https://www.netapp.com/ko/devops-solutions/what-is-site-reliability-engineering/ - microsoft.com : https://docs.microsoft.com/ko-kr/learn/modules/intro-to-site-reliability-engineering/ - elastic.co : https://www.elastic.co/kr/blog/elastic-observability-sre-incident-response 더보기
애플 맥북 실리콘 M1에서 도커 컨테이너 실행 시 오류 애플 맥북 실리콘 M1에서 도커 컨테이너 실행 시 오류 The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 해당 오류는 이미지 플랫폼이 호스트 플랫폼과 일치하지 않을 때 발생합니다. 예를 들어, linux/amd64 플랫폼의 이미지를 linux/arm64/v8 플랫폼의 호스트에서 실행하려고 할 때 이 오류가 발생할 수 있습니다. 이 문제를 해결하기 위해 다음 중 하나를 시도할 수 있습니다. 1. 호스트 플랫폼과 일치하는 이미지 사용: 호스트의 플랫폼에 맞는 이미지를 사용해야 합니다. 예를 들어, linu.. 더보기
macOS에서 mDNSResponder를 재시작하고 DNS 캐시를 갱신 macOS에서 mDNSResponder를 재시작하고 DNS 캐시를 갱신 이 명령을 실행하려면 다음 단계를 따르세요. 1. 터미널을 엽니다. (Applications 폴더의 "유틸리티" 폴더 안에 있는 "터미널"을 실행하거나 Spotlight에서 "터미널"을 검색하여 실행할 수 있습니다.) 2. 다음 명령을 입력합니다. sudo killall -HUP mDNSResponder 3. 관리자 비밀번호를 입력하고 Enter 키를 누릅니다. 비밀번호 입력 시 터미널 창에는 아무 것도 나타나지 않지만, 비밀번호를 정확히 입력했다면 명령이 실행될 것입니다. mDNSResponder가 재시작되고 DNS 캐시가 갱신됩니다. 이를 통해 최신 DNS 정보를 가져와 새로운 도메인 이름 또는 IP 주소 변경을 적용할 수 있습니.. 더보기

728x90