일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 함수
- python
- Class
- variable
- List
- function
- Collection
- texttheme
- 코틀린
- import
- textstyle
- text
- crawler
- 클래스
- 플러터
- map
- 다트
- 크롤러
- 웹크롤러
- DART
- 파이썬
- pushnamed
- Flutter
- ML
- kotlin
- package
- Android
- set
- 콜렉션
- animation
- Today
- Total
목록tips (10)
조용한 담장
tmux를 여러 터미널에서 동시에 다른 환경으로 사용해야 할 상황들이 있다.간단한 예제로 개발할 때는 zsh를, 빌드할 때는 오래된 툴체인 때문에 bash를 사용해야 상황이다. (실제로)한쪽 터미널에서는 build 를 하면서 다른 쪽 터미널에서는 develop을 계속하는 환경이 필요하다.build 중에 종종 튕기는 악조건 이기에 어떻게든 tmux에 매달려야 한다...... (현실) tmux.conf 파일에서 아래와 같이 수정하면 default-shell 은 간단히 수정된다.set-option -g default-shell /bin/zsh 가끔 bash 환경을 써야 할때는 conf 파일을 따로 만들어서 사용하면 된다.tmux -f ~/.tmux_bash.conf zsh 환경을 가끔 쓴다면 반대로 적용하면 ..
System:Virtualbox Guest Ubuntu 20.04 Lot of system reports poped up after log-in. Message contains the words watchdog, soft lockup, stuck for CPU something something... "systemd-logind crashed with sigabrt in epoll_wait()" Host cpu usage goes high, Guest OS no response. Not happen in Ubuntu 18.04. Tried first. [리눅스] watchdog: BUG: soft lockup - CPU#0 stuck for 63s! (sangchul.kr)
Check current(default) location npm config ls -l # linux cache = "/home/sean/.npm" # Windows cache = "C:\\Users\\Sean\\AppData\\Local\\npm-cache" Set config # linux npm config set cache /home/sean/mypath/node/cache --global # windows npm config set cache C:\mypath\node\cache --global
github 에도 추가된 mermaid. Include diagrams in your Markdown files with Mermaid | The GitHub Blog Include diagrams in your Markdown files with Mermaid | The GitHub Blog Mermaid is a JavaScript based diagramming and charting tool that takes Markdown-inspired text definitions and creates diagrams dynamically in the browser. github.blog Markdown 에 텍스트만 가지고 다양한 다이어그램을 넣을 수 있다. https://mermaid-js.github...