Blog

imap

Migrate IMAP emails using imapsync Migrate Emails using imapcopy PHP script to test IMAP

Install ffmpeg on Ubuntu

To install ffmpeg 4 on Ubuntu, you can use PPA https://launchpad.net/~jonathonf/+archive/ubuntu/ffmpeg-4 apt install software-properties-common -y add-apt-repository ppa:jonathonf/ffmpeg-4 -y Now install ffmpeg with…