How to Install JSON Support on CentOS
Here’s a way to add JSON support for PHP on your CentOS server.
yum install php-pear php-devel...
Install updated version of Python on centOS
1. Update System, installing wget and dependencies
sudo yum -y updatesudo yum -y install...