Posts
Getting UVC working with Raspberry Pi
by danaukes
Steps
-
install uvc stuff.
```bash sudo apt update ...
CV Bridge and Python 3
by danaukes
getting cv_bridge working with python 3 is less straightforward. you need to recompile cv_bridge ...
Setting up OptiTrack
by danaukes
Links
Install
sudo apt install -y ros-melodic-mocap-optitrack
Create a rigid body and ensure it ...
Start Virtualbox as a Service in Linux
by danaukes
sudo apt reinstall virtualbox-dkms virtualbox-ext-pack virtualbox-qt virtualbox
```bash sudo nano /etc/default/virtualbox ...
About Docker Build and Compose
by danaukes
- https://docs.docker.com/network/host/
- https://docs.docker.com/get-started/
- https://github.com/docker/awesome-compose/tree/master/wireguard
- ...
Add a User in a Docker Container with a custom password
by danaukes
password="1YelloDog@"
pass=$(perl -e 'print crypt($ARGV[0], "password")' $password)
echo "$pass"
External Resources
- ...