December 27, 2024
Raspberry Pi Cheat Sheet
Turn off Power and Activity LED
- Edit
config.txtin/boot/firmware(withsudo vi /boot/firmware/config.txt) - add the following line
- reboot the system
Turn off PWR LED
dtparam=pwr_led_activelow=off
Turn off ACT LED
dtparam=act_led_trigger=none
dtparam=act_led_activelow=off
Portainer
Tool for Docker management with GUI makes life more easier.
n8n
Stop boring routine with open-source Workflow automation
- API request & calculate & send webhook to Discord
- Google Sheet Integration
- (Paid) Can use OpenAI API to leverage with LLM!