General Technical Links
WGET
How to use Wget with SSL server (this is old!)
wget --no-check-certificate --secure-protocol=tlsv1 https://192.168.1.186:8444
Download a specific webpage - so you can run it on a test machine
wget -p -k -E -nd "https://example.com/page.html"
- -p → download all resources needed to display the page (images, CSS, JS, etc.).
- -k → convert links so they work locally.
- -E → add .html extension to the page if needed.
- -nd → put everything in the current folder instead of recreating directories.
SQL
Windows Scrips
SOAP
Comreg Docs
Cables
Google Auto Redirects
- To stop getting redirected e.g. to http://www.google.ie type “/ncr” after the address
Examples:
http://www.google.com/ncr = google.com
http://www.google.co.uk/ncr = google.co.uk