Skip to content

Commit

Permalink
show READMEs daily
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo committed Nov 17, 2024
1 parent 6f6963b commit cdff689
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ $ ssh level00@$(ifconfig | grep 'inet ' | awk 'NR==2 {print $2}') -p 4242

# 00

Login

```b
> ssh level00@$(ifconfig|grep 'inet '|awk 'NR==2 {print $2}') -p 4242
> Password: level00
```

Ideas

- `ls` `pwd`
Expand Down

0 comments on commit cdff689

Please sign in to comment.