728x90 라즈베리파이3 라즈베리파이 - FM 라디오 송신기 만들기 FM 라디오 송신기(fm_transmitter) 필요 패키지 설치 sudo apt-get updatesudo apt-get install make build-essentialsudo apt-get install sox libsox-fmt-mp3 git clone https://github.com/markondej/fm_transmittercd fm_transmittermake 출처: https://blog.ny64.kr/posts/create-an-fm-radio-station-with-raspberry-pi/ make 도중 "transmitter.cpp:36:10: fatal error: bcm_host.h: No such file or directory" 에러가 발생하는 경우 sudo apt-get.. 2024. 8. 10. 라즈베리파이 - sudo apt update "E: 패키지 캐시 파일이 손상되었습니다" 해결 방법 sudo rm -r /var/lib/apt/lists/*sudo apt clean && sudo apt update 출처: https://codeggoon.tistory.com/45 [Raspberry Pi] apt update - Reading package lists...Error! 문제 해결법Raspberry Pi의 운영체제 Linux 배포판(Raspberry Pi for Desktop 또는 라즈비안)을 설치후 시스템 라이브러리 업데이트를 위해 아래의 명령을 실행했는데 패키지 리스트 오류가 발생하였다. $ sudo apt update &&codeggoon.tistory.com 2024. 8. 10. 리눅스 - 라즈베리파이 프록시 서버 설치하기(Privoxy) Privoxy 설치 sudo apt install privoxy -y 설정 파일 수정 sudo nano /etc/privoxy/config listen-address :8118 위와 같이 수정해 준다. Privoxy 재시작 sudo systemctl restart privoxy 참고: https://www.howtogeek.com/683971/how-to-use-a-raspberry-pi-as-a-proxy-server-with-privoxy/ How to Use a Raspberry Pi as a Proxy Server (with Privoxy) A Raspberry Pi proxy server allows you to control the websites people can visit. It can .. 2023. 2. 26. 이전 1 다음 728x90