wget -nd -r -l 2 -A jpg,jpeg,png,gif http://example.com
Monthly Archives: November 2015
Download whole page from terminal
You can install it with brew install wget or sudo port install wget.
Downloading Folders to my Local via SSH
#scp -r user@host:/path/to/folder/ local-copy-of-folder If you have SSH keys set up, you can tab-complete remote files/folders.
How to pass password to scp command
Use sshpass: sshpass -p “password” scp -r user@example.com:/some/remote/path /some/local/path
Public Block Lists of Malicious IPs and URLs
The following is a list of websites that maintain and provide public lists of known and suspected malicious sources. These lists can be used for preventing malware infections, for managing incoming email, or for testing purposes.