Posts
Machine Learning Notes
by danaukes
Commands
```bash conda create -y -n sb3 python=3.11 # no mujoco2.3.7 version for python 3.12 conda activate ...
Mujoco / Conda Usage notes
by danaukes
Conda-based installation
If you've got conda, you should use conda packages, otherwise the render engine ...
Multiple Clocks in Ubuntu / Gnome
by danaukes
sudo apt install -y gnome-clocks
flatpak install -y com.mattjakeman.ExtensionManager
flatpak run com.mattjakeman.ExtensionManager
click browse tab search for ...
Nextcloud Installation
by danaukes
-
Prerequisites
```bash sudo apt install -y openssh-server net-tools ...
installing an offline coding assistant.
by danaukes
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 ...