File tree Expand file tree Collapse file tree 1 file changed +38
-1
lines changed
Expand file tree Collapse file tree 1 file changed +38
-1
lines changed Original file line number Diff line number Diff line change 11# ubuntu-on-android
2- A twaked ubuntu-21.04 port runs on android with termux/proot-distro
2+ A twaked ubuntu-21.04 with xfce4 runs on android with termux/proot-distro
3+ - stage -> ` testing `
4+ its called ` hippo `
35
6+ # installation
7+ ``` bash
8+ # install dependencies
9+ apt update; apt upgrade -y ; apt install -y pulseaudio proot-distro git -y
10+ # clone the code
11+ git clone https://github.com/saicharankandukuri/ubuntu-on-android
12+ # run the installer
13+ cd ubuntu-on-android
14+ bash install.sh
15+ # install
16+ proot-distro install hippo --user ubuntu
17+ ```
18+ ## logging into hippo
19+ ``` bash
20+ # run
21+ proot-distro login hippo
22+ ```
23+ ## starting vncserver
24+ ``` bash
25+ vncserver :1
26+ ```
27+ ## stoping vncserver
28+ ``` bash
29+ vncserver --kill :1
30+ ```
31+ ## Logout from hippo :)
32+ ``` bash
33+ exit
34+ ```
35+ ### Deafault passwords
36+ ` user ` -> ubuntu
37+ user password -> ` ubuntu `
38+ you can change by command ` passwd `
39+ vnc password -> ` ubuntu `
40+ you can change it by command ` vncpasswd `
441## More updates comming soon👊.
You can’t perform that action at this time.
0 commit comments