- Today
- Total
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- rocky linux
- 1773번
- 백준 JAVA
- jaekjoon java
- linux
- jenkins
- javascript
- MAC
- putty
- Oracle
- 제수가 0입니다
- SVN
- java
- baekjoon
- 사용법
- docker
- bekjoon
- install
- subversion
- 메뉴얼
- DBeaver
- 백준 java jaekjoon JAVA
- ora-01476
- 환경번수
- jsonb select
- Rocky Linux 9
- 백준
- boj
- 자바
- PostgreSQL
목록2025/01 (2)
기록하는 개발자
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bGhp8v/btsLOTHJtBB/Aiy7UD8VrcNpOELJeaqyPK/img.png)
다운로드 url 복사사이트 접속https://brew.sh/ HomebrewThe Missing Package Manager for macOS (or Linux).brew.sh다운로드 url 복사패스워드 입력엔터 입력하단 내용은 패스 미설정 경고Warning: /opt/homebrew/bin is not in your PATH. Instructions on how to configure your shell for Homebrew can be found in the 'Next steps' section below.vim 설치brew install vim패스 설정zsh 수정vi ~/.zshrcexport PATH=/opt/homebrew/bin:$PATH확인kitseok@172 ~ % echo $PATH..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/o19Mq/btsLOXi0X8o/TZ3ibsIy5wqwEqMaQ96IK1/img.png)
ColimaColima 설치간단한 CLI환경에서 도커 컨테이너를 실행할 수 있는 오픈소스kitseok@172 ~ % brew install colima==> Downloading https://formulae.brew.sh/api/formula.jws.json######################################################################### 100.0% ... 중략 ...To start colima now and restart at login: brew services start colimaOr, if you don't want/need a background service you can just run: /opt/homebrew/opt/co..