Centos: yum : centos-web-control-panel: install magento 2: #Root

"yum upgrade and yum update will perform the same function that update to the latest current version of package. But the difference is Upgrade will delete obsolete packages, while update will preserve them.Jul 3, 2014"

https://unix.stackexchange.com/questions/55777/in-centos-what-is-the-difference-between-yum-update-and-yum-upgrade

3.3. UPDATING PACKAGES FROM THE COMMAND LINE WITH YUM
https://access.redhat.com/documentation/en-us/red_hat_network_satellite/5.5/html/reference_guide/sect-reference_guide-package_updater-updating_packages_from_the_command_line_with_yum

yum install package_name
yum update package_name
yum check-update
yum remove package_name
yum provides package_name
yum search keyword
yum localinstall absolute path to filename

Reference: the above link

20 Linux YUM (Yellowdog Updater, Modified) Commands for Package Management
https://www.tecmint.com/20-linux-yum-yellowdog-updater-modified-commands-for-package-mangement/

How to create a new domain account with CENTOS Webpanel
https://www.techrepublic.com/article/how-to-create-a-new-domain-account-with-centos-webpanel/

How to install Plesk for Linux
https://support.plesk.com/hc/en-us/articles/213415669-How-to-install-Plesk-for-Linux

Comprehensive: Install Magento 2 on CentOS 7
https://linuxize.com/post/install-magento-2-on-centos-7/

How To Install Magento 2 on CentOS 7 In 10 Minutes
https://bash-prompt.net/guides/install-magento-centos/

HOW TO INSTALL MAGENTO 2 ON CENTOS
https://magenest.com/en/how-to-install-magento-2-on-centos/


Sayed Ahmed

Linkedin: https://ca.linkedin.com/in/sayedjustetc

Blog: http://sitestree.com, http://bangla.salearningschool.com From: https://sitestree.com/centos-yum-centos-web-control-panel-install-magento-2/
Categories:Root
Tags:
Post Data:2019-06-25 22:53:54

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Web Control Panels : Cloud Server Management/Control Panels #Root

2019’s Ultimate Guide to Web Panels: cPanel vs. Plesk vs. Webmin vs. Other Popular Hosting Management Tools

https://www.hostingadvice.com/blog/cpanel-vs-plesk-vs-webpanel/

CentOS Control Panel
http://centos-webpanel.com/

How to enable/disable PHP extensions in Plesk interface?
https://support.plesk.com/hc/en-us/articles/115001377534-How-to-enable-disable-PHP-extensions-in-Plesk-interface-

If the above does not work? or if you are not using Plesk
How to Setup ionCube Loader on CentOS 7
https://www.vultr.com/docs/how-to-setup-ioncube-loader-on-centos-7

Install Plesk on CentOS 7
https://www.vultr.com/docs/install-plesk-on-centos-7

You might find options to deploy a Cloud Instance with Plesk App from GUI.
Else, you can install with Linux commands as above

Is Webmin good to manage data centers? Note: Cpanel, WHM, and Plesk to my experience are way more popular.
https://www.techrepublic.com/article/webmin-one-big-drawback-to-using-this-data-center-management-tool/

However, the best option to manage Linux boxes are using CLI (Command line). Cpanel, WHM, Plesk, Webmin, or similar can be easy and work in smaller contexts. Using CLI (command) is the way to go. Using Docker/Ansible/Puphet/Chef or similar is kind of must when managing 100s or 1000s of servers.

The MaRS Health ecosystem :
https://www.marsdd.com/our-sectors/health/

ABOUT DOT HEALTH
Headquarters: Toronto.
In business since: February of 2017.
Employees: 20.
Revenue: Not available.

Sayed Ahmed

Linkedin: https://ca.linkedin.com/in/sayedjustetc

Blog: http://sitestree.com, http://bangla.salearningschool.com From: http://sitestree.com/web-control-panels-cloud-server-management-control-panels/
Categories:Root
Tags:
Post Data:2019-06-24 15:54:54

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

What if You Commit Files with Sensitive Information to GitHUB/BitBucket #Root

What if You Commit Files with Sensitive Information to GitHUB/BitBucket

http://sitestree.com/what-if-you-commit-files-with-sensitive-information-to-githubbitbucket/

Git basic commands and basic branching with Github

http://sitestree.com/git-basic-commands-and-basic-branching-with-github

Tools: Version Control, Version Management and GIT

