Working directories
1 | cd /media/ht/ht_5T_9/YouTubes/Music/Beauty_Music/1/Dua # music conversion and organized |
dupeGuru
1 | axel https://launchpad.net/~dupeguru/+archive/ubuntu/ppa/+files/dupeguru_4.1.1-0~ppa~focal1_amd64.deb |
1 | /media/ht/ht_5T/Stored_Softs/Windows_Soft/Small_Tools/Duplicated_Doc_Deletion/DupeGuru/DupeGuru_Installer/dupeguru_me_win64_6.8.1.msi |
How to convert a m4a sound file to mp3? - Ask Ubuntu
1 | ffmpeg -v 5 -y -i input.m4a -acodec libmp3lame -ac 2 -ab 192k output.mp3 |
aac2mp3
1 | #!/bin/bash |
avconv
1 | avconv -i input.m4a ouptut.mp3 |
How to hide close window message when exit Mate-Terminal? - Support & Help Requests - Ubuntu MATE Community
Found the solution with DCONF-Editor. Run command: dconf-editor or install it first: sudo apt-get install dconf-editor then searched for: confirm-window-close SET to: false in: (org.mate.terminal.global) Now the exit dialogue on multiple Mate-Terminal tabs are gone.
Found the solution with DCONF-Editor.
Run command: dconf-editor
or install it first: sudo apt-get install dconf-editor
then searched for: confirm-window-close
SET to: false
in:
(org.mate.terminal.global)
Now the exit dialogue on multiple Mate-Terminal tabs are gone.