Anwar

Posts

Cloudflare disable cloudflare caching completely

Reference: https://community.cloudflare.com/t/disable-cloudflare-caching-completly/86417

How to create a cron job?

Reference: https://runcloud.io/knowledgebase/articles/server-management/how-to-create-a-cron-job aravel cron runcloud /RunCloud/Packages/php73rc/bin/php /home/runcloud/webapps/app-name/artisan schedule:run >> /dev/null 2>&1

php composer.phar install

Reference: https://stackoverflow.com/questions/22155554/where-do-i-put-composer-json Yes you can simple type the above command and composer.json will install the latest version of your package. Composer.json (Respect Package) {    “require”: {       ...

CIDR Address overlaps with existing Subnet CIDR: 172.31.0.0/20

Reference: https://acloud.guru/forums/aws-certified-solutions-architect-associate/discussion/-LInkywzEVJQIRAiPQlu/error%20%22CIDR%20Address%20overlaps%20with%20existing%20Subnet%20CIDR:%20192.168.0.0~2F16%22   https://forums.aws.amazon.com/thread.jspa?messageID=931296 https://stackoverflow.com/questions/59536489/aws-subnet-cidr-in-confliction

linode CPU 200%

Reference: https://www.linode.com/community/questions/492/cpu-usage-200   https://www.linode.com/community/questions/7788/linode-manager-cpu-graphs-topping-out-at-200-not-400   https://www.linode.com/community/questions/7788/linode-manager-cpu-graphs-topping-out-at-200-not-400   https://www.linode.com/community/questions/262/can-i-tell-if-i-need-to-upgrade-my-linode-by-looking-at-my-graphs

AWS Aurora MySQL

Reference: https://www.sqlshack.com/getting-started-with-aws-rds-aurora-db-clusters/ https://docs.alfresco.com/5.0/tasks/amazon-aurora-config.html https://novacontext.com/introducing-amazon-rds-for-aurora/

OpenLiteSpeed vs Nginx in WordPress – TTFB, Load Time, Stress Test Results

Reference: https://wpspeedmatters.com/openlitespeed-vs-nginx-in-wordpress/   https://openlitespeed.org/

00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: ‘global’

Reference: https://stackoverflow.com/questions/46013544/yarn-install-command-error-no-such-file-or-directory-install/52357140   This solution worked for me: sudo apt remove cmdtest sudo apt remove yarn curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add – echo...

Aurora Serverless: The Good, the Bad and the Scalable

Reference: https://www.jeremydaly.com/aurora-serverless-the-good-the-bad-and-the-scalable/