Differences
This shows you the differences between two versions of the page.
| 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 gerardorourke | tech-notes:home [2025/09/16 14:52] (current) – gerardorourke | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| *[[tech-notes: | *[[tech-notes: | ||
| - | **WGET** | + | ====WGET==== |
| - | How to use Wget with SSL server\\ | + | How to use Wget with SSL server |
| < | < | ||
| + | |||
| + | === Download a specific webpage - so you can run it on a test machine === | ||
| + | < | ||
| + | * -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: | [[code: | ||
| + | |||
| + | *[[tech-notes: | ||
| + | |||
| + | ==== SoX Removing silence ==== | ||
| + | *https:// | ||
| + | |||