Posts

brother ql-700 label printer setup

by danaukes

sudo apt install brother-cups-wrapper-common brother-lpr-drivers-common brother-lpr-drivers-extra 
sudo systemctl restart cups.service

External ...

Read More
caddy-https-domain.md

by danaukes

Create an A record

points to the external ipv4 address small ttl for testing

open firewall ...

Read More
caddy set up

by danaukes

Domain

  1. go to domain management -> advanced DNS
  2. add an A record pointing test ...
Read More
Cadquery Info

by danaukes

sudo apt install -y git python3-pip python3-venv
python3 -m venv ~/envs/cadquery
. envs/cadquery/bin/activate
pip install cadquery jupyter-cadquery

External ...

Read More
Working with the Canvas API

by danaukes

Instructions

  1. Generate an API token
    1. Go to your account settings: ...
Read More
converting videos to gif

by danaukes

```bash ffmpeg -ss 30 -t 3 -i input.mp4 \ -vf "fps=10,scale=320:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" \ ...

Read More
Dalle-mini Notes

by danaukes

External Resources

Read More