/notebook/deprecated

Posts in deprecated

Sub-Folders

notebook/deprecated/ros

Posts

Deprecated Pages

by Dan Aukes

Pages that may have been useful once, but are currently in jail because they're not ...

Read More
08-install gitman

by Dan Aukes

Gitman is my python based package for scanning a computer and pulling all your repositories ...

Read More
09-Install and Configure Atom

by Dan Aukes

  1. Install

    ```bash wget -qO - https://packagecloud.io/AtomEditor/atom/gpgkey | sudo ...

Read More
Configuring Atom for Python

by Dan Aukes

  1. Activate whatever conda environment you need to

    ```bash ...

Read More
Installing Algo VPN

by Dan Aukes

Introduction

It is sometimes necessary to create a virtual network to enable computers across a ...

Read More
ASUS Zenbook Issues

by Dan Aukes

I have an ASUS Zenbook UM425U, currently working great with Ubuntu 21.04 loaded. Upon ...

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

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

Read More