Skip to content

Instantly share code, notes, and snippets.

@jalindr
jalindr / OpenVPN Windows
Last active September 2, 2021 18:57
OpenVPN Setup For Windows
```
###**1. Download the official OpenVPN Client.**
```
![VPN-Windows-step1](https://user-images.githubusercontent.com/344359/131897761-34a3b7d2-0b29-4c3c-ae85-fc2e3c0ad85c.png)
![screen shot 2018-11-30 at 9 08 56 am](https://user-images.githubusercontent.com/279945/49296816-39a9ed00-f487-11e8-934c-6853ce3f9c19.png)
https://wiki.mozilla.org/Security/Server_Side_TLS >> latest tls server configs
https://cipherli.st/ >> tls configs for servers
https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security >> HSTS wiki

Keybase proof

I hereby claim:

  • I am jalindr on github.
  • I am jalindr (https://keybase.io/jalindr) on keybase.
  • I have a public key whose fingerprint is 2946 0024 BC58 A67A 5FE9 EF57 EFF6 4604 7F63 F1D5

To claim this, I am signing this object:

@jalindr
jalindr / System Design.md
Created April 18, 2016 13:48 — 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?