Skip to content

Instantly share code, notes, and snippets.

View CodeFetch's full-sized avatar

Vincent Wiemann CodeFetch

View GitHub Profile
@CodeFetch
CodeFetch / memory-upgrade-wr841-amendments
Last active June 22, 2019 20:16
Ergänzungen zur Speicheraufrüstung
** WICHTIGER HINWEIS **
In den c't-Artikel hat sich ein Fehler eingeschlichen.
Der korrekte Befehl zum Schreiben der MAC-Adresse lautet:
printf "\xaa\xbb\xcc\xdd\xee\xff" | dd conv=notrunc ibs=1 obs=256 seek=508 count=6 of=out.bin
Ich bitte vielmals um Verzeihung.
@CodeFetch
CodeFetch / memory-upgrade-wr841-parts
Last active February 29, 2024 14:31
Kompatible Chips für Speicheraufrüstung des TP-Link WR841N
** WICHTIGER HINWEIS **
In den c't-Artikel hat sich ein Fehler eingeschlichen.
Der korrekte Befehl zum Schreiben der MAC-Adresse lautet:
printf "\xaa\xbb\xcc\xdd\xee\xff" | dd conv=notrunc ibs=1 obs=256 seek=508 count=6 of=out.bin
Ich bitte vielmals um Verzeihung.
RAM-Chips
Alliance Memory AS4C32M16D1A-5T
hynix HY5DU121622CTP-D43
hynix HY5DU121622DTP-D43
@CodeFetch
CodeFetch / gist:f32f60da297a901602e2a07f745839e5
Created March 8, 2018 23:06
Sharing IPv4 exits for clients in layer 3 mesh networks using 464xlat
This gist describes the setup in freifunk-gluon (OpenWrt based)
Sharing IPv4 internet access over IPv6 in babel mesh networks
gluon-464xlat
Using the kernel module https://github.com/ayourtch/nat46/tree/master/nat46/modules, we have built two simple packages for providing IPv4 internet access to clients over IPv6-only networks.
The setup is not conform with RFC 6877 in every point, but it works quite good for our purpose.