본문 바로가기

기타

C276x260.fwebp.q85 [draft] SK 쉴더스 2023 클라우드 보안 가이드 2023 클라우드 보안 가이드sk shieldus : https://www.skshieldus.com/kor/support/download/report.do 2023 클라우드 보안 가이드 - AWS 더보기
C276x260.fwebp.q85 [draft] 무료 아이콘 사이트 무료 아이콘 사이트flaticon : https://www.flaticon.com/ 더보기
C276x260.fwebp.q85 [draft] zsh에서 compinit 모드를 설정하는 방법 zsh에서 compinit 모드를 설정하는 방법zsh compinit: insecure directories, run compaudit for list.(zsh compinit: 안전하지 않은 디렉토리, 목록에 대한 compaudit 실행)source ~/.zshrc$ source ~/.zshrczsh compinit: insecure directories, run compaudit for list.Ignore insecure directories and continue [y] or abort compinit [n]?안전하지 않은 디렉토리 목록compaudit$ compauditThere are insecure directories:/opt/homebrew/share권한 변경(소유권 변경)compaudi.. 더보기
C276x260.fwebp.q85 [draft] 우분투 맨페이지 저장(Ubuntu Manpage Repository) 우분투 맨페이지 저장(Ubuntu Manpage Repository)Home page : https://manpages.ubuntu.com/Ubuntu Manpage Repository Provided by: sed_4.8-1ubuntu2_amd64 : https://manpages.ubuntu.com/manpages/kinetic/en/man1/sed.1.html 더보기
C276x260.fwebp.q85 [draft] Google 관리 콘솔 도구 상자(toolbox) - Dig Google 관리 콘솔 도구 상자(toolbox) - Dighttps://toolbox.googleapps.com/apps/dig/ 더보기
C276x260.fwebp.q85 [draft] httpstat 웹 사이트 성능 확인 도구 httpstat 웹 사이트 성능 확인 도구 httpstat는 curl과 같은 도구로 http/https 프로세스를 시각화하고 기간을 표시합니다. 설치 환경- macOShttpstat 설치(pip install)pip3 install httpstathttpstat 사용 방법httpstat www.sangchul.krhttpstat sangchul.krhelp 페이지$ httpstat --helpUsage: httpstat URL [CURL_OPTIONS] httpstat -h | --help httpstat --versionArguments: URL url to request, could be with or without `http(s)://` prefixOptions: C.. 더보기
C276x260.fwebp.q85 [draft] GPT-3 API를 Postman에서 사용하는 방법(images) GPT-3 API를 Postman에서 사용하는 방법(images)PostmanHeaders 설정BodyBody-datahttps://oaidalleapiprodscus.blob.core.windows.net/private/org-OhCWeKZLFFHxvqRkFL4vi8A6/user-hZJUCvEFcqnxT5pAQ0OHinAK/img-7MYeJgDIaYXDaQRIN6IcbbQT.png?st=2023-03-19T12%3A34%3A20Z&se=2023-03-19T14%3A34%3A20Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c.. 더보기
C276x260.fwebp.q85 [draft] GPT-3 API를 Postman에서 사용하는 방법 GPT-3 API를 Postman에서 사용하는 방법1. Postman을 열고 새로운 요청을 생성합니다. 2. 요청 URL에는 GPT-3 API 엔드포인트를 입력합니다. 예를 들어, https://api.openai.com/v1/chat/completions 유형의 URL을 사용할 수 있습니다. 3. Headers 탭으로 이동하여 Authorization 헤더를 추가합니다. 이 헤더의 값으로는 "Bearer"와 API 키를 조합한 문자열을 사용합니다. 예를 들어, "Bearer abcdefg1234567890"과 같이 입력합니다. 4. Body 탭으로 이동하여 JSON 형식으로 데이터를 입력합니다. 데이터는 GPT-3 모델에 대한 입력 텍스트와 해당 모델에서 얻을 출력의 형식을 지정하는 JSON 객체로 구.. 더보기