sudo find . -type d -exec chmod 755 {} \;
sudo find . -type f -exec chmod 644 {} \;
Fedora 22 and later (dnf)
Use RPM Fusion for Fedora (available for x86, x86_64, armhfp)
Install rpmfusion-free-release-stable.noarch.rpm for currently maintained fedora.
$> su -
#> dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
#> dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
#> dnf install vlc
#> dnf install python-vlc (optional)
An Introduction to Audio Editing
http://write.flossmanuals.net/kdenlive/an-introduction-to-audio-editing/#:~:text=To%20adjust%20audio%20level%20of,the%20Volume%20(keyframeable)%20effect.
epel-release not necessary for fedora
Note that EPEL is not suitable for use in Fedora! Fedora is not Enterprise Linux. EPEL provides “a high quality set of additional packages for Enterprise Linux, including, but not limited to, Red Hat Enterprise Linux (RHEL), CentOS and Scientific Linux (SL), Oracle Linux (OL)”
Darik’s Boot and Nuke
Install AWX
Paas (Openshift)
Cloud (OpenStack)
JBoss, Ansible & KVM
Containers
kotlin
export PATH=~/kotlinc/bin:$PATH
combine video files
ffmpeg -f concat -safe 0 -i files.txt -c copy output.mp4