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