transfer files over an ethernet patch cable (Maurycy's blog)
- 2026-08-29 — 2026-08-30 It's possible to just connect two computers together with Ethernet and do a bit of IP configuration: # On sender...
- ip address add dev eth0 fd42:dead:beef::1/48 ip link set dev eth0 up # On receiver...
- ip address add dev eth0 fd42:dead:beef::2/48 ip link set dev eth0 up After a few seconds, pings should work: # On receiver...
Unverified
- 2026-08-29 — 2026-08-30 It's possible to just connect two computers together with Ethernet and do a bit of IP configuration: # On sender...
- ip address add dev eth0 fd42:dead:beef::1/48 ip link set dev eth0 up # On receiver...
- ip address add dev eth0 fd42:dead:beef::2/48 ip link set dev eth0 up After a few seconds, pings should work: # On receiver...
Sources: Maurycyz