- wifi rgb
- soldador
- estaño
- 4 cables macho-macho (que se van a soldar y desoldar de la placa del wifi rgb)
- 4 cables hembra-macho
- breadboard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [[ ! $UID -eq 0 ]] | |
then | |
echo "Must run as root!" | |
exit 1 | |
fi | |
fingerprintNotMatch() { | |
echo 'WARNING, Fingerprint NOT MATCH, exiting!' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -ex | |
ssh-keygen -f "$HOME/.ssh/github.priv" | |
mv "$HOME/.ssh/github.priv.pub" "$HOME/.ssh/github.pub" | |
echo "Host github.com" >> "$HOME/.ssh/config" | |
echo " IdentityFile ~/.ssh/github.key" >> "$HOME/.ssh/config" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: Disable the rule == Enable internet | |
set RULE_NAME=GTA5_BLOCK | |
netsh advfirewall firewall set rule name="%RULE_NAME%" dir=in new enable=no | |
netsh advfirewall firewall set rule name="%RULE_NAME%" dir=out new enable=no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<!-- | |
YOUTUBE STUDIO CLASSIC REDIRECTOR | |
Open this file on your web browser and it will redirect to the Classic Youtube Studio webpage. | |
Created by https://github.com/David-Lor | |
--> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
CRYFS_DIR="$1" | |
CRYFS_DIR_NAME=$(basename "${CRYFS_DIR}") | |
CRYFS_MOUNT_DIR="$HOME/cryfs_${CRYFS_DIR_NAME}" | |
if [ -z "${CRYFS_DIR}" ] | |
then | |
echo "No route specified!" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# This script subscribes to a MQTT topic using mosquitto_sub. | |
# On each message received, you can execute whatever you want. | |
while true # Keep an infinite loop to reconnect when connection lost/broker unavailable | |
do | |
mosquitto_sub -h "127.0.0.1" -t "test" | while read -r payload | |
do | |
# Here is the callback to execute whenever you receive a message: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Quitar popup cupones Aliexpress | |
// @version 1 | |
// @grant none | |
// @match https://*.aliexpress.com/* | |
// ==/UserScript== | |
(function() { | |
'use strict'; | |
document.onreadystatechange = function() { |
Sonoff Touch · arendst/Sonoff-Tasmota Wiki · GitHub
Abrir el Sonoff Touch y localizar los 4 pines (3V3, GND, RX, TX)