Skip to content

Instantly share code, notes, and snippets.

View rje1974's full-sized avatar
🎯
Focusing

Juan Eduardo rje1974

🎯
Focusing
View GitHub Profile

Setup Microsoft SQL Server on Ubuntu 20.04

✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨
YouTube Setup Microsoft SQL Server on Ubuntu 20.04 πŸ”— https://youtu.be/x6pYoWwtVAY
✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨
SUPPORT MY WORK - Everything Helps Thanks YouTube πŸ”— https://YouTube.GetMeTheGeek.com
Buy Me a Coffee β˜• https://www.buymeacoffee.com/getmethegeek
Hire US πŸ”— https://getmethegeek.com
✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨

@ArielNicotena
ArielNicotena / 0_Pochito.md
Last active June 8, 2021 22:37
Scripts De Sensores - Arduino UNO

##Project Pochito hola

@rje1974
rje1974 / Acelerometro
Created May 4, 2021 20:14 — forked from ArielNicotena/0_Pochito.md
Scripts De Sensores - Arduino UNO
const int xpin = A0;
const int ypin = A1;
const int zpin = A2;
void setup() {
Serial.begin(9300);
}
void loop() {
@dragonfire1119
dragonfire1119 / uptime-kuma-docker-compose.yml
Created August 10, 2023 12:48
Docker Compose Uptime Kuma
version: '3'
services:
uptime-kuma:
image: louislam/uptime-kuma:1
container_name: uptime-kuma
restart: always
ports:
- "7200:3001"
volumes:
- /data/uptime-kuma/data:/app/data