Windows Subsystem for Linux 2 (WSL2) 설치 방법

전제 조건 최신 Windows 버전:Windows 10 Home, Pro, Enterprise 또는 Education 버전 (버전 호환성 확인)특정 기능을 사용하려면 Insider Program 가입 권장하드웨어 요구 사항:적어도 4GB RAM (추천: 8GB 이상)Hyper-V 지원하는 CPU (최근 AMD 프로세서 및 일부 인텔 프로세서에서 가능)1단계: 기능 업데이트 확인 # 최신 Windows Update 설치 여부 확인 Set-ExecutionPolicy RemoteSigned -Scope CurrentUser 주의: PowerShell 명령어 실행 시 관리자 권한 필요 2단계: WSL 및 Virtual Mac...

Continue reading
  302 Hits
Tags:

컴퓨터 메모리에 대한 이해

Under Linux, all programs run in a virtual memory environment. If a C programmer prints the value of a pointer (never necessary in practice), the result will be a virtual memory address. In Fortran, although pointers are not a standard feature, virtual memory addressing is implicit in every variable reference and subroutine call.

원문: Understanding Memory

  925 Hits
Tags:

자신을 표현합시다.

NEWS섹션은 BLOG섹션과 용도가 같습니다. 누구든지 Blog를 쓸 수 있습니다. 

오른쪽 메뉴섹션에 보시면, Write New Blog가 있습니다. 재미있는 사진이나 유용한 글이 있으면 올려주세요.

  896 Hits
Tags:

언어를 배우는 방법

어떤 방법이 있을까요? 제 생각에는 꾸준히 잊지않고 써보는게 중요한거 같습니다. 일상생활에서의 언어는 일단 의사소통이 중요하지만, 컴퓨터의 언어는 정확한 문법위에 사용해야하는 제약이 있네요.
요즘 C/C++을 아침마다 공부중입니다. 눈에 익지않던 코드들이 이제 눈에 들어옵니다. 대학교때에 처음 Sun Workstation을 통해 C언어를 접한거 같은데, 요즘은 인터넷때문에 좀더 공부하는것이 수월해졌습니다. 

매일 매일 써보는 것, 코딩을 하던, 말을 하던, 그 습관이 중요한거 (외국어든 프로그래밍 언어든지)같습니다.

  1880 Hits