
Every day we learn commands that allow us to perform certain tasks at work, so as not to forget any of these commands that served, create a list as a memory aid.
Read More
This is the link to solve and play for a while: Over the wire, Bandit

Let's start!!!
- User: bandit0
- Port: 2220
- Password: bandit0
- URL: banditlabs.overthewire.org
Bandit Level 0 → Level 1
- SSH : ssh -o PubkeyAuthentication=no -p2220 bandit0@bandit.labs.overthewire.org
- Solution:
Read More1$ cat readme 2 …
tmux is a terminal multiplexer, it enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached.
Read More