일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 클라우드#클라우드서비스#클라우드개념#IaaS#Paas#Saas
- k8s
- EKS란
- java
- docker #k8s #배포하기
- Mysql #RDBMS #설치 #기동 #설정
- React#기초#JS#JavaScrip#개념
- 모니터링 #k8s #prometheus #metricbeat #elasticsearch #logstash
- JDK1.8
- WEB #HTTP #HTTPS #SSL #통신개념
- abstract
- ssl #개인키 #공개키
- MySQL 5.7 #MySQL 8.0 #차이점 #업그레이드
- ssh #pem
- interface
- MQ#MOM#메시지지향미들웨어#Kafka#ActiveMQ#rabbitMQ
- Oracle #ANSI #SQL #JOIN
- Vuejs#JavaScript#프레임워크#개요#개념
- SSH #공개키인증
- X.25
- React
- REST#SOAP#API
- 오라클#튜닝
- 이펙티스자바
- JPA #생명주기
- MQM #웹서버
- memory #리눅스 #자원관리
- non-locking
- React #생명주기
- cors #Authorization
- Today
- Total
개발노트
Mac 초기 설정 본문
1. Macs Fan Control
맥북 팬 속도 제어 프로그램
https://crystalidea.com/macs-fan-control
left side - GPU PECI 45-80
right side - CPU PECI 45-80
2. Alfred
필수
설정 - 키보드 - 단축키 - Spotlight 에서 체크 해제
알프레드 단축키 command + space로 설정
3. Keka
4. AppCleaner
https://freemacsoft.net/appcleaner/
5. Typora
6. Terminal Setting
- Homebrew (https://brew.sh) (Mac OS) [필수]
- Iterm2 (https://iterm2.com) & Tmux (https://github.com/tmux/tmux) & Ohmyzsh (https://github.com/ohmyzsh/ohmyzsh) (Mac OS) [강력 추천]
D2Coding Font
https://github.com/naver/d2codingfont
agnoster theme
vi ~/.zshrc # 수정 ZSH_THEME=”agnoster” source ~/.zshrc
기기 이름 지우기
vi ~/.zshrc # 추가 prompt_context() { if [[ "$USER" != "$DEFAULT_USER" || -n "$SSH_CLIENT" ]]; then prompt_segment black default "%(!.%{%F{yellow}%}.)$USER" fi }
syntax-highlighting, autosuggestions
# 플러그인 디렉토리로 이동 cd /Users/dwkang/.oh-my-zsh/custom/plugins # zsh-syntax-highlighting 설치 git clone <https://github.com/zsh-users/zsh-syntax-highlighting.git> # zsh-autosuggestions 설치 git clone <https://github.com/zsh-users/zsh-autosuggestions> vi ~/.zshrc # 수정 plugins=( git zsh-syntax-highlighting zsh-autosuggestions )
'MACBOOK' 카테고리의 다른 글
Mac OS에 JDK 설치하기 (0) | 2020.12.12 |
---|