Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tech-notes:home [2018/05/19 19:12] – ↷ Page moved and renamed from other2:general to tech-notes:home gerardorourketech-notes:home [2025/09/16 14:52] (current) gerardorourke
Line 7: Line 7:
   *[[tech-notes:snmp|SNMP]]   *[[tech-notes:snmp|SNMP]]
  
-**WGET** +====WGET==== 
-How to use Wget with SSL server\\+How to use Wget with SSL server (this is old!)\\
 <code>wget --no-check-certificate --secure-protocol=tlsv1 https://192.168.1.186:8444</code> <code>wget --no-check-certificate --secure-protocol=tlsv1 https://192.168.1.186:8444</code>
 +
 +=== Download a specific webpage - so you can run it on a test machine ===
 +<code>wget -p -k -E -nd "https://example.com/page.html"</code>
 +  * -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** **SQL**
Line 38: Line 45:
  
 [[code:html:examplestaticwebpage]] [[code:html:examplestaticwebpage]]
 +
 +  *[[tech-notes:wireshark]]
 +
 +==== SoX Removing silence ====
 +  *https://digitalcardboard.com/blog/2009/08/25/the-sox-of-silence/comment-page-2/
 +
  • tech-notes/home.1526753523.txt.gz
  • Last modified: 2018/05/19 19:12
  • by gerardorourke