From f537d1e0cf92fdbc95bc68a3f5c5ae6a9677f91e Mon Sep 17 00:00:00 2001 From: Chujie Zeng Date: Tue, 6 Oct 2015 21:21:44 +0800 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80ea240..f18189f 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ Notes: - A few other options relevant to ssh are security sensitive and should be enabled with care, e.g. per subnet or host or in trusted networks: `StrictHostKeyChecking=no`, `ForwardAgent=yes` -- Consider [`mosh`](https://mosh.mit.edu/) an an alternative to ssh that uses UDP, avoiding dropped connections and adding convenience on the road (requires server-side setup). +- Consider [`mosh`](https://mosh.mit.edu/) an alternative to ssh that uses UDP, avoiding dropped connections and adding convenience on the road (requires server-side setup). - To get the permissions on a file in octal form, which is useful for system configuration but not available in `ls` and easy to bungle, use something like ```sh @@ -371,7 +371,7 @@ A few examples of piecing together commands: - `socat`: socket relay and tcp port forwarder (similar to `netcat`) -- [`slurm`](https://github.com/mattthias/slurm): network trafic visualization +- [`slurm`](https://github.com/mattthias/slurm): network traffic visualization - `dd`: moving data between files or devices