Skip to content

Instantly share code, notes, and snippets.

View jon-zu's full-sized avatar

Jonas Zunker jon-zu

  • Dortmund
View GitHub Profile
@jon-zu
jon-zu / dumb-ap-wired-link.sh
Created February 16, 2022 17:04 — forked from braian87b/dumb-ap-wired-link.sh
How to setup a Dumb AP, Wired backbone for OpenWRT / LEDE
@jon-zu
jon-zu / link-dotnet-3-to-5.sh
Created January 8, 2021 22:09
Allows to use dotnet 3.1 and dotnet 5.0 runtime together on Fedora(probably all RHEL derivates)
use futures::{Future, Sink, Stream, Poll, Async};
use tokio_io::{AsyncRead, AsyncWrite};
use tokio_io::codec::Framed;
use codec;
use codec::{FireCodec, WrappedFireCodec};
pub mod errors;