일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 전기차충전
- 안드로이드
- dynamodb
- 보안
- 플라스크
- STM32
- 홈어시스턴트
- raspberry
- YMODEM
- 파이썬
- lambda
- Android
- esp8266
- everon
- flask
- homeassistant
- 전기차충전기
- 에버온
- AWS
- IOT Core
- 펌웨어
- thread
- 충전기
- 완속충전기
- 디자인패턴
- 전기차
- 서버리스
- 라즈베리파이
- 급속충전기
- OCPP
- Today
- Total
목록전체 글 (553)
Louie NRT Story

Writed on 04 NOV 2019 Latest modify on 29 NOV 2019 Device: Raspberry Pi 3 Raspbian Version: 2019-09-26-raspbian-buster-full.zip 1. Install apach2 2. Install mariadb 3. Setting password of root 1) Login mariadb Server using root 2) Change password of root 4. Install php 1) Search latest php version 2) Install php 5. Make phpinfo Page 6. Edit php.ini 1) Modify gd2 2) Install gd of php 3) Restart a..
Writed on 28 OCT 2019 Device: Raspberry Pi 3 Raspbian Version: 2019-09-26-raspbian-buster-full.zip 1. exec if __name__ == "__main__": exec(open("test01.py").read()) 2. subprocess import os import signal import subprocess if __name__ == "__main__": proc = subprocess.Popen("python test01.py", shell=True) pid_ = proc.pid os.system('kill -9 %s' %pid_) Reference: https://docs.python.org/3/library/sub..

Writed on 28 OCT 2019 Device: Raspberry Pi 3 Raspbian Version: 2019-09-26-raspbian-buster-full.zip 1. Install supervisor 2. Make configure file of supervisor - I did that using root account. 3. Modify the configure file - command: Define which command to run - directory: Define which directory to run - autostart: Define wheather this process will also run when the supervisor deamon starts 4. Run..

Writed on 28 OCT 2019 Device: Raspberry Pi 3 Raspbian Version: 2019-09-26-raspbian-buster-full.zip 1. Install Watchdog 2. Start service - This service shows create or modify log at this current directory. 3. Start programming import sys import time import logging from watchdog.observers import Observer from watchdog.events import LoggingEventHandler if __name__ == "__main__": logging.basicConfig..

Writed on 23 OCT 2019 Device: Raspberry Pi 3 Raspbian Version: 2019-09-26-raspbian-buster-full.zip 1. Remove Rainbow Picture - Add commend last line in the file OR use sh that is add commend automatically 2. Remove kernal boot log - Edit pix.script file and cmdline.txt OR use sed that replace text automatically file=/usr/share/plymouth/themes/pix/pix.script sudo sed -i "s/message_sprite = Sprite..

Writed on 23 OCT 2019 Device: Raspberry Pi 3 Raspbian Version: 2019-09-26-raspbian-buster-full.zip 1. Setting Raspberry Pi Configuration. 1) Enable SSH & VNC 2) Wifi Country Code 2. Install 한글 Fonts 3. Update and Upgrade apt-get 4. Service FTP 1) Install FTP Service and modify config file 2) Restart vsftpd Service 3) Check vsftp service 5. Modify Python Symbol Link and pip upgrade 6. change root..

Writed on 23 OCT 2019 Device: Raspberry Pi 3 Raspbian Version: 2019-09-26-raspbian-buster-full.zip 1. Download Raspbian from website; https://www.raspberrypi.org Teach, Learn, and Make with Raspberry Pi – Raspberry Pi Free online courses Join one of our free online training courses and discover a new way to learn about computing and digital making www.raspberrypi.org 2. Download rufus-(version)...
보호되어 있는 글입니다.
보호되어 있는 글입니다.
보호되어 있는 글입니다.