본문 바로가기

전체 글

(4)
docker desktop 자원 제한 설정 및 자원 상태 확인 방법 개요 윈도우즈용 docker desktop 가상머신의 메모리용량을 조절 해 보기 위하여 자원조절을 해 보았다. 실습 환경 및 사양 - Windows 11 Home 23H2 22631.2861 - Docker Desktop 4.26.1 (131620) - WSL 버전: 2.0.14.0 자원 설정 상태 확인 - settings > Resources > Advanced - You are using the WSL 2 backend, so resource limits are managed by Windows. - You can configure limits on the memory, CPU, and swap size allocated to WSL 2 in a .wslconfig file⁠. - WSL 2의 경우에..
PowerShell 스크립트 실행 오류 해결 - 이 시스템에서 스크립트를 실행할 수 없으므로 PowerShell 이나 Visual Studio Code의 Terminal에서 스크립트 실행시 발생하는 오류에 대한 해결책을 알아본다. 문제점 발생 1. 애러 메시지(ncu스크립트 실행시) ncu : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Users\username\AppData\Roaming\npm\ncu.ps1 파일을 로드할 수 없습니다. 자세한 내용은 about_Execution_Policies(https://go.microsoft.com/fwlink/?LinkID=135170)를 참조하십시오. 위치 줄:1 문자:1 + ncu + ~~~ + CategoryInfo : 보안 오류: (:) [], PSSecurityException + FullyQualifiedErrorId : Unauth..
React Router v6 Tutorial 리엑트 라우터 v6 용 튜토리얼을 create-react-app 스켈레톤 패키지를 이용하여 실습 해 보았다. 원래 목적은 URL에 따른 컴포넌트 경로 지정 기능만 보면 되었는데... 튜토리얼에 방대한 내용이 있어 흥미가 생겨 끝까지 진행 해 보았다. 단계별로 진행된 커밋 링크를 제공하였다. Remix Software, Inc., Tutorial, 2023-10-28, https://reactrouter.com/en/main/start/tutorial Tutorial v6.17.0 Tutorial Welcome to the tutorial! We'll be building a small, but feature-rich app that lets you keep track of your contacts. We..