http://sitestree.com/version-control-version-management-and-git/

You can use Gitlab internally (i.e. install in your corporation) . It will act as a version control server. Gitlab is Linux/Unix specific. Gitlab is written in Ruby.

You can also use Github, however, to keep your projects private, you will need to pay (in recent times, this might have been made free). BitBucket is an alternative to Github, the advantage is, you can keep your projects private as long as the number of users is less than or equal to five.

Linux OS usually comes with several Git clients both graphical and command line to interact with Git servers.

Some others: Bonobo Git Server, Gitbilt, and BitBucket.

Gitlab

“Gitlab is a free git repository management application based on Ruby on Rails. It is distributed under the MIT License and its source code can be found on Github. It is a very active project with a monthly release cycle and ideal for businesses that want to keep their code private.”

https://wiki.archlinux.org/index.php/gitlab

Official Gitlab site: https://about.gitlab.com/

“Open source software to collaborate on code

GitLab offers git repository management, code reviews, issue tracking, activity feeds and wikis. Enterprises install GitLab on-premise and connect it with LDAP and Active Directory servers for secure authentication and authorization. A single GitLab server can handle more than 25,000 users but it is also possible to create a high availability setup with multiple active servers.” from https://about.gitlab.com/

Recommended Git Client/User side Tools

SmartGit

RabbitVCS

Some Git tools

gitk – graphical history browser, in Tcl/Tk, distributed with Git (usually in gitk package)

git gui – graphical commit tool, in Tcl/Tk, distributed with Git (usually in git-gui package)

QGit – uses Qt toolkit

Giggle – uses GTK+ toolkit

git-cola – uses PyQt4

gitg – GTK+/GNOME clone of GitX

tig – text mode interface for git, is GUI and pager, uses ncurses

SmartGit

gitg

rabbitVCS

Reference: http://askubuntu.com/questions/227554/best-gui-client-for-git

Git Server for Windows

Bonobo Git Server, it is designed to run on Windows in IIS

You can try Git Candy, A Git platform based on ASP.NET MVC.

Source on http://github.com/Aimeast/GitCandy

Demo on http://gitcandy.com/

Gitlab Alternatives

http://alternativeto.net/software/gitlab/?platform=windows From: http://sitestree.com/what-if-you-commit-files-with-sensitive-information-to-github-bitbucket/
Categories:Root
Tags:
Post Data:2019-06-21 20:46:29

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

How to Interpret your Regression Results #Root

How to Interpret your Regression Results

Goal: How to Identify the Most Important Predictor Variables in Regression Models
https://blog.minitab.com/blog/adventures-in-statistics-2/how-to-identify-the-most-important-predictor-variables-in-regression-models


How to Interpret Regression Analysis Results: P-values and Coefficients
https://blog.minitab.com/blog/adventures-in-statistics-2/how-to-interpret-regression-analysis-results-p-values-and-coefficients

Regression Analysis: How to Interpret the Constant (Y Intercept)
https://blog.minitab.com/blog/adventures-in-statistics-2/regression-analysis-how-to-interpret-the-constant-y-intercept

How to Compare Regression Slopes: How to statistically test the difference between regression slopes and constants
https://blog.minitab.com/blog/adventures-in-statistics-2/how-to-compare-regression-lines-between-different-models

How Do I Interpret R-squared and Assess the Goodness-of-Fit?
https://blog.minitab.com/blog/adventures-in-statistics-2/regression-analysis-how-do-i-interpret-r-squared-and-assess-the-goodness-of-fit

How High Should R-squared Be in Regression Analysis?
https://blog.minitab.com/blog/adventures-in-statistics-2/how-high-should-r-squared-be-in-regression-analysis

How to Interpret a Regression Model with Low R-squared and Low P values
https://blog.minitab.com/blog/adventures-in-statistics-2/how-to-interpret-a-regression-model-with-low-r-squared-and-low-p-values

Use Adjusted R-Squared and Predicted R-Squared to Include the Correct Number of Variables
https://blog.minitab.com/blog/adventures-in-statistics-2/multiple-regession-analysis-use-adjusted-r-squared-and-predicted-r-squared-to-include-the-correct-number-of-variables

How to Interpret S, the Standard Error of the Regression
https://blog.minitab.com/blog/adventures-in-statistics-2/regression-analysis-how-to-interpret-s-the-standard-error-of-the-regression

