/notebook

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/virtualbox notebook/windows

Posts

completely remove snaps

by danaukes

```bash sudo snap remove --purge bare core20 core22 sudo apt purge --autoremove snapd rm -rf ~/snap sudo rm -rf ...

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
Working With Databases

by danaukes

```bash mysqldump -u -p > .sql

mysql -u -p -e "CREATE DATABASE IF NOT ...

Read More
Enabling .NetFx 3.5 in windows 11

by danaukes

insert windows 11 installation media cdrom/iso

Make sure the command below points to the proper drive ...

Read More
Feature Test

by danaukes

Here is one kind of [link][test]

Here is [my link][FOO]

This is a test of [[wiki ...

Read More
Firefox Setup Notes

by danaukes

about:config

go to about:config

turn off AI ...

Read More