Skip to main content

Posts

Showing posts with the label VPC

Rand mm 04

if (intval($http_status / 100) == 4) {             throw new AlgoliaException(isset($answer['message']) ? $answer['message'] : $http_status.' error', $http_status);         } elseif (intval($http_status / 100) != 2) {             throw new \Exception($http_status.': '.$response, $http_status);         } http://www.gobroomecounty.com/files/planning/_pdf/BackyardBurningFactSheet.pdf . GM mv Keep an eye on EFS WP https://blog.lawrencemcdaniel.com/tuning-aws-efs-for-wordpress/ https://en.wikipedia.org/wiki/Furan  => mv to GM mongo restore  https://stackoverflow.com/questions/6770498/how-to-import-bson-file-format-on-mongodb dump https://docs.mongodb.com/manual/tutorial/backup-and-restore-tools/ insntall  https://websiteforstudents.com/install-mongodb-on-ubuntu-18-04-lts-beta-server/ noted that guide for ubuntu 16 not work since gpg key o...

AWS Elasticache Memcached connection

https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/accessing-elasticache.html#access-from-outside-aws http://hourlyapps.blogspot.com/2010/06/examples-of-memcached-commands.html Access memcached https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/GettingStarted.AuthorizeAccess.html Zip include hidden file https://stackoverflow.com/questions/12493206/zip-including-hidden-files phpmemcachedadmin ~ phpMyAdmin or phpPgAdmin ... telnet mycachecluster.eaogs8.0001.usw2.cache.amazonaws.com 11211 stats items stats cachedump 27 100 https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/VPCs.EC.html https://lzone.de/cheat-sheet/memcached VPC ID Security Group ID (sg-...) Cluster: The identifier for the cluster memcached1 Creation Time: The time (UTC) when the cluster was created January 9, 2019 at 11:47:16 AM UTC+7 Configuration Endpoint: The configuration endpoint of the cluster memcached1.ahgofe.cfg.usw1.cache.amazonaws.com:11211 St...