What Is the F-test of Overall Significance in Regression Analysis?
https://blog.minitab.com/blog/adventures-in-statistics-2/what-is-the-f-test-of-overall-significance-in-regression-analysis

Understanding Analysis of Variance (ANOVA) and the F-test
https://blog.minitab.com/blog/adventures-in-statistics-2/understanding-analysis-of-variance-anova-and-the-f-test

How to Compare Regression Slopes
https://blog.minitab.com/blog/adventures-in-statistics-2/how-to-compare-regression-lines-between-different-models

How to Present and Use the Results to Avoid Costly Mistakes, part 1
https://blog.minitab.com/blog/adventures-in-statistics-2/applied-regression-analysis-how-to-present-and-use-the-results-to-avoid-costly-mistakes-part-1

How to Identify the Most Important Predictor Variables in Regression Models
https://blog.minitab.com/blog/adventures-in-statistics-2/how-to-identify-the-most-important-predictor-variables-in-regression-models

Linkedin: https://ca.linkedin.com/in/sayedjustetc

Blog: http://sitestree.com, http://bangla.salearningschool.com From: https://sitestree.com/how-to-interpret-your-regression-results/
Categories:Root
Tags:
Post Data:2019-06-19 23:05:03

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Next Recession: How to Invest and Profit in the Next Recession #Root

How to Invest and Profit in the Next Recession
https://www.bloomberg.com/opinion/articles/2019-06-17/how-to-invest-and-profit-in-the-next-recession

"
plan on deploying your cash in tranches: Buy a U.S. index fund when markets are down 20 to 25%; add a developed global index fund when markets fall by 30%. And if we are lucky enough to enjoy a 35 to 40% decline (that’s assuming you prepared for this moment), buy emerging-market stocks.

"
—-

Data Science, Analytics, and Prediction: Basic Knowledge:
https://www.kaggle.com/etakla/exploring-the-dataset-univariate-analysis
https://www.kaggle.com/etakla/exploring-the-dataset-bivariate-analysis
https://towardsdatascience.com/survival-analysis-part-a-70213df21c2e
https://lifelines.readthedocs.io/en/latest/
https://lifelines.readthedocs.io/en/latest/Survival%20Regression.html
https://www.statsdirect.com/help/survival_analysis/cox_regression.htm
https://courses.lumenlearning.com/suny-natural-resources-biometrics/chapter/chapter-7-correlation-and-simple-linear-regression/
https://www.kaggle.com/residentmario/univariate-plotting-with-pandas
https://scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html
https://www.shanelynn.ie/using-pandas-dataframe-creating-editing-viewing-data-in-python/
https://www.pearsonhighered.com/gould-statistics-2e-info/assets/pdf/sample-chapter-ess-ch04.pdf
https://www.kaggle.com/amanajmera1/linear-regression-model-on-nba-dataset
https://www.oreilly.com/library/view/practical-statistics-for/9781491952955/ch04.html
http://sites.utexas.edu/sos/guided/inferential/numeric/bivariate/cor/
https://www.graphpad.com/support/faq/what-is-the-difference-between-correlation-and-linear-regression/
https://www.statsdirect.com/help/regression_and_correlation/simple_linear.htm
https://erc.barnard.edu/spss/pearsons_r
https://www.statpac.com/statistics-calculator/correlation-regression.htm
https://www.statisticssolutions.com/correlation-pearson-kendall-spearman/
https://www.bmj.com/about-bmj/resources-readers/publications/statistics-square-one/11-correlation-and-regression
https://www.statisticssolutions.com/bivariate-correlation/
https://data-flair.training/blogs/python-statistics/

https://www.kaggle.com/naina04/bivariate-plotting-with-pandas

https://medium.com/@purnasaigudikandula/exploratory-data-analysis-beginner-univariate-bivariate-and-multivariate-habberman-dataset-2365264b751

https://www.analyticsvidhya.com/blog/2016/01/guide-data-exploration/

https://python-for-multivariate-analysis.readthedocs.io/a_little_book_of_python_for_multivariate_analysis.html

https://www.kaggle.com/residentmario/univariate-plotting-with-pandas

Sayed Ahmed

Linkedin: https://ca.linkedin.com/in/sayedjustetc

Blog: http://sitestree.com, http://bangla.salearningschool.com From: https://sitestree.com/next-recession-how-to-invest-and-profit-in-the-next-recession/
Categories:Root
Tags:
Post Data:2019-06-17 22:26:43

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

AI and ML in 2019: Health/personalized medicine and AI/ML/DL/NLP #Root

Keeping up with AI in 2019. What is the next big thing in AI and ML?

https://medium.com/thelaunchpad/what-is-the-next-big-thing-in-ai-and-ml-904a3f3345ef

A Technical Overview of AI & ML (NLP, Computer Vision, Reinforcement Learning) in 2018 & Trends for 2019
https://www.analyticsvidhya.com/blog/2018/12/key-breakthroughs-ai-ml-2018-trends-2019/

AI Research Trends
https://ai100.stanford.edu/2016-report/section-i-what-artificial-intelligence/ai-research-trends

Artificial intelligence in healthcare: past, present and future
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5829945/pdf/svn-2017-000101.pdf

From hype to reality: data science enabling personalized medicine
https://bmcmedicine.biomedcentral.com/articles/10.1186/s12916-018-1122-7

AI Applications for Managing Chronic Kidney Disease
https://emerj.com/ai-sector-overviews/ai-managing-chronic-kidney-disease/

Machine Learning, Imaging Analytics Predict Kidney Function
https://healthitanalytics.com/news/machine-learning-imaging-analytics-predict-kidney-function

Artificial Intelligence for Diabetes Management and Decision Support: Literature Review
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6000484/

Big science and big data in nephrology
https://www.sciencedirect.com/science/article/pii/S0085253819301115

Explainable AI for Trees: From Local Explanations to Global
Understanding
https://arxiv.org/pdf/1905.04610.pdf

Unrelated:
Tk 50cr for scientific research
https://www.thedailystar.net/bangladesh-national-budget-2019-20/taka-50cr-for-bangladesh-scientific-research-1756498

IT gets Tk1,930 crore boost
Tk100 crore to boost startup ventures
Posts and Telecom gets Tk3,456 crore
https://www.dhakatribune.com/business/economy/2019/06/13/it-gets-tk1-930-crore-boost

Sayed Ahmed

Linkedin: https://ca.linkedin.com/in/sayedjustetc

Blog: http://sitestree.com, http://bangla.salearningschool.com From: http://sitestree.com/ai-and-ml-in-2019-health-personalized-medicine-and-ai-ml-dl-nlp/
Categories:Root
Tags:
Post Data:2019-06-13 16:26:20

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Of Interest: From the Web #Root

"The Global Times cited technology giant Tencent, as well as smartphone makers Xiaomi, Oppo and Vivo, and quoted an unnamed source "close to a major Chinese carrier" saying that the major Chinese technology companies "are actively working with Huawei to push forward the release of HongMeng OS, which is also considered as a major blow to the US-led crackdown.""
https://www.forbes.com/sites/zakdoffman/2019/06/12/tencent-xiaomi-and-oppo-all-testing-huaweis-faster-android-os-report-claims/#2707ffbe388e


Google Tried to Prove Managers Don’t Matter. Instead, It Discovered 10 Traits of the Very Best Ones
https://www.inc.com/scott-mautz/google-tried-to-prove-managers-dont-matter-instead-they-discovered-10-traits-of-very-best-ones.html

Drug to Replace Chemotherapy May Reshape Cancer Care
https://www.bloomberg.com/news/articles/2019-06-11/drug-to-replace-chemotherapy-may-reshape-cancer-care

Saving the Planet With Electric Cars Means Strangling This Desert
https://www.bloomberg.com/news/features/2019-06-11/saving-the-planet-with-electric-cars-means-strangling-this-desert

Gasoline Prices Set to Plunge at the Pump
https://www.bloomberg.com/news/articles/2019-06-10/hold-up-on-the-fill-up-gasoline-is-set-to-plunge-at-the-pump

The U.S.-China Race for Tech Dominance Is the Worst Game of Twister Ever
https://www.bloomberg.com/news/articles/2019-06-12/the-digital-iron-curtain-looks-like-spaghetti?srnd=premium

The dirty dozen: 12 top cloud security threats
https://www.csoonline.com/article/3043030/the-dirty-dozen-12-top-cloud-security-threats.html

6 ways malware can bypass endpoint protection
https://www.csoonline.com/article/3400860/6-ways-malware-can-bypass-endpoint-protection.html?upd=1560353757211

America’s Largest Retailer Sued For Selling Fake Medicine
https://www.forbes.com/sites/nicolefisher/2019/05/31/americas-largest-retailer-sued-for-selling-fake-medicine/#5c1c278a38c4

