Anwar

Posts

Aws convertible

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-convertible-exchange.html Exchange Convertible Reserved Instances PDF Kindle RSS You can exchange one or more Convertible Reserved Instances for another Convertible Reserved Instance with a different...

Aws aurora ERROR 2002 HY000- Cant connect to MySQL server on rds.amazonaws.com

Hostname should be localhost only instead of http://localhost:1234/Sample/ This change should be done in database.config. https://stackoverflow.com/questions/33358703/message-mysqlireal-connect-php-network-getaddresses-getaddrinfo-failed-n

Aws aurora configuration

https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.CreateInstance.html https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_SettingUp_Aurora.html   An Amazon Aurora DB cluster consists of a DB instance, compatible with either MySQL or PostgreSQL, and a cluster volume that represents...

Aurora Serverless The Good, the Bad and the Scalable

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

Amazon product api install

https://github.com/drawrowfly/amazon-product-api   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 –...

Allow custom header value by .htaccess

https://stackoverflow.com/questions/50865917/use-htaccess-to-only-allow-requests-if-a-header-with-a-specific-value-is-presen   This rule should work for you: RewriteCond %{HTTP:x-test-header} !^abc123$ [NC] RewriteRule ^ – [F]      

00h00m00s 0 0 ERROR0 Errno 2 No such file or directory global

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 “deb...

WordPress add html extension to permalinks

Reasons to add .html extension to your Permalinks 1. You have a static html site you want to convert to WordPress but do not want...

Zentyel

http://www.howtoforge.com/zentyal-as-a-gateway-the-perfect-setup   http://www.unixmen.com/how-to-enable-and-disable-apache-modules/   http://trentrichardson.com/2011/06/17/enabling-apache-sites-and-modules-in-ubuntu/       So you’ve installed apache and the rest of your lamp system in Ubuntu, and you’re needing to...