Skip to content

Instantly share code, notes, and snippets.

View leunardo's full-sized avatar
:shipit:

Leonardo Alves leunardo

:shipit:
View GitHub Profile
#!/bin/bash
# vpnsetup.sh - Set up a L2TP VPN on Debian/Ubuntu systems.
# Written by Vítor De Araújo <https://elmord.org/>.
# Version 1.2, 2018-08-23.
# Location where the VPN control script will be installed.
VPNCTL_SCRIPT=/usr/local/bin/vpn
# Am I bash?
@mogproject
mogproject / PythonUnitTestCheatSheet.md
Created July 24, 2015 11:17
Python unittest Cheat Sheet

Python unittest Cheat Sheet

Skeleton