0% found this document useful (0 votes)
18 views

Commands

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Commands

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Commands

termux-setup-storage && apt update && yes | apt install wget && wget
https://bit.ly/Termux32BitEnvironment && bash Termux32BitEnvironment switch

apt update && yes | apt upgrade && yes | apt install wget && apt install openssl-tool && yes |
apt install proot && wget https://bit.ly/UbuntuDownloadScript && bash UbuntuDownloadScript

./start-ubuntu.sh

apt update && yes | apt install curl && curl -L -o XFCEdesktopScript
https://bit.ly/XFCEdesktopScript && bash XFCEdesktopScript

apt install sudo && apt install nano

sudo vncserver

nano xstartup

#!/bin/sh
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS startxfce4 &
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &

sudo vncserver -kill :1

sudo vncserver

startxfce4

You might also like