Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
29 | 30 | 31 |
Tags
- STM32F4
- 오렌지파이
- odroid-x2
- orange pi
- nano
- BLE
- ruby on rails
- RUBY
- uno
- Python
- mqtt
- dht11
- Raspberry Pi
- Android
- rails
- java
- ubuntu
- IOT
- Arduino
- Raspberry Pi 3
- 라즈베리파이
- python3
- 아두이노
- Nginx
- parser
- Server
- JSON
- Beacon
- flask
- 개발환경
Archives
- Today
- Total
목록Server Tech (2)
[熱情]
서버 관리 프로그램
SENTRY https://sentry.io/welcome/ New Relic https://newrelic.com/ Kibana https://www.elastic.co/kr/products/kibana
Server Tech/server 관리
2017. 12. 4. 14:03
Docker raspberry pi
https://youtu.be/HsrwrBjkdrU blog.hypriot.com 1. Raspbian jessie lite install 2. updata OS $ sudo apt-get update$ sudo apt-get upgrade$ sudo shutdown -new 3. install docker arm architecture of the raspberry $ curl -sSL https://get.docket.com | sh 4. docker demons running $ sodu docker info $ sudo docker run hello-world $ sudo docker info $ sudo docker run hello-world ; error~~~ T_T https://hub.d..
Server Tech/Docker
2017. 11. 9. 15:15