Skip to content

Instantly share code, notes, and snippets.

View LifeHackerBee's full-sized avatar
💭
I may be slow to respond.

hackerbee LifeHackerBee

💭
I may be slow to respond.
View GitHub Profile
@hamid-rostami
hamid-rostami / README.md
Last active July 27, 2025 20:45
wireguard over TCP

To pass wireguard's traffic through a TCP tunnel by using udp2raw

Requirements

For Arch linux, install udp2raw by pacman: pacman -S udp2raw

For Debian or Ubuntu, you can use a binary release from: https://github.com/wangyu-/udp2raw/releases

@LifeHackerBee
LifeHackerBee / System Design.md
Created July 25, 2019 19:15 — forked from vasanthk/System Design.md
System Design Cheatsheet

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?
@vasanthk
vasanthk / System Design.md
Last active September 1, 2025 06:49
System Design Cheatsheet

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?