Unix Command Line Notes
Basic Unix-like command line tutorial.
three 9-minute videos to introduce beginners to the basics of a Unix-like command-line interface.
shiyanlou ### Online Command Line
Web port
list active port
lsof -i :5000
shut down port
sudo kill -9 PID