Posts
Git Extensions Setup
by danaukes
Git Extensions
Git Extensions is a useful gui that has been ported over to ubuntu ...
Install Google Fonts
by danaukes
The advice on whether to install these fonts is a bit outdated as many of ...
installing lineage
by danaukes
Install ADB
https://wiki.lineageos.org/adb_fastboot_guide
or
sudo apt install -y adb
Install udev rules
Instructions taken from ...
getting pyBullet working in Anaconda
by danaukes
search keywords:
- python
- anaconda
- conda
- pybullet
- Mesa
- OpenGL
- radeonsi
- swrast
Trying to run a pyBullet script, ...
Setting up Git
by danaukes
git config --global user.email "danaukes@gmail.com"
git config --global user.name "Dan Aukes"
Update git
```bash roscd thorlabs_linear_actuator/ git status git add ...