Lovetermux-2u / Melearnlinux2u

0 stars 0 forks source link

Keeps going back to the screen welcome to termux #1

Open Lovetermux-2u opened 1 year ago

Lovetermux-2u commented 1 year ago

When I click on the app on my phone I keep getting the "welcome to termux" window. It's like it resets when I leave the app. I have to keep going to andronix and re-downloading it (which takes about 10 minutes) This is the only way I can get the root@localhost:~# to come up. Other than that I have to keep downloading it just to see root@localhost:~#.

One more thing, when the welcome to termux page is up and I don't see (root@localhost:~#) and then when I write "whoami" I get this u0_a166.

I am new to Linux and coming across a lot of roadblocks. I really want to learn, Linux excites me and would love to learn this art. Thank you

Lovetermux-2u commented 1 year ago

Eureka! I finally figured it out! This is the start page to login. First, ./start-ubuntu20.sh This will open Ubuntu, then we will see root@localhost:~# Then, we write vncserver-start Just like this root@localhost:~# vncserver-start After this, we will exit termux and go to the vnc app and we will see no encryption the press the X at the top right corner to accept conditions. After this we are in and can use the desktop on the vnc app.

Sometimes, we will have issues with the vnc app. And it will say something on the lines where it doesn't have a port or cannot access port or cannot listen to Port. In this case we have to go back to the termux start page and type vncserver-stop, but we have to write it with the root Just like this root@localhost:~# vncserver-stop When we do this it will reset the port on the vnc app After that the next step is root@localhost:~# vncserver-start After this we are in! We can go back to the vnc app and use it on the desktop.