Skip to content

Instantly share code, notes, and snippets.

View klepsydra's full-sized avatar

Marcos Koby klepsydra

  • US
View GitHub Profile
@klepsydra
klepsydra / Alexa-Gemini Step by Step Guide.md
Created November 6, 2025 00:13 — forked from nitefood/Alexa-Gemini Step by Step Guide.md
How to Connect Alexa to Gemini: A Step-by-Step Guide Using n8n

Step-by-Step Setup

  1. Access the Alexa Developer Console: Go to https://developer.amazon.com/alexa/console/ask.
  2. Create a New Skill: Click on Create Skill, give it a name, and choose your preferred language.
  3. Choose a Template: Select the "Start from Scratch" template and leave the rest as the default.

Configure the Skill

@klepsydra
klepsydra / decrap.sh
Created September 4, 2025 17:29 — forked from acosonic/decrap.sh
Ubuntu decrapifier
#!/bin/bash
#this script is intended to decrapify your Ubuntu, stuff like turn off unattended upgrades...
echo 'some of this should be done as root'
echo 'creating pubip'
# Ensure the directory exists
mkdir -p /root/scripts
# Write the script content to the file