Posts

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
Deprecated Pages

by danaukes

Pages that may have been useful once, but are currently in jail because they're not ...

Read More
08-install gitman

by danaukes

Gitman is my python based package for scanning a computer and pulling all your repositories ...

Read More
09-Install and Configure Atom

by danaukes

  1. Install

    ```bash wget -qO - https://packagecloud.io/AtomEditor/atom/gpgkey | sudo ...

Read More