mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 21:07:00 +00:00
fix typo and markdown formatting
Signed-off-by: Rod Elias <rodiney@gmail.com>
This commit is contained in:
parent
c2b96736bd
commit
12023778bd
@ -2419,7 +2419,7 @@ nc -vw5 google.com 22
|
|||||||
# From server A:
|
# From server A:
|
||||||
$ sudo nc -l 80
|
$ sudo nc -l 80
|
||||||
# then you can connect to the 80 port from another server (e.g. server B):
|
# then you can connect to the 80 port from another server (e.g. server B):
|
||||||
# e.g. telent <server A IP address> 80
|
# e.g. telnet <server A IP address> 80
|
||||||
# then type something in server B
|
# then type something in server B
|
||||||
# and you will see the result in server A!
|
# and you will see the result in server A!
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user