Wavacity is a port of the Audacity® audio editor to the web browser. It is free, open-source software released under the GNU GPL v2. No install required.
Other tool :
https://audiomass.co/
You can download the original Audacity software from The Audacity Team. Wavacity is neither affiliated with nor endorsed by Audacity.
Archimage est un outil de fabrication d'applications portables au format appimage, à partir d'une installation légère d'ArchLinux.
Bien utile pour :
dpkg --get-selections | cut -f1 | while read pkg; do dpkg -L $pkg | xargs -I'{}' bash -c 'if [ ! -d "{}" ]; then echo "{}"; fi' | tr '\n' '\000' | du -c --files0-from - | tail -1 | sed "s/total/$pkg/"; done
Wow, c'est assez contre-intuitif, mais logique.