Skip to content

Instantly share code, notes, and snippets.

SSH Over 22
[ 5] local 10.26.11.74 port 50272 connected to 172.190.217.49 port 12082
[ ID] Interval Transfer Bitrate Retr Cwnd
[ 5] 0.00-1.00 sec 240 MBytes 2.01 Gbits/sec 664 1.96 MBytes
[ 5] 1.00-2.00 sec 174 MBytes 1.46 Gbits/sec 251 646 KBytes
[ 5] 2.00-3.00 sec 225 MBytes 1.89 Gbits/sec 460 2.57 MBytes
[ 5] 3.00-4.00 sec 171 MBytes 1.44 Gbits/sec 92 400 KBytes
[ 5] 4.00-5.00 sec 202 MBytes 1.70 Gbits/sec 0 757 KBytes
[ 5] 5.00-6.00 sec 184 MBytes 1.54 Gbits/sec 3 929 KBytes
@rishabh-arya95
rishabh-arya95 / workthrough.md
Created October 23, 2021 08:17 — forked from thxCode/workthrough.md
Install Docker armhf on AWS ARM64 host
  1. Allow to install armhf package
    sudo dpkg --add-architecture armhf
  2. Update the apt package index and install packages to allow apt to use a repository over HTTPS:
    sudo apt-get update && sudo apt-get install -y \
        apt-transport-https \
        ca-certificates \
        curl \