황황동천inheeyo.hashnode.dev·Oct 31, 2023 · 1 min readParallels FT232R driver installation (USB TTL UART)Download and unzip the driver. https://ftdichip.com/wp-content/uploads/2022/02/CDM-v2.12.36.4-for-ARM64-Signed-Distributable.zip Then goto ARM64 > Release Right click FTDIBUS.inf and click Install and the same on FTDIPORT.inf Done Reference https:...00
황황동천inheeyo.hashnode.dev·Oct 20, 2023 · 1 min readZitadel 설정내부 인프라 설계 작업중에 User 인증, 권한과 더불어 서비스 유저(machine-to-machine M2M 인증)를 관리할 플랫폼이 필요했다. 여러가지가 있는데, 사용하고 있는 Netbird에서 Zitadel을 기본 예제로 줘서 Zitadel을 설치하는 과정을 남겨본다 설치 간편하게 docker compose 활용해 설정한다. https://zitadel.com/docs/self-hosting/manage/configure#passing-t...00
황황동천inheeyo.hashnode.dev·Oct 17, 2023 · 1 min readMariaDB Slow query 찾기https://mariadb.com/kb/en/slow-query-log-overview/ slow_query_log: slow query log 활성화 long_query_time: 슬로우 쿼리 기준 시간 log_output: TABLE or FILE log_queries_not_using_indexes: 인덱스 안타는 쿼리 # Variable 설정 (1.0초 넘거나, 인덱스 안타는 쿼리를 테이블에 기록) SET GLOBAL slo...00
황황동천inheeyo.hashnode.dev·Oct 16, 2023 · 2 min readGraylog 설정(Demo purpose)현장에 설치하는 Linux IoT 장치 운용시 로그 수집은 필수라고 생각한다. 장치 대수가 적을땐 SSH로 직접 확인할 수 있겠으나, 그것도 10대 넘어가기 시작하면 머리가 아파오기 시작한다. 그래서 Graylog 도입을 위해 설치를 해보려고 시도 한 기록이다. Requirement REST API 통해서 다른 Internal Tool에서 확인할 수 있어야 함 특정 이슈 발생 개발자/현장 서비스팀에 알림 전달 등을 위해 다양한 Log c...00