Skip to content

Instantly share code, notes, and snippets.

@soheilsec
soheilsec / 6to4 to multiple host
Created February 9, 2024 09:01
6to4 to multiple host
#!/bin/bash
#IRAN
# First 6to4 tunnel
ip tunnel add 6to4tun_IR mode sit remote 108.1.1.1 local 193.1.1.1
ip -6 addr add 2001:470:1f10:e1f::1/64 dev 6to4tun_IR
ip link set 6to4tun_IR mtu 1480
ip link set 6to4tun_IR up
# Second 6to4 tunnel
@iGlitch
iGlitch / switch.md
Created September 25, 2017 07:25
Nintendo Switch Homebrew Compilation Tutorial

Notice: The below instructions were written on 9/22/17 and refer to an alpha build of devkitA64, libnx, and Mephisto. Take it with a grain of salt if the date has moved too far into the future since then.

Using libnx and compiling your first homebrew app for the Nintendo Switch

Requirements