General Technical Links

SMTP

SNMP

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

Examples:
http://www.google.com/ncr = google.com
http://www.google.co.uk/ncr = google.co.uk

examplestaticwebpage

  • tech-notes/home.txt
  • Last modified: 2025/09/16 14:52
  • by gerardorourke