모든 panel 에 동일한 command 보내기
setw synchronize-panes on모든 윈도우 보기 및 해당 윈도우로 attach
tmux lstmux attach -t <window index>
1 min read
모든 panel 에 동일한 command 보내기
setw synchronize-panes on모든 윈도우 보기 및 해당 윈도우로 attach
tmux lstmux attach -t <window index>Pip Install Command not Found Error pip install 을 통해 라이브러리를 설치해도 명령어를 찾을 수 없는경우 echo "export PATH=\" python3 -m site user-base /bin:\$PATH\"" >>...
Save Id & Password 메모리에 아이디와 패스워드 저장해놓는 방법은 아래와 같다. 이렇게 하면 git pull 과 같은 credential 정보가 필요할때마다 매번 입력하는 귀찮음은 발생하지 않는다.
반올림 정수 반올림 29 -> 20: ROUND(clicks, -1) 291 -> 300: ROUND(clicks, -2) Reference: gent.tistory.com/241.
Convert DataFrame 을 list of dictionary 로 변경 df.to dict(& 039;records& 039;) records 값은 특정 column 값이 아니다. 그냥 붙이는 것.
커널 재시작 안하고 모듈 불러오기 %load ext autoreload %autoreload 2.
Pods 강제로 내리기 kubectl delete pods <팟이름> grace-period=0 force 외부 연결하기 service 에서 NodePort 를 설정하고, pod 이 어떤 노드에 할당되어 있는지 확인한 뒤에, 해당 노드의 internal ip:port num 형식으로 연결을 시도하면 된다.
:%s/{변경하고자 하는 문자열}/{변경할 문자열} % square bracket [, ] 같은거 매칭되는 부분으로 건너뛰기 Json 자동 포맷팅 :%!python -m json.tool.
추천 시스템 관련된 여러 기업들의 tech blog 들을 모아놓자 기술 블로그를 모아 놓은 github: github.com/seonggwonyoon/techblog SNS 인스타그램: instagram-engineering.com/tagged/machine-learning 페이스북...
aliases: [] tags: [] gdmarmerola.github.io/ .
Float 최솟값 또는 최댓값을 찾기 위해서는 -float(& 039;inf& 039;) 또는 float(& 039;inf& 039;) 를 활용하면 편하다.