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
converting videos to gif
by Dan Aukes
```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 Dan Aukes
External Resources
- DallE-mini on Github
- How-To Video
- Weights and Measures ...
Working With Databases
by Dan Aukes
```bash
mysqldump -u
mysql -u
Enabling .NetFx 3.5 in windows 11
by Dan Aukes
insert windows 11 installation media cdrom/iso
Make sure the command below points to the proper drive ...
Feature Test
by Dan Aukes
Links
Here is one kind of [link][test]
Here is [my link][FOO]
This is a test of [[wiki ...