Purchase SSL
Here are some cheap SSL providers https://www.sslforfree.com/ https://zerossl.com https://www.ssls.com/ https://www.gogetssl.com https://www.namecheap.com/security/ssl-certificates/comodo/ See SSL
Here are some cheap SSL providers https://www.sslforfree.com/ https://zerossl.com https://www.ssls.com/ https://www.gogetssl.com https://www.namecheap.com/security/ssl-certificates/comodo/ See SSL
Here is few web sites where you can check your SSL certificate is installed properly. https://www.ssllabs.com/ssltest/ https://cryptoreport.websecurity.symantec.com/checker/ https://sslanalyzer.comodoca.com/ See SSL
Convert Video For Streaming if you want to scale the video to a specific size, use -vf scale option, for example Inject…
Create thumbnail with ffmpeg To create thumbnail from video using ffmpeg, use ffmpeg -y -ss HH:MM:SS -i VIDEO.AVI -f image2 -vframes 1…
To Scape a Video using ffmpeg, run ffmpeg -i FILE_NAME.avi -vf scale=1280:720 FILE_NAME_OUT.avi See ffmpeg
To cut a video using ffmpeg, use ffmpeg -ss 00:17:00 -i IN_FILE.avi -t DURATION_IN_SECONDS -acodec copy -vcodec copy -async 1 OUT_FILE.avi To…
When i connect to a remote SFTP server using lftp, i get following error root@ok:~# lftp sftp://okuser@ws.nii.net:22 Password: lftp okuser@ws.nii.net:~> set ftp:ssl-allow…
I wanted to make a tar of a folder on a remote server. But the server don’t have much disk space left,…
On installing SSL on the Zimbra mail server, i get the following error This was due to SSL cert chain. The ca-bundle…
To disable SELinux, edit Now you need to reboot. If you don’t want to reboot, disable it for current session with If…