Categories: Kali Linux

Modded-Ubuntu : Run Ubuntu GUI On Your Termux With Much Features

Modded-Ubuntu is a tool used to run ubuntu GUI on your termux with much features.

Features

  • Fixed Audio Output
  • Lightweight {Requires at least 4GB Storage}
  • Katoolin3 tool for installing kali tools
  • 2 Browsers (Chromium & Mozilla Firefox)
  • Supports Bangla Fonts
  • VLC Media Player
  • Visual Studio Code
  • Easy for Beginners

Installation

  • First Clone the Repository & Run the setup File

pkg update -y && pkg upgrade -y
pkg install git wget -y
git clone git://github.com/modded-ubuntu/modded-ubuntu.git
cd modded-ubuntu
bash setup.sh

  • Then Restart your Termux & Type the following commands

ubuntu
bash user.sh

  • Type your ubuntu root username. Must be lowercase & no space included.
  • Then Again Restart your Termux & Type the following commands

ubuntu
bash gui.sh

  • You have to note your VNC password !!
  • Ubuntu image is now successfully installed .

Type vncstart to run Vncserver
Type vncstop to stop Vncserver

  • Install VNC VIEWER Apk on your Device. Google Play Store
  • Open VNC VIEWER & Click on + Button & Enter the Address localhost:1 & Name anything you like
  • Set the Picture Quality to High for better Quality
  • Click on Connect & Input the Password.

NOTE

  • Type ubuntu to run Ubuntu CLI.
  • Type vncstart to run Vncserver
  • Type vncstop to stop Vncserver
  • Type bash remove.sh to remove Ubuntu Modded Os

Video Tutorial

Credits

  • This Tool Uses the ubuntu image provided by the termux package proot-distro
  • Full Credit of the Ubuntu image goes to them .
  • Termux Proot Distro – https://github.com/termux/proot-distro

Maintainers

R K

Recent Posts

Bash Scripting Best Practices Every Beginner Should Know

Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…

1 day ago

How To Create A Self-Signed SSL Certificate Using Bash And OpenSSL

Introduction A self-signed SSL certificate is a certificate that is created and signed by the…

1 day ago

How To Debug Bash Scripts Using bash -x And set Commands

Introduction Debugging is an important part of Bash scripting. When a script does not work…

1 day ago

How To Use Cron Jobs With Bash Scripts For Automation

Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…

1 day ago

How To Use Pipes In Bash Scripts For Command Chaining

Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…

1 day ago

How To Use grep, awk, And sed In Bash Scripts

Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…

1 day ago