JONSEOK

Install Home Assistant Supervised

✔참고 사이트:   https://github.com/home-assistant/supervised-installer   https://docs.jethome.ru/en/controllers/linux/howto/zigbee2mqtt.html   https://www.zigbee2mqtt.io/guide/configuration/homeassistant.html   https://www.zigbee2mqtt.io/guide/usage/integrations/home_assistant.html   https://rayblog.tistory.com/m/207 ✔사용한 장비:   Raspberry Pi 4 Model B 4GB RAM / OS: Raspberry Pi OS Lite-Debian 12 (bookworm)   SONOFF Zigbee 3.0 USB Dongle Plus V2 / SoC: EFR32MG21 ✔HASS: Home ASSistant —————————————————————————— 1.Home Assistant 종류   Home Assistant Core: 기본 기능만 탑재 […]

Install Home Assistant Supervised 더 읽기"

SONOFF ZBDongle-E 펌웨어 업그레이드

SONOFF Zigbee 3.0 USB Dongle Plus V2 ■펌웨어 다운로드:https://github.com/darkxst/silabs-firmware-builder/tree/main/firmware_builds/zbdonglee ■매뉴얼 다운로드:https://sonoff.tech/wp-content/uploads/2022/11/SONOFF-Zigbee-3.0-USB-dongle-plus-firmware-flashing-.pdf ■플래싱 절차python3 -m venv /root/venvsource /root/venv/bin/activatepip install universal-silabs-flasheruniversal-silabs-flasher –verbose –device /dev/ttyUSB0 –bootloader-reset sonoff flash –firmware ncp-uart-hw-v7.4.4.0-zbdonglee-115200.gbl

SONOFF ZBDongle-E 펌웨어 업그레이드 더 읽기"

9 in 1 Air Quality Detector

■제품명: 9 in 1 Air Quality Detector■모델명: 2CO9■측정 범위 ▣PM2.5-초미세먼지: 0~1000㎍/㎥  •국내 가이드라인 35㎍/㎥ 이하 ▣PM1.0-초초미세먼지: 0~1000㎍/㎥ ▣PM10-미세먼지: 0~1000㎍/㎥  •국내 가이드라인 100㎍/㎥ 이하 ▣CO-일산화탄소: 0~500ppm  •국내 가이드라인9ppm 이하 ▣CO2-이산화탄소: 400~6000ppm  •~450 ppm 건강한 환기 관리가 된 레벨  •~1000 ppm 건강 피해 없지만 불쾌감 느낌 ▣HCHO-포름알데히드: 0~0.6㎎/㎥  •국내 가이드라인 0.015㎎/㎥ 이하 ▣TVOC-총휘발성유기화합물: 0~2.0㎎/㎥  – 국내 가이드라인

9 in 1 Air Quality Detector 더 읽기"

Install Home Assistant Core

참고: https://www.home-assistant.io/installation/odroid테스트 장비: Orange Pi Zero2 1. 기본 요구사항  Ubuntu 24.04 이상  Python 3.12 이상 2. 필요한 리눅스 패키지 설치  apt install -y python3 python3-dev python3-venv python3-pip bluez libffi-dev libssl-dev libjpeg-dev zlib1g-dev autoconf build-essential libopenjp2-7 libturbojpeg0-dev tzdata ffmpeg liblapack3 liblapack-dev libatlas-base-dev  apt install -y libtiff6 3. 사용자 추가  useradd –system –create-home -c “Home Assistant” -d

Install Home Assistant Core 더 읽기"

리눅스 사운드 제어

리눅스에서 사운드를 재생하기 위해서는 ALSA와 pulseaudio가 정상 동작 중이어야 한다. ■ALSA란?ALSA(Advanced Linux Sound Architecture)는 사운드 카드 장치 드라이버를 위한 애플리케이션 프로그래밍 인터페이스(API)를 제공하는 소프트웨어 프레임워크로 리눅스의 ALSA 커널 드라이버와 사용자 영역을 인터페이스 한다. https://mediaframework-world.tistory.com/31https://github.com/alsa-project/alsa-lib # 리눅스에서 사운드 커널 드라이버 정상동작 확인 방법https://help.ubuntu.com/community/SoundTroubleshooting aplay -llspci -v | grep -A7 -i “audio” ■pulseaudio펄스오디오(PulseAudio)는 네트워크 기능이 있는 사운드

리눅스 사운드 제어 더 읽기"

PowerShell 배우기

출처: https://windowsforum.kr/lecture/20905473 Powershell 시작https://learn.microsoft.com/ko-kr/powershell/scripting/learn/ps101/01-getting-started?view=powershell-7.4 명령어 검색 명령https://learn.microsoft.com/ko-kr/powershell/module/microsoft.powershell.core/get-command?view=powershell-7.4 도움말 검색 명령어https://learn.microsoft.com/ko-kr/powershell/module/microsoft.powershell.core/get-help?view=powershell-7.4 변수https://learn.microsoft.com/ko-kr/powershell/module/microsoft.powershell.core/about/about_variables?view=powershell-7.4 IF 문https://learn.microsoft.com/ko-kr/powershell/scripting/learn/deep-dives/everything-about-if?view=powershell-7.4 연산자https://learn.microsoft.com/ko-kr/powershell/module/microsoft.powershell.core/about/about_operators?view=powershell-7.4 for문https://learn.microsoft.com/ko-kr/powershell/module/microsoft.powershell.core/about/about_for?view=powershell-7.4 foreach문https://learn.microsoft.com/ko-kr/powershell/module/microsoft.powershell.core/about/about_foreach?view=powershell-7.4

