Posts

Showing posts from August, 2021
Image
How to install Ubuntu 21.04 Version in Android without root using termux Lets start! Required applications:- 1. Termux 2. VNC Viewer  3. Xserver XSDL (optional) Installation:- After installing those above applications, at first use the blow command to install some required dependencies:- apt update; apt upgrade -y apt install proot-distro pulseaudio apt install curl wget proot-distro -y    After that you have to install rootfs, they were almost of 1.7gb so make sure you have good internet. And don't forget to enable wake lock in termux which might help a lot. curl -L -o install.sh https://git.io/hippo-installer bash install.sh hippo --install   Setting up sound:- In termux just use this and done pulseaudio --start --load="module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1" --exit-idle-time=-1   Starting and shutting down:- For starting you can use hippo only or  proot-distro login hippo --shared-tmp --bind /dev/null:/proc/sys/kernel/cap_last_...
Image
How to install windows 10 on Android without root using termux Windows 10 iso file :  https://drive.google.com/file/d/1-Ah4lLmng7i-FBDwe7bq2Ut5S3EFT6nO/view After download and installing the Limbo Emulator App follow all the steps given below. Step 1) First open Termux app and type “apt update && apt upgrade –y” and press enter. 2) Type “pkg install x11-repo” and press enter. 3) Now install the required Qemu package for this type “pkg install qemu-system-x86_64” and press enter. 4) Now we need to give the storage access to the termux for this type “termux-setup-storage” and press enter. 5) Now download the given Windows 10 file from the link given above. 6) Now remember the location of downloaded Windows 10 file on your Android Phone and start the connection by typing "qemu-system-x86_64 -m 960 -cdrom /sdcard/Win10XPE_x86.ISO -vnc 127.0.0.1:2" 7) Now go in VNC Viewer and add new connection type address “127.0.0.1:2” give the name the to machine like "Windows 10...
  How to Install Ubuntu 20.04.1 on your Android Phone (No Root) Android itself is a great operating system for smartphones. It gives you flexible controls and extensive customization options by installing 3rd party applications (APKs) from Play Store. While that’s incredibly easy but it comes with a privacy compromise. Almost every Android app these days asks for Phone’s Storage, Location and Camera access permissions which is questionable act and privacy nightmare. This is where Ubuntu 20.04.1 (Command Line Interface) comes in. Ubuntu is a widely used distribution flavor of GNU Linux that is easy to use and compatible with many devices. By installing Ubuntu Linux on our Android phones we can simplify, automate and schedule many daily tasks and preserve the phone battery life at same time. However, the requirement is that we must6 understand basic Linux (Bash) commands first, but don’t worry about that now. Benefits of Installing Ubuntu on your Android phone: Here’s a short list of...
apt update && apt upgrade  pkg install git pkg install pip git clone https://github.com/d3L3t3dOn3/Malicious ls cd Malicious unzip Malicious.zip cd Malicious ls pip2 install -r requirements.txt python2 malicious.py