Postingan

Menampilkan postingan dari Juli, 2023

How to Set Up MTA-STS and TLS Reporting to Identify and Fix Email Security Issues

Gambar
  https://admin.google.com/ac/apps/gmail/routing https://www.vevioz.com

How To install FFmpeg and FFprobe

How To install FFmpeg and FFprobe  1) Navigate to "bin" folder cd /usr/local/bin 2) Download FFmpeg & FFprobe static builds wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz 3) Unpack Archive file and move binary files tar -xf ffmpeg-release-amd64-static.tar.xz && mv ffmpeg-*-amd64-static/ffmpeg ffmpeg-*-amd64-static/ffprobe . && rm -rf ffmpeg-*-amd64-static ffmpeg-release-amd64-static.tar.xz 4) Set "executable" permissions chmod 0755 ffmpeg ffprobe That's it!

Add exif library in php 8.2

  cd /tmp wget https://node.aapanel.com/install/3/exif.sh bash exif.sh install 82