PowerShell 배우기 더 읽기"

윈도우 무인설치를 위한 Windows ADK 사용 방법

이 과정은 신규 윈도우 이미지를 다운로드 받아 윈도우 설치 시 여러가지 질문없이 자동으로 설치되도록 unattend 파일을 생성한다. 생성된 autounattend.xml 파일은 sysprep 시 적용하여 윈도우 설치 이미지인 install.wim에 포함된다. 0. 준비물:   install.wim 1. Windows ADK 다운로드   Windows ADK 설치: 자신의 윈도우 버전을 미리 조사하고 맞는 버전으로 설치한다.   https://docs.microsoft.com/ko-kr/windows-hardware/get-started/adk-install 2. 설치   "배포 도구"만

윈도우 무인설치를 위한 Windows ADK 사용 방법 더 읽기"

OpenWRT 지원 공유기 목록

ASUS TUF Gaming AX6000240,000원https://openwrt.org/toh/asus/tuf-ax6000https://www.coupang.com/vp/products/8040645350 ASUS RT-AX53U84,000원https://openwrt.org/toh/asus/rt-ax53uhttps://www.coupang.com/vp/products/7337823596 TP-LINK Archer AX2350,000원https://openwrt.org/toh/tp-link/archer_ax23_v1https://www.coupang.com/vp/products/6249383460 TP-LINK Archer C5024,000원https://openwrt.org/toh/tp-link/archer-c50https://www.coupang.com/vp/products/3648197 TP-LINK TL-WR940N23,000원https://openwrt.org/toh/tp-link/tl-wr940nhttps://www.coupang.com/vp/products/25229673

OpenWRT 지원 공유기 목록 더 읽기"

[Fortify] SSC Database Upgrade

1. MySQL Database 백업  mysqldump –single-transaction –routines –triggers –max_allowed_packet=2048M -u root -p<Password> db_ssc_2222 > 20240801_ssc_backup.sql 2. SSC 설치 진행  Database 항목에서 DB Connection 테스트 후 우측하단 스크립트 다운로드에서 ssc-migration.sql 다운로드  (하단 그림 참고) 3. ssc-migration.sql 스크립트로 DB 마이그레이션 진행  mysql -u root -p<Password> db_ssc_2222 < ssc-migration.sql   만일 오류 발생 시 아래의 스크립트를 실행하여 원상

[Fortify] SSC Database Upgrade 더 읽기"

Software RAID 구성 (mdadm)

■ RAID-0 대상 디스크 (RAID Level: https://namu.wiki/w/RAID)/dev/sdb 500GB/dev/sdc 500GB 1.mdadm 설치  yum -y install mdadm  apt -y install mdadm 2.대상 디스크 파티션 삭제  dd if=/dev/zero of=/dev/sdb bs=1024 count=1  dd if=/dev/zero of=/dev/sdc bs=1024 count=1 3.RAID 타입으로 파티셔닝  # fdisk /dev/sdb (같은 방법으로 sdc도 파티셔닝)     Welcome to fdisk (util-linux 2.32.1).    Changes will remain in

Software RAID 구성 (mdadm) 더 읽기"

[Fortify] SCA/SSC 데모 라이선스 신청

https://microfocus.my.site.com/-> Sign in로그인 후 파트너 포털로 연결됨. Sales Tools > Enablement & Demonstrations Cybersecurity > Access Demo Software & Licenses Application Security > Fortify Partner Evaluation Sub SW E-LTU Submit Request for Software Eval  Quantity*: 1  Confirm ————————————————- https://sld.microfocus.com/계정 선택: JonSeok_Lee_Personal_Account  “↓다운로드” 클릭    제품: Fortify Static Code Analyzer    제품 이름 : Fortify Partner

[Fortify] SCA/SSC 데모 라이선스 신청 더 읽기"

WordPress Astra 테마 검색불가 버그

vi /var/www/blog/wp-content/themes/astra/inc/core/common-functions.php 949번째 줄로 이동 $title = apply_filters( ‘astra_the_search_page_title’, sprintf( /* translators: 1: search string */ astra_get_option( ‘section-search-page-title-custom-title’ ) . ‘ %s’, ‘<span>’ . get_search_query() . ‘</span>’ ) ); . ‘ %s’ 제거 $title = apply_filters( ‘astra_the_search_page_title’, sprintf( /* translators: 1: search string */ astra_get_option( ‘section-search-page-title-custom-title’ ) , ‘<span>’ . get_search_query() . ‘</span>’ ) );

WordPress Astra 테마 검색불가 버그 더 읽기"

위로 스크롤