From c08f1ea400b9ead191caa3046cd4546ef2233717 Mon Sep 17 00:00:00 2001 From: yakshit savaliya Date: Sat, 14 Dec 2024 16:12:44 +0530 Subject: [PATCH] Update README.md i have organised, the data and have made it look more organised and genuine --- README.md | 210 ++++++++++++++++++++++++++---------------------------- 1 file changed, 100 insertions(+), 110 deletions(-) diff --git a/README.md b/README.md index 4646e6d..1295c72 100644 --- a/README.md +++ b/README.md @@ -1,104 +1,113 @@ -# Linux CLI + GUI for Android +# Linux CLI + GUI for Android +

-LinuxDroid

+ LinuxDroid + +

+ +--- -# Linuxdroid +## 🌐 **LinuxDroid: Your Gateway to Linux on Android** + +### **Experience Linux Anywhere, Anytime!** + +**LinuxDroid** transforms your Android device into a versatile Linux machine, offering both CLI and GUI support. It's the ultimate tool for developers, pentesters, and enthusiasts to unleash the power of Linux on the go. -**Linuxdroid** is a Linux Command Line Interface (CLI) and Graphical User Interface (GUI) for Android, offering a collection of original open-source operating systems. This platform enables users to experience a variety of Linux distributions on Android devices.

-LinuxDroid

+ LinuxDroid + +

-### One-Click Installation Script -This script streamlines the installation process, providing a seamless experience for various operating systems. Whether you prefer a graphical interface or the command line, it's designed for simplicity and efficiency.Supported OS: -# Copy One-Click Installation Script -``` - curl -sSL https://raw.githubusercontent.com/AryanVBW/LinuxDroid/refs/heads/main/1click.install.sh | bash - +--- + +## 🚀 **One-Click Installation Script** + +### **Get Started in Seconds!** +Say goodbye to complex installations. With our one-click script, you can have your preferred Linux distribution up and running in no time. + +### **Quick Start Command:** +```bash +curl -sSL https://raw.githubusercontent.com/AryanVBW/LinuxDroid/refs/heads/main/1click.install.sh | bash ``` -This script copies the installation command for LinuxDroid to your clipboard, making it easier to paste and execute. - - Parrot 🦜 Os - - Kali - - Ubuntu - - Arch - - Debian - - Manjaro - - Void - - Alpine - - Fedora - - NethunterRootLess (Hacking specialized Linux) - - BlackBox(coming🔜) - - CentOS(coming 🔜) -### Supported Desktop Environments: - -- LXDE -- LXQT -- XFCE -- MATE -- KDE Plasma(Beta) -- GNOME(coming soon) -### 🪟 Window Managers: - -- Awesome -- Openbox -- i3 - -In addition to OS support, Linuxdroid also provides automated installation capabilities for Kali Nethunter across all Android versions. This project aims to facilitate diverse use cases, such as: - -- Utilizing Apache local server environments -- Conducting penetration testing (pentesting) with Kali - -### 🌟Features: - -- Full functionality of all Linux distributions supported -- Complete tool compatibility with popular Kali and Ubuntu tools - -#### Notable Tools Included: -- Nmap -- Wireshark -- Metasploit -- Burp Suite -- Aircrack-ng -- Hydra -- John the Ripper -- SQLMap -- LibreOffice -- Visual Studio Code -- Mozilla Firefox - -

Installation:

-

- LinuxDroid

