This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Das Kommando muss in jedem Verzeichnis in dem Dateien sind die Umbenannt werden sollen ausgeführt werden. | |
| 1. Geh in das Verzeichnis wo die Audiodateien sind. | |
| Bspw: | |
| cd /media/stefanlang/Filme und Musik | |
| oder ggf. mit dem Dateimanager und dann über "Rechte Maustastemenü -> Terminal hier öffnen" wählen. | |
| 2. Mache eine Sicherheitskopie des Verzeichnisses in dem du die Audiodateien umbenennen willst. | |
| Bspw: | |
| cp Album01 Album01.Backup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # For JAVA, I had Version 8 installed already so idk if other versions will work, too. | |
| kldload linux linux64 | |
| pkg install openjdk8 linux-c7 | |
| #Edit /etc/fstab as shown in the message from pkg install command | |
| #mount the filesystems | |
| # DL Linux Android Studio from https://developer.android.com/studio |