Thursday, February 12, 2009

download one type of file from a site using wget

wget -r -l1 -A.file_ext --no-parent http://web/location/

No comments:

Post a Comment

list open ports and unix sockets

To do this I use netstat command to list all open ports: $ sudo netstat -tuplen to list open ports and unix sockets: $ sudo netstat -...