From b177813f6420e881872b5d77dffc8e873ab96f82 Mon Sep 17 00:00:00 2001 From: SkyperTHC <5938498+SkyperTHC@users.noreply.github.com> Date: Tue, 30 Aug 2022 00:47:30 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 32ef2d5..2c08754 100644 --- a/README.md +++ b/README.md @@ -890,6 +890,8 @@ Use ```netstat -rn``` or ```ip route show``` to show default Internet route. Use ```curl cheat.sh/tar``` to get TLDR help for tar. Works with any other linux command. +Use ```curl -fsSL bench.sh | bash``` to speed test a server. + Hacking over long latency links or slow links can be frustrating. Every keystroke is transmitted one by one and any typo becomes so much more frustrating and time consuming to undo. *rlwrap* comes to the rescue. It buffers all single keystrokes until *Enter* is hit and then transmits the entire line at once. This makes it so much easier to type at high speed, correct typos, ... Example for the receiving end of a revese tunnel: