Anwar

Posts

run cloud ssl install free

Reference: https://github.com/rehmatworks/runcloud-letsencrypt’ Just use : pip3 install <package name> –   RunCloud Let’s Encrypt Automation Install Let’s Encrypt SSL on RunCloud.io servers Installation pip3 install rcssl...

ReactJS vs PWA Studio vs Third-Party Themes: Which to Use on Magento 2

Reference: https://onilab.com/blog/reactjs-vs-pwa-studio-vs-third-party-themes-which-to-use-on-magento-2/     https://community.magento.com/t5/Magento-2-x-PWA-Theming-Layout/Magento-2-React-Ultra-fast-PWA/td-p/444524   https://magento.github.io/pwa-studio/technologies/theme-vs-storefront/   https://scandipwa.com/   https://inchoo.net/magento-2/magento-pwa-studio-general-overview/

Amazon RDS automated hourly snapshots [closed]

Reference: https://stackoverflow.com/questions/11731714/how-do-i-import-a-local-mysql-db-to-rds-db-instance         mysql -h host.address.for.rds.server -u rdsusername -p  rdsdatabase < backupfile.sql   mysql -h your-mysql-instance.region.rds.amazonaws.com -u db_username -p db_name < backup/path/backupfile.sql...

‘Access denied; you need (at least one of) the PROCESS privilege(s) for this operation’ when trying to dump tablespaces

Reference: https://dba.stackexchange.com/questions/271981/access-denied-you-need-at-least-one-of-the-process-privileges-for-this-ope   Resolve by adding: –column-statistics=0 –no-tablespaces

Using GitHub

A repository can have multiple protected branch rules that affect the same branches. Protected branches are available only in public repositories with GitHub Free. Protected...

Should I use Memcached or Redis for WordPress caching?

Reference: https://blog.kernl.us/2020/02/should-i-use-memcached-or-redis-for-wordpress-caching/#:~:text=Memcached%20Performance&text=The%20Memcached%20response%20time%20is,it’s%20likely%20a%20configuration%20problem

Stocks Analysis with Pandas and Scikit Learn

Reference: https://towardsdatascience.com/in-12-minutes-stocks-analysis-with-pandas-and-scikit-learn-a8d8a7b50ee7   https://www.datacamp.com/community/tutorials/lstm-python-stock-market   https://dev.to/nitdgplug/stonksmaster-predict-stock-prices-using-python-ml-3hmc   https://www.codespeedy.com/predicting-stock-price-using-lstm-python-ml/   https://www.analyticsvidhya.com/blog/2018/10/predicting-stock-price-machine-learningnd-deep-learning-techniques-python/   Time Series Forecast Study with Python: Monthly Sales of French Champagne https://www.mariofilho.com/how-to-predict-multiple-time-series-with-scikit-learn-with-sales-forecasting-example/

Watchpack Error (watcher): Error: EACCES: permission denied, watch ‘/home’

Reference: https://github.com/webpack/watchpack/issues/187   https://medium.com/@ExplosionPills/dont-use-sudo-with-npm-still-66e609f5f92     npm init -y && npm install webpack webpack-cli –save-dev

Best Amazon Fulfillment FBA Plugins for Magento

Reference: https://extensions.boostmyshop.com/amazon-for-magento.html   https://extensions.boostmyshop.com/magento-amazon-fba.html http://magegaga.com/fulfillment-by-amazon-fba.html     https://web-experiment.info/articles/best-amazon-fulfillment-fba-plugins-for-magento/   Amazon Fulfillment API A seller can programmatically send order information to Amazon with instructions to fulfill...