Skip to content

Instantly share code, notes, and snippets.

View bartbarto's full-sized avatar

Bart Van Itterbeeck bartbarto

  • 10:16 (UTC +01:00)
View GitHub Profile
<!doctype html>
<!-- http://taylor.fausak.me/2015/01/27/ios-8-web-apps/ -->
<html>
<head>
<title>iOS 8 web app</title>
<!-- CONFIGURATION -->
@bartbarto
bartbarto / connect-remote-mongo-via-ssh-tunnel.md
Created December 5, 2017 16:30 — forked from umidjons/connect-remote-mongo-via-ssh-tunnel.md
Create ssh tunnel and connect to the remote mongo database on command line

Create ssh tunnel and connect to the remote mongo database on command line

Assume followings:

/mykeys/.ssh/prodserver.pem - is a certificate file

umid - is a user name

111.111.111.111 - is a remote host, that mongodb runs