Skip to content

Instantly share code, notes, and snippets.

@ivan-c
ivan-c / idchanger.c
Created October 30, 2018 17:42 — forked from imasaru/idchanger.c
Program derived from AR5k posted some time ago to overwrite regional domain code set in Atheros adapters, and repurposed to modify EEPROM addresses. Found at dagarlas.org. Thanks, Mr. Davide!
/*
* This program is derived from code bearing the following Copyright(s)
/* -*- linux-c -*-
* _ _ ____ __ _ ___ ____ ____ __ _ _ _ _ |
* . \/ |--| | \| | |--< [__] | \| | _X_ | s e c u r e s y s t e m s
*
* .vt|ar5k - PCI/CardBus 802.11a WirelessLAN driver for Atheros AR5k chipsets
*
* Copyright (c) 2002, .vantronix | secure systems
@ivan-c
ivan-c / .gitmodules
Created September 7, 2018 05:57 — forked from 0xcaff/0_README.md
OpenVPN, rTorrent and Flood Docker Compose Configuration
[submodule "wait-for"]
path = wait-for
url = https://github.com/Eficode/wait-for
@ivan-c
ivan-c / build-git.sh
Last active August 29, 2023 03:38 — forked from LaggAt/build-git.sh
compile git with openssl instead of gnutls
#!/usr/bin/env bash
# original gist from pescobar/build-git.sh
# changes by LaggAt:
# * to be usable on Raspbian / tested RPi3 and
# * for automatic depency resolving
# Clear out all previous attempts
rm -rf "/tmp/source-git/"
# Get the dependencies for git, then get openssl