일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 우분투
- ubuntu
- 파이썬
- docker
- 코딩테스트
- 인공지능
- Python
- 자료구조
- Kubernetes
- Lv 2
- 머신러닝
- programmers
- 코테
- Java
- 알고리즘
- 자바
- 정처기
- 깃
- Linux
- LV 0
- Ai
- github
- 프로그래머스
- git
- 데이터베이스
- db
- 리눅스
- 쿠버네티스
- mysql
- DevOps
Archives
- Today
- Total
목록윈도우 (2)
Myo-Kyeong Tech Blog

Git 설치하기 https://git-scm.com/download/win Git - Downloading Package Download for Windows Click here to download the latest (2.40.1) 32-bit version of Git for Windows. This is the most recent maintained build. It was released 30 days ago, on 2023-04-25. Other Git for Windows downloads Standalone Installer 32-bit Git for Win git-scm.com Git 버전 확인 설치가 완료되면 터미널을 열고 'git --version' 명령어를 입력하여 정상적으로 설치..
Git
2023. 5. 25. 19:14

1. VirtualBox에서 [설정] -> [저장소] -> [비어있음] -> VBoxLinuxAdditions.iso 추가하기 ※ VBoxLinuxAdditions.iso 파일 위치 -> C:/programFiles\oracle\VirtualBox $ mount -r /dev/cdrom /media $ cd /media $ ./VBoxLinuxAdditions.run 2. 윈도우에서 파일 ( win ) 생성하기 3. VirtualBox에서 [설정] -> [공유 폴더] -> win 폴더 추가 자동마운트, 항상사용하기 체크하기 4. mount 하기 $ mkdir /yes $ mount -t vboxsf win /yes
리눅스
2023. 4. 27. 21:40