KumKeeHyun

Results 8 comments of KumKeeHyun

Since the 21st will develope the project, we want to merge the current dev branch into "0.0.1" and add the tag "20th". what do you think about this?

Refer : Kafka monitoring : https://github.com/linkedin/Burrow Golang Kafka module : https://github.com/Shopify/sarama Golang Elasticearch API : https://github.com/elastic/go-elasticsearch

Refer to: https://github.com/uber-go/zap https://github.com/sirupsen/logrus

![Screenshot_20210912-202030_Chrome](https://user-images.githubusercontent.com/44857109/132985569-80156060-8015-46fe-952d-f24f678e6877.jpg) [다운로드 링크](https://github.com/cdr/code-server/releases) [설치방법 링크](https://eungbean.github.io/2019/11/04/remote-vscode/) 그냥 설치해도 될 것 같다

로컬 서버를 외부에서 접속할 수 있게 해주는 무료 서비스가 있다고 한다. [argo tunnel](https://blog.cloudflare.com/a-free-argo-tunnel-for-your-next-project/)

## 웹 기반 terminal 사용하기 [gotty](https://github.com/yudai/gotty) ssh를 사용 못한다? 오히려 좋아 http 감사하다 ```bash cd; mkdir gotty; cd gotty wget https://github.com/yudai/gotty/releases/download/v1.0.1/gotty_linux_arm.tar.gz tar -zxvf gotty_linux_arm.tar.gz rm gotty_linux_arm.tar.gz ```

1. `/etc/systemd/system/`위치에 .service 파일 작성 ``` [Unit] Description=Start Gotty Service - bash [Service] Type=simple User= WorkingDirectory= ExecStart= Restart=on-failure RestartSec=10 [Install] WantedBy=multi-user.target ``` 2. systemd 등록 및 실행 ```bash systemctl enable...

군머 싸지방에서 내 공유기로 접속을 못한다,,, argo 쓰기로함 [대몬 실행파일 다운로드 링크](https://github.com/cloudflare/cloudflared/releases) ``` $ ./cloudflare tunnel --url localhost:8080 ```