Example error: Solution: Step 1: restore the default repositories: Step 2: Move all the PPAs in your system to backup folder: sudo mv /etc/apt/sources.list.d/* ~/backup…
Example error: The error you are seeing comes from a security restriction applied by ImageMagick. In some cases, default security policies do not allow converting…
Step 1 – Connect to the server via SSH and install the required software sudo apt install curl gnupg2 ca-certificates lsb-release ubuntu-keyring result: Step 2…
Part 1: How to compile FFmpeg on Ubuntu 20.04 Step 11: install libvorbis result: Or you can use package libvorbis-dev Step 12: Install openssl result:…
JQ(1) JQ(1) NAME jq – Command-line JSON processor SYNOPSIS jq [options…] filter [files…] jq can transform JSON in various ways, by selecting, iterating, reduc‐ ing…
Example you create file 1.php with content: If you run this command with root: It work well But if you run under HTTP: http://tutorialspots.com/1.php it…
Step 1: install php-gmp Now you can see file gmp.so and 20-gmp.ini Step 2 (optinal if not exists file /etc/php.d/20-gmp.ini): restart PHP-FPM now you can…