일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 데이터베이스
- programmers
- db
- git
- 머신러닝
- LV 0
- Kubernetes
- 파이썬
- 깃
- Python
- 프로그래머스
- mysql
- 정처기
- 자바
- 쿠버네티스
- Lv 2
- Java
- DevOps
- ubuntu
- 알고리즘
- docker
- 리눅스
- 자료구조
- Linux
- 코테
- 코딩테스트
- Ai
- 우분투
- 인공지능
- github
Archives
- Today
- Total
목록윈도우 (2)
Myo-Kyeong Tech Blog
[ Git / GitHub ] Git 과 GitHub repository 연동① - Windows 10 에 Git 설치
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
[리눅스] 윈도우 마운트 ( Ubuntu 22.04 )
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