the-future-of-car-ownership-building-an-online-dealership/
https://techcrunch.com/2019/06/12/the-future-of-car-ownership-building-an-online-dealership/

Sayed Ahmed

Linkedin: https://ca.linkedin.com/in/sayedjustetc

Blog: http://sitestree.com, http://bangla.salearningschool.com From: http://sitestree.com/of-interest-from-the-web/
Categories:Root
Tags:
Post Data:2019-06-12 11:59:09

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Of Interest: Linux/VPS/Politics/Cpanel/Vultr/DigitalOcean #Root

VPS server on Digital Ocean (Vultr, Hostwind, namecheap, vps.net are other options also amazon lightsail)
https://www.digitalocean.com/products/droplets/

Hongkong:
https://www.bloomberg.com/news/articles/2019-06-12/demonstrators-block-key-downtown-roads-hong-kong-protest-update

Unions in Grad School:
https://www.bloomberg.com/opinion/articles/2019-06-12/university-of-chicago-walkout-keep-unions-out-of-grad-school?srnd=premium-canada

Getting the most out of your Data Scientist

https://www.meetup.com/Cognitive-Toronto/events/261422564/

Deploy apps on Vultr platform, One click installs
https://www.vultr.com/docs/

How to Install cPanel/WHM on CentOS

https://hostpresto.com/community/tutorials/how-to-install-cpanel-whm-centos-7/

How to Install cPanel on Centos?

https://www.photonvps.com/billing/knowledgebase.php?action=displayarticle&id=64

Sayed Ahmed

Linkedin: https://ca.linkedin.com/in/sayedjustetc

Blog: http://sitestree.com, http://bangla.salearningschool.com From: http://sitestree.com/of-interest-linux-vps-politics-cpanel-vultr-digitalocean/
Categories:Root
Tags:
Post Data:2019-06-12 11:24:49

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Of Interest Today: Finance, Technology, Economy, and Security #Root

Stocks Gain, Bonds Slide After Mexico Trade Relief: Markets Wrap

https://www.bloomberg.com/news/articles/2019-06-09/asia-stocks-set-for-gains-u-s-futures-higher-markets-wrap?srnd=premium

Chinese Exporters Dodge Tariffs With Fake Made-in-Vietnam Labels

https://www.bloomberg.com/news/articles/2019-06-10/vietnam-cracks-down-on-chinese-made-goods-being-shipped-to-u-s?srnd=premium

Salesforce to Buy Tableau for $15.3 Billion in All-Stock Deal

https://www.bloomberg.com/news/articles/2019-06-10/salesforce-to-buy-tableau-for-15-3-billion-in-all-stock-deal?srnd=premium

CSO50 2019: Seeding security in the cloud

https://www.csoonline.com/resources/185727/cso50-2019–seeding-security-in-the-cloud

10 penetration testing tools the pros use

https://www.csoonline.com/article/2943524/17-penetration-testing-tools-the-pros-use.html From: http://sitestree.com/of-interest-today-finance-technology-economy-and-security/
Categories:Root
Tags:
Post Data:2019-06-10 12:19:50

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Of Interest: Economy : Finance: Technology #Root

A Four Day Workweek Could Be Coming to the U.K.

https://www.bloomberg.com/news/articles/2019-06-06/a-4-day-workweek-could-be-coming-to-the-u-k?srnd=premium-asia

—-

Trade War Ended China’s First Bull Market After Only 69 Days

https://www.bloomberg.com/news/articles/2019-06-06/trade-war-claims-china-s-first-bear-market-after-just-69-days?srnd=premium-asia

Singapore Has 24,000 Empty Apartments (And 44,000 More on the Way )

https://www.bloomberg.com/news/articles/2019-06-06/24-000-vacant-apartments-in-singapore-show-extent-of-oversupply?srnd=premium-asia

The Trade War Could Pop Hong Kong’s Property Bubble

https://www.bloomberg.com/news/articles/2019-06-05/sky-high-hong-kong-home-prices-may-not-last-as-trade-war-bites?srnd=premium-asia

Sayed Ahmed

Linkedin: https://ca.linkedin.com/in/sayedjustetc

Blog: http://sitestree.com, http://bangla.salearningschool.com From: https://sitestree.com/of-interest-economy-finance-technology/
Categories:Root
Tags:
Post Data:2019-06-06 08:55:41

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada