Posts
caddy set up
by danaukes
Domain
- go to domain management -> advanced DNS
- add an
Arecord pointingtest...
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 ...
Working with the Canvas API
by danaukes
Instructions
- Generate an API token
- Go to your account settings: ...
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" \ ...
Dalle-mini Notes
by danaukes
External Resources
- DallE-mini on Github
- How-To Video
- Weights and Measures ...
Deprecated Pages
by danaukes
Pages that may have been useful once, but are currently in jail because they're not ...
08-install gitman
by danaukes
Gitman is my python based package for scanning a computer and pulling all your repositories ...
09-Install and Configure Atom
by danaukes
-
Install
```bash wget -qO - https://packagecloud.io/AtomEditor/atom/gpgkey | sudo ...