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

ROADTools: The Modern Azure AD Exploration Framework

ROADTools is a powerful framework designed for exploring and interacting with Microsoft Azure Active Directory…

2 days ago

How to Enumerate Microsoft 365 Groups Using PowerShell and Python

Microsoft 365 Groups (also known as M365 Groups or Unified Groups) are at the heart…

2 days ago

SeamlessPass: Using Kerberos Tickets to Access Microsoft 365

SeamlessPass is a specialized tool designed to leverage on-premises Active Directory Kerberos tickets to obtain…

3 days ago

PPLBlade: Advanced Memory Dumping and Obfuscation Tool

PPLBlade is a powerful Protected Process Dumper designed to capture memory from target processes, hide…

3 days ago

HikPwn : Simple Scanner For Hikvision Devices With Basic Vulnerability Scanning

HikPwn: Comprehensive Guide to Scanning Hikvision Devices for Vulnerabilities If you’re searching for an efficient…

4 days ago

Comments in Bash Scripts

What Are Bash Comments? Comments in Bash scripts, are notes in your code that the…

1 week ago