Skip to content

Instantly share code, notes, and snippets.

View rfdez's full-sized avatar
🛵
deleting without where

Raúl Fernández Fernández rfdez

🛵
deleting without where
View GitHub Profile
@rfdez
rfdez / Electricity_Notification.json
Last active September 29, 2023 17:33
Electricity Notification n8n Workflow
{
"name": "Electricity Notification",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"triggerAtHour": 21
}
@rfdez
rfdez / 02periodic
Last active February 24, 2023 10:00
Ubuntu local server recommendations
// Control parameters for cron jobs by /etc/cron.daily/apt-compat //
// Enable the update/upgrade script (0=disable)
APT::Periodic::Enable "1";
// Do "apt-get update" automatically every n-days (0=disable)
APT::Periodic::Update-Package-Lists "1";
@rfdez
rfdez / boot_raspberrypi_from_usb.md
Last active February 23, 2023 18:37
Boot a Respberry PI 4 from a USB drive

Directly boot your Raspberry PI 4 from a USB drive

Configure the Raspberry PI 4 to boot from USB

You will need a SD Card. Write one of these bootloader images into the SD Card:

- SD Card Boot – Boot from SD Card if available, otherwise boot from USB.
- USB Boot – Boot from USB if available, otherwise boot from SD Card.

Update the Raspberry PI 4 boot code EEPROM