Skip to content

New Host Config

Description

Install Linux Dev Env on Android

Install userland

Install Userland from Playstore.

Change hostname

sudo hostname [device name]
sudo apt install -y vim
sudo vim /etc/hostname 

Add Network Hosts

cat ~/.dotfiles-priv/etc/hosts | sudo tee -a /etc/hosts

Add Service Config

sudo apt install -y systemd
  • Disconnect distro and stop app.
  • Restart device

Comments