Posts in deprecated
Sub-Folders
notebook/deprecated/rosPosts
Deprecated Pages
by Dan Aukes
Pages that may have been useful once, but are currently in jail because they're not ...
08-install gitman
by Dan Aukes
Gitman is my python based package for scanning a computer and pulling all your repositories ...
09-Install and Configure Atom
by Dan Aukes
-
Install
```bash wget -qO - https://packagecloud.io/AtomEditor/atom/gpgkey | sudo ...
Configuring Atom for Python
by Dan Aukes
-
Activate whatever conda environment you need to
```bash ...
Installing Algo VPN
by Dan Aukes
Introduction
It is sometimes necessary to create a virtual network to enable computers across a ...
ASUS Zenbook Issues
by Dan Aukes
I have an ASUS Zenbook UM425U, currently working great with Ubuntu 21.04 loaded. Upon ...
Building ROS2 on Android
by Dan Aukes
https://github.com/termux/proot-distro
termux-setup-storage
pkg install proot-distro
proot-distro login ubuntu --termux-home
Install ...
Building PyBullet
by Dan Aukes
sudo apt install cmake-curses-gui
cd ~/Downloads
git clone https://github.com/bulletphysics/bullet3.git
cd bullet3
ccmake .
then configure, generate
make
then wait for ...