Posts

Showing posts from April, 2025

Termux-projects

⚙️ Automate GUI of Any Linux with Working Sound in Termux ⚙️ Automate GUI of Any Linux with Working Sound in Termux This project helps you automate GUI startup setup (with sound support) for any Linux distribution running inside Termux on Android. Supports native Linux, chrooted distros, Kali NetHunter, and Proot-distro! GitHub Repo: github.com/mikey-7x/Termux-projects 📦 Step 1: Clone the Repository git clone https://github.com/mikey-7x/Termux-projects cd Termux-projects 🛠️ Step 2: Use p1.sh (Universal Script) Works for all Linux types (native, chroot, modded, Kali). Automatically sets DISPLAY , launches termux-x11 , and starts PulseAudio. Download & Run: wget https://raw.githubusercontent.com/mikey-7x/Termux-projects/main/p1.sh chmod +x p1.sh nano p1.sh # Edit login/username if needed ./p1.sh ⚠️ Extra for Kali NetHunter nano $PREFIX/bin/nh After the /dev line, add: -b /data/data/com.termux/files/usr/tmp:/tmp \ Then run Kali and start GUI...

DCI

Image
🦎 Dynamic Chameleon IP (DCI) by mikey-7x 🦎 What is Dynamic Chameleon IP (DCI)? DCI is an advanced IP-changing script that dynamically alters your IP address at specified intervals using the Tor network . It enhances privacy, security, and anonymity while browsing the internet. No need for a VPN or toggling airplane mode – just pure, seamless anonymity ! 👁️‍🗨 Practical Implementation Video Watch the Dynamic Chameleon IP (DCI) setup and execution in action: ✨ Key Features of DCI ✔ No VPN or Airplane Mode Required – Works without toggling airplane mode or using VPN services. ✔ Automated IP Rotation – Changes IP at user-defined intervals for enhanced anonymity. ✔ Multi-Tor Instance Setup – Uses multiple Tor circuits for faster & unique IP switching . ✔ Smart IP Rotation – Prevents reuse of recent IPs to maintain uniqueness. ✔ Auto-Restart Mechanism – Ensures Tor & Privoxy run smoothly without manual intervention. ✔ Real-Time IP Check – Displays the new ...

RTOD-yv8

Image
RTOD-yv8: Real-Time Object Detection using YOLOv8 & IP Camera on Android Introduction Real-Time Object Detection using YOLOv8 (RTOD-yv8) is an innovative project designed for Android users who want to perform real-time object detection using an IP camera . This project sets up a Linux environment inside Termux , allowing users to run YOLOv8 with an easy-to-use interface for live object detection and streaming via a web browser. 👁️‍🗨️ Practical Implementation Video Experience the real-time object detection setup and execution: ✨ Key Features ✔ Automatic Installation Script : Download yolov8.sh (Installs all required dependencies) ✔ Real-Time Detection Script : Download mikey.sh (Runs YOLOv8 and starts live streaming) ✔ Flask-Based Web Streaming : View detected objects in any web browser ✔ YOLOv8 Model Support : Uses yolov8n.pt for accurate detection ✔ Runs on Android using Termux & a Linux distribution Here is GitHub link of this project: https://github.com/mike...