Skip to content

Commit

Permalink
Update README.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo authored Nov 16, 2024
1 parent 3066948 commit 7a75989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions level00/README.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SSH into VM on host

```rb
```b
$ ifconfig
$ ifconfig | grep inet
$ ifconfig | grep 'inet ' | awk 'NR==2'
Expand All @@ -11,7 +11,7 @@ $ ssh level00@$(ifconfig | grep 'inet ' | awk 'NR==2 {print $2}') -p 4242

- to begin with

```
```b
$ ls -l
$ find / -user level00
$ find / -user level00 2>/dev/null
Expand Down

0 comments on commit 7a75989

Please sign in to comment.