Video Tutorial here - Installing dependencies pkg update pkg install openjdk-17 nodejs wget -y Installing Required tools for building the app mkdir -p $PREFIX/opt/Android/sdk nano ~/.bashrc Paste following in it export ANDROID_H…
Setting Up Virtual Machine on Android is now possible without root. Walkthrough Video - Commands - pkg update ; pkg install wget qemu-system-x86-64-headless qemu-utils -y mkdir ~/alpine ; cd ~/alpine Get Iso image for Virtual Ma…
After ubuntu gnome desktop, I got comments for Debian Gnome desktop, So here it is, as the video i uploaded with gnome desktop in ubuntu, but that works with ubuntu 18.04 as it the most stable release of ubuntu yet, but, Ubun…
Ubuntu uses Gnome Desktop environment as their default desktop, But installing it in Termux can be tricky. So In this article we will install Gnome Desktop Environment (not flashback) in Termux and the best part is that it doe…
Termux is an amazing Terminal emulator for android devices but, it lacks many packages that has been removed from Termux (Metasploit, THC-Hydra, John The Ripper, etc). But now we have an alternative to that which includes all the…
Installing apps (Discord, Chromium, Whatsapp, etc) in Ubuntu (Termux) or any other debian based distro is tricky, but we have a solution for that (pi-apps). So In this article we will see how we can install apps in Ubuntu Termu…
Building a website with Hugo and GitHub is a great way to create a fast and flexible website that can be easily deployed to the web. Hugo is a static website generator that uses markdown files to create HTML pages, making it a …
Signal 9 is one of the biggest issue faced by Android 12 users, because of this issue termux users were unable to use termux as Android PHANTOM PROCESS kills the app, but don't worry, In this article we will fix that. First…
GitHub is a popular platform that allows you to store and manage your code repositories, collaborate with others, and contribute to open-source projects. Whether you are a beginner or an experienced developer, GitHub can be an …