- 전처리 작업 등을 local에서 할 때, 꺼지지 않게
- 원격 서버라면
tmux
를 사용하면 됨
caffeinate
ls -l | grep ^- | wc -l
- 리눅스 시스템 전체의 디스크 사용량을 알 수 있음
-h
옵션은 Mb, Gb 단위로 바꿔서 확인해주는 옵션
df -h
- cat과 유사하지만 syntax highlight가 적용되어 출력하는 명령어
brew install bat
bat <file>
팁으로 이걸 cat에 alias하면 좋습니다.
alias cat="bat"
- iterm preferences > Profiles > Working Directory > Advanced Configuration에서 edit
- Working Directory for New Tabs를 Reuse previous sessions's directory로 변경
- 바로가기를 만드는 것이다.
ln -s [target path] [source path]
- jupyter notebook에서 pip로 라이브러리 설치 시, output 때문에 내용이 보기 어려운 경우가 많다.
- 물론 shell에서도 마찬가지.
- 이럴 때는
-q
,-qq
,-qqq
옵션을 주어 output을 생략할 수 있다.-q
: WARNING,ERROR,CRITICAL-qq
: Error, CRITICAL-qqq
: CRITICAL
pip install -qqq <library>
- tmux에서 마우스를 사용하기 위해
.tmux/.tmux.conf.local
에서 주석처리 제거
# start with mouse mode enabled
set -g mouse on
- json을 이쁘게 보여줌
brew install jq
jq test.json
- 개발 폰트 추천
- naver/d2codingfont