일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Lv 2
- db
- programmers
- Ai
- 파이썬
- ubuntu
- LV 0
- Kubernetes
- 자료구조
- 자바
- 깃
- docker
- git
- 쿠버네티스
- DevOps
- 코딩테스트
- 리눅스
- Linux
- github
- 프로그래머스
- mysql
- 정처기
- 알고리즘
- 데이터베이스
- 인공지능
- 코테
- 머신러닝
- 우분투
- Python
- Java
- Today
- Total
목록windows (4)
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' 명령어를 입력하여 정상적으로 설치..
1. JDK Development Kit 17.0.7 다운로드 https://www.oracle.com/java/technologies/downloads/#jdk20-windows Download the Latest Java LTS Free Subscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the experts. www.oracle.com 2. PATH 설정 [시스템 환경 변수 편집] -> [환경 변수] 클릭
JDK 설치 후, Gradle 설치해주세요 :) 2023.05.25 - [Programming/Java] - [ JAVA ] Windows에 JDK Development Kit 17.0.7 설치 [ JAVA ] Windows에 JDK Development Kit 17.0.7 설치 1. JDK Development Kit 17.0.7 다운로드 https://www.oracle.com/java/technologies/downloads/#jdk20-windows Download the Latest Java LTS Free Subscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the..
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