운영체제/Windows 6

Windows 10에서 ubuntu (linux termianl) 사용하기

Windows10에서는 ubuntu terminal을 지원한다. Windows 설정에서 'Windows 기능 켜기/끄기'를 검색해서 들어간다 ubuntu terminal을 사용하기 위한 linux용 windows 하위 시스템을 체크하고 재부팅하기 https://www.microsoft.com/en-us/p/ubuntu/9nblggh4msv6?activetab=pivot:overviewtab 재부팅 후 ubuntu를 다운받는다 >> pwd 현재 위치를 확인하고 default로 /root에 위치해 있는 것 같다 윈도우 폴더 접근 방법은 /mnt에 들어가면 C:드라이브, D:드라이브 등 컴퓨터에 잡혀있는 하드들이 뜬다. >> sudo apt-get update >> sudo apt-get upgrade 혹시 ..

Windows에서 Linux Terminal 사용하기 - Cygwin 설치, Cygwin Home 폴더 변경

- cygwin 설치 https://cygwin.com/install.html Cygwin Installation Cygwin Get that Linux feeling - on Windows Installing and Updating Cygwin Packages Installing and Updating Cygwin for 64-bit versions of Windows Run setup-x86_64.exe any time you want to update or install a Cygwin package for 64-bit windows. The signature cygwin.com 운영체제에 맞는 cygwin 다운받기 그냥 현재 연결된 인터넷 사용하기 어디서 다운로드 받을지 정하는 건데 딱히 큰 상관..

Windows gcc, g++ 설치하기 (MinGW)

- 64bit http://mingw-w64.org/doku.php/download/mingw-builds Mingw-builds [mingw-w64] mingw-w64.org 위 사이트에 들어가서 Sourceforge를 눌러준다 그럼 .exe가 다운로드 됨! Architecture를 64bit로 바꿔주고 install - 32bit https://osdn.net/projects/mingw/releases/ Download File List - MinGW - Minimalist GNU for Windows - OSDN Download File List - MinGW - Minimalist GNU for Windows #osdn osdn.net 위 링크에 들어가서 다운 받기 Install을 누르고 저장할 ..

Git bash 다운받기 (Git for Windows)

https://gitforwindows.org/ - Additional icons : 바탕화면에 아이콘 생성 - Windows Explorer integration : 오른쪽 마우스 클릭시 Git 연결 기능 제공 - Git LFS : 용량이 큰 파일 지원 - Associate .git* configuration files with the default text editor : .git* 구성파일을 기본 텍스트 편집기와 연결 - Associate .sh files to be run with Bash : Bash와 같이 실행될 .sh 파일 연결 -Use a TrueType font in all console windows : 모든 윈도우 콘솔창에서 올바른 글꼴 사용 - Check daily for Git f..