Skip to content

Instantly share code, notes, and snippets.

View alexsporn's full-sized avatar

Alexander Sporn alexsporn

  • Munich, Germany
View GitHub Profile
@nunofgs
nunofgs / README.md
Last active May 15, 2024 13:52
Use any RTSP camera with Prusa Connect

I use a cheap Tapo C100 webcam to monitor my 3D prints. It supports RTSP.

Screenshot 2023-07-17 at 23 26 34

Instructions

  1. Go to the Cameras section at https://connect.prusa3d.com
  2. Add a new camera.
  3. Click the QR code link
  4. Click "Start Camera"
@jdoss
jdoss / samsung_ssd_upgrade.sh
Last active July 6, 2023 17:15
Samsung SSD 980 PRO Firmware 3B2QGXA7 to 5B2QGXA7 Upgrade on Linux
#!/bin/bash
# MIT License
#
# USE AT YOUR OWN RISK! FIRMWARE UPGRADES HAVE RISKS!
#
# Copyright (c) 2023 Joe Doss
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
@kevinkupski
kevinkupski / Dockerfile
Created March 24, 2021 14:29
Starlink Monitoring
FROM telegraf:1.16
RUN apt update && apt install -y --no-install-recommends speedtest-cli mtr && \
rm -rf /var/lib/apt/lists/*
COPY telegraf.conf /etc/telegraf/telegraf.conf
@naveenkrdy
naveenkrdy / AdobeAMDFix.md
Last active March 21, 2024 15:30
To fix adobe products crashes on AMD hackintosh

Adobe Crash Fix XLNC

Instructions

  1. Install needed adobe apps from adobe creative cloud.

  2. Open Terminal.

  3. Copy-paste the below command to your terminal and run it (enter password when asked).

@EnigmaCurry
EnigmaCurry / README.md
Last active February 25, 2024 02:33
Proxmox install log on bare metal

Proxmox install log on Bare Metal

Assumptions

  • A single node proxmox v5.4-3 install
  • Only one public IP address
  • LXC/KVM for "pet" (development) containers
  • Portainer / Docker for less stateful more automated use-cases
  • My server's FQDN is stardust.gtown.lan.rymcg.tech - use your own domain name.