Special Characters in File Names
-
is recognized as stdin, so use ./-
for checking filenames beginning with -
.
Use "hello world"
when names contain spaces.
IO Redirection
Note: Basic file descriptor (fd) for shell’s operation are 0 for STDIN, 1 for STDOUT, 2 for STDERR.
I used this code for OverTheWire Bandit 25.
Netcat
Use nc
to create a server/client to send tcp.
Git
Generate a new SSH key.
Add key to ssh-agent.