Skip to content

Commit 0d50dd1

Browse files
committed
linux and ssh practice resourse
1 parent 3634dfc commit 0d50dd1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@ Note: Inserting a shebang line (such as #!/usr/bin/env python3) as the first lin
2525
- On your terminal type `chmod +x script_0.py` to change the file permission.
2626
- Run the script from the terminal `./script_0.py`
2727

28+
### How to SSH
29+
30+
- You can SSH to another computer by:
31+
32+
`ssh -p <enter port number> [email protected]`
33+
34+
- Here is an example:
35+
36+
`ssh -p 2220 [email protected]`
37+
38+
- You can practice SSH and Linux at ![link](https://overthewire.org/wargames/bandit/bandit0.html)
39+
2840
## Regex Cheatsheet 🕵️‍♀️
2941

3042
![regex_cheatsheet](https://res.cloudinary.com/abetavarez/image/upload/v1609986054/Screen_Shot_2021-01-03_at_8.40.38_PM_wyhtfv.png)

0 commit comments

Comments
 (0)