Posts

Working With Databases

by danaukes

```bash mysqldump -u -p > .sql

mysql -u -p -e "CREATE DATABASE IF NOT ...

Read More
Deprecated Pages

by danaukes

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

Read More
08-install gitman

by danaukes

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

Read More
09-Install and Configure Atom

by danaukes

  1. Install

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

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