Posts

Configuring Atom for Python

by danaukes

  1. Activate whatever conda environment you need to

    ```bash ...

Read More
Installing Algo VPN

by danaukes

Introduction

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

Read More
ASUS Zenbook Issues

by danaukes

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

Read More
Building ROS2 on Android

by danaukes

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 danaukes

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
Compiling Ardour

by danaukes

Intro

The steps for building ardour are not complete on their website. Here are ...

Read More
Disabling Printer Scanning

by danaukes

These don't seem to fix my problem currently. Use with care.

derived from ...

Read More
getting docker networking working with ros2

by danaukes

Deprecated

This tutorial is deprecated because

it uses ipvlan instead of macvlan, making it not useful ...

Read More