Posts
Download with ```wget``` and ```xpath```
by Dan Aukes
sudo apt intstall libxml2-utils
- go to firefox and go to the url you want to ...
using wine
by Dan Aukes
```bash sudo apt update sudo apt install -y wine64 sudo apt install -y wine64-development wine64-tools wine64-preloader sudo ...
Working with pdfs from the command line
by Dan Aukes
Merge pdfs from Bash
sudo apt install -y pdftk
pdftk file1.pdf file2.pdf cat output mergedfile.pdf
from ...
Markdown Cheat Sheet
by Dan Aukes
Derived from https://towardsdatascience.com/the-ultimate-markdown-cheat-sheet-3d3976b31a0
Headings
There are few options to create headings. We can use Markdown or ...