Joined March 2014
·
Posted to
Copy+paste across any networked unix computers
over 1 year
ago
I had issues with 'nc -l 12345', netcat actually listened on random port. Fixed with 'nc -lp 12345'
I had issues with 'nc -l 12345', netcat actually listened on random port. Fixed with 'nc -lp 12345'
I have configured ZSH like this: 'foo; l', which means 'cd foo; ls -l'