본문 바로가기

LEARN190

[Windows] Apache 설치 및 실행 💡 Windows에 Apache 설치 Apache VS17 binaries and modules download www.apachelounge.com `Apache` 홈페이지 이동 `httpd-2.4.58-win64-VS17.zip` 을 다운로드 한다. `httpd-2.4.58-win64-VS17`의 압축을 푼다. 압축 푼 디렉토리 진입 시, `Apache24` 디렉토리가 있다. C드라이브로 옮긴다. 👉 conf > httpd.conf 수정 Define SRVROOT 부분을 빨간 네모 박스처럼 수정한다. Windows는 슬래시가 아니라 역슬래시다! 백스페이스 옆에 있는 거! 👉 Apache install # 경로 -> C:\Apache2\bin httpd.exe -k install 그리고 바로 insta.. 2023. 11. 16.
[Windows] 아파치 버전 정보 클라우드: 카카오 클라우드 os: Windows Image: Windows Server 2022 - Standard Edition Apache/2.4.58 (Win64) 2023. 11. 16.
[OS] CPU 싱글코어, 멀티코어 싱글코어 (Single-Core) 1개의 CPU에 하나의 코어만 있는 것 멀티코어 (Multi-Core) 두 개 이상의 코어가 있는 CPU를 멀티코어라고 부름 멀티코어 듀얼 코어 (Dual-Core): 코어 2개 트리플 코어 (Triple-Core): 코어 3개 쿼드 코어 (Quad-Core): 코어 4개 헥사 코어 (Hexa-Core): 코어 6개 옥타 코어 (Octa-Core): 코어 8개 12-코어 (12-Core): 코어 12개 16-코어 (16-Core): 코어 16개 2023. 11. 13.
[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.