Skip to content

Instantly share code, notes, and snippets.

@willjasen
willjasen / proxmox-cluster-over-tailscale.md
Last active April 20, 2025 22:48
Create a Proxmox cluster that communicates over Tailscale

🚛 THIS GIST HAS BEEN MOVED 🚛

I have developed a script to faciliate the setup of clustering Proxmox hosts together under the project tailmox

This gist guide has been moved into that project. No further updates of this gist guide will be made.


‼️ DANGER ‼️

@lucanello
lucanello / rclone_backup.py
Last active September 10, 2024 21:13
Python Rclone Script with Telegram and InfluxDB Reporting
# Python Rclone Script with Telegram and InfluxDB Reporting
# - This Script backups your data to any rclone location (see rclone.org)
# - You can execute scripts, commands and database dumps before running a single rclone command
# - It sends automatic error reports and summaries
# - It saves all statistics and operations to an Influx database
# - The data can be used for visualizations in e.g. Grafana
# - You can automate it by using cron
# Created by: Luca Koroll - https://github.com/lucanello
# Last update: 2021-07-04
@LiEnby
LiEnby / flash.md
Last active February 12, 2025 13:06
Removing the timebomb from Adobe Flash Player

In Adobe Flash Player versions newer than 32.0.0.344 they added a "Timebomb" for the EOL. the player would refuse to run any custom flash content after 12/01/2021, instead it would just show this image

So knowing this, Lets crack it!

I acturally started looking into this before the 12/01/2021 hit, but only recently did i acturally discover a way to bypass the killswitch

(also- im aware i was not the first to do this, but i still did do it)

@pjobson
pjobson / openwrt-on-x86_64.md
Last active May 7, 2025 17:41
OpenWRT on x86_64

OpenWRT on x86_64

This is a very brief tutorial on getting OpenWRT installed on a regular computer, it assumes you know your way around Linux. If you find this and need additional details, please like, subscribe, and comm... oh wait this isn't youtube, just comment.

Updated: Current version is 22.03.5, this was originally written for 18.6.x in 2019.

What You'll Need

  • 1 USB Stick
  • Linux Live ISO
@AveYo
AveYo / .. MediaCreationTool.bat ..md
Last active April 30, 2025 05:20
Universal MediaCreationTool wrapper for all MCT Windows 10 versions - MOVED TO github.com/AveYo/MediaCreationTool.bat
@folklore
folklore / gist:abd4df9563ad0a26ddb7dcce7bc42155
Created February 25, 2017 17:29
Manually resizing the SD card using a GUI with GParted
Manually resizing the SD card using a GUI with GParted
If you are using a PC with a linux distribution to resize the partitions, you can run GParted to resize the partitions using a GUI. This method is tested on Ubuntu 10.10 using the Gnome desktop. Versions of GParted differ slightly in their GUIs. For Windows users, it is also possible to follow the same procedure (less the installation) using the live version of GParted (GParted Live CD/USB/PXE/HD).
GParted can be installed using:
sudo apt-get install gparted
Note: I had to physically remove and re-insert the SD card from the card reader after writing the image before the partitions were recognised properly and the following could be done.
Start GParted (on my system it is [System]->[Administration]->[GParted Partition editor]).
Select the drive corresponding to your SD card (was /dev/sdh/ on my system). You now see the partitions mentioned above (with some tiny unallocated areas in between and a large one after).