Skip to content

Instantly share code, notes, and snippets.

View GiancarloJung's full-sized avatar

Giancarlo Jung GiancarloJung

View GitHub Profile
@GiancarloJung
GiancarloJung / meraki-client-vpn-linux.md
Created December 21, 2020 12:48 — forked from clivetyphon/meraki-client-vpn-linux.md
Configuring Meraki Client VPN in Linux

Configuring Meraki Client VPN in Linux

You can try the official Meraki Configuring Client VPN in Linux article for GUI based setup. For terminal based configuration, see below.

Install packages

Install the following packages:

  • strongswan
  • xl2tpd
@GiancarloJung
GiancarloJung / flask_setup_heroku.md
Created February 13, 2020 23:01 — forked from mayukh18/flask_setup_heroku.md
How to setup flask app with database on heroku

Setting up flask app in heroku with a database

The below article will cover the intricacies of setting up databases and heroku in respect to a flask app. This is more like a memo and will have out of sequence instructions or solutions to errors so read thoroughly.

Setting up a database

You'll need the packages

@GiancarloJung
GiancarloJung / lesson0.R
Last active August 20, 2019 23:50
Data Analysis Fundamentals
############
# lesson 0 #
############
1 + 1
# number sequence
1:10
# variables