Step 1: remove old versions: sudo apt-get remove docker docker-engine docker.io containerd runc Step 2: Update the apt package index and install some packages sudo…
Both ngx.var.arg_x and ngx.req.get_uri_args["x"] are to get the parameters in the request uri, for example: https://tutorialspots.com/?test=1 In order to get the input parameter test, either…
Example for PHP 7.2.34 Step 1: Step 2: make symbolic link for mongodb.so ln -s /opt/remi/php72/root/usr/lib64/php/modules/mongodb.so /usr/lib64/php/modules/mongodb.so Step 3: copy file 50-mongodb.ini cp /etc/opt/remi/php72/php.d/50-mongodb.ini /etc/php.d…
MongoDB: how to bind ip with multiple ip address Solution for binding multiple IP Addresses bindIp: "127.0.0.1,xxx.xxx.xxx.xxx" Note: No spaces after commas
Step 1: navigate to chrome://net-internals/#hsts Step 2: scroll to the end of page: Delete domain security policies Enter your domain then click Delete