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

1. 테스트 환경 만들기 1) Visual Studio 를 다운로드함 - https://visualstudio.microsoft.com/ko/downloads/ 다운로드 | IDE, Code & Team Foundation Server | Visual Studio Visual Studio Community, Professional 및 Enterprise를 다운로드하세요. 지금 무료로 Visual Studio Code 또는 Team Foundation Server를 체험해 보세요. visualstudio.microsoft.com 2) IDA 프로그램을 다운로드함 - https://www.hex-rays.com/products/ida/support/download.shtml IDA Support: Downl..

Writed on 06 NOV 2019 Device: Raspberry Pi 3 Raspbian Version: 2019-09-26-raspbian-buster-full.zip 1. Install unclutter 2. Set unclutter - Add "@unclutter -idle 0.1" 3. Result - That can be small point like dot. But if you move mouse pointer this will be original point short time. ==================================================================== 1. Modify "lightdm.conf" 2. Result - Eliminate ..

Writed on 06 NOV 2019 Device: Raspberry Pi 3 Raspbian Version: 2019-09-26-raspbian-buster-full.zip 1. Auto-hide the taskbar - right mouse click on taskbar 2. Remove taskbar - Add "#" infront of @lxpanel 3. Information

Writed on 06 NOV 2019 Device: Raspberry Pi 3 Raspbian Version: 2019-09-26-raspbian-buster-full.zip 1. Control screen ON of OFF - echo 0 mean Display ON - echo 1 mean Display OFF Reference: https://scribles.net/controlling-display-backlight-on-raspberry-pi/ Controlling Display Backlight on Raspberry Pi This is how to turn on and off backlight on Raspberry Pi for the official 7-inch touchscreen di..

Writed on 06 NOV 2019 Device: Raspberry Pi 3 Raspbian Version: 2019-09-26-raspbian-buster-full.zip 1. Can modify LDXE mean xWindow of configuration file 2. Setting init desktop configuration

Writed on 06 NOV 2019 Device: Raspberry Pi 3 Raspbian Version: 2019-09-26-raspbian-buster-full.zip 1. Change wallpaper using cli 2. Change wallpaper using GUI - Location of default wallpaper of picture Reference: https://www.raspberrypi.org/forums/viewtopic.php?t=174165

Writed on 06 NOV 2019 Device: Raspberry Pi 3 Raspbian Version: 2019-09-26-raspbian-buster-full.zip 1. Install xscreensaver 2. Setting xscreensaver 1) Click menu 2) Change mode and pic 3) Setting advance mode 4) xscreensaver maker 3. Description - The xscreensaver waits until the keyboard and mouse have been idle for a period and then runs a graphics demo. It turns off as soon as there is any mou..

Writed on 04 NOV 2019 Device: Raspberry Pi 3 Raspbian Version: 2019-09-26-raspbian-buster-full.zip 1. Add chromium-browser Reference: https://www.raspberrypi.org/forums/viewtopic.php?t=232878

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..