목록전체 글 (139)
HEROJOON 블로그(히로블)
방법1. 작업관리자 창에서 확인 작업관리자 열기 (단축키: Ctrl - Shift - Esc) 방법2. CMD창에서 확인 : cmd창에 아래 명령어 입력하여 CPU Core 개수 확인 - cmd 명령어: wmic cpu get NumberOfCores
1. nvm 설치 설치 가이드 링크: https://github.com/nvm-sh/nvm#installing-nvm-on-alpine-linux GitHub - nvm-sh/nvm: Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions - GitHub - nvm-sh/nvm: Node Version Manager - POSIX-compliant bash script to manage multiple active nod... ..
심볼릭 링크는 원본 폴더를 구분이 쉬운 이름으로 연결하여 원본을 참조할 수 있도록 제공하는 기능입니다. 원본을 참조하여 내가 원하는 여러 이름으로 사용할 수 있습니다. ln -s [참조할 디렉토리나 파일명] [심볼릭 링크명] ex) ln -s node-v14.17.6-linux-x64 node14
1. cat /proc/version 명령어로 linux os, version 확인 2. nginx 공식 홈페이지에서 linux os, version에 맞는 방법으로 설치 https://www.nginx.com/resources/wiki/start/topics/tutorials/install/#official-red-hat-centos-packages Install | NGINX There are currently two versions of NGINX available: stable (1.20.x), mainline (1.21.x). The mainline branch gets new features and bugfixes sooner but might introduce new bugs as well...
GitHub에 Push하려고 할 때 기존에는 username, password로 push가 되었지만, 어느 순간부터 push가 되지 않으면서 아래와 같은 에러가 출력되었습니다. 1. Error명 C:\Users\herojoon\IdeaProjects\sameple-project>git push -u origin master Logon failed, use ctrl+c to cancel basic credential prompt. Username for 'https://github.com': herojoon432@gmail.com Password for 'https://herojoon432@gmail.com@github.com': remote: Support for password authenticatio..
네이버 클라우드 플랫폼 공식 홈페이지 접속: https://www.ncloud.com/ NAVER CLOUD PLATFORM cloud computing services for corporations, IaaS, PaaS, SaaS, with Global region and Security Technology Certification www.ncloud.com 오른쪽 상단 [Console] 버튼 클릭 [Products & Services] -> [Server] 클릭 생성해둔 Server -> [포트 포워딩 정보]를 보시면 [서버 접속IP와 접속Port]가 있습니다. [서버 접속IP, 접속Port] 입력하여 서버 접속합니다. 서버 접속을 하면 아래와 같이 서버 로그인 정보(Username, Password..
목표 vscode에서 터미널을 보면 powershell이 기본값으로 셋팅되어 있습니다. powershell을 cmd 혹은 다른 옵션으로 변경해보겠습니다. [vscode 툴] - [터미널] - [새 터미널] 으로 터미털 창을 열어줍니다. 아래 터미널 창 명령어 인터프리터 기본값을 보면 "powershell"로 되어 있습니다. [파일] - [기본 설정] - [설정] [shell]검색 - [Terminal > Integrated > Default Profile: Windows]에서 [Command Prompt] 선택 후 vscode 재부팅 합니다. 재부팅 후 터미널의 명령어 인터프리터가 cmd로 변경되었습니다.