Skip to content

Instantly share code, notes, and snippets.

View mukheshpugal's full-sized avatar

Mukhesh P S mukheshpugal

  • Indian Institute of Technology, Madras
  • Chennai
View GitHub Profile
@rsharanesh2002
rsharanesh2002 / Setting up Docker VPN.md
Last active January 28, 2021 18:08
Set up your Personal VPN instantly using OpenVPN

VPN in Docker (using AWS Cloud Instances)

Pre-requisite

An AWS EC2 instance running in your terminal set up using your own IAM account. Having an Android phone with Termux and OpenVPN.

Make sure you have installed Termux and OpenVPN.

In your phone open Termux and install these packages, installing them takes about 30 mins,

@mohanraj-r
mohanraj-r / scp-speed-test.sh
Last active March 5, 2024 10:31
[speed test] Test ssh connection speed
#!/bin/bash
# scp-speed-test.sh
# Author: Alec Jacobson alecjacobsonATgmailDOTcom
# http://www.alecjacobson.com/weblog/?p=635
#
# Test ssh connection speed by uploading and then downloading a 10000kB test
# file (optionally user-specified size)
#
# Usage:
# ./scp-speed-test.sh user@hostname [test file size in kBs]