Posts

Weylus

by Dan Aukes

...

Read More
Download with ```wget``` and ```xpath```

by Dan Aukes

sudo apt intstall libxml2-utils
  1. go to firefox and go to the url you want to ...
Read More
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 ...

Read More
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 ...

Read More
ZFS info

by Dan Aukes

Typical backup process

log into your main zfs server

use this one-liner to get the name ...

Read More
lxqt shortcuts

by Dan Aukes

Maximize left/right

```xml C-g

...

Read More
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 ...

Read More