TERMUX (android LiNuX Emulator) ohne ROOT Rechte Admin TeRMiNaL – KALi / +youtube-dl *SCRIPT.sh* |DE
Hier die benutzten Apps aus dem google Playstore, verwendeten Befehle und ein kleines *SCRIPT.sh* zum kopieren&einfügen. ***Nachbearbeitung folgt…!***
Install your favourite Linux Distro without root on your Android Device. Download the Andronix app now from the Google Play Store:
“Andronix”
https://play.google.com/store/apps/details?id=studio.com.techriz.andronix
#####
“Termux”
https://play.google.com/store/apps/details?id=com.termux
#####
“Termux:API” Hardware ansteuerbar (unnötig!) Vorher als “Geräteadministrator” erlauben!
https://play.google.com/store/apps/details?id=com.termux.api
Nach Playstore auch in Termux installieren mit:
“pkg install” termux-api (?) – siehe Details im Playstore!
####
#
“Hacker’s Keyboard” falls eine gute Tastatur benötigt wird mit TAB & Pfeiltasten
https://play.google.com/store/apps/details?id=org.pocketworkstation.pckeyboard
##########################
Andronix — Kali / DL + setup 3.3.2021 (copy&paste in TERMUX) to download (1GB Data!) & install KALi on android:
##########################
pkg update -y && pkg install curl proot tar -y && curl https://raw.githubusercontent.com/AndronixApp/AndronixOrigin/master/Installer/Kali/kali.sh | bash
##########################
Nach der Installation Termux neustarten bzw. Beenden “exit”. Termux öffnen und KALi starten mit “. /start-kali.sh” wenn es funktioniert “exit” um wieder zurück ins Termux zu kommen und den “/sdcard” Ordner freischalten – dafür muss vorher ein EDITOR installiert werden.
1.) pkg install nano
2.) nano start-kali.sh – um Datei zu bearbeiten
3.) Suche folgende Zeile und entferne das eine “#“ Rautezeichen ganz vorne, so wie es auch i.d.Zeile darüber auf englisch steht:
## uncomment the following line to mount /sdcard directly to / *NICHTS ENTFERNEN!*
#command+=” -b /sdcard”
^ # ENTFERNEN & SPEICHERN (mit CTRL + X Beenden und Speichern mit Y bestätigen).
Danach “exit” und Termux neustarten/öffnen.
# *kleines Script für Termux YOUTUBE-DL *** copy&paste ***
1.) Leere Datei neu erstellen, mit Editor!
2.) Zugriff auf “/sdcard/” sicherstellen…
2a) ## uncomment the following line to mount /sdcard directly to /
#command+=” -b /sdcard”
3. Unteres Script markieren, kopieren und einfügen in Editor speichern!
***Script*** der “/sdcard/ORDNERNAME” & die Datei URL.url muss natürlich noch von euch selbst im Script verändert werden!!!***. Speichere als “mp3-script.sh” Datei!
#!/bin/bash
#youtube-dl –help
#
echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
echo +++ YOUTUBE-DownLoader + URL-List – VIDEO-Download +++
echo +++ VIDEO-SAVE! – copy uTube Video-URL in #URL.url# – File!!! +++
echo ++ TERMUX-EdiTi0n + WITH URL-FILE ON: /sdcard/TERMUX/URL.url +++
echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#
#show the actual Date & Time
date
#
#echo ist Ausgabebefehl auf Bildschirm
#Unterbrechung & Aufforderung zu bestätigen mit einer Taste – evtl. Funktioniert es NICHT!
#
read -sn 1 -p “PrEsS AnY kEy! 2 c0ntiNue or STRG + C to CANCEL”
#
#kurze Pause 2 sekunden kann auch verlängert werden dann immer +1 bei sleep
timeout 2 sleep 3
#
echo ++++++++++++++++++++++++++++++++++++++++++++++++++++++
echo +++ START to SiMuLaTe – DoWnLoAd ALL URLs from File +++
echo +++ /sdcard/ORDNERNAME/URL.url +++
echo ++++++++++++++++++++++++++++++++++++++++++++++++++++++
echo +++ Here comes the Lines from : /sdcard/ORDNERNAME/URL.url +++
echo ++++++++++++++++++++++++++++++++++++++++++++++++++++++
#cat gibt alle Zeichen einer Datei aus (kontrollieren!)
echo cat /sdcard/ORDNERNAME/URL.url
#
cat /sdcard/ORDNERNAME/URL.url
#
#start to SiMuLaTe… -s show output command 1st
#
echo youtube-dl -v –print-traffic –newline –console-title –prefer-free-formats –restrict-filenames -s -a /sdcard/ORDNERNAME/URL.url
#
youtube-dl -v –print-traffic –newline –console-title –prefer-free-formats –restrict-filenames -s -a /sdcard/ORDNERNAME/URL.url
#
#
timeout 2 sleep 3
#
### Edit 4 VIDEO – otherwise Only AUDIO-SAVE! ###
#
#echo youtube-dl -v –print-traffic –prefer-insecure –newline –console-title –prefer-free-formats –restrict-filenames -x –audio-quality 0 –audio-format mp3 -a /sdcard/ORDNERNAME/URL.url
#
youtube-dl -v –print-traffic –prefer-insecure –newline –console-title –prefer-free-formats –restrict-filenames -x –audio-quality 0 –audio-format mp3 -a /sdcard/ORDNERNAME/URL.url
#
timeout 2 sleep 3
#
### Edit this 4 VIDEO Download – otherwise Only AUDIO-SAVE as #mp3#
#
##
#für VIDEO download einfach # Rautezeichen entfernen – am besten aber in ein zweites script kopieren so das ein *Script-MP3.sh* für MP3 AUDIO und eins für MKV VIDEO.
#youtube-dl -v –print-traffic –prefer-insecure –newline –console-title –prefer-free-formats –restrict-filenames -x -a /sdcard/ORDNERNAME/URL.url
#
echo ++++++++++++++++++++++++++++++++++++++++++++++++++
#
by Die Muchte
linux download