Deprecated Pages

Pages that may have been useful once, but are currently in jail because they’re not as useful any more.

Highlighted

Posts

08-install gitman

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

09-Install and Configure Atom

  1. Install

    wget -qO - https://packagecloud.io/AtomEditor/atom/gpgkey | sudo apt-key add -
    sudo sh -c …

Configuring Atom for Python

  1. Activate whatever conda environment you need to

ASUS Zenbook Issues

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

Installing Algo VPN

Introduction

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

Building PyBullet

sudo apt  install cmake-curses-gui 
cd ~/Downloads
git clone …

Building ROS2 on Android

https://github.com/termux/proot-distro

termux-setup-storage
pkg install proot-distro
proot-distro …

Compiling Ardour

Intro

The steps for building ardour are not complete on their website. Here are a couple helpful …