This commit is contained in:
parent
2efec3652a
commit
1ad8edd674
1 changed files with 10 additions and 0 deletions
|
|
@ -179,6 +179,16 @@ systemctl --user restart pulseaudio
|
|||
```
|
||||
thanks [Rolf](https://askubuntu.com/a/1123869).
|
||||
|
||||
### download single web page with images
|
||||
|
||||
```sh
|
||||
wget -pkcE --wait 1 http://example.org
|
||||
```
|
||||
|
||||
optional: add `-m` to "mirror" the entire domain (equivalent to clicking every link and running the command again).
|
||||
|
||||
based on a tip from [Dave Heinemann](https://dheinemann.com/archiving-a-website-with-wget/).
|
||||
|
||||
## log
|
||||
|
||||
- 2025-03-21. Did some cleanup. Added light/dark toggle. Added preview images for Pyramides Papyrium, Graph Zendo, Braceless JS, Portal ZZT, Nanopack, Collabyrinth, and Trapz and Zoids.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue