/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

Posts

Mattermost Details

by danaukes

git clone https://github.com/mattermost/docker cd docker cp env.example .env mkdir -p ./volumes/app/mattermost/{config,data,logs,plugins,client/plugins,bleve-indexes} sudo chown -R 2000:2000 ...

Read More
mkdocs info

by danaukes

Python environment

```bash sudo apt install -y git python3-pip python3-venv python3 -m venv ~/envs/mkdocs . envs/mkdocs/bin/activate pip install \ mkdocs ...

Read More
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 ...

Read More
Mujoco / Conda Usage notes

by danaukes

Conda-based installation

If you've got conda, you should use conda packages, otherwise the render engine ...

Read More
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 ...

Read More
Nextcloud Installation

by danaukes

  1. Prerequisites

    ```bash sudo apt install -y openssh-server net-tools ...

Read More
OpenCM Information

by danaukes

...

Read More