본문 바로가기

분류 전체보기313

[OS] 64bit 및 CPU 가상화 기술 지원 여부 확인 (Hardware Virtualization) GRC | SecurAble: Determine Processor Security Features | Modern processors incorporate features beneficial to security. SecurAble displays the status of the three most significant security-related processor features: SecurAble probes the system's processor to determine the presence, absence and operational st www.grc.com 위 페이지에 접속해서 CPU가 64bit 및 가상화 기술을 지원하는지 확인할 수 있다. 위와 같은 화면이 뜨는데, 아래 쪽에 보면 `D.. 2023. 11. 13.
[VSCode] terminal github push git add . git commit -m "수정내용" git push origin 2023. 11. 9.
[ERROR] VSCode yarn install (이 시스템에서 스크립트를 실행할 수 없으므로~ 에러 해결) 👉 문제 PS C:\Users\Documents\카카오워크 받은 파일\web> yarn install yarn : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Users\AppData\Roaming\npm\yarn.ps1 파일을 로드할 수 없습니다. 자세한 내용은 about_Execution_Policies(https://go.microsoft.com/fwlink/?Link ID=135170)를 참조하십시오. 위치 줄:1 문자:1 + yarn install + ~~~~ + CategoryInfo : 보안 오류: (:) [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess yarn install 했는데 실행이 안 됨. 👉 해결 ht.. 2023. 11. 6.
[Rocky Linux] local에 있는 파일 root로 이동 명령어 # 복사 시 cp [로컬경로] [root내이동경로] # 이동 시 mv [로컬경로] [root내이동경로] 예 # root 권한으로 진행 시 mv /home/rocky/index.html /var/www/html 이렇게 하면 로컬에 있는 파일을 root로 옮길 수 있다. rocky linux나 ubuntu나 동일하다. 우분투라면 /home/ubunut가 되겠지. 2023. 11. 2.
[Linux] Ubuntu & Rocky Linux 패키지 업데이트 명령어 1. Ubuntu 패키지 업데이트 sudo apt update 2. Rocky Linux 패키지 업데이트 (8 이상) sudo dnf -y update 2023. 11. 2.
[PuTTY] 푸티 다운로드 `MobaXterm`을 사용하고 있는데, PuTTY를 사용할 일이 생겼어요. 그래서 PUTTY를 다운로드한 후에, PEM키를 넣은 후 기존에 사용하던 서버를 오픈을 해보려고 합니다. 이 페이지에서는 간단하게 PuTTY 다운로드까지만 해보겠습니다. 1. PuTTY 다운로드 Download PuTTY: latest release (0.79) This page contains download links for the latest released version of PuTTY. Currently this is 0.79, released on 2023-08-26. When new releases come out, this page will update to contain the latest, so this is .. 2023. 10. 30.