-Install the Termux app from [F-Droid](https://f-droid.org/) / [Nethunter Store ](https://store.nethunter.com/packages/com.termux/) -or download from here +--- -

- Termux

+## 🛡️ **Supported Operating Systems** + +### **Choose Your Favorite Distribution:** +| Distribution | Icon | +|----------------------|----------------------------------------------------------------------| +| Parrot OS 🦜 | | +| Kali | | +| Ubuntu | | +| Arch | | +| Debian | | +| Manjaro | | +| Void | | +| Alpine | | +| Fedora | | +| NethunterRootLess | | +| **Coming Soon** | BlackBox, CentOS | + +--- + +## 💻 **Desktop Environments & Window Managers** + +### **Make Linux Your Own:** +- **Desktop Environments:** LXDE, LXQT, XFCE, MATE, KDE Plasma (Beta), GNOME (Coming Soon) +- **Window Managers:** Awesome, Openbox, i3 + +--- + +## 🌟 **Features** + +### **Why LinuxDroid?** +- **Seamless Linux Experience:** Install and manage multiple distributions effortlessly. +- **GUI and CLI Flexibility:** Switch between graphical and command-line interfaces. +- **Ideal for Developers & Pentesters:** Preloaded with tools for coding, security, and more. + +### **Pre-Installed Tools:** +| Category | Tools | +|-----------------------|----------------------------------------------------------------------| +| Penetration Testing | Nmap, Wireshark, Metasploit, Hydra, Aircrack-ng | +| Web Security | Burp Suite, SQLMap | +| Productivity | LibreOffice, Visual Studio Code | +| Browsers | Mozilla Firefox | + +--- + +## 🛠 **Installation Guide** -From the NetHunter Store, install Termux, NetHunter-KeX client, and Hacker’s keyboard Note: The button “install” may not change to “installed” in the store client after installation - just ignore it. Starting termux for the first time may seem stuck while displaying “installing” on some devices - just hit enter. +### **Follow These Simple Steps:** + + +1. **Install Termux:** Download Termux from [F-Droid](https://f-droid.org/) or the [NetHunter Store](https://store.nethunter.com/packages/com.termux/).

- -

Open Termux and type:

+ + Download Termux + +

+2. **Install Supporting Apps:** Get NetHunter-KeX client and Hacker’s Keyboard.

+ -### or simply copy paste it +3. **Initial Setup:** Open Termux and run these commands: ```bash pkg update -y && pkg upgrade -y termux-setup-storage -pkg install wget -y && pkg install figlet -y +pkg install wget -y && pkg install figlet -y wget https://github.com/AryanVBW/LinuxDroid/releases/download/scripts/LinuxDroidmenu.sh && chmod +x LinuxDroidmenu.sh wget https://github.com/AryanVBW/LinuxDroid/releases/download/A1/default.bashrc && chmod +x default.bashrc rm -rf .bashrc && cp default.bashrc .bashrc wget https://github.com/AryanVBW/LinuxDroid/releases/download/scripts/LinuxDroid.sh && chmod +x LinuxDroid.sh && bash LinuxDroid.sh - ``` ### Select Linux you want to install Linuxdroid automatically isntall it and setup it.

- +

🚨For manually installation of and Linux follow the following

@@ -136,46 +145,27 @@ Kali NetHunter is easy to install and use. Just follow the instructions in this ```bash pkg update -y && pkg install wget curl proot tar -y && wget https://github.com/AryanVBW/LinuxDroid/blob/L2/Scripts/InstallScript/Cli/ubuntu22.sh -O ubuntu22.sh && chmod +x ubuntu22.sh && bash ubuntu22.sh ``` -

- -

-

Copy it for KALI CLI:

-```bash -pkg update -y && pkg install wget curl proot tar -y && wget https://github.com/AryanVBW/LinuxDroid/releases/download/Vivek1/kali-cli.sh -O kali-cli.sh && chmod +x kali-cli.sh && bash kali-cli.sh -``` -Maximum flexibility -Install Kali NetHunter on any stock, unrooted Android device without voiding the warranty -Android Device (Stock unmodified device, no root or custom recovery required) -#📸 Screenshots -## Tap on Arrow👇 -

- -LinuxDroid -

- Visitor count
- -

-

- - -

- -

- - -

- +--- + +## 📸 **Screenshots & Visual Guides** + +### **See LinuxDroid in Action:** +[Click here for more visuals](https://github.com/AryanVBW/LinuxDroid/blob/L2/LooksN.md). +

-

-Darkside -Feel free to reach out, and let's build something amazing together! 🚀 + Arrow + +

+ +--- -[![GitHub stats](https://github-readme-stats.vercel.app/api?username=aryanvbw&show_icons=true&theme=dark)](https://github.com/aryanvbw)

- Visitor count
+ Visitor Count:

-

Made with ❤️ By *Vivek W*

+ +

Made with ❤️ by Vivek W

+

v1.1.2