Posts in notebook
Sub-Folders
notebook/deprecated notebook/deprecated/ros notebook/docker notebook/git notebook/iot notebook/linux-basics notebook/linux-special-topics notebook/markdown-cheatsheet_files notebook/mujoco notebook/python notebook/ros2 notebook/school notebook/ssh notebook/ubuntu-setup notebook/virtualboxPosts
installing an offline coding assistant.
by Dan Aukes
installing olamma
https://dev.to/anita_ihuman/best-offline-ai-coding-assistant-how-to-run-llms-locally-without-internet-2bah
installing open code
```bash docker run -it --rm ...
quick scripts for openscad
by Dan Aukes
color("red",1) import("path/to/your-part.stl");
flatpak run org.openscad.OpenSCAD -o test.png --projection orthogonal test.scad
with camera orientation but no ...
Orange Pi Zero2 Information
by Dan Aukes
Introduction
Note: the most important and helpful resource is the manual, which is available here.
...
overleaf projects
by Dan Aukes
when making a new overleaf project:
integrate with github by creating a new repositoiry.
if you are ...
Particle Argon Resources
by Dan Aukes
External Resources
- Argon Docs: https://docs.particle.io/argon/
- web-based setup(requires chromium): https://setup.particle.io/
- manual setup: ...
Using Pinion
by Dan Aukes
```bash sudo apt install kicad sudo apt install libjpeg-dev